@charset "utf-8";
html,body{height:100%; padding:0px; margin:0px;min-width: 1360px;font:14px 微软雅黑;color:#444;}
a { text-decoration: none; outline: none; color: #666; transition: 0.2s; }
p{text-align: justify;text-justify:inter-ideograph;margin: 0;}
li {list-style-type: none; vertical-align: top; margin: 0;padding:0;}
ul {margin: 0;padding: 0;}
img{margin: 0;padding: 0;border: 0; vertical-align: top;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0;padding: 0}
dl,dt,dd{padding: 0;margin:0;}
i,em{font-style: normal;}

.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.w0{width: 100%;}
.w1300{width: 1300px;margin:0 auto;}
.w1200{width: 1200px;margin:0 auto;}
.w1140{width: 1140px;margin:0 auto;}

/*header start*/
.header{height: 100px;background: rgba(0,0,0,0.6);position: fixed;z-index: 99999999}
.header .head_body{padding: 0 30px;min-width: 1300px;}
.header .head_body .head_tel{color: #fff}
.header .head_body .head_tel p{display: block;font-size: 15px;line-height: 27px;padding-top: 20px}
.header .head_body .head_tel b{font-size: 25px;font-family: Arial;}
.header .head_body > ul{margin-right: 20px}
.header .head_body > ul > li{float: left;line-height: 100px;font-size: 15px;padding: 0 20px;position: relative;}
.header .head_body > ul > li > a{display: block;color: #fff}
.header .head_body > ul > li:hover {background: #1052A6;}
.header .head_body > ul > li .sub{position: absolute;top: 100px;left:0px;width: 100%;display: none;}
.header .head_body > ul > li .sub li{height: 45px;line-height:45px;background: rgba(0,0,0,0.6);width: 100%;text-align: center;}
.header .head_body > ul > li .sub li a{color: #fff;font-size: 14px;}
.header .head_body > ul > li .sub li:hover {background: #1052A6}
.header .head_body > ul > li:hover .sub{display: block;}
.header .head_body .head_lan a{display: inline-block;width: 30px;height: 30px;border: 1px solid #fff;font-size: 13px;color: #fff;background: none;line-height: 30px;border-radius: 30px;text-align: center;transition: all 0.3s ease 0s;margin: 34px 0 34px 5px;}
.header .head_body .head_lan a:hover {background: #1052A6;border-color: #1052A6}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:700px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background: #E27A4C;
;
}

.flexslider .slides a img{
	width: 100%;
	height: 700px;
	display: block;
}
/*banner end*/

/*adv_top start*/
.advtop{margin-top: 0px}
.advtop ul li{width: 25%;padding: 50px 0;text-align: center}
.advtop ul li:nth-child(1) {background: #f1f1f1}
.advtop ul li:nth-child(2) {background: #eaeaea}
.advtop ul li:nth-child(3) {background: #e4e4e4}
.advtop ul li:nth-child(4) {background: #ddd}
.advtop ul li .img{width: 120px;height: 120px;margin:0 auto 20px;transition: all 0.3s linear 0s;}
.advtop ul li:hover .img{transform:rotate(360deg)}
.advtop ul li:nth-child(1) .img{background: url(../images/advicon1.png) no-repeat center;background-size: 120px 120px}
.advtop ul li:nth-child(2) .img{background: url(../images/advicon2.png) no-repeat center;background-size: 120px 120px}
.advtop ul li:nth-child(3) .img{background: url(../images/advicon3.png) no-repeat center;background-size: 120px 120px}
.advtop ul li:nth-child(4) .img{background: url(../images/advicon4.png) no-repeat center;background-size: 120px 120px}
.advtop ul li b{display: block;font-size: 19px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.advtop ul li p{display: block;padding: 15px 60px 0;text-indent: 2em;font-size: 15px;line-height: 180%;}
.advtop ul li:hover {background: url(../images/advbg01.jpg) no-repeat center;background-size: cover}
.advtop ul li:hover b{color: #fff}
.advtop ul li:hover p{color: #fff}
.advtop ul li:nth-child(1):hover .img{background: url(../images/advicon1_.png) no-repeat center;background-size: 120px 120px}
.advtop ul li:nth-child(2):hover .img{background: url(../images/advicon2_.png) no-repeat center;background-size: 120px 120px}
.advtop ul li:nth-child(3):hover .img{background: url(../images/advicon3_.png) no-repeat center;background-size: 120px 120px}
.advtop ul li:nth-child(4):hover .img{background: url(../images/advicon4_.png) no-repeat center;background-size: 120px 120px}
/*adv_top end*/

.title{text-align: center;}
.title b{display:block;font-size: 37px;color: #2a2a2a;text-align: center;background: url(../images/tit1.png) center no-repeat;line-height: 55px;margin-bottom: 10px;}
.title p{font-size: 16px;color: #595757;border-top: 1px dashed #bfbfbf;width: 459px;height: 38px;line-height: 38px;letter-spacing: 10px;text-align: center;margin: 0 auto;border-bottom: 1px solid #bfbfbf;}
/*company start*/
.company{padding-top: 50px;background: url(../images/combgbot.jpg) no-repeat center bottom;}
.company .com_body{padding:0 0 20px 0}
.company .com_body .com_l{width: 630px;padding-top: 30px}
.company .com_body .com_con{height: 280px}
.company .com_body .com_con i{font-size: 26px;display: block;padding: 30px 0 20px}
.company .com_body .com_con p{line-height: 180%;font-size: 15px;text-indent: 2em}
.company .com_body .com_l > ul{padding-top: 40px}
.company .com_body .com_l > ul li{float: left;text-align: center;margin-left:90px;}
.company .com_body .com_l > ul li:nth-child(1) {margin-left: 0px;}
.company .com_body .com_l > ul li p{text-align: center;font-size: 15px;line-height: 50px;color: #fff}
.company .com_body .com_l > ul li:hover p{color: #FEC422}
.company .com_body .com_r{width: 500px;}
/*company end*/

/*product start*/
.product{padding: 50px 0;background: #f1f1f1}
.pro_l{width: 290px;}
.pro_l .pl_top{height: 100px;background: url(../images/pro_top.png) no-repeat center;color: #fff;line-height: 100px;font-size: 30px;text-align: center;letter-spacing: 2px}
.pro_l > ul{width: 280px;background: #fff;/*border:5px solid #1052A6;*/padding: 10px 0;border-top: 0;}
.pro_l > ul > li > a{width: 215px;height: 34px;padding-left:15px;background:#ccc;margin: 5px auto;line-height: 34px;display: block;color: #333;font-size: 16px;border-left:5px solid #F7C61A;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pro_l > ul > li > a:hover {background: #1052A6;color: #fff}
.pro_l ul.two > li {padding-left: 30px;font-size: 15px;line-height: 25px;}
.pro_l ul.two > li:hover a{color: #1052A6}

.pro_l .lx_box{height: 234px;width: 280px;background: url(../images/bglx.jpg) no-repeat center;text-align: center;}
.pro_l .lx_box b{text-align: center;color: #fff;font-size: 26px;display: block;padding: 15px 0}
.pro_l .lx_box p{color: #fff;padding-left: 30px;line-height: 28px;}
.pro_r{width: 910px;}
.pro_r .pr_top{background: url(../images/prtopbg.png) repeat-x;height: 72px;padding-top: 20px;line-height: 72px;font-size: 18px;color: #fff;text-align: right;padding-right: 50px;letter-spacing: 1px}
.pro_cp{width: 910px;}
.pro_cp li{width: 262px;margin-left: 20px;background: #f1f1f1;padding: 10px;float: left;margin-top: 30px;}
.pro_cp li a{display: block;}
.pro_cp li .img{width: 260px;height: 195px;overflow: hidden;}
.pro_cp li .img img{width: 260px;height: 195px;cursor: pointer;transition: all 2s;}
.pro_cp li:hover .img img{transform: scale(1.2);}
.pro_cp li p{line-height: 40px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color: #454545;padding: 0 30px;width: 200px;background: url(../images/libgm.jpg) no-repeat center;}

.pro_cp li:hover p{color: #fff;background: url(../images/libgm1.jpg) no-repeat center;}
/*product end*/

/*广告条 start*/
.guanggao{ height:200px; background:url(../images/guanggao.jpg) center center no-repeat;}
.guanggao .tel{ margin:auto auto auto 840px; padding-left:70px; background:url(../images/guanggao_tel.png) left center no-repeat; position:relative; top:90px;}
.guanggao .tel .div1{ color:#fff; font-size:14px; line-height:25px;}
.guanggao .tel .div2{ color:#F7C61A; font-size:35px; font-weight:700;}
/*广告条 end*/

/*cpadv start*/
.cpadv{padding:50px 0 30px;background: url(../images/pointbg.jpg) no-repeat center top;}
.cpadv_body{padding-top: 20px;background: url(../images/cpadvimg.png) no-repeat center;}
.cpadv_l,.cpadv_r{height: 500px;font-size: 15px;line-height: 180%;}
.cpadv_m{width: 640px}
.cpadv .ca_t{width: 430px;height:134px;margin-top: 20px;transition:all 0.2s linear 0s;position:relative;}

.cpadv .ca_t1 p{padding: 40px 0 40px 110px;background: url(../images/cpicon1.png) no-repeat center left;font-size: 16px;margin: 0px 0 0 20px;}
.cpadv .ca_t2 p{padding: 40px 0 40px 110px;background: url(../images/cpicon2.png) no-repeat center left;font-size: 16px;margin: 0px 0 0 20px;}
.cpadv .ca_t3 p{padding: 40px 0 40px 110px;background: url(../images/cpicon5.png) no-repeat center left;font-size: 16px;margin: 0px 0 0 20px;}
.cpadv .ca_t4 p{padding: 40px 110px 40px 0px;background: url(../images/cpicon3.png) no-repeat center right;font-size: 16px;margin: 0px 20px 0 0px;text-align: right;}
.cpadv .ca_t5 p{padding: 40px 110px 40px 0px;background: url(../images/cpicon4.png) no-repeat center right;font-size: 16px;margin: 0px 20px 0 0px;text-align: right;}
.cpadv .ca_t6 p{padding: 40px 110px 40px 0px;background: url(../images/cpicon6.png) no-repeat center right;font-size: 16px;margin: 0px 20px 0 0px;text-align: right;}

/*cpadv end*/

/*login start*/
.login{background: url(../images/liuyanbg.jpg) no-repeat center;position: relative;}
.login img.jt{position: absolute;z-index: 9999;top: calc(50% - 17px);left: calc(50% - 17px)}
.login_l {width: 47%;height: 240px;float: left;padding-left: 3%;}
.login_l font{height: 40px;line-height: 40px;font-size: 18px;margin: 5px 0;display: block;}

.login_l p{color: #1052A6;font-size: 28px;font-family: Arial;line-height: 32px;font-weight: bold;padding-top: 80px}
.login_l i{display: block;width: 450px;height: 35px;background: #1052A6;line-height: 35px;color: #fff;font-size: 15px;text-align: center;}
.login_r {width:50%;height: 240px;float:left;background: #1052A6;}
.login_r form{padding-top: 30px}
.inputs{width: 60%;padding-left:52px;float: left;padding-top: 5px}
.inputs input{background: #fff url(../images/login-sprite.png) no-repeat;padding: 11px 15px 11px 30px;margin: 0 0 8px 0;width: 78%; border: 1px solid #eaeaea;}
#company{background-position: 5px -34px !important;}
#name{background-position: 5px 0px !important;}
#tel{background-position: 5px -65px !important;}
#e-mail{background-position: 5px -31px !important;}
.inputs input:focus{outline: none;}
.inputs textarea{padding: 11px 15px 11px 30px;margin: 0 0 8px 0;width: 78%; border: 1px solid #eaeaea;height: 50px;background: url(../images/lyicon.png) no-repeat 6px 10px #fff;font-family: 'Arial'}
.submit{width: 25%;float: left;padding-top: 5px}
.submit .input-code {outline: none;width: 128px;;height: 35px;line-height: 35px;border: none;text-indent: 10px;border: 1px solid #eaeaea;}
.indexcode{vertical-align: top;height: 39px;margin-top: 8px;width: 130px;}
.submit .btn_sub{display: block;width: 130px;height: 39px;background: #FFA300;padding: 0;border:none;color: #fff;font-size: 15px;margin-top: 43px;cursor: pointer;}
/*login end*/

/*case start*/
.case{padding: 50px 0}

.case .case-title{ height:85px; padding-top:15px; background: url("../images/about_title.jpg") no-repeat center top; text-align: center; font-size: 30px; color: #30a333; font-weight: bold; margin-bottom: 39px;}
.case-title span{ display: block; font-size: 12px; color: #666666; text-transform: uppercase; font-family: "Arial"; font-weight: normal; margin-top: 10px;}
.case-title i{ color: #333; font-weight: normal; }
.case-wrap{ height: 544px; position:relative;margin-top: 30px}
.case .case-big{ width: 714px; height: 536px; position:absolute; top:0; left:243px; z-index:5;}
.caset{ position:absolute; top:0; left:0; width:1200px;}
.caset .li4{ position:absolute; top:0; right:0;}
.caset .li5{ position:absolute; top:184px; right:0;}
.caset .li6{ position:absolute; top:368px; right:0;}
.case ul li{ width: 224px; height: 168px; margin-bottom: 16px; position: relative; }
.case ul li img{ display: block; width: 224px; height: 168px;}
.case ul li span{ background-color: rgba(9,64,135,.8); position: absolute; left: 0; top: 0; width: 224px; height: 168px; line-height: 156px; text-align: center; color: #fff; font-size: 16px; font-weight: bold; display: none;}
.case ul li:hover span{ display: block; }
.case-big .case-one img{ display: block; width: 714px; height: 536px;}
.case-big .case-desc{ background-color: rgba(0,0,0,.6); height: 50px; position: absolute; left: 0; bottom: 0; width: 641px; color: #fff; padding: 20px 40px 0 33px;}
.case-big .case-desc p{ font-size: 16px; line-height: 29px; }
.case-big .case-desc i{ color: #B7120E; font-weight: bold; }
.case-big .case-two{ position: absolute; left: 30px; bottom: 20px; }
.case-big .case-two img{ display: block; width: 156px; height: 150px; border: 10px solid #fff;}
/*case end*/

/*adv start*/
.adv{padding: 0px 0 20px;background: #fff}
.adv .titleOne{width: 100%;height: 160px;background: url(../images/advtit.jpg) no-repeat center;margin-bottom: 20px}
.adv .titleOne1{width: 100%;height: 160px;background: url(../images/en_advtit.jpg) no-repeat center;margin-bottom: 20px}
.adv .bg{width:100%; background:url(../images/homeBbg.jpg) no-repeat center;}
.adv .box{ float:left; width:470px;height:515px;padding:10px 65px;}
.adv .box b{color:#1052A6; font-size:26px; margin:20px 0;display: block;}
.adv .box p{font-size:15px; color:#555;line-height:25px; margin:20px 0 10px 0;text-indent: 2em;}
.adv .box span{color:#1052A6;}
.adv .box em{ margin:0 5px 0 0; font-style:normal;color:#1052A6;}
.adv .box img{ display: block;width: 100%}

.adv .one{padding:20px 0px 0 100px}
.adv .one b{padding-top: 20px;}
.adv .two{padding:20px 0px 0 60px}
.adv .two img{margin:20px 0;}
.adv .three{padding:20px 20px 0 100px}
.adv .four{padding:20px 90px 0 40px}
/*adv end*/

/*sccj start*/
.sccj{padding: 50px 0;background: url(../images/sccjbg.jpg) no-repeat center;}
.sccj .slideBox{ overflow:hidden; zoom:1; padding:30px 0 10px 50px; position:relative;}
.sccj .slideBox .sPrev,.slideBox .sNext{ position:absolute; left:5px; top:30px; display:block; width:46px; height:274px; background: url(../images/arrow-left.png) no-repeat center;}
.sccj .slideBox .sNext{ left:auto; right:5px; background: url(../images/arrow-right.png) no-repeat center;}
.sccj .slideBox .sPrev:hover,.slideBox .sNext:hover{ border-color:#f60;}
.sccj .slideBox  ul{ overflow:hidden; zoom:1;}
.sccj .slideBox  ul li{ margin:0 22px; float:left; _display:inline; overflow:hidden; text-align:center;}
.sccj .slideBox  ul li .pic{ text-align:center; }
.sccj .slideBox  ul li .pic img{ width:365px; height:274px; display:block;  padding:2px; border:1px solid #ccc;}
.sccj .slideBox  ul li .pic a:hover img{ border-color:#999;}
.sccj .slideBox  ul li .title1{ line-height:30px;}
.sccj .slideBox  ul li .title1 a{display: block;width: 371px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/*advline02 start*/
.advline02{height: 130px;background: url(../images/foot_bg.jpg) no-repeat center;}
.advline02 .ft_left b{font-size: 25px;color: #fff;letter-spacing: 2px;display: block;padding-top: 25px;}
.advline02 .ft_left p{font-size: 16px;color: #fff;display: block;padding-top: 15px;letter-spacing: 1px;}
.advline02 .ft_right{padding-top: 40px}
.advline02 .ft_right p{font-size: 20px;color: #fff;letter-spacing: 4.5px;line-height: 400%;}
.advline02 .ft_right b{font-size: 32px;color: #fff;letter-spacing: 1px;}
.advline02 .ft_right b span{font-size: 22px;font-weight: normal;color:#F06C29;}


/*new start*/
.news{padding: 50px 0;background: url(../images/newbg.jpg) no-repeat center bottom #EFEFEF;}
.new_body{margin-top: 25px}
.news .new_l{width:702px; height:450px; float:left; /*background:url("../images/bj4.jpg") repeat; */padding-left:23px;padding-top: 13px;}
.news .new_l .new_tit{border-bottom:1px solid #cccccc;height:48px; line-height: 48px;margin-bottom: 21px;}
.news .new_l .new_tit span{display: block; font-size: 20px; color:#333333; padding-left:17px; background:url("../images/f.jpg") no-repeat left;border-bottom:1px solid #0f52a5; width:100px;}
.news .new_l dl{width:680px; height:177px;margin-bottom: 20px;}
.news .new_l dl dt{width:319px; height:177px;float:left;}
.news .new_l dl dt img{width:319px; height:177px;}
.news .new_l dl dd{width:319px; height:132px;float:left;background:#f6f6f6;padding:27px 19px 18px 23px; }
.news .new_l dl dd span{display: block;margin-bottom: 10px;}
.news .new_l dl dd span a{font-size: 18px; color:#333333;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .new_l dl dd p{ font-size: 14px; color:#999999;margin-bottom: 21px; line-height: 20px;}
.news .new_l dl dd .ck{ font-size: 14px; color:#0F52A5; float:right;padding-right:26px; background:url("../images/xq1.png") no-repeat right;}
.news .new_l ul li{height:24px; line-height: 24px; padding-left:14px;background:url("../images/hg.jpg") no-repeat left;margin-bottom: 10px;padding-right: 20px;}
.news .new_l ul li a{ font-size: 14px; color:#666666; }
.news .new_l ul li a span{display:inline-block;width:550px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .new_l ul li a em{float:right;font-size: 14px; color:#666666;}
.news .new_l ul li:hover a{color: #0F52A5}
.news .new_r{width:452px; height:450px;float:right;/* background:#F5F5F5;*/padding-left:22px;padding-top:13px;}
.news .new_r .new_tit{border-bottom:1px solid #cccccc;height:48px; line-height: 48px;margin-bottom: 21px;}
.news .new_r .new_tit span{display: block; font-size: 20px; color:#333333; padding-left:17px; background:url("../images/f.jpg") no-repeat left;border-bottom:1px solid #0f52a5; width:100px;}
.news .new_r dl{border-bottom:1px dashed #999999;padding-bottom:22px;width:430px;margin-bottom: 20px;}
.news .new_r dl dt{height:23px; line-height: 23px; margin-bottom: 18px;}
.news .new_r dl dt i{display: block; width:55px; height:23px; text-align: center;float:left; line-height: 22px; background:#0F52A5; color:#FFF; margin-right: 6px;font-size: 16px}
.news .new_r dl dt a{ font-size: 16px; color:#333333;width:369px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;float: right;}
.news .new_r dl dd{ font-size: 14px; color:#999999;}
.news .new_r ul li{height:61px;margin-bottom: 16px;}
.news .new_r ul li span{display: block;width:58px; height:58px;border:2px solid #dcdcdc; float:left;margin-right: 16px;}
.news .new_r ul li span b{display: block; font-size: 32px; font-weight: bold; color:#cccccc; text-align: center;line-height: 40px}
.news .new_r ul li span em{display: block; font-size: 12px;color:#cccccc; text-align: center;}
.news .new_r ul li strong{display: block;font-weight: normal;float:left;margin-top: 8px;}
.news .new_r ul li strong a{font-size: 16px;display:inline-block;width:350px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .new_r ul li p{float:left; font-size: 14px; color:#999999; margin-top: 5px;width:350px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .new_r ul li:hover span{border:2px solid #0F52A5;}
.news .new_r ul li:hover  span b{color:#0F52A5;}
.news .new_r ul li:hover span em{color:#0F52A5;}
.news .new_r ul li strong a:hover{color:#0F52A5;}
/*new end*/

/*footer start*/
.footer{padding: 40px 0 20px;background: #333}
.footer .foot_top{height: 60px;border:1px solid #666;border-width: 1px 0 1px 0;}
.footer .foot_top ul li{width: 120px;float: left;text-align: center;line-height: 60px;font-size: 15px}
.footer .foot_top ul li a{color: #fff}
.footer .foot_mid{margin-top: 20px}
.footer .foot_mid .fb_l{color: #fff;}
.footer .foot_mid .fb_l li{line-height: 30px;}
.footer .foot_mid .fb_l li a{color: #fff}
.footer .foot_mid .fb_r{text-align: right;margin-top: 25px;padding-right: 90px;background: url(../images/foottel.png) no-repeat center right;}
.footer .foot_mid .fb_r p{font-size: 16px;color: #fff;text-align: right;line-height: 35px;}
.footer .foot_mid .fb_r b{font-size: 38px;font-family: Arial;color: #fff}
.foot_bot{height: 35px;line-height: 35px;background: #111;color: #fff}
.foot_bot a{color: #fff}
.sao{float: left; margin-left: 150px;}
.sao p{float: left; margin-right: 35px;width:178px;}
.sao p img{width: 130px;height: 130px;display:block;float:left; border-radius: 14px;}
.sao p span{display: block;float: right;writing-mode: vertical-lr;writing-mode:tb-rl; display: inline-block;   text-align:center;font-size: 14px;color: #fff;line-height: 30px;padding-top: 10px;letter-spacing: 1px;}
/*footer end*/
/*右侧固定*/
.fix-side {
	position: fixed;
	right: 20px;
	bottom: 150px;
	width: 80px;
	z-index: 2000;
}

.fix-side li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	width: 80px;
	height: 80px;

	background-color: #00A2E9;
}

.fix-side li:hover {
	background-color: #0F52A5;
}

.fix-side .gzh {
	position: relative;
	width: 80px;
	text-align: center;
}

.fix-side .gzh .show {
	width: 80px;

	color: #fff;
	cursor: pointer;
}

.fix-side .gzh:hover .box {
	display: block;
}

.fix-side .gzh:hover .box2 {
	display: block;
}

.fix-side .gzh .box2 {
	display: none;
	position: absolute;
	right: 80px;
	bottom: 0;
	padding: 0 10px;

	line-height: 80px;
	height: 80px;
	font-size: 18px;
	color: #333;
	background-color: #f9f9f9;
	border: solid 1px #e5e5e5;
	border-right: none;
	box-sizing: border-box;
}

.fix-side .gzh:hover .box2 p {
	color: #333;
}

.fix-side .gzh .box {
	display: none;
	position: absolute;
	right: 80px;
	bottom: 0;
	width: 150px;
	height: 160px;
	color: #fff;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-right: none;
	box-sizing: border-box;
}

.fix-side .gzh .box img {
	margin-top: 15px;
	width: 100px;
	height: 100px;
}

.fix-side .gzh .box p {
	color: #666;
	text-align: center;
}

.fix-side p {
	margin-top: 10px;
	color: #fff;
	text-align: center;
}

.fix-side li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

.fix-side li img {
	width: 32px;
	margin-top: 10px;
}

.fix-side .return {
	border-bottom: none;
	transform: scaleY(0);
	transition: 0.5s;
	background-color: #0F52A5;
}

.fix-side .active {
	transform: scale(1);
}