@charset "utf-8";
/* CSS Document */
/*首页*/
/*
html{   
filter: grayscale(100%);   
-moz-filter: grayscale(100%);   
-o-filter: grayscale(100%);   
-webkit-filter: grayscale(1);   
}   
*/   

/*
html{   
filter: grayscale(100%);   
-moz-filter: grayscale(100%);   
-o-filter: grayscale(100%);   
-webkit-filter: grayscale(1);   
}   
*/


.header-box{
    width: 100%;
}
.top-bar{
    height: 0.4rem;
    background-color: #005097;
    overflow: hidden;
    padding: 0 0.4rem;
}
.top-bar h1{
    color: #fff;
    height: 0.4rem;
    line-height: 0.4rem;
    font-weight: normal;
    float: left;
    font-size: 0.14rem;
}
.top-bar ul{
    float: right;
    height: 0.4rem;
    font-size: 0;
}
.top-bar ul li{
    float: left;
    height: 0.4rem;
    display: block;
    font-size: 0.14rem;
}
.top-bar ul li.register{
    margin-right: 0.06rem;
    padding-left: 0.25rem;
    background: url(../images/register.png) left center no-repeat;
    background-size: 0.16rem;
}
.top-bar ul li.login{
    margin-right: 0.06rem;
    padding-left: 0.25rem;
    background: url(../images/login.png) left center no-repeat;
    background-size: 0.16rem;
}
.top-bar ul li.seacher-form{
   display: none;
   float: left;
}
.top-bar ul li.seacher-form form{  
    height: 0.4rem;
 }
.top-bar ul li.seacher-form input.searcher-kw{
    margin: 0.04rem;
    height: 0.32rem;
    padding: 0;
    outline: none;
    font-size: 0.14rem;
    line-height: 0.32rem;
    border: none;
    vertical-align: top;
}
.top-bar ul li.seacher-form input.seacher-btn{  
    margin: 0.07rem;
    height: 0.27rem;
    vertical-align: top;
    background-color: #005097;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.14rem;
    cursor: pointer;
    line-height: 0.14rem;
 }
 .top-bar ul li.seacher-form input.seacher-btn:hover{  
    background-color: #ffffff;
    color: #005097;
 }
.seacher-form-m{
    display: none;
    text-align: center;
    padding: 0.1rem;
    border-top: 1px #ccc solid;
    background-color: #eeeeee;
	height:0.45rem;
}
.seacher-form-m input.searcher-kw{
    margin: 0.04rem;
    height: 0.32rem;
    padding: 0;
    outline: none;
    font-size: 0.14rem;
    line-height: 0.32rem;
    border: 1px #ccc solid;
    vertical-align: top;
    width: 4rem;
}
.seacher-form-m input.seacher-btn{  
    margin: 0.07rem;
    height: 0.27rem;
    vertical-align: top;
    background-color: #005097;
    border: 1px #fff solid;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.14rem;
    cursor: pointer;
    line-height: 0.14rem;
}
.seacher-form-m input.seacher-btn:hover{  
    background-color: #ffffff;
    border: 1px #005097 solid;
    color: #005097;
 }
.top-bar ul li.seacher{
    margin-right: 0.06rem;
    padding-left: 0.25rem;
    background: url(../images/search.png) left center no-repeat;
    background-size: 0.16rem;
}
.top-bar ul li a{
    height: 0.16rem;
    text-decoration: none;
    line-height: 0.16rem;
    padding-right: 0.14rem;
    margin: 0.12rem 0;
    float: right;
    color: #fff;
    font-size: 0.14rem;
    border-right: 1px #fff solid; 
}
.top-bar ul li:last-child a{
    border: none;
}


.nav-box{
    position: relative;
    height: 1.2rem;
    padding: 0 0.4rem;
}
.nav-box .logo{
    width: 2.85rem;
    height: 0.92rem;
    margin: 0.14rem 0;
    float: left;
}
.nav-box .logo img{
	display:block;
    width: 2.85rem;
    height: 0.92rem;
}
.nav-box .nav{
    float: right;
    font-size: 0px;
}
.nav-box .nav li{
    display: inline-block;
	font-size: 1rem;
}
.nav-box .nav li a{
    display: block;
    color: #010101;
    text-decoration: none;
    height: 1.2rem;
    width: 1.1rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.18rem;
}
.nav-box .nav li a:hover{
    background-color: #005097;
    color: #fff;
}
.nav-box .nav li a.current{
    background-color: #005097;
    color: #fff;
}
.nav-box .nav li .sub-nav{
    z-index: 999;
    position: absolute;
    display: none;
    top: 1.2rem;
    left: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 0.4rem;
}
.nav-box .nav li .sub-nav li{
	vertical-align: top;
}
.nav-box .nav li .sub-nav li a{
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    width: auto;
    margin:0 0.2rem;
    color: #fff;
    font-size: 0.14rem;
}
.nav-box .nav li .sub-nav li a:hover{
    color: #005097;
    background: none;
}
.banner-box{
    width: 100%;
}
.banner-box a{
    display: block;
}
.banner-box img{
    display: block;
    width: 100%;
}

.tips-box{
    width: 100%;
    overflow: hidden;
    padding: 0.12rem 0;
    background-color: #005097;
}
.area{
    max-width: 1200px;
    width: 12rem;
    margin: 0 auto;
}
.wrapper-a{
    height: 36px;
}
.area h4{
    color: #fff;
    height: 36px;
    line-height: 36px;
    float: left;
    padding-left:0.4rem;
    font-size: 0.18rem;
    margin-right: 0.1rem;
    font-weight: normal;
    background: url(../images/speaker.png) left center no-repeat;
    background-size: 0.3rem;
}
.tips-list{
    height: 0.36rem;
}
.tips-list ul{
    margin-left: 0.1rem;
}
.tips-list ul li{
    height: 36px;
}
.tips-list ul li a{
    display: block;
    line-height: 36px;
    font-size: 0.18rem;
    color: #fff;
}
.wrapper-b{
    max-width: 1300px;
    width: 13rem;
    padding-bottom:0.4rem;
}
.server-header{
    padding-top:0.7rem; 
}
.server-header .title{
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 0.12rem;
}
.server-header .s-title{
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666;
    font-weight: normal;
    margin-bottom: 0.76rem;
}
.wrapper-b .outter-wrapper {
    position: relative;
    padding: 0 0.5rem;
    background-color: #fff;
}
.wrapper-b .outter-wrapper .swiper-button-next, 
.wrapper-b .outter-wrapper .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 0.1rem;
    height: 0.25rem;
    margin-top: -0.12rem;
    z-index: 10;
    cursor: pointer; 
    outline: none;
}
.wrapper-b .outter-wrapper .swiper-button-next{
    background: url(../images/next.png);
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
} 
.wrapper-b .outter-wrapper .swiper-button-prev{
    background: url(../images/pre.png);
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


#servers{
    display: block;
}
#servers-m{
    display: none;
}
.wrapper-b .swiper-container {
    height: 2.46rem;
    padding: 0 0.03rem;
}
.wrapper-b .swiper-slide {
    height: 2.4rem;
    margin-top: 0.03rem;
}

.wrapper-b .swiper-slide .server{
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.1) 0 0 .05rem;
    overflow: hidden;
    text-decoration: none;
}

.server.server-1:before,
.server.server-2:before,
.server.server-3:before,
.server.server-4:before,
.server.server-5:before{
    content: '';
    display: block;
    width: 0.62rem;
    height: 0.62rem;
    margin: 0.2rem auto 0.14rem;
    padding-bottom: 0.15rem;
    border-bottom: 3px #005097 solid;
}
.server.server-1:before{
    background: url(../images/rswb-b.png) center top no-repeat;
    background-size: contain;
}
.server.server-2:before{
    background: url(../images/qyzp-b.png) center top no-repeat;
    background-size: contain;
}
.server.server-3:before{
    background: url(../images/zxwb-b.png) center top no-repeat;
    background-size: contain;
}
.server.server-4:before{
    background: url(../images/flbx-b.png) center top no-repeat;
    background-size: contain;
}
.server.server-5:before{
    background: url(../images/flbx-b.png) center top no-repeat;
    background-size: contain;
}

a.server.current{
    background-color: #005097 !important;
    box-shadow: none !important;
}
a.server.server-1.current:before,
a.server.server-2.current:before,
a.server.server-3.current:before,
a.server.server-4.current:before,
a.server.server-5.current:before{
    margin: 0.2rem auto 0.14rem;
    padding-bottom: 0.15rem;
    border-bottom: 2px #fff solid;
}
a.server.server-1.current:before{
    background: url(../images/rswb-w.png) center top no-repeat;
    background-size: contain;
}
a.server.server-2.current:before{
    background: url(../images/qyzp-w.png) center top no-repeat;
    background-size: contain;
}
a.server.server-3.current:before{
    background: url(../images/zxwb-w.png) center top no-repeat;
    background-size: contain;
}
a.server.server-4.current:before{
    background: url(../images/flbx-w.png) center top no-repeat;
    background-size: contain;
}
a.server.server-5.current:before{
    background: url(../images/flbx-w.png) center top no-repeat;
    background-size: contain;
}
/*鼠标移动到上面参生*/
a.server:hover{
    background-color: #005097 !important;
}
a.server.server-1:hover:before,
a.server.server-2:hover:before,
a.server.server-3:hover:before,
a.server.server-4:hover:before,
a.server.server-5:hover:before{
    margin: 0.2rem auto 0.14rem;
    padding-bottom: 0.15rem;
    border-bottom: 2px #fff solid;
}
a.server.server-1:hover:before{
    background: url(../images/rswb-w.png) center top no-repeat;
    background-size: contain;
}
a.server.server-2:hover:before{
    background: url(../images/qyzp-w.png) center top no-repeat;
    background-size: contain;
}
a.server.server-3:hover:before{
    background: url(../images/zxwb-w.png) center top no-repeat;
    background-size: contain;
}
a.server.server-4:hover:before{
    background: url(../images/flbx-w.png) center top no-repeat;
    background-size: contain;
}
a.server.server-5:hover:before{
    background: url(../images/flbx-w.png) center top no-repeat;
    background-size: contain;
}



.server h1{
    display: block;
    font-size: 0.20rem;
    line-height: 0.36rem;
    color: #000;
    text-align: center;
    font-weight: normal;
}
.server span{
    display: block;
    width: 1.6rem;
    height: 0.32rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #fff;
    padding-top: 0.08rem;
    text-align: center;
    text-decoration: none;
    margin: 0.24rem auto 0;
    background-color: #005097;
}
a.server.current h1{
    color: #fff;
}
a.server.current span{
    color: #005097;
    border:1px #005097 solid;
    background-color: #fff;
}
.server:hover h1{
    color: #fff;
}
.server:hover span{
    color: #005097;
    background-color: #fff;
    border: 1px #005097 solid;
}

.bg-c{
    background-color: #e5f7fd;
}
.wrapper-c{
    height: 6.8rem;
    overflow: hidden;
    padding-top: 0.7rem;
}
.box-header{
    position: relative;
}
.box-content .title{
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 0.10rem;
}
.box-content .s-title{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666;
    font-weight: normal;
    margin-bottom: 0.36rem;
}
.box-content .more{
    display: block;
    padding: 0.03rem 0.15rem;
    margin-top: -0.16rem;
    position: absolute;
    top: 50%;
    right:0;
    text-decoration: none;
    font-size: 0.14rem;
    color: #999;
    border:1px #999 solid;
    line-height: 0.24rem;
}
.box-banner{
    display: block;
    width: 5.6rem;
    height: 1.8rem;
}
.article-list li{
    position: relative;
    height: 0.49rem;
    border-bottom: 1px #ccc dotted;
    overflow: hidden;
}
.box-content > a{
    display: block;
}
.article-list li a{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.49rem;
    color: #333333;
    text-decoration: none;
    width: 4rem;
    height: 0.49rem;
    margin-left: 0.2rem;
	vertical-align: top;
}
.article-list li a:hover{
    color: #005097;
}
.article-list li:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.03rem;
    background-color: #333;
    display: inline-block;
    width: 0.06rem;
    height: 0.06rem;
    text-align: left;
}

.article-list li span.date{
    float: right;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #999;
    padding: 0.13rem 0;
}
.wrapper-d{
    /* height: 7.3rem; */
    padding: 0.7rem 0;
}
.news-center-header .title{
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 0.11rem;
}
.news-center-header .s-title{
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666;
    font-weight: normal;
    margin-bottom: 0.58rem;
}
.news-list:after{
    content:'';
    display: block;
    clear: both;
}
.news-list li{
    position: relative;
    float: left;
    width: 5.2rem;
    padding: 0.2rem;
    margin:0.2rem 0.4rem;
    box-shadow: rgba(0,0,0,.06) 0 0 .07rem;
    background-color: #ffffff;
    overflow: hidden;
}
.news-list li:nth-child(even) {margin-right: 0;}
.news-list li:nth-child(odd) {margin-left: 0; clear: left;}
.news-list li a{
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.news-list li a:hover{
    color: #005097;
}
.news-list li img.news-img{
    position: absolute;
    left: 0.2rem;
    display: block;
    width: 2rem;
    height: 1.4rem;
    font-size: 0;
}
.news-list li .news-infos{
    margin-left: 2.2rem;
    width: 3rem;
    overflow: hidden;
}
.news-list li .news-infos .news-title{
    color: #333;
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    font-weight: normal;
    position: relative;
    top:-0.06rem;
}
.news-list li:hover .news-infos .news-title{
    color: #005097;
}
.news-list li .news-infos .news-date{
    display: block;
    color: #999;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-bottom: 0.24rem;
    padding-left: 0.25rem;
    background: url(../images/shizhong.png) left center no-repeat;
    background-size: 0.16rem;
}
.news-list li .news-infos .news-desc{
    color: #666;
    font-size: 0.14rem;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
}
.wrapper-d .more{
    display: block;
    width: 1.6rem;
    height: 0.3rem;
    padding: 0.1rem 0;
    margin: 0.2rem auto 0;
    text-decoration: none;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    line-height: 0.3rem;
    background-color: #005097;
}
.footer-box{
    position: relative;
    background-color: #005097;
    padding-bottom: 0.5rem;
}
.wrapper-y{
    overflow: hidden;
    padding: 0.54rem 0 0.45rem 0;
}
.box-l{
    float: left;
    width: 7.56rem;
}
.box-l h1.title{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    font-weight: normal;
}
.box-l span.title-en{
    margin-left: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #99ccff;
    font-weight: normal;
}
.box-l .site-nav{
    margin-top: 0.22rem;
    overflow: hidden;
}
.box-l dl{
    width: 1.6rem;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
.box-l dl dt{
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: #fff;
}
.box-l dl dd{
    float: left;
    margin-right: 0.12rem;
}
.box-l dl dd a{
    text-decoration: none;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #6699cc;
}
.box-l dl dd a:hover{
    color: #fff;
}

.box-r{
    float: right;
    width: 4.2rem;
}
.box-r h1.title{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #fff;
    font-weight: normal;
}
.box-r span.title-en{
    margin-left: 0.1rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #99ccff;
    font-weight: normal;
}
.box-r .contact-us ul{
   margin-top: 0.22rem
}
.box-r .contact-us ul li{
    color: #99ccff;
    font-size: 0.16rem;
    line-height: 0.36rem;
    overflow: hidden;
}
.box-r .contact-us ul li.address{
    padding-left: 0.21rem;
    background: url(../images/addr.png) left center no-repeat;
    background-size: 0.19rem;
}
.box-r .contact-us ul li.tel{
    padding-left: 0.21rem;
    background: url(../images/tel.png) left center no-repeat;
    background-size: 0.19rem;
}
.box-r .follow-us{
    margin-top: 0.6rem;
    overflow: hidden;
}
.box-r .follow-us a{
    display: block;
    float: left;
    margin-top: 0.28rem;
    margin-right: 0.26rem;
}
.box-r .follow-us a img{
	display:block;
   width: 0.37rem;
   height: 0.3rem;
}
.bottom-bar{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 999;
    height: 0.3rem;
    background-color: #333333;
}
.wrapper-z{
    height: 0.3rem;
    overflow: hidden;
    line-height: 0.3rem;
    color: #ccc;
    
}
.wrapper-z span{
    font-size: 0.16rem;
}
.wrapper-z a{
    font-size: 0.16rem;
    color: #ccc;
    padding: 0 0.14rem;
    text-decoration: none;
    border-left: 1px #ccc solid;
}
.wrapper-z a:first-of-type{
    padding-left: 0;
    border-left: none;
}
.float-r{
    float: right;
}
.float-l{
    float: left;
}
.mobile-btn-box,.mobile-btn-box-bottom{
    display: none;
}