.banner {
    width: 1200px;
    margin: auto;
}
a {
    text-decoration: none;
}
.ztsy-main {
       width: 1160px;
       margin: auto;
       background-color: #fbfbfb;
       padding: 20px;
       border-radius: 5px 5px 0 0;
       font-size: 18px;
}
.ztsy-search {
    width: 100%;
    height: 422px;
    position: relative;
}
.ztsy-searchBg {
    width: 1160px;
    height: 100%;
}
.ztsy-searchMain {
    position: absolute;
    top: 42%;
    left: 50%;
    margin-left: -351px;
    width: 713px;
	height: 64px;
	background-color: #ffffff;
	border-radius: 8px;
}
.ztsy-searchIcon {
    float: left;
    width: 40px;
    position: relative;
    top: 12px;
    left: 20px;
    height: 40px;
    background: url('./ztsysearchicon.png') no-repeat;
    background-size: 100%;
}
.ztsy-searchMain>input {
    float: left;
    height: 40px;
    outline: none;
    padding: 0;
    margin: 0;
    margin-top: 12px;
    color: #666;
    font-size: 18px;
    width: 500px;
    margin-left: 40px;
    border: none;
}
.ztsy-seachBtn {
    float: right;
    width: 125px;
    text-align: center;
    line-height: 64px;
    height: 100%;
    font-size: 24px;
}
.ztsy-seachBtn a {
    color: #2760b7;
}
.wdtj {
    position: relative;
    top: -150px;
}
.wdtj-title {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
}
.wdtj-main {
    width: 570px;
    padding: 10px 20px;
	height: 330px;
    background-color: #ffffff;
	box-shadow: -3px 2px 4px 0px 
		rgba(170, 170, 170, 0.35);
	border-radius: 4px;
    margin: auto;
    margin-top: 20px;
}
.wdtj-bannerMain {
    position: relative;
    width: 570px;
    height: 320px;
}
.wdtj-bannerMain>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wdtj-bannerMain>li>a {
    display: inline-block;
}
.wdtj-bannerMain>li img {
    width: 570px;
    height: 320px;
}
.wdtj-bannerTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 510px;
    padding: 0 30px;
	height: 57px;
    background: rgba(8,56,129,0.83);
    color: #fff;
    text-align: center;
    line-height: 57px;
    font-size: 16px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.wdtj-bannerNum {
    position: absolute;
    bottom: 2px;
    width: 570px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.wdtj-bannerNum li {
    display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 5px;
	background: #65a1fe;
 }
 .wdtj-bannerNum li.cur{
	width: 35px;
    background-color: #2f6bc6;
	border-radius: 4px;
}
.wdzt {

    margin-top: -110px;
}
.wdzt-title {
    font-size: 48px;
    text-align: center;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}
.wdzt-main{
    width: 1160px;
    padding-top: 30px;
	background-color: #ffffff;
	box-shadow: -3px 2px 4px 0px 
		rgba(170, 170, 170, 0.35);
}

.wdzt-item  {
    width: 340px;
	height: 290px;
    float: left;
	border-radius: 2px;
    margin: 0 23px;
    position: relative;
    margin-bottom: 40px;
}
.wdzt-item a {
    display: inline-block;
}
.wdzt-item img{
    width: 340px;
	height: 210px;
    vertical-align: top;
}
.wdzt-itemTitle {
    position: absolute;
    bottom: 0;
    width: 280px;
    height: 60px;
    line-height: 32px;
	background-color: #f2f2f2;
    text-align: center;
    padding: 10px 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#wdzt-page {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #fff;
}
#wdzt-page .layui-input{
    border: 1px solid #aaa !important;
}
.wyxx-img {
    width: 100%;
    margin-top: 20px;
}
.wyxx-img img{
    width: 100%;
}
@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
    }
    .ztsy-main{
        margin-top: 10px;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        font-size: 14px;
    }
    .ztsy-search {
        height: 8.3rem;
    }
    .ztsy-searchBg {
        width: 100%;
        height: 8.3rem;
    }
    .ztsy-searchMain {
        top: 47%;
        width: 20rem;
        height:2.5rem;
        margin-left: -10rem;
    }
    .ztsy-searchMain>input {
        width: 12rem;
        height: 2.5rem;
        margin: 0;
        margin-left: 2rem;
    }
    .ztsy-searchIcon {
        width: 1rem;
        top: 0.7rem;
        left: 1rem;
        height: 1rem;
        line-height: 0.8rem;
    }
    .ztsy-seachBtn {
        font-size: 18px;
        width: 5rem;
        line-height: 2.5rem;

    }
    .wdtj-title {
        color: #2760b7;
        font-size: 1.44rem;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .wdtj {
        top: 0;
    }
    .wdtj-main {
        width: 100%;
        height: 22.5rem;
        box-sizing: border-box;
    }
    .wdtj-bannerMain {
        width: 100%;
    }
    .wdtj-bannerMain>li img {
        width: 100%;
    }
    .wdtj-bannerTitle {
        width: 100%;
        box-sizing: border-box;
    }
    .wdtj-bannerMain>li>a {
        display: inline-block;
        width: 100%;
    }
    .wdtj-bannerNum {
        width: calc(100% - 40px);
        box-sizing: border-box;
    }
    .wdzt {
        margin-top: 20px;
    }
    .wdzt-title{
        color: #2760b7;
        font-size: 1.44rem;
    }
    .wdzt-main {
        width: 100%;
    }
    .wdzt-item {
        width: 9.9rem;
        height: 7.6rem;
        margin: 0;
        margin-left: 1.2rem;
        margin-right: 0;
        margin-bottom: 0.8rem;
    }
    .wdzt-item:nth-child(2n) {
        float: right;
        margin-right: 0;
        margin-right: 1.2rem;
    }
    .wdzt-itemTitle {
        height: 1.8rem;
    }
    .wdzt-item a {
        width: 100%;
        height: 6rem;
    }
    .wdzt-item img {
        width: 100%;
        height: 6rem;
    }
    .wdzt-itemTitle {
        font-size: 14px;
        line-height: 1.8rem;
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
        display: block;
        text-overflow:ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
