@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #303030;}
a:hover{text-decoration: none;  -webkit-transition: all 0.2s linear;
    -moz-transition:  all 0.2s linear;
    transition:  all 0.2s linear;}
html{height: 100%;}
body {
    background: #fff;
    font-family:  "Microsoft YaHei","微软雅黑","Open Sans", Arial, SimSun, sans-serif;
    font-style: normal;
    position: relative;
    font-size: 16px;
    color: #333;
}
.f_14{
    font-size: 14px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.t-50{
    margin-top: 50px;
}
.bold{
    font-weight: bold;
}
.t-c{text-align: center;}
.i-b{display: inline-block;}
.img-auto{
    display: block;
    width: 100%;
    height: 100%;
}
.img-res{
    display: block;
    width: 100%;
    height: auto;
}
.pd-clear{
    margin-left: -10px;
    margin-right: -10px;
}
.header{
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 999;
    background: rgba(255,255,255,0.98);
	border-top: 5px solid #000;
}
.header .container{
	height: 110px;
}
.logo{
    float: left;
    margin-top: 15px;
}
.phone-wrap{
    float: right;
    width: 215px;
    height: 50px;
    margin-top: 25px;
    position: relative;
    padding-left: 70px;
    background: url("../images/phone.png") no-repeat left center;
    font-size: 14px;
	background-size: 40px 40px;
}

.phone-no{
    font-size: 30px;
    font-family: "Adobe Caslon Pro";
    color: #bd0002;
	line-height: 10px;
}
.phone-no li{
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #bd0002;
    margin-right: 10px;
    line-height: 24px;
}
.main-nav-bg{
    background: #fff;
    height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.slogan{
    float: left;
    background: #bd0002;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 60px;
    width: 246px;
    font-size: 18px;
}
.main-nav{

}
.main-nav li{
    width: 235px;
    float: left;
    margin: 0 0 0 1px;
    line-height: 60px;
    text-align: center;
}
.main-nav li a{
    color: #414141;
    display: block;
    width: 100%;
    height: 100%;
}
.main-nav li.on a{
	color: #bd0002;
	position: relative;
}/*
.main-nav li.on a::after{
	content: '';      
	position: absolute;      
	top: 22px;     
	bottom: 0;      
	right: 0;      
	height: 16px;      
	border-left: 1px solid #666;
}*/
.main-nav li a{
	position: relative;
}
.main-nav li a::after{
	content: '';      
	position: absolute;      
	top: 22px;     
	bottom: 0;      
	right: 0;      
	height: 16px;      
	border-left: 1px solid #d7d7d7;
}
.main-nav li a:hover{
	color: #bd0002;
}
.fist a::before{
	content: '';      
	position: absolute;      
	top: 22px;     
	bottom: 0;      
	left: 0;      
	height: 16px;      
	border-left: 1px solid #d7d7d7;
}
.menu{
    width: 40px;
    height: 40px;
    right: 10px;
    top: 25px;
    cursor: pointer;
    background: url("../images/menu.png") no-repeat center;
    background-size: 100%;
    z-index: 1000;
}
.index-nav2{
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10000;
}
.index-nav2 li{
    background: rgba(241,88,33,0.9);
    /*border-bottom: 1px solid red;*/
    width: 100%;
    text-align: center;
    padding: 10px 0 ;

}
.index-nav2 li a{
    color: #fff;
    padding: 10px;
}

.banner{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner .hd{
    position: absolute;
    z-index: 999;
    width: 1180px;
    left: 0;
    right: 0;
    bottom: 14px;
    margin: auto;
}
.banner .hd ul{
    background: rgba(255,255,255,0.6);
    border-radius: 18px;
    padding: 3px 15px;
}
.banner .hd ul li{
    float: left;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 0;
    margin: 4px 5px;
    cursor: pointer;
}
.banner .hd ul li.on{
    border: 2px solid #bd0002;
}
.banner .hd span{
    display: block;
    position: absolute;
    width: 149px;
    cursor: pointer;
    height: 50px;
    bottom: -14px;
}
.banner .hd .prev{left: 0; background: #bd0002 url("../images/arr-l.png") no-repeat 32px center;}
.banner .hd .next{left: 149px;background: #bd0002 url("../images/arr-r.png") no-repeat 108px center;}
.banner .bd ul li{
    width: 100%;
    height: auto;
    background-size: cover;
}
.red{
    color: #bd0002;
}
.sever-l{
    width: 298px;
    height: 558px;
    float: left;
    background: url("../images/server-bg.jpg") no-repeat center;
    padding-top: 75px;
    color: #fff;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 14px;
}
.s-l-tit{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.s-phone{
    margin-top: 220px;
    padding-left: 5px;
}
.ctt-online{
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    margin-top: 10px;
    line-height: 40px;
    color: #ed2e3b;
    padding-left: 32px;
    position: relative;
}
.ctt-online i{
    display: block;
    width: 70px;
    height: 40px;
    border-left: 1px solid #bd0002;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/icon01.png") no-repeat center;
}



.server-wrap{
    margin-bottom: 80px;

}
.ser-list{
    float: left;
    width: 1138px;
}
.ser-list li {
    width: 284px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #666;
	border-right: 1px solid #e0e0e0;
}
.ser-list li:nth-child(odd){
    /*background: #ededed;*/
}
.ser-list li i{
    display: block;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: 36px auto 20px;
    -webkit-transition: all 0.2s linear;  -moz-transition:  all 0.2s linear;  transition:  all 0.2s linear;
}
.ser-list li i img{
    width: 78px;
    height: 78px;
}
.server-cont{
    font-size: 18px;
    color: #333;
	padding-bottom: 15px;
	font-weight: bold;
}
.ctt-online2{
    display: block;
    width: 130px;
    height: 40px;
    border: 1px solid #ababab;
    color: #4d4d4d;
    text-align: center;
    line-height: 40px;
    margin: 50px auto 0;
    border-radius: 9px;
    -webkit-transition: all 0.2s linear;  -moz-transition:  all 0.2s linear;  transition:  all 0.2s linear;
}/*
.ser-list li:nth-child(1) i{background: url("../images/s-icon1.png") no-repeat center;}
.ser-list li:nth-child(2) i{background: url("../images/s-icon2.png") no-repeat center;}
.ser-list li:nth-child(3) i{background: url("../images/s-icon3.png") no-repeat center;}
.ser-list li:nth-child(4) i{background: url("../images/s-icon4.png") no-repeat center;}
.ser-list li:nth-child(5) i{background: url("../images/s-icon5.png") no-repeat center;}
.ser-list li:nth-child(6) i{background: url("../images/s-icon6.png") no-repeat center;}*/
.ser-list li:last-child{border-right: 0px;}
.ser-list li:hover a{
    background: #bd0002;
    color: #fff;
    border: 1px solid #bd0002;
}
/*.ser-list li:nth-child(1):hover i{background: #ee2d39 url("../images/s-icon-w1.png") no-repeat center;}*/
/*.ser-list li:nth-child(2):hover i{background: #ee2d39 url("../images/s-icon-w2.png") no-repeat center;}*/
/*.ser-list li:nth-child(3):hover i{background: #ee2d39 url("../images/s-icon-w3.png") no-repeat center;}*/
/*.ser-list li:nth-child(4):hover i{background: #ee2d39 url("../images/s-icon-w4.png") no-repeat center;}*/
/*.ser-list li:nth-child(5):hover i{background: #ee2d39 url("../images/s-icon-w5.png") no-repeat center;}*/
/*.ser-list li:nth-child(6):hover i{background: #ee2d39 url("../images/s-icon-w6.png") no-repeat center;}*/
.part2-bg{
    background: url("../images/part2-bg.jpg") no-repeat center;
    height: 580px;
}
.part-tit{
    text-align: center;
    font-size: 14px;
    margin-top: 60px;
	padding-bottom: 20px;
}
.part-tit p{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.part-tit>span{
    color: #333;
}
.part2 .part-tit>span{
    color: #6e6e6e;
}
.part5 .part-tit>span{
    color: #fff;
}
.part3 .part-tit>p{
    color: #333;
}
.part6 .part-tit>p{
    color: #333;
}
.part6 .sub-btn{
	background: #2e7ae5;
	width: 450px;
	height: 60px;
	border-radius: 10px;
	margin: 40px auto 80px;
}
.datum-pic{
    margin-top: 70px;
}
.phone2{
    font-size: 14px;
    text-align: center;
    border: 1px solid #343434;
    width: 178px;
    height: 40px;
    border-radius: 25px;
    line-height: 38px;
    margin: 20px auto 40px;
	background: #343434
}
.phone2:hover{
	background: #bd0002;
    border: 1px solid #bd0002;
}
.phone2 .red{
	font-size: 16px;
    color: #fff;
    float: left;
    width: 100%;

}
.part3-bg{
    background-size: cover;
	background: url(../picture/bg5.jpg) center center;
	min-height: 680px;
}
.datum-list{
    margin-top: 30px;
}
.datum-list li{
    margin-top: 10px;
    float: left;
    width: 278px;
    font-size: 14px;
	margin-right: 29px;
	background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 0px;
}
.datum-list li:last-child{
	margin-right: 0px !important;
}
.datum-icon{
    width: 278px;
    height: 200px;
    border: 0px solid #000;
    float: left;
	overflow: hidden;
}
.datum-list .li-info{
    float: left;
    padding: 20px;
	padding-bottom: 40px;
    width: 278px;
	text-align: center;
}
.datum-t{
    font-size: 18px;
    font-weight: bold;
	padding-bottom: 15px;
}


.news-list{
    margin-top: 20px;
}
.news-list>li{
    float: left;
    height: 320px;
    border: 1px solid #e9e9e9;
    width: 370px;
    margin-left: 35px;
    margin-top: 0px;
}
.news-list>li .news-top{
    width: 100%;
    height: 100px;
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 25px 0 0 40px;
}
.news-top p{
    font-size: 24px;

}
.more-link{
    display: block;
    width: 102px;
    height: 32px;
    color: #fff;
    border-radius: 16px;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    right: 22px;
    top: 34px;
    -webkit-transition: all 0.2s linear;  -moz-transition:  all 0.2s linear;  transition:  all 0.2s linear;
}
.more-link:hover{
    background: #bd0002;
    border: 1px solid #bd0002;
}
.article-list{
    margin-top: 20px;
}
.article-list>li{
    width: 342px;
    height: 36px;
    margin: 0 auto;
    line-height: 36px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-list>li i{
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #999999;
    margin-top: 15px;
    float: left;
    margin-right: 14px;
    -moz-transition:  all 0.2s linear;
    transition:  all 0.2s linear;
}
.article-list>li a:hover {
    color: #bd0002;
}
.article-list>li a:hover i{
    background: #bd0002;

}
.part5-bg{
    background: url("../images/part5-bg.jpg")  center;
    min-height: 610px;
}
.adv-list{
    margin-top: 40px;
}
.adv-list li{
    width: 578px;
    float: left;
    margin: 0 10px 0;
    padding: 15px;
    font-size: 14px;
	margin-bottom: 25px;
	height: 154px;
}
.part5-bg .adv-list li{
    background: #bd0002;
	border: 1px solid #fff9;
	height: 158px;
}
.adv-list li .nr{
	border: 1px solid #bd0002
}
.adv-icon{
    width: 75px;
    height: 75px;
    vertical-align: middle;
	float: left;
    margin: 24px 23px 25px 35px;
}
.adv-icons{
	float: right;
    height: 75px;
    margin: 18px 25px 25px 0px;
    width: 385px;
}
.adv-icons .title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #fff;
}
.titles{
	color: #fff;
}
.hongse{
	display: none;
}
.baise{
	display: block;
}
.adv-list li:hover{
	background: #fff;
}
.adv-list li:hover .title{
	color: #bd0002;
}
.adv-list li:hover .titles{
	color: #bd0002;
}
.adv-list li:hover .hongse{
	display: block;
}
.adv-list li:hover .baise{
	display: none;
}
.adv-icon1 img{width: 75px;}
.mgs-form{
    margin-top: 10px;
}
.inp{

}
.inp li{
    float: left;
    margin: 0 8px 0;
}
.inp li input{
    width: 320px;
    height: 60px;
    border: 1px solid  #a8a8a8;
    font-size: 14px;
    padding-left: 10px;
    outline: none;
}
.msg-box{
    width: 992px;
    height: 164px;
    resize: none;
    margin-top: 35px;
    font-size: 14px;
    outline: none;
    padding: 10px 10px 0;
}
.sub-btn{
    width: 175px;
    height: 44px;
    border-radius: 22px;
    color: #fff;
    border:none;
    outline: none;
    background: #bd0002;
    display: block;
    margin: 40px auto;
}
.footer{
    background: #111111;
    padding: 45px 0 0px;
    color: #a0a0a0;
    font-size: 12px;
}
.f-link{
    float: left;
    margin-bottom: 20px;
}
.f-link li{
    float: left;
    margin: 0 10px;
}
.f-link li a{
    color: #a0a0a0;
}
.cr{
    max-width: 740px;
    padding-top: 0px;
}
.footer-l{
    float: left;
	width: 370px;
    margin-right: 100px;
}
.footer-l .clearfix{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.footer-l .f-link li{
	font-size: 14px;
	margin: 0px;
	font-weight: 100;
	padding-top: 20px;
    line-height: 2;
	color: #a9a9a9;
}
.footer-l .f-link li span{
    display: block;
    float: left;
    margin-right: 10px;
}
.footer-la{
    float: left;
	width: 100px;
    margin-right: 20px;
}
.footer-r{
    max-width: 160px;
    height: 98px;
    float: right;
    padding-left: 0px;
}
.footer-r p{
    font-size: 24px;
    font-family: Arial;
}
.f-phone{
    width: 144px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border: 1px solid #a0a0a0;
    border-radius: 18px;
}
.f-num{
    padding-top: 15px;
}
.qr{
   float: right;
    width: 143px;
    text-align: center;
    margin-left: 30px;
}
.qr img{
    display: block;
    width: 143px;
    height: 147px;
    margin-bottom: 6px;
}
.in-banner{
    width: 100%;
    height: 300px;
}
.crumbs-bg{
    height: 40px;
    background:#f0f0f0;
}
.crumbs{
    line-height: 40px;
    font-size: 14px;
}


.news-list2{
}
.news-list2 li{
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
}
.date-box{
    width: 84px;
    height: 84px;
    background: #f2f2f2;
    text-align: center;
    overflow: hidden;
    color: #666;
    float: left;
}
.date-box p{
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}
.news-r{
    float: left;
    width: 1080px;
    margin-left: 30px;
}

.news-tit{
    font-weight: bold;
    margin: 15px 0 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-tit:hover{
    color: #bd0002;
}
.news-intro{
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page{
    margin-top: 30px;
}
.page ul{

}
.page ul li{
    float: left;
    font-size: 12px;
    margin: 0 3px;
}
.page ul li a{
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
.page ul li.on a{
    color: #fff;
    background: #bd0002;
    border: 1px solid #bd0002;
}


.detail-wrap{
    padding: 50px 0;
}
.detail-tit2{
    text-align: center;
    margin-bottom: 30px;
}
.detail-tit2 p{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tag{
    color: #999;
    font-size: 14px;
}
.flip{
    margin-top: 20px;
    padding: 0 10px;
}
.flip a{
    color: #666;
}
.flip .shang{
    float: left;
}
.flip .xia{
    float: right;
}
.flip a:hover{
    color: #bd0002;
}
.detail-txt{
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    text-indent: 2em;
    line-height: 24px;
}

.news-list3{
    margin-top: 20px;
}
.news-list3 li{
    margin-bottom: 20px;
    padding: 10px 20px;
}
.news-list3 li a{
    font-size: 18px;
    display: block;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.news-list3 li a:hover{
    color: #bd0002;
}
.news-list3 li a:hover i{
    width: 88px;
    background: #bd0002;
}
.news-list3 li a i{
    display: block;
    width: 44px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.news-intro{
    font-size: 12px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}
.news-date{
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}
.cont-l{
    width: 270px;
    background: #efefef;
    border-left: 5px solid #bd0002;
    padding: 35px;
    float: left;
    font-size: 14px;
	margin-right: 40px;
	min-height: 270px;
	text-align: center;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.cont-l:last-child{
	margin-right: 0px !important;
}
.cont-phone{
    font-size: 24px;
    color: #bd0002;
    font-weight: bold;
}
.map{
    float: right;
    width: 832px;
    height: 385px;
}
.map img{
    display: block;
    width: 100%;
    height: 100%;
}
.ctt-online3{
    display: block;
    width: 120px;
    /*background: #bd0002;*/
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 22px;
    margin-top: 20px;
    margin: auto;

}
.cont-l p{
	display: block;
}
.cont-l .cont-phones{
	padding-top: 5px;
	font-size: 16px;
	line-height: 1.4;
	color: #bd0002;
}

.top-btn{
    width: 54px;
    height: 48px;
    border-radius: 3px;
    background: #5e5e5d url("../images/top-arr.png") no-repeat center;
    position: fixed;
    right: 20px;
    bottom: 120px;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.logo img{width: 100%;height: auto;display: block}

.phone-menu{
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid #666;
}
.phone-menu li{
    float: left;
    width: 50%;
    line-height: 50px;
    box-sizing: border-box;
}
.phone-menu li:first-child{
    border-right: 1px solid #666;
}
.phone-menu a i{
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 50px;
    margin-top: 9px;
    margin-right: 5px;
    float: left;
}
.phone-menu a i.icon1{background: url("../images/f-icon1.png") no-repeat center;}
.phone-menu a i.icon2{background: url("../images/f-icon2.png") no-repeat center;}
.bottom-clear{
    height: 50px;
}
.part4 .clearfixs {
	width: 1200px;
	height: 565px;
	background: url(../picture/bg-12.png) center center;
}
.part4 .clearfixsa{
	width: 580px;
	float: left;
}
.part4 .clearfixs .fist-01{    
	list-style-type: none;
    margin: 0px;
    margin-left: 65px;
    margin-top: 68px;
    width: 295px;
    height: 83px;
    padding: 7px 15px;
}
.part4 .clearfixs .fist-01 span{
	float:left; 
	color:#111;    
	font-size: 20px;
    font-weight: bold;
	width: 100%;
	padding-left: 45px;
}
.part4 .clearfixs .fist-01 a{
	padding-left: 45px;
	font-size: 14px;
	display: block;
}
.part4 .clearfixs .fist-02{    
    margin-top: 104px;
    margin-left: 0px;
}
.part4 .clearfixs .fist-03{
    margin-top: 88px;
    margin-left: 85px;
}
.clearfixsb{
	width: 580px;
	float: right;
}
.part4 .clearfixs .fist-04{
    margin-top: 38px;
    margin-left: 177px;
}
.part4 .clearfixs .fist-05{
	margin-left: 240px;
}
.part4 .clearfixs .fist-06{
	margin-left: 240px;
	margin-top: 61px;
}
.part4 .clearfixs .fist-07{
	margin-left: 145px;
	margin-top: 63px;
}
.hidden-xss .clearfix{
	width: 1200px;
	margin: auto;
    border: 2px #000 dashed;
	border-radius: 25px;
	overflow: hidden;
    margin-bottom: 35px;
    padding: 0px 20px;
}
.hidden-xss .clearfix:hover{
    border: 2px #bd0002 dashed;
}
.hidden-xss .clearfix li{
	width: 230px;
	height: inherit;
	margin: 60px 0px 40px;
}
.hidden-xss .clearfix li .adv-icon{
	width: 100%;
	margin: 0px;
	height: inherit;
	text-align: center;
	margin-bottom: 15px;
}
.hidden-xs h1{
	font-size: 24px;
	text-align: center;
	color: #cc3737;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
.hidden-xs h2{
	font-size: 20px;
	text-align: center;
	color: #cc3737;
	display: block;
	padding-bottom: 15px;
}
.hidden-xs p{
	text-align: center;
	display: block;
    line-height: 2;
}
.bottoms{
	width: 100%;
	height: 110px;
	background: #bd0002;
}
.bottom{
	width: 1200px;
	height: 110px;
	margin: auto;
}
.bottomr{
	width: 50%;
	float: left;
	color: #fff;
	font-size: 24px;
	line-height: 110px;
}
.bottoml{
	font-size: 16px;
	width: 210px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	float: right;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 34px;
	border-radius: 20px;
}
.footerbt{
	width: 100%;
	height: 50px;
	border-top: 1px solid #323232;
	margin-top: 50px;
}
.footerbt .footerl{
	width: 550px;
	line-height: 50px;
	text-align: justify;
	color: #717171;
	float: left;
}
.footerbt .footerr{
	width: 550px;
	line-height: 50px;
	float: right;
	text-align: right;
	color: #717171;
}
.ser-list li .hongse{
	display: none;
}
.ser-list li .huise{
	display: block;
}
.ser-list li:hover .hongse{
	display: block;
}
.ser-list li:hover .huise{
	display: none;
}
.ser-list li:hover .server-cont{
	color: #bd0002;
}
.phone-no {
    font-size: 30px;
    font-family: "Adobe Caslon Pro";
    color: #bd0002;
    height: 26px;
    display: block;
}
.phone-no a{
	color:#bd0002; 
	font-size: 20px;
	font-weight: bold;
	display: block;
	line-height: 26px;
}
.phone-wrap::before {
    content: '';    
	position: absolute;
    top: 7px;
    bottom: 0;
    left: 53px;
    height: 34px;
    border-left: 2px solid #bd0002;
}
/*分页*/
.pagev{
	text-align:center;
	padding:20px 0px;
	color:#666;
	clear:both;
}
.pagev span{
	line-height:24px;
	padding:0px 5px;
	display: inline-block;
}
.fonts a{
	color:#fff;
	background-color:#2d9aea;
	border:1px solid #2d9aea;
	padding: 10px;
}
.pagev span a{
	background-color:#fff;
	color:#666;
	border:1px solid #D9D9D9;
	line-height:14px;
	padding:10px;
	display: inline-block;
	text-decoration:none;
	font-size: 14px;
}
.pagev span a:hover{
	color:#fff;
	background-color:#2d9aea;
	border:1px solid #2d9aea;
}
.hidden-xss .clearfix li{
	position: relative;
}
.hidden-xss .clearfix li:last-child::after{
    border-left: 0px solid #626262;
}
.hidden-xss .clearfix li::after {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    height: 90px;
    border-left: 2px solid #626262;
	
}
#pages{
    display: inline-flex;
}
#pages li span{
    display: block;
    padding: 15px;
    background: #fff;
    line-height: 14px;
    font-size: 14px;
    margin: 0px 2px;
}
#pages li a{
    display: block;
    padding: 15px;
    background: #fff;
    line-height: 14px;
    font-size: 14px;
    margin: 0px 2px;
}