/*公共的css*/
/*初始化的css*/
*{margin:0; padding:0; font-family:微软雅黑,Arial, Helvetica, sans-serif;letter-spacing:1px;box-sizing: border-box }
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;}
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;}





.hide{
    display: none !important;
}
.container-fluid {
    display: block;
    margin: 0 auto;
}
.container{
    width: 1400px;
    padding: 0 0;
}


@media screen and (max-width: 1400px) {
    .container{
        width: 100%;
    }
}








/*pc端页头中的导航*/
.pclogoh1{
    display: inline-block;
    margin: 0  0;
}
.headerNav{
    width: 100%;
    padding: 0 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.headerNav.active .container .navRight ul.navbar>li>ul,
.headerNav.active {
    background: rgba(0,0,0,0.7);


    height: 100px;
    border-bottom:1px rgba(202,202,202,0.3) solid;
    background: #FFFFFF;
}

.headerNav.active .container .navRight ul.navbar>li:hover>ul{
    border: 1px #2f2f2f solid;
    box-shadow: none;
}
.headerNav.active .container .navRight ul.navbar a{
    color: #454545;
}

.headerNav.active .logo{
    display: none;
}
.headerNav.active .logo.logoactive{
    display: inline-block;
}





.headerNav .container{
    padding: 0;
}
.headerNav .container .core{
    height: 90px;
    padding: 18px 0 0 0;
    box-sizing: border-box;
}

.headerNav .logo{
    margin-top: 0px;
}
.headerNav .logo.logoactive{
    display: none;
}




.headerNav .container .navRight.navbar-right{
    margin: 0;
    padding: 0;
    height: 72px;
    float: right !important;
}
.headerNav .container .navRight ul.navbar{
    display: inline-block;
    margin: 0 0 0 50px;
    padding: 17px 0px 0 0;
    height: 100%;

    border: none;
}
.headerNav .container .navRight ul.navbar>li{
    display:inline-block;
    float: left;
    position: relative;
    height: 100%;
    z-index: 10000;
    /*margin: 0 13px;*/
}

.headerNav .container .navRight ul.navbar>li>a{
    font-size: 16px;
    color: #ffffff;
    padding: 5px 17px;
    display: inline-block;
    height: 100%;
}

.headerNav .container .navRight ul.navbar>li:hover>a,
.headerNav .container .navRight ul.navbar>li.active>a{
    color: #f35a7c;
}


.headerNav .container .navRight ul.navbar>li>ul{
    width: 1200px;
    /*padding: 16px 40px;*/
    /*height: auto;*/
    /*border: 1px #e5e5e5 solid;*/
    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(0,0,0,0.25);

    box-shadow: 1px 1px 1px #d2d2d2;
    position: absolute;
    top: 62px;
    left: -420px;
    box-sizing: border-box;
    border-radius: 0 0 3px 3px;
    z-index: 100;

}
.headerNav .container .navRight ul.navbar>li>ul {
    left: -20px;
    width: 140px;
    text-align: center;
}

.headerNav .container .navRight ul.navbar>li:nth-child(2)>ul {
    left: -8px;
}


.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 #e5e5e5 solid;
}
.headerNav .container .navRight ul.navbar>li:hover>ul {
    padding:0;
}



.headerNav .container .navRight ul.navbar>li>ul>li>a{
    display: block;
    line-height: 36px;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}
.headerNav .container .navRight ul.navbar>li>ul>li>a.activeOn{
    color: #e5cdaf;

}

.headerNav .container .navRight ul.navbar>li>ul>li>a:hover{
    color: #fff;
    text-decoration: underline;
}
.headerNav.active .container .navRight ul.navbar>li>ul>li>a:hover {
    background: #1b1b1bab;
    text-decoration: none;
}



.headerNav .borderB {
    width: 64px;
    display: inline-block;
    height: 2px;
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 83px;
    left: -100px;
    z-index: 1000;

    background: linear-gradient(90deg, rgba(255, 95, 131, 0) 0%, rgba(255, 95, 131, 0.99) 50%, rgba(255, 95, 131, 0) 100%);

    background:-moz-linear-gradient(90deg, rgba(255, 95, 131, 0) 0%, rgba(255, 95, 131, 0.99) 50%, rgba(255, 95, 131, 0) 100%);
    background:-webkit-linear-gradient(90deg, rgba(255, 95, 131, 0) 0%, rgba(255, 95, 131, 0.99) 50%, rgba(255, 95, 131, 0) 100%);
    background: -o-linear-gradient(90deg, rgba(255, 95, 131, 0) 0%, rgba(255, 95, 131, 0.99) 50%, rgba(255, 95, 131, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 95, 131, 0) 0%, rgba(255, 95, 131, 0.99) 50%, rgba(255, 95, 131, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 95, 131, 0) 0%, rgba(255, 95, 131, 0.99) 50%, rgba(255, 95, 131, 0) 100%);

}








/*banner区域*/
.container-fluid#banner,
.container-fluid.banner{
    padding: 0;
}
.container-fluid#banner{
    position: relative;
}
.container-fluid#banner img{
    width: 100%;
}



.container-fluid#banner .bannertext {
    width: 700px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%,-50%);
}
.container-fluid#banner .bannertext h3{
    font-size: 80px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.3;
}
.container-fluid#banner .bannertext .box{
    position: relative;
    height: 30px;
}
.container-fluid#banner .bannertext h4{

    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);

    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;

}






/*列表页中的分页*/
.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: #e24e6f;
    color: #fff;
}




/*标题样式*/
div.titleH{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}
div.titleH h2{
    color: #202020;
    font-size: 30px;
    line-height: 30px;
    font-weight: bolder;
}
div.titleH p{
    color: #666666;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    margin: 20px 0 18px 0;
}
div.titleH i{
    width: 120px;
    height: 0.8px;
    display: inline-block;
    margin:  0 auto;
    background: #49c0c8;
}




/*标题区域*/
.indextitle{
    font-size: 30px;
    font-weight: bold;
    color: #202020;
    line-height: 34px;
    margin: 0 0 0 0;
    position: relative;
}
.indextitlep{
    font-size: 17px;
    font-weight: 400;
    color: #202020;
    line-height: 28px;
    margin: 10px 0 0 0;
}
.indextitle span{
    position: relative;
    z-index: 100;
}
.indextitle:before{
    width: 14px;
    height: 36px;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0.4% ;
    z-index: 1;
    background: #FF5F83;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform:skew(-20deg);
    -ms-transform:skew(-20deg);
}







/*更多按钮*/
a.moreBtn{
    width: 180px;
    height: 44px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 32px;
    margin: 0 0 22px 0;
    color: #FF5F83;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #FF5F83;
    border-radius: 25px;
    overflow: hidden;
    letter-spacing: 0;
    text-align: center;


}
a.moreBtn i{
    width: 16px;
    height: 7px;
    display: inline-block;
    vertical-align: text-top;
    margin: 6px 0 0 2px;
    font-style: normal;
    line-height: 7px;
}

a.moreBtn:after{
    content: " ";
    width: 0px;
    height: 42px;
    display: block;
    background:#FF5F83;
    position: absolute;
    transition: all 0.3s;
    top: 0;
    left: 0;
    z-index: -1;
}
a.moreBtn:hover{
    color: #ffffff;
}
a.moreBtn:hover:after{
    width: 100%;
}




/*位置导航区域*/
.wz{
    margin: 30px auto 30px auto ;
    padding: 0;
    font-size: 12px;
    color: #666666;
}
.wz img.wzIMGOne{
    height: 14px;
    display: inline-block;
    margin: -4px 0 0 0;
    vertical-align: middle;
}
.wz img.right{
    margin: 6px 0 0 0;
    vertical-align: top;

}
.wz a{
    font-size: 12px;
    color: #666666;
}

/*详情页中的分页*/

/*详情页中的分页区域*/
.fenye{
    margin: 34px 0 0 0;
    padding: 24px 0 60px 0;
    overflow: hidden;
    display: block;
    border-top: 1px #4a4a4a 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;
}
.fenye a:nth-child(2){
    float: 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) 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) no-repeat 90% center #999999;
}
.fenye a:hover{
    color: #e24e6f;
}
.fenye a:hover span{
    background-color: #e24e6f;
}








/*右侧定位导航区域*/
#navRight{
    height: auto;
    position: fixed;
    bottom:20%;
    right:0px;
    z-index: 9999;
}
#navRight p{
    width: 64px;
    height: 60px;
    margin: 0 0;
    cursor: pointer;
    background-size: auto;
    overflow: hidden;
    border: 1px #e0e0e0 solid;
    border-top: none;
}
#navRight p:nth-child(2){
    background: url(../img/navRight2.png) no-repeat center #fff;
    background-size: 26px;
    background-position: 18px 8px;
}
#navRight p:nth-child(2):hover{
    background: url(../img/navRight2.1.png) no-repeat center #fff;
    background-size: 26px;
    background-position: 18px 8px;
}
#navRight p:nth-child(3){
    background: url(../img/navRight3.png) no-repeat center #fff;
    background-size: 29px;
    background-position: 18px 11px;
}
#navRight p:nth-child(3):hover{
    background: url(../img/navRight3.1.png) no-repeat center #fff;
    background-size: 29px;
    background-position: 18px 11px;
}
#navRight p:nth-child(4){
    background: url(../img/navRight4.png) no-repeat center #fff;
    background-size: 26px;
    background-position: 18px 10px;
}
#navRight p:nth-child(4):hover{
    background: url(../img/navRight4.1.png) no-repeat center #fff;
    background-size: 26px;
    background-position: 18px 10px;
}
#navRight p:nth-child(5){
    background: url(../img/navRight5.0.png) no-repeat center #fff;
    background-size: 26px;
    background-position: 18px 10px;
}
#navRight p:nth-child(5):hover{
    background: url(../img/navRight5.1.png) no-repeat center #fff;
    background-size: 26px;
    background-position: 18px 10px;
}
#navRight p:nth-child(6){  background: url("../img/navRight1.png") no-repeat center  #fff;  }

#navRight p.say:hover em{
    display: inline-block;
}
#navRight em.wxright{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 119px;
    left: -90px;
    z-index: 100;
    border: 1px #999999 solid;
    padding: 3px;
    display: none;
    background: #ffffff;
}
#navRight em.wxright img{
    width: 100%;
}
#navRight em.wxright:after{
    content: ' ';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #999999;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 14px;
    right: -11px;
}


#navRight p a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
#navRight p a{
    display: block;
    overflow: hidden;
    padding: 40px 0 0 0;

}
#navRight p:hover span {
    color: #e24e6f;
}
#navRight p span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #9d9d9d;
}
#navRight p:nth-child(6){
    height: 46px;
    padding: 24px 0 0 0;
    background-color: #9d9d9d;
    background-position: center 12px;
    background-size: 14px;
}
#navRight p:nth-child(6) span{
    color: #fff;
}
#navRight p:nth-child(1){
    text-align: center;
    line-height: 20px;
    border-top: 1px #e0e0e0 solid;
    padding: 9px 0 0 0;
    font-size: 14px;
    background: #e24e6f;
    color: #fff;
}

/*手机端置顶按钮*/
#topBTN {
    padding: 4px;
    display: inline-block;
    position: fixed;
    bottom: 70px;
    right: 10px;
    background: rgb(226 78 111);
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    z-index: 10000;
}
#topBTN img {
    width: 30px;
}





/*页脚区域*/
#footer{
    margin: 120px 0 0 0;
    display: block;
    padding: 60px 0 30px 0;
    background: #F8F8F8;
}
#footer .container{
    max-width: 1200px;
}
#footer .container .footerlogobox{
    border-bottom: 1px #E1E1E1 solid;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0 ;
}
#footer .container  .footerlogoboxmobile{
    display: block;
    overflow: hidden;
}


#footer .container  .footerlogoboxmobile .footerwximgmobile{
    max-width: 100px;
    padding: 6px;
    float: right;
    background: #ffffff;
    margin: 42px 0 0 0;
}


#footer .container  .footerlogoboxmobile .footerwximgmobile p{
    text-align: center;
    margin: 0;
}
#footer .container  .footerlogoboxmobile .footerwximgmobile p img{
    width: 68px;
    float: left;
}
#footer .container  .footerlogoboxmobile .footerwximgmobile  span {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 400;
    color: rgba(52,52,52,1);
    line-height: 13px;
    writing-mode: tb-rl;
    text-transform: capitalize;
    display: inline-block;
    padding: 3px 0 0 3px;
    box-sizing: border-box;
    margin: 0 0 0 3px;
    border-left: 1px rgba(204,204,204,1) solid;
    float: left;
}


#footer .container .footerlogobox .footerlogo{
    display: inline-block;
    font-size: 0;
}
#footer .container .footerlogobox .footertell{
    display: inline-block;
    margin: 0 0 0 50px;
    vertical-align: middle;
}
#footer .container .footerlogobox .footertell li {
    font-size: 17px;
    font-weight: 400;
    color: #454545;
    line-height: 28px;
}
#footer .container .footerul{
    display: block;
    overflow: hidden;
}
#footer .container .footerul li{
    display: inline-block;
    float: left;
    margin: 0 30px 0 0;
}
#footer .container .footerul li:last-child{
    margin: 0;
}
#footer .container .footerul li a {
    font-size: 17px;
    font-weight: 400;
    color: #454545;
    line-height: 20px;
}
#footer .container .footerul li a:hover{
    color:#FF5F83;
    text-decoration: underline;
}


#footer .container .IPC,
#footer .container .IPC a{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    letter-spacing: 0;
}

#footer .container .footerright  {
    text-align: right;
}
#footer .container .footerright .footerwx{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    padding: 18px;
}
#footer .container .footerright .footerwx p{
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    text-align: center;
    margin: 4px 0 0 0;
}






/*手机端顶部导航区*/

/*手机端顶部导航*/
.xf{ background:#fff; border-top:1px solid #e6e6e6; position:fixed; width:100%; bottom:0; left:0;z-index:100000;padding: 8px   0 4px 0;}
.xf .row{ margin: 0 0 }

.xf li{ float:left; width:25%; text-align:center; }
.xf li img {
    width: auto;
    height: 24px;
}
.xf li span{ display:inline-block; width: 100%; overflow:hidden;}
.xf li p{     text-align: center;
    color: #666;
    font-size: 12px;
    margin: -2px 0 0 0;}


#mobile.header .navlisttop{
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    padding: 4px 10px;
    background: rgba(0,0,0,0.9);
    background-size: 100% 100%;
    font-size: 0;

    background: #ffffff;
    border-bottom: 1px #ececec solid;
}



#mobile .nav-btn {
    color: #231f20;
    text-align: left;
    width: 32px;
    float: right;
    z-index: 9999;
    padding: 11px 0 0 0;
}
#mobile .nav-btn>img{width: 74%}
#mobile .nav-btn img.mobileNavLeftBtnClose{
    display: none;
}
#mobile.header .navlisttop.on .nav-btn{
    text-align: left;
}
#mobile.header .navlisttop.on img.mobileNavLeftBtn{
    display: none;
}
#mobile.header .navlisttop.on img.mobileNavLeftBtnClose{
    display: block;
    width: 20px;
    margin: 0 0 0 0;
}


#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 {
    width: 100%;
    z-index: 999;
    top: -100%;
    left:0%;
    opacity:0;
    transition: all 0.3s linear 0s;
    height: 71%;
    position: fixed;
}
.nav.on{
    top: 55px;
    opacity: 1;
    z-index: 20000;
    padding: 0px 0 0px 0;


}
.nav.on img{
    width: 30px;
    display: inline-block;
    float: right;
}
.mobileNavLeftBtnClose{
    margin: 4px 4px 0 0 ;
}



#mobile.header .navlogo{
    height: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;

}
#mobile.header .navlogo a img{
    height: 100%;
    display: inline-block;
    width: auto;
    padding: 5px 0 ;
}




.nav-list{
    margin: 0 0 50px 0;
    text-align: left;
    padding: 0 0px;
    height: 150%;
    display: block;
    overflow: scroll;
    z-index: 1000;
    position: relative;
    background: #ffffff;
}
.nav-list li{
    border-bottom: 1px solid #f3f3f3;
}
.nav-list li.navbltwo>a:after{
    width: 14px;
    height: 14px;
    display: inline-block;
    content: ' ';
    background: url("../img/aleftB.png") no-repeat center;
    float: right;
    margin: 20px 7px 0 0;
}
.nav-list li.navbltwo.on>a:after{
    background: url("../img/aleftT.png") no-repeat center;
}



.nav-list li a{
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
    display: block;
    text-align: left;
    padding: 0 18px 0 18px;
}
.nav-list li span{ display:none;}
.nav-list li.on a{
    color:rgb(226 78 111);
}
.nav-list li dl{ opacity:0; height:0; overflow:hidden; margin:0 0 0 30px;transition: all 0.3s linear 0s;}
.nav-list li.on dl{ opacity:1; height:auto; margin: 0 0 5px 30px; }
.nav-list li.on dl dd:first-child{
    margin: 0px 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) 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: 33px;
    color: #fff;
}
.nav-list li dl dd.active a{color: #4767aa;}
.nav-list li dl dd.active span{ display:inline-block;}




.nav:before{
    width: 100%;
    height: 100%;
    content: ' ';
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,.5);
    display: none;
}
.nav.on:before{
    display: block;
}



/*图标区域*/
#mobile .mobile-nav>ul>li i {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin: 16px 3px 0 0;
}
#mobile .mobile-nav>ul>li:nth-child(1) i{  background: url(../img/navicon1.png) no-repeat 0 0 ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(2) i{  background: url(../img/navicon2.png) no-repeat 0 -0px ;  background-size: 17px;  }
/*#mobile .mobile-nav>ul>li:nth-child(3) i{  background: url(../img/navicon3.png) no-repeat 0 -0px ;  background-size: 17px;  }*/
#mobile .mobile-nav>ul>li:nth-child(3) i{  background: url(../img/navicon4.png) no-repeat 0 -0px ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(4) i{  background: url(../img/navicon5.png) no-repeat 0 -0px ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(5) i{  background: url(../img/navicon6.png) no-repeat 0 -0px ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(6) i{  background: url(../img/navicon7.png) no-repeat 0 -0px ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(7) i{  background: url(../img/navicon8.png) no-repeat 0 -0px ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(8) i{  background: url(../img/navicon9.png) no-repeat 0 -0px ;  background-size: 17px;  }


#mobile .mobile-nav>ul>li:nth-child(1).on i{  background: url(../img/navicon1.1.png) no-repeat 0 0 ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(2).on i{  background: url(../img/navicon2.1.png) no-repeat 0 -0px ;  background-size: 17px;  }
/*#mobile .mobile-nav>ul>li:nth-child(3).on i{  background: url(../img/navicon3.1.png) no-repeat 0 -0px ;  background-size: 17px;  }*/
#mobile .mobile-nav>ul>li:nth-child(3).on i{  background: url(../img/navicon4.1.png) no-repeat 0 -0px ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(4).on i{  background: url(../img/navicon5.1.png) no-repeat 0 -0px ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(5).on i{  background: url(../img/navicon6.1.png) no-repeat 0 -0px ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(6).on i{  background: url(../img/navicon7.1.png) no-repeat 0 -0px ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(7).on i{  background: url(../img/navicon8.1.png) no-repeat 0 -0px ;  background-size: 17px;  }
#mobile .mobile-nav>ul>li:nth-child(8).on i{  background: url(../img/navicon9.1.png) no-repeat 0 -0px ;  background-size: 17px;  }














@media screen and (max-width: 1440px) {
    .indextitle {
        font-size: 26px;
        line-height: 28px;
    }
    .indextitle:before{
        height: 30px;
    }



    .headerNav .container{
        width: 100%;
        padding: 0 1%;
        box-sizing: border-box;
    }
    .container-fluid#banner .text{
        text-align: center;
        line-height: 260px;
    }
    .container-fluid#banner .text img{
        width: 70%;
    }




}


@media screen and (max-width: 1400px) {
    .headerNav .container .navRight ul.navbar>li>a {
        font-size: 16px;
        padding: 5px 14px;
    }
    .headerNav .logo {
        width: 320px;
        margin-top: 10px;
    }
    a.moreBtn{
        width: 160px;
    }
}

@media screen and (max-width: 1300px) {
    .headerNav .container .navRight ul.navbar>li>a {
        font-size: 15px;
        padding: 5px 13px;
    }

    #footer {
        margin: 90px 0 0 0;
        padding: 50px 0 30px 0;
    }

}


@media screen and (max-width: 1200px) {
    #banner .bannertext span {
        border-radius: 16px;
        padding: 8px 17px;
        font-size: 14px;
        line-height: 12px;
        margin: 8px 0 0 0;
    }



    .indextitle {
        font-size: 16px;
        font-weight: bold;
        line-height: 17px;
    }
    .indextitle span{
        letter-spacing: -0.2px;
    }
    .indextitle:before {
        width: 7px;
        height: 100%;
        left: 1%;
    }



    a.moreBtn {
        width: 100px;
        height: 33px;
        font-size: 12px;
        padding: 8px 8px;
        margin: 0 0 10px 0;
        border-radius: 20px;
    }
    a.moreBtn i {
        margin: 4px 0 0 0px;
    }

    .headerNav .logo {
        width: 240px;
        margin-top: 18px;
    }
    .headerNav .borderB{
        top: 80px;
    }
    .headerNav .container .core {
        height: 80px;
        padding: 10px 0 0 0;
    }
    .headerNav .container .navRight ul.navbar>li>a {
        font-size: 14px;
        padding: 5px 9px;
    }
    .headerNav .container .navRight.navbar-right {
        height: 60px;
    }

    #footer {
        margin: 40px 0 0 0;
        padding: 22px 4%;
    }
    #footer .container .footerleft{
        padding: 0 10px;
    }
    #footer .container .footerlogobox {
        padding: 0 0 0px 0;
        margin: 0 0 0px 0;
        border: none;
    }
    #footer .container .footerlogobox .footerlogo img{
        height: 40px;
    }

    #footer .container .footerlogobox .footertell {
        margin: 27px 0 0 30px;
    }
    #footer .container .footerlogobox .footertell li {
        font-size: 13px;
        font-weight: 400;
        color: #454545;
        line-height: 20px;
        letter-spacing: 0;
    }
    #footer .container .IPC{
        border-top: 1px #E1E1E1 solid;
        margin: 12px 0 0 0;
        padding: 10px 0 0 0;
    }
    #footer .container .IPC, #footer .container .IPC a {
        font-size: 12px;
        line-height: 19px;
        letter-spacing: -0.2px;
        text-align: center;
    }
    #footer .container .IPC span{
        display: block;
    }

    #footer .container .footerul {
        margin: 20px 0 10px 0;
    }
    #footer .container .footerul li {
        margin: 0 18px 0 0;
    }
    #footer .container .footerul li a {
        font-size: 14px;
        line-height: 25px;
    }

    #footer .container .footerright {
        text-align: center;
    }
    #footer .container .footerright .footerwx {
        padding: 12px;
        width: 150px;
    }
    #footer .container .footerright .footerwx p {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 0 0 0;
    }

    .wz.container{
        padding: 0 10px;
        margin: 10px 0;
    }
    .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;
    }
    .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) no-repeat 90% center #999999;
    }


}



@media screen and (max-width: 1000px) {
    .container-fluid#banner .bannertext h3 {
        font-size: 18px;
        line-height: 18px;
        opacity: 0.7;
        margin: 0 0 3px 0;
        letter-spacing: -0.5px;
    }
    .container-fluid#banner .bannertext .box{
        height: auto;
    }
    .container-fluid#banner .bannertext h4 {

        font-size: 17px;
        line-height: 20px;
        margin: -2px 0 0 0;
        position: relative;

    }


}


@media screen and (max-width: 990px) {

    a.moreBtn {
        width: 120px;
        height: 32px;
        font-size: 12px;
        padding: 7px 32px;
        margin: 0 0 4px 0;
        border-radius: 16px;
        letter-spacing: 0;
    }
    a.moreBtn i {
        margin: 4px 0 0 -1px;
    }
    #footer {
        padding: 22px 0;
    }
    #footer .container .footerul li {
        margin: 0 16px 0 0;
    }
    #footer .container .footerul li a {
        font-size: 14px;
        line-height: 24px;
    }
    #footer .container .footerlogobox .footertell {
        margin: 7px 0 0 20px;
    }


}

@media screen and (max-width: 990px) {
    body{
        padding: 55px 0 !important;
    }
    *{
        letter-spacing: 0;
    }
    p{
        letter-spacing: -0.2px;
    }


    a.moreBtn {
        width: 92px;
        height: 32px;
        font-size: 12px;
        padding: 7px 0px;
        letter-spacing: 0;
    }
    a.moreBtn i {
        width: 12px;
    }


    .page {
        margin: 15px 0 50px 0;
    }
    .page .buttons.blue>div, .page .buttons.blue>a {
        margin: 0;
        padding: 4px 9px !important;
    }


}

@media screen and (max-width: 760px) {

    .container-fluid#banner .bannertext {
        width: 80%;
        background: rgba(214,214,214,0.24);
        padding: 20px 0;
        border-radius: 7px;
        top: 42%;
    }

    #footer .container .footerlogobox .footertell {
        margin: 7px 0 0 0px;
    }
    #footer .container .footerlogobox .footerlogo img {
         height: auto;
    }
}

@media screen and (max-width: 350px) {

    #footer {
        margin: 28px 0 0 0;
        padding: 22px 0 14px 0;
    }

    #footer .container .footerlogobox .footertell li {
        font-size: 12px;
        line-height: 18px;
    }
    #footer .container .footerlogobox .footertell li:nth-child(1){
        letter-spacing: -0.4px;
    }
    #footer .container .footerlogoboxmobile .footerwximgmobile p img {
        width: 64px;
    }
}


