.wrap{
    background: url(/material/images/zwxmt/background.png) no-repeat;
    height: 1417px;
}

.header {
    position: relative;
    height: 535px;
    background: unset;
}

.site-logo img{
    width: 370px;
    margin-top: 20px;
}

.content {
    width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
	border-radius: 12px;
	border: solid 1px #ffffff;
    padding: 20px;
}

.p1{
    width: 100%;
    padding:15px;
    background-color: #f5f9ff;
	border-radius: 12px;
}
.navv {
    width: 100%;
    padding: 0;
}
.navv:before{
    display: table;
    content: " ";
}
.navv:after,.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.nav-pills>span {
    float: left;
}

.navv span a,.xmtlx li{
    border-radius: 5px;
    font-size: 16px;
    line-height: 36px;
    width: 120px;
    display: block;
    text-align: center;
}

.xmtlx li:hover a,.xmtlx li.current a{
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background-color: #0080fe;
    border-radius: 4px;
    margin: auto 0;
    color: #fff;
}
.xmtcj li{
    border-radius: 5px;
    font-size: 16px;
    line-height: 36px;
    width: 80px;
    display: block;
    text-align: center;
}

.xmtcj li:hover a,.xmtcj li.current a{
    display: block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    background-color: #0080fe;
    border-radius: 4px;
    margin: auto 0;
    color: #fff;
}

.gd li:hover a{
    display: block;
    width: 60px;
    background-color: #0080fe;
    border-radius: 4px;
    margin: auto 0;
    color: #fff;
    text-align: center;
}

.gd li:hover .slj{
    width: 85px;
}
.gd li.current a{
    display: block;
        width: 60px;
        background-color: #0080fe;
        border-radius: 4px;
        margin: auto 0;
        color: #fff;
        text-align: center;
    }
.xmtlx{
    min-height: 50px;
    border-bottom: 1px #ccc dashed;
}
.xmtcj{
    margin-top: 10px;
    margin-bottom: 10px;
}
.gjzss{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px #ccc dashed;
}

.ssbox input{
    padding-left: 10px;
    width: 377px;
	height: 36px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #d9d9d9;
}

.ssbox button{
    position: absolute;
    width: 68px;
    height: 36px;
    margin-left: -68px;
    background-color: #49adff;
    border: 0;
    color: #fff;
}
.p2 {
    margin-top: 20px;
    padding-bottom: 50px;
}
.p2 .list-a li .lb{
    width: 250px;
	height: 180px;
	background-color: #ffffff;
	border-radius: 12px;
	border: solid 1px #afcde2;
    margin: 0 auto;
}

.p2 .list-a li img{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #ffffff;
    border: solid 1px #aad7ff;
    border-radius: 100px;
}

.p2 .mc{
    display: block;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
.p2 .smgz{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    color: #fff;
    width: 103px;
    height: 30px;
    background-image: linear-gradient(90deg, #59dcff 0%, #30bcfe 100%), linear-gradient( #55d9ff, #55d9ff);
    background-blend-mode: normal, normal;
    box-shadow: 1px 2px 0px 0px #03a2fd;
    border-radius: 15px;
}
.smzq{
    margin-left: -20px;
    margin-right: -20px;
}

.smzq li{
    margin-bottom: 30px;
}

.footer{
    background-color: #1559be;
}

@media (max-width:1200px) {

    .wrap {
        background:#fff;
        height: auto;
    }
    .header {
        background: url(/material/images/zwxmt/banner.png) center/cover no-repeat;
        height: 400px;
    }
    .content {
        width: 100%;
    }
    .gd li {
        height: auto !important;
        width: 80px !important;
    }
}

@media (max-width:768px) {
    .header {
        height: 330px;
    }
    .site-logo img {
        width: 30%;
        margin-left: 10px;
    }
    .smzq li {
        width: 49%;
        margin-bottom: 30px;
        display: inline-block;
    }
    .p2 .list-a li .lb {
        width: 90%;
    }
    .smzq {
        margin-left: 0;
        margin-right: 0;
    }
    .gd {
        width: 100%;
        margin-left: 0;
        padding: 15px 20px;
    }
}

@media (max-width:480px) {
    .header {
        height: 150px;
    }

    .smzq li {
        width: 100%;
    }

}
.tsli,.gd{
    width: calc(100% - 120px);
    margin-left: 120px;
    background-color: #dfefff;
    padding: 15px 30px 15px 20px;
}
.tsli li{
    height: auto;
    width: 30%;
    line-height: 36px;
}
.gd li{
    height: auto;
    width: 95px;
    line-height: 36px;
}
.nav-pills>li {
    margin-left: 2px;
    margin-bottom: 2px;
    float: left;
}

.tsli a{
padding-left: 10px;
}
.tsli li:hover a,.tsli li.current a{
    display: block;
    background-color: #0080fe;
    border-radius: 4px;
    margin: auto 0;
    color: #fff;    
}
.gd li.current .slj{
width:85px;
}
@media(max-width:768px){
.tsli {
    width: 100%;
    margin-left: 0;
    padding: 15px 20px;
}
.tsli li {
    width: 49%;
}
}

@media(max-width:480px){
.tsli li {
    width: 100%;
}
}
