* {
    padding: 0;
    margin: 0;
    color: #333333;
    box-sizing: border-box;
}    
ol, ul {
list-style: none;
}   
a{
text-decoration: none;
}
body{
background: none;
}
.header{
    width: 100%;
    background: url(wdk_header.png) top center no-repeat;
    height: 452px;
    overflow: hidden;
}
.header-con{
    width: 1200px;
    margin: 0 auto;
    padding-top: 280px;
}
.search-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.sear-input {
width: 100%;
border: 3px solid #acd3ff;
background: rgba(255, 255, 255, 0.3);
font-size: 16px;
padding: 0 20px;
height: 60px;
line-height: 60px;
padding: 0 20px;
color: #fff;
}
.sear-btn{
position: absolute;
height: 42px;
line-height: 42px;
border: 0;
background: transparent;
top: 10px;
right: 20px;
}
input::placeholder {
color: #fff; 
}
input::-webkit-input-placeholder { 
color: #fff;
}
.wdk-box{
width: 1200px;
margin: 0 auto;
padding: 10px;
border-top: 5px solid #469bfb;
margin-top: -75px;
background-color: #fff;

}


.zswdk-content{

margin-top: 20px;
}
.zswdk-content-left {
width: 100%;   
}
.zswdk-content-left.full{
width: 80%;
margin: 0 auto;
}
.content-title {
width: auto;
font-size: 22px;
line-height: 40px;
display: flex;
flex-wrap: nowrap;
justify-content: center;
margin-bottom: 26px;
align-items: center;
}
.content-title span {
position: relative;
max-width: 82%;
text-align: center;
}
.content-title img {
height: 24px;
width: 24px;
margin: 0 10px;
}
.content-ly {
text-align: center;
}
.content-ly span {
color: #999999;
line-height: 40px;
display: inline-block;
font-size: 12px;
}
.content-zw {
/* font-size: 16px;
color: #333333;*/
line-height: 26px; 
margin-top: 30px;

padding: 0 15px;
}
.content-msbl {
width: 342px;
height: 67px;
margin: 0 auto 50px;
display: block;
}
.content-ewm {
width: 35%;
margin: 0 auto;
}
.content-ewm img{
border: 4px solid #EBF4FE;
padding: 12px;
border-radius: 10px;
width: 100%;
}
.content-ewm span {
width: 100%;
display: block;
text-align: center;
font-size: 20px;
line-height: 40px;
margin-top: 10px;
}
.zswdk-content-right {
width: 100%;    
margin-top: 10px;

}
.zswdk-xglj-title {
line-height: 38px;
font-size: 20px;
font-weight: bold;
color: #3aa2ff;
padding-left: 20px;
display: flex;
align-items: center;
}
.zswdk-xglj-title>img{
margin-right: 10px;
}

ul.zswdk-xglj-list {
margin-top: 10px;
}
ul.zswdk-xglj-list li{
line-height: 30px;
padding: 10px 0;
margin: 0 15px;
}
ul.zswdk-xglj-list li::before {
content: "";
width: 4px;
height: 4px;
display: inline-block;
border-radius: 2px;
vertical-align: middle;
margin-right: 10px;
background-color: #3aa2ff;
}
.zswdk-xglj-list li a {
width: 94%;
}
.zswdk-xglj-list li:hover a{
color:#3aa2ff;
}
.zswdk_main .qt-current-location {
margin-bottom: 15px;
}
.content-zw p {
margin-bottom: 26px;
}
.current-local {
background: #d1e9fc63;
color: #000;
padding-left: 40px;
height: 40px;
line-height: 40px;
margin-bottom: 30px;
}
.current-local a {
color: #000;
}
.addimg{
vertical-align: middle;
}
.top-line{
height: 3px;
background-image: linear-gradient(to right, #1768b1, #fff);
}
.bottom-line{
height: 1px;
background-image: linear-gradient(to right, #5bb1ff, #fff);
}
.TRS_UEDITOR  span{
display: inline;
}
@media screen and (max-width: 1200px) {
body .header {
height: 2.5rem;
background-size: 100% 100%;
}
.wdk-box{
width: 100%;

}
.current-local{
width: 100%;
font-size: .2rem;
}

.containers{
width: 100%;
}
.bottom{
height:auto;
}
.bottom-txt div{
width: 100%;
}
.bottom-select{
height:auto;
}
.bottom-select li{
float: left;
width: 49%;
}
.zswdk-content-right{
width: 100%;
margin-top: 10px;
margin-left: 0;
}
.zswdk-content-left {
width: 100%;
}
.zswdk-content{
flex-wrap: wrap;
}
}

body.useOldFixed .header {
height: 2.5rem;
background-size: 100% 100%;
}
.useOldFixed .wdk-box{
width: 100%;

}
.useOldFixed .current-local{
width: 100%;
font-size: .2rem;
}

.useOldFixed .containers{
width: 100%;
}
.useOldFixed .bottom{
height:auto;
}
.useOldFixed .bottom-txt div{
width: 100%;
}
.useOldFixed .bottom-select{
height:auto;
}
.useOldFixed .bottom-select li{
float: left;
width: 49%;
}
.useOldFixed .zswdk-content-right{
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}
.useOldFixed .zswdk-content-left {
    width: 100%;
}
.useOldFixed .zswdk-content{
flex-wrap: wrap;
}