/*公共的css*/
/*初始化的css*/
*{margin:0; padding:0; font-family:微软雅黑,Arial, Helvetica, sans-serif;letter-spacing:1px; }
a{ color:#333; text-decoration:none;}
a:hover{text-decoration: none}
ul, ol{list-style-type:none;}
img{border:0; max-width:100%;}
.container{ margin:0 auto; position:relative;}
.w1220{width:1220px; margin:0 auto; }
.clear{clear:both;}
body{ overflow-x:hidden; }
h1, h2, h3, h4, h5, h6,b{ font-weight:normal;}
input, textarea,select{outline:medium;}
p{ text-align:justify;}
.fl{ float:left;}
.fr{ float:right;}
.container {
    width: 1400px;
    padding: 0;
}
@media (max-width: 1400px){
    .container {
        width: 1200px;
    }
}

body{
    padding-top: 90px;
}




#navRight p a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
#navRight p span{
    width: 0px;
    height: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 26px;
    background: #2a4f9f;
    z-index: -1;
    line-height: 50px;
    border-radius: 50px 0 0 50px;
    transition: all 0.3s;
    overflow: hidden;
}
#navRight p:hover span {
    width: 220px;
    left: -193px;
}


/*右侧导航搜索区域*/
#navRight p:nth-child(6){  background: url("../img/navRight6.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/navRight6.png*/ no-repeat center  #2a4f9f; }
#navRight p input{
    width: 0px;
    height: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 26px;
    background: #2a4f9f;
    z-index: -1;
    line-height: 50px;
    border-radius: 50px 0 0 50px;
    transition: all 0.3s;
    overflow: hidden;
    border: none;

}
#navRight p:hover input {
    width: 220px;
    left: -193px;
    padding: 0 30px;
    box-sizing: border-box;
}
#navRight p input::-webkit-input-placeholder {
    color: #fafafa;
    font-size: 12px;
    text-align: left;
}









/*pc端页头中的导航*/
.headerNav{
    padding: 0 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: #fff;
    border-bottom: 1px #f5f5f5 solid;
    /*background:rgba(0,0,0,0.25);*/
}

.headerNav.active .container .navRight ul.navbar>li>ul{
    background: #fff;
    box-shadow: 0 3px 5px #636363;
    border-top: none;
}
.headerNav.active {
    background: #fff;
    box-shadow: 0 0 5px #c5c5c5;
}

.headerNav.active .container .navRight ul.navbar>li:hover>ul{
    border:1px #c1c1c1 solid;
    border-top: none;

}




.headerNav .container{
    padding: 0;
    width: 1400px;
}
.headerNav .container .core{
    height: 90px;
    padding: 0;
    box-sizing: border-box;

}
.headerNav h1{
    margin: 0 0 ;
}
.headerNav .logo{
    margin-top: 25px;
}




.headerNav .container .navRight.navbar-right{
    margin: 0;
    padding: 0;
    float: none !important;
    height: 100%;
}
.headerNav .container .navRight ul.navbar{
    display: inline-block;
    margin: 0 0 0 50px;
    padding: 26px 6px 0 0;
    height: 100%;
    float: right;
    border: none;
}
.headerNav .container .navRight ul.navbar>li{
    display:inline-block;
    float: left;
    position: relative;
    height: 100%;
    z-index: 10000;
    margin: 0 0 0 4px;
}

.headerNav .container .navRight ul.navbar>li>a{
    padding: 8px 14px;
    display: inline-block;
    color: #333;
    font-size: 16px;
    height: 40px;
    line-height: 24px;
    border-radius: 20px;

}

.headerNav .container .navRight ul.navbar>li:hover>a,
.headerNav .container .navRight ul.navbar>li.active>a{
    color: #ffffff;

    background: #0072EF

}


.headerNav .container .navRight ul.navbar>li>ul{
    width: 1200px;
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 64px;
    left: -420px;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    z-index: 100;
    /*box-shadow: 1px 1px 1px #d2d2d2;*/
}
.headerNav .container .navRight ul.navbar>li>ul {
    left: -10px;
    width: 120px;
    text-align: center;
}

.headerNav .container .navRight ul.navbar>li>ul>li{
    width: 16.2%;
    overflow: hidden;
    display: inline-block;
    vertical-align: text-top;
}
.headerNav .container .navRight ul.navbar>li>ul li{
    width: 100%;
    display: block;
}
.headerNav .container .navRight ul.navbar>li:hover>ul{
    opacity: 1;
    padding: 16px 40px;
    height: auto;
    border: 1px #f1f1f1  solid;
}
.headerNav .container .navRight ul.navbar>li:hover>ul {
    padding:0;
}
.headerNav .container .navRight ul.navbar>li:nth-child(3):hover>ul {
    width: 150px;
    left: -22px;
}



.headerNav .container .navRight ul.navbar>li>ul>li>a{
    display: block;
    line-height: 36px;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
}
.headerNav .container .navRight ul.navbar>li>ul>li>a.activeOn{
    color: rgba(0,67,143,1);;
}

.headerNav .container .navRight ul.navbar>li>ul>li>a:hover{
    color: rgba(0,67,143,1);;
}


















/*手机端顶部导航*/
.xf{ background:#fff; border-top:1px solid #e6e6e6; position:fixed; width:100%; bottom:0; left:0;z-index:12000;padding: 10px 0 0 0;}
.xf li{ float:left; width:33.3333%; text-align:center; }
.xf li img{ width: 20%}
.xf li span{ display:inline-block; width: 100%; overflow:hidden;}
.xf li p{ text-align:center; color:#666; font-size: 12px;    margin: 0;}
.xf li:last-child p{ color:rgba(0,67,143,1);;}


#mobile.header {
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #333;
   
	
	    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #f5f5f5;
    /* box-shadow: 0 4px 10px rgb(0 0 0 / 13%); */
    border-bottom: 1px #e0e0e0 solid;
	
}
#mobile.header.bg { background: #124a59; }
#mobile.header .title {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 100%;
    text-align: center;
}
#mobile.header select{
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/select-icon.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/select-icon.png*/ no-repeat center right;
    letter-spacing: 0.04rem;
    padding: 0 13px;
    background-size: 8px;
    height: 100%;
}
#mobile.header select option{background: transparent;}
#mobile.header .kf {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;

}
#mobile.header .kf a { display: inline-block; width: 100%; height: 100%; background: url("../img/kf.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/kf.png*/ no-repeat center; background-size:56%;}

#mobile .nav-btn { color: #231f20;
    height: 40px;
    text-align: center;
    width: 40px;
    position: absolute;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 6px 0 0 0;
}
#mobile .nav-btn>img{width: 74%}
#mobile .nav-btn:hover { cursor: pointer; }
#mobile .nav-btn span { position: absolute; left: calc((100% - 0.55rem) / 2); top: calc((100% - 4px) / 2); width: 0.6rem; height: 0.05rem; background-color: #fff; }
#mobile .nav-btn span:nth-child(1) { transform: translateY(0.2rem) rotate(0deg); }
#mobile .nav-btn span:nth-child(2) { transform: translateY(0px) rotate(0deg); }
#mobile .nav-btn span:nth-child(3) { transform: translateY(-0.2rem) rotate(0deg); }
#mobile .nav-active span { background: #666; }
#mobile .nav-active span:nth-child(1) { animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst; }
#mobile .nav-active span:nth-child(2) { display: none; }
#mobile .nav-active span:nth-child(3) { animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond; }

.nav-active{ left: 7.5rem;}
.nav { position: absolute; width:66%; z-index: 999; top: 0; left:-100%; opacity:0; background:rgba(255,255,255,.95); border-top: 1px solid #b6b6b9;  transition: all 0.3s linear 0s;}
.nav.on{
    left: 0;
    opacity: 1;
    z-index: 20000;
    min-height: 500px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    padding: 0 0 60px 0;
}
.nav.on img{
    width: 30px;
    display: inline-block;
    float: right;
}
.mobileNavLeftBtnClose{
    margin: 4px 4px 0 0 ;
}
.nav .logo{ margin:40px 6px 16px 16px; overflow:hidden;}
.nav .logo img{  width: 70%; float: left;}

#mobile.header .navlogo{
    height: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;

}
#mobile.header .navlogo a img{
    height: 100%;
    display: inline-block;
    width: auto;
    padding: 8px 0;
}




.nav-list{ margin-left:20px;}
.nav-list li a{ font-size:16px; color:#000; line-height: 30px;text-decoration: none;letter-spacing: 0.5px;}
.nav-list li span{ display:none;}
.nav-list li.on a{ font-weight:bold;}
.nav-list li dl{ opacity:0; height:0; overflow:hidden; margin:0 0 0 20px;transition: all 0.3s linear 0s;}
.nav-list li.on dl{ opacity:1; height:auto;}
.nav-list li.on dl dd:first-child{
    margin: 4px 0 0 0;
}
.nav-list li.on dl dd:last-child{
    margin:0 0 4px  0;
}
.nav-list li dl dd span{  width: 2.5rem;}
.nav-list li dl dd i{
    display: none;
    background: url("../img/ry-icon3.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/ry-icon3.png*/ no-repeat center;
    background-size: 5px;
    width: 8px;
    height: 20px;
    float: left;
    margin: 3px 3px 0 0;
}
.nav-list li dl dd.active i{display:inline-block; }
.nav-list li dl dd a, .nav-list li.on dl dd a, .nav-list li.on span{ font-weight:normal; font-size:14px;line-height: 25px;    color: #333;}
.nav-list li dl dd.active a{color: #4767aa;}
.nav-list li dl dd.active span{ display:inline-block;}





/*手机端的搜索按钮样式*/
.seachBox{
    width: 100%;
    height: 24px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 0px;
    padding: 0 10px;
    display: none;
}
.seachBox input{
    width: 100%;
    line-height: 26px;
    height: 26px;
    color: #666;
    font-size: 12px;
    padding: 0 24px 0 12px;
    border:1px #e6e6e6 solid;
}
.nav.on .seachBox img{
    width: 18px;
    position: absolute;
    top: 5px;
    right: 15px;
}






/*列表页中的分页*/
.page{
    margin: 30px 0 80px 0;
    display: block;
    text-align: center;
}
.page .buttons.blue>div,
.page .buttons.blue>a {
    padding: 9px 14px;
    background: #fff;
    display: inline-block;
    border: 1px #dcdcdc solid;
    margin: 0 4px;
    color: #545454;
    font-size: 14px;
    padding: 9px 14px !important;
}

.page .buttons.blue .active,
.page .buttons.blue>div:hover,
.page .buttons.blue>a:hover {
    background: rgb(0 114 239);;
    color: #fff;
}



/*更多按钮*/
a.moreBtn{
    text-align: center;
    padding: 13px 25px;
    display: inline-block;
    margin: 30px auto 0 auto;
    background: none;
    border:1px solid rgba(255,255,255,1);
    border-radius:25px;
    position: relative;
    overflow: hidden;
    font-size: 0;
}
a.moreBtn span{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
    /*float: left;*/
}
a.moreBtn i{
    width: 15px;
    height: 7px;
    display: inline-block;
    background: url("../img/moreBtn1.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/moreBtn1.png*/ no-repeat center;
    background-size: 15px;
    vertical-align: text-top;
    margin: 7px 0 0 3px;
    position: relative;
    z-index: 10;
}
a.moreBtn.moreBtncolor:after{
    content: ' ';
    width: 0%;
    height: 110%;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -1px;
    background:rgba(242,121,0,1);
    z-index: 1;
    transition: all 0.3s;
    font-size: 0;

}
a.moreBtn.moreBtncolor:hover:after{
    width: 110%;
}
a.moreBtn.moreBtncolor:hover span{
    color: #ffffff;
}
a.moreBtn.moreBtncolor:hover i{
    background: url("../img/moreBtn1.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/moreBtn1.png*/ no-repeat center;
    background-size: 15px;
}
a.moreBtn.moreBtncolor:hover{
    border: 1px rgba(242,121,0,1)  solid;
}






/*位置导航区域*/
.wz{
    margin: 60px auto 30px auto ;
    padding: 0;
    color: #666666;
}
.wz img.iconT{
    margin: 2px 0 0 0;
    vertical-align: top;
}
.wz img.right{
    margin: 7px 0 0 0;
    vertical-align: top;
}
.wz a{
    color: #666;
}
.wz a:hover{
    color: #0072ef;
}



/*详情页中的分页*/
.fenye{
    margin: 34px 0 0 0;
    padding: 24px 0 60px 0;
    overflow: hidden;
    display: block;
    border-top: 1px #0072ef solid;
}
.fenye a{
    color:rgba(51,51,51,1);
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    transition: all 0.3s;
    background-size: 8px;
	
	
	    width: 50%;
    
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align:left;
	
}
.fenye a:nth-child(2){
    float: right;
	text-align:right;
}

.fenye a span{
    padding: 4px 28px;
    border-radius: 14px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin: 0 10px;
    background: url("../img/alRightH.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/alRightH.png*/ no-repeat 10px center #999999;
    font-size: 14px;
}
.fenye a:nth-child(2) span{
    float: right;
    padding: 0 19px;
    line-height: 30px;
    background: url("../img/aleftH.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/aleftH.png*/ no-repeat 90% center #999999;
}
.fenye a:hover{
    color: rgba(0,67,143,1);;
}
.fenye a:hover span{
    background-color: rgba(0,67,143,1);;
}

/*背景图*/
img.topBG{
    position: fixed;
    top: 100px;
    z-index: -1;
    left: 0;
    width: 100%;
    height: auto;
    display: inline-block;
}





/*页脚区域*/
.footerPC{
    background: #F7F8FA;
    z-index: 1000;
    position: relative;
    color: #fff;
    padding:60px 0 30px 0;
}
.footerPC .container{
    width: 1200px;
}
.footerPC .topBox{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
}
.footerPC .topBox .footerlogo{
    display: inline-block;
    width: 240px;
    margin: 0px 0 10px 0;
}


.footerPC .topBox .footerul{
    display: block;
    overflow: hidden;
}
.footerPC .topBox .footerul ul{
    display: inline-block;
    float: left;
    margin: 0 60px 0 0;
}
/* .footerPC .topBox .footerul ul:nth-child(2) li:nth-child(6){
    display: none;
} */
.footerPC .topBox .footerul ul.othergong{
    width: 430px;
    margin: 0 0 0 0;
}
.footerPC .topBox .footerul ul.othergong li:not(:nth-child(1)){
    max-width: 240px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

    padding: 0 10px 0 0;
    font-size: 0;
    width: 214px;

}
.footerPC .topBox .footerul ul.othergong li:nth-child(2n+3){
    margin: 0  0 0 0px ;
    float: right;
}
.footerPC .topBox .footerul ul.othergong li:not(:nth-child(1)) a{
    letter-spacing: 0;

    letter-spacing: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.footerPC .topBox .footerul li a{
    font-size:14px;
    display: block;
    font-weight:400;

    color: #666666;
    line-height:28px;
}
.footerPC .topBox .footerul li a:hover{
    color: #0072EF;
}

.footerPC .topBox .footerul li:nth-child(1) a{
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    line-height: 22px;
    margin: 0 0 10px 0;
}
.footerPC .topBox .footerul .logofooter{
    float: right;
    text-align: center;
}
.footerPC .topBox .footerul .logofooter a:nth-child(2){
    display: block;
}
.footerPC .topBox .footerul .logofooter a:nth-child(2) .footerlogo,
.footerPC .topBox .footerul .logofooter a:nth-child(2) .footerlogohome{
    width: 140px;
}
.footerPC .topBox .footerul .logofooter a:nth-child(2) .footerlogohome{
    display: none;
}

.footerPC .topBox .footerul .logofooter .left{
    padding: 0 24px 0 0 ;
}
.footerPC .topBox .footerul .logofooter .left p {
    margin: 6px 0px 0 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0px;
}
.footerPC .topBox .footerul .logofooter .left p img {
    width: 14px;
    margin: -2px 4px 0 0;
}

.footerPC .topBox .footerul .logofooter .wx{
    text-align: center;
    margin: 5px 0 0 0;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: inline-block;
	
	    position: relative;
    padding: 0 20px 0 0;
	
}
.footerPC .topBox .footerul .logofooter .wx .wximg{
    width: 86px;
    height: 86px;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    float: left;
}
.footerPC .topBox .footerul .logofooter .wx  span{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    writing-mode: tb-rl;
    display: inline-block;
    margin: 2px 2px 0px 0;
    color: #343434;
    float: right;
    height: 80px;
	    position: absolute;
    top: 0;
    right: 0;
}



.footerPC .topBox .footerfirend{
    display: block;
    overflow: hidden;
    padding: 20px 0;
    margin: 50px 0 30px 0;
    border-top: 1px #cccccc solid;
    border-bottom: 1px  #cccccc   solid;
}
.footerPC .topBox .footerfirend ul{
    padding: 0 0 0 80px;
    position: relative;
}
.footerPC .topBox .footerfirend ul li{
    display: inline-block;
    float: left;
    font-size:14px;
    font-weight:400;
    color: #666666;
    line-height:24px;
}
.footerPC .topBox .footerfirend ul li:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.footerPC .topBox .footerfirend ul li a{
    font-size:14px;
    font-weight:400;
    color: #666666;
    line-height:24px;
    margin: 0 20px 0 0;
}
.footerPC .topBox .footerfirend ul li a:hover{
    color: #0072EF;
}

.footerPC .topBox .footericp{
    color:#666666;
    text-align: center;
    font-size: 12px;
}
.footerPC .topBox .footericp a{
    font-size:12px;
    color:#666666;
    line-height:24px;
}
.footerPC .topBox .footericp a:hover{
    text-decoration: underline;
}
.footerPC .topBox .footericp a img{
    display: inline-block;
    height: 17px;
    margin: 0 2px 3px 3px;
}











/*右侧定位导航区域*/
#navRight{
    height: auto;
    position: fixed;
    top:30%;
    right:40px;
    z-index: 11111;

}
#navRight div{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 12px 0 0 0;
    cursor: pointer;
    background-size: auto;
    overflow: hidden;
}

#navRight div:nth-child(1){  background: url("../img/navRight0.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/navRight0.png*/ no-repeat center  #0072ef;  }
#navRight div:nth-child(2){  background: url("../img/navRight2.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/navRight2.png*/ no-repeat center  #0072ef;   }
#navRight div:nth-child(3){  background: url("../img/navRight3.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/navRight3.png*/ no-repeat center   #0072ef;   }
#navRight div:nth-child(4){  background: url("../img/navRight4.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/navRight4.png*/ no-repeat center   #0072ef;   }
#navRight div:nth-child(5){  background: url("../img/navRight5.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/navRight5.png*/ no-repeat center   #0072ef;  }

#navRight div a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
#navRight div span{
    width: 0px;
    height: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 26px;
    background: #0072ef;
    z-index: -1;
    line-height: 50px;
    border-radius: 50px 0 0 50px;
    transition: all 0.3s;
    overflow: hidden;
}
#navRight div:hover span {
    width: 220px;
    left: -193px;
}
#navRight div:last-child:hover span {
    width: 269px;
    left: -243px;
}


/*banner区域*/
#bannerBox{
    position: relative;
    padding: 0;
}
#bannerBox .title{
    position: absolute;
    width: 320px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -160px;
}
#bannerBox>img{
    width: 100%;
}

#bannerBox .container{
    position: relative;
    top: -60px;
    padding: 0;
    height: 70px;
}
#bannerBox .container .swiper-slide{
    margin: 12px 0 0 0 ;
}
#bannerBox .container .swiper-slide.check{
    margin: 0;
}
#bannerBox .container .swiper-slide a{
    font-size: 18px;
    line-height: 50px;
    background: rgba(0,67,143,1);
    font-weight: 400;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

#bannerBox .container .swiper-slide:hover{
    margin: 0 ;
}
#bannerBox .container .swiper-slide  a:hover,
#bannerBox .container .swiper-slide.check a{
    background: #fff;
    color: rgba(0,67,143,1);
    line-height: 60px;
}







@media screen and (max-width: 770px) {
    body {
        padding:44px 0 !important;
    }
}


@media screen and (max-width: 1780px) and (min-width: 1640px) {
    .headerNav .container .navRight ul.navbar {
        margin: 0 0 0 40px;
    }
    .headerNav .container .navRight ul.navbar>li>a {
        padding: 5px 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1640px) {
    .headerNav .container .navRight ul.navbar>li>a {
        padding: 5px 16px;
        line-height: 30px;
    }


	
	.footerPC .topBox .footerul .logofooter .wx {
        margin: 6px 0 0 0;
   }
    .footerPC .topBox .footerul .logofooter .wx .wximg {
       float: left;
    }

}


@media screen and (max-width: 1400px) {


    .container-fluid#banner .text{
        text-align: center;
        line-height: 260px;
    }
    .container-fluid#banner .text img{
        width: 70%;
    }

    .headerNav .container {
        width: 100%;
        padding: 0 14px 0 16px;
    }
    .headerNav .logo{
        width: 300px;
        display: inline-block;
        float: left;
    }

    .headerNav .container .navRight ul.navbar {
        margin: 0 0 0 0px;
    }
    .headerNav .container .navRight ul.navbar>li>a {
        font-size: 15px;
    }


}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
    .container{
        width: 1200px;
    }




}







@media screen and (max-width: 1200px) {

    a.moreBtn {
        font-size: 12px;
        padding: 6px 14px;
        height: 34px;
        margin: 6px 0 10px 0;
    }
    a.moreBtn span {
        font-size: 14px;
    }
    a.moreBtn i {
        width: 12px;
        height: 5px;
        background-size: 11px;
        margin: 6px 0 0 2px;
    }

    .container{
        width: 100%;
    }

    .headerNav .logo {
        width: 280px;
        margin: 30px 0 0 0;
    }
    .headerNav .container .navRight ul.navbar>li>a {
        padding: 0 10px;
        line-height: 34px;
        height: 34px;
    }

    .headerNav .container .navRight ul.navbar>li:hover>ul {
        padding: 0;
        width: 130%;
    }
    .headerNav .container .navRight ul.navbar>li>ul>li>a {
        line-height: 32px;
        font-size: 12px;
        padding: 0 10px;
    }



    .footerPC .container {
        width: 100%;
        padding: 0 10px;
    }
    .footerPC .topBox .footerul ul {
        margin: 0 5% 0 0;
    }
    .footerPC .topBox .footerul li:nth-child(1) a {
        font-size: 16px;
        line-height: 16px;
        margin: 0 0 10px 0;
    }
    .footerPC .topBox .footerul li a {
        font-size: 13px;
        line-height: 26px;
    }
    .footerPC .topBox .footerfirend {
        padding: 18px 0;
        margin: 40px 0 24px 0;
    }
    .footerPC .topBox .footerfirend ul li a {
        font-size: 12px;
        line-height: 20px;
        margin: 0 15px 0 0;
    }
    .footerPC .topBox .footerul .logofooter a img{
        width: 120px;
    }


    .fenye {
        padding: 26px 0 40px 0;
    }
    .fenye a {
        font-size: 13px;
        display: block;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
		
		  width: 100%;
		
    }
    .fenye a span {
        padding: 4px 15px 4px 23px;
        font-size: 13px;
    }
    .fenye a:nth-child(2) {
        float: unset;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }
    .fenye a:nth-child(2) span {
        float: unset;
        padding: 4px 23px 4px 14px;
        line-height: 30px;
        background: url("../img/aleftH.png")/*tpa=http://www.whshch.com.cn/public/static/home/defaults/style/img/aleftH.png*/ no-repeat 90% center #999999;
    }



    #bannerBox .container {
        top: -42px;
        height: 44px;
    }
    #bannerBox .container .swiper-slide a {
        font-size: 13px;
        line-height: 32px;
    }
    #bannerBox .container .swiper-slide a:hover, #bannerBox .container .swiper-slide.check a {
        line-height: 42px;
    }




}


@media screen and (max-width: 1000px) {
    body{
        padding: 80px 0 0 0;
    }


    a.moreBtn {
        padding: 3px 14px;
        height: 26px;
    }
    a.moreBtn span {
        font-size: 12px;
    }

    .headerNav .container .core {
        height: 80px;
    }

    .headerNav .container .navRight ul.navbar>li>a {
        font-size: 12px;

    }
    .headerNav .container .navRight ul.navbar>li>ul {
        top: 58px;
    }


    .headerNav .logo {
        width: 250px;
        margin: 25px 0 0 0;
    }
    .headerNav .container .navRight ul.navbar {
        padding: 22px 0px 0 0;
    }


    .footerPC .topBox .footerul ul {
        margin: 0 3% 0 0;
    }


    #bannerBox .title{
        width: 60%;
        margin: -50px 0 0 -30%;
        text-align: center;
    }



}
@media screen and (max-width: 860px) {
    *{
        letter-spacing: 0.4px;
    }
    .headerNav .container .navRight ul.navbar {
        padding: 25px 0px 0 0;
    }
    .headerNav .container .navRight ul.navbar>li>a {
       padding: 0 8px;
        line-height: 30px;
        height: 30px;
        border-radius: 16px;
    }

}


@media screen and (max-width: 800px) {
    body{
        padding-top: 44px;
    }
    .headerNav .logo {
        width: 200px;
        margin: 30px 0 0 0;
    }
    .nav .logo img{
        width: 90%;
        max-width: 210px;
    }


    .headerNav .container .navRight ul.navbar>li>a {
        padding: 0 6px;
    }


    .footerPC {
        background: #00448f;
        padding: 28px 0 28px 0;
    }
    .footerPC .topBox .footerfirend ul li {
        color: #ffffff;
    }
    .footerPC .topBox .footerfirend ul li a{
        color: #ffffff;
    }
    .footerPC .topBox .footericp a,
    .footerPC .topBox .footericp {
        color: #ffffff;
    }





    .page {
        margin: 15px 0 50px 0;
    }
    .page .buttons.blue>div, .page .buttons.blue>a {
        margin: 0;
        padding: 4px 9px !important;
    }

    .wz {
        margin: 10px auto 10px auto;
        padding: 0 14px 0 0;
        color: #666666;
    }
    .wz>img:nth-child(1){
		width: 13px;
      margin: -3px 0 0 0;
	}

.fenye a span {
    padding: 3px 13px 3px 20px;
    font-size: 13px;
    background-size: 5px;
}
.fenye a:nth-child(2) span {
     
    padding: 3px 19px 3px 13px;
    
    background-size: 5px;
}


    .footerPC .topBox .footerfirend {
        padding: 12px 0;
        margin: 12px 0 18px 0;
    }
    .footerPC .topBox .footerfirend ul li a {
        font-size: 12px;
        line-height: 16px;
        margin: 0px 10px 0 0;
    }
    .footerPC .topBox .footerul .logofooter {
        width: 100%;
        display: block;
        overflow: hidden;
        margin: 13px 0 8px 0;
    }
    .footerPC .topBox .footerul .logofooter .wx {
        width: 72px;
        margin: 0;
        font-size: 0;
        display: inline-block;
    }
    .footerPC .topBox .footerul .logofooter .wx .wximg {
        width: 68px;
        height: 68px;
        margin: 0 0 0px 0 ;
    }
    .footerPC .topBox .footerul .logofooter .wx span {
        line-height: 12px;
        writing-mode: unset;
        display: inline-block;
        margin: 0 0 3px 0;
        max-width: 75px;
        overflow: hidden;
        height: 13px;
        float: left;
        letter-spacing: 0;
        font-size: 12px;
        text-align: center;
        width: 100%;
		display:none;
    }

    .footerPC .topBox .footerul ul {
        display: block;
        float: none;
        margin: 0;
        width: 100%;
        height: auto;
        border-bottom: 1px rgba(255,255,255,0.2) solid;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .footerPC .topBox .footerul ul.othergong {
        width: 100%;
        height: 26px;
        display: block;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .footerPC .topBox .footerul ul.othergong li{
        float: left;
    }
    .footerPC .topBox .footerul ul.othergong li:nth-child(1){
        margin: 3px 5px 0 0;
    }

    .footerPC .topBox .footerul ul li{
        display: inline-block;
    }
    .footerPC .topBox .footerul ul li:nth-child(1) a{
        font-size: 12px;
        font-weight: bold;
        color: rgba(255,255,255,1);
        line-height: 16px;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: -2px 5px 0 0;
        float: none;
        vertical-align: middle;
    }
    .footerPC .topBox .footerul ul li a {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        color: rgba(255,255,255,1);
        line-height: 26px;
    }

    .footerPC .topBox .footericp {
        line-height: 14px;
        font-size: 12px;
        margin: 8px 0;
    }
    .footerPC .topBox .footericp a img {
        display: inline-block;
        height: 13px;
        margin: 0 2px 3px 1px;
    }
    .footerPC .topBox .footericp a {
        line-height: 20px;
    }




}



@media screen and (max-width: 350px) {

    .footerPC .topBox .footerul .logofooter .wx {
        width: 70px;
    }
}




