/* CSS Document */
.wrap-header .headerBox ul li s{background-position: 0 0;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;}
.icon {
	vertical-align: middle;
	background: url(../images/icon2.png) no-repeat;
	display: inline-block;
}	

/*欢迎进入*/
.wrap-header {height: 145px;}
.wrap-header .headerBox {font-size: 14px;color: #999;height: 44px;border-bottom: 1px solid #f4f4f4;background: #fff;position: relative;z-index: 3;}
.wrap-header .headerBox .conbox {width: 1200px; margin:0 auto;}
.wrap-header .headerBox p {height: 44px;line-height: 44px;}
.wrap-header .headerBox ul {}
.wrap-header .headerBox ul li {float: left;height: 44px;line-height: 44px;padding: 0 20px;border-left: 1px solid #f4f4f4;position: relative;}
.wrap-header .headerBox ul li:last-child {padding-right: 0;}
.wrap-header .headerBox ul li a {color: #999;}
.wrap-header .headerBox ul li b {color: #FF0000; }
.wrap-header .headerBox ul li span {display: none;}
.wrap-header .headerBox ul li:hover span {display: block;width: 100px;height: 100px;position: absolute;top: 45px;left: 18px;}
.wrap-header .headerBox ul li:hover span img {display: block;width: 100px;height: 100px;}
.wrap-header .logo {height: 100px;position: relative;background: #fff;z-index: 2;width: 1200px; margin:0 auto;}
.wrap-header h1 {position: absolute;top: 30px;}
.wrap-header h1 img {display: block;width: 225px;height: 42px;}
.wrap-header .l_tit {
	width: 170px;
	padding:30px 0 0 17px;
	position: absolute;
	top: 0px;
	left: 240px;
	height: 67px;
	background-image: url(../images/lgjg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.wrap-header .l_tit .p1 {font-size: 14px;color: #333;}
.wrap-header .l_tit .p2 {font-size: 14px;color: #666; padding-top:3px;}
.wrap-header .nav {position: absolute;right:0px;top: 45px;height: 55px;}
.wrap-header .nav ul li {float: left;padding-left: 45px;font-size: 16px;position: relative;height: 55px;}
.wrap-header .nav ul li a {color: #333;}
.wrap-header .nav ul li.cur a ,.wrap-header .nav ul li:hover a {color: #3295ef;}
.wrap-header .nav .navline {position: absolute;height: 3px;background: #3295ef;bottom: 0;}





/*幻灯片*/
.banner {
	overflow: hidden;
	background: #666;
}

.banner-box {
	min-width: 1200px;
	height: 700px;
	position: relative;
}

.banner-box .bd {
	width: 100% !important;
}

.banner-box .bd li {
	width: 100% !important;
	height: 700px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-box .bd li a {
	display: block;
	background-size: auto;
}

.banner-btn {
	width: 100%;
	position: absolute;
	top: 230px;
	left: 0;
	margin-left: 0;
	height: 330px;
	overflow: hidden;
}

.banner-btn a {
	display: block;
	width: 49px;
	height: 104px;
	position: absolute;
	top: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.3s all ease-in-out
}

.banner-btn a.prev {
	left: -50px;
	background: url(../images/zy.png) no-repeat 0 0;
}

.banner-btn a.next {
	right: -50px;
	background: url(../images/zy.png) no-repeat -49px 0;
}

.banner-box .hd {
	position: absolute;
	bottom: 20px;
	width: 100%;
	display: block;
}

.banner-box .hd ul {
	text-align: center
}

.banner-box .hd ul li {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	text-indent: -9999px;
	background: #ccc;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s all ease-in-out
}

.banner-box .hd ul li.on {
	background: #3295ef;
	width: 27px;
}

.banner-box:hover .banner-btn a.prev {
	left: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box:hover .banner-btn a.next {
	right: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

.mbanner {
	width: 100%;
	height: 300px;
	margin-top: 0px;
}

/*搜索*/
#search_bg {
	width: 100%;
	margin: 0 auto;
	background: #f4f4f4;
	height: 108px;
}

#search_c {
	width: 1200px;
	margin: 0 auto;
	height: 140px;
}

#search_c_l {
	width: 680px;
	float: left;
}
#search_c_l p{ float:left;font-size: 14px; color:#333;  height:108px; line-height:108px; overflow:hidden;}
#search_c_l p a{font-size: 14px; color:#737373; padding:0 10px 0 0;}
#search_c_l p a:hover{color: #de090e;}



#search_c_r {
	width: 450px;
	float: right;
}

#search_cc {
	width: 460px;
	padding-top: 34px;
}

#search_cc_l {
	width: 390px;
	float: left;
	background: #fff;
	line-height: 44px;
	height: 44px;
}

#search_cc_r {
	width: 69px;
	overflow: hidden;
}

#search_b {
	width: 460px;
	height: 42px;
	line-height: 42px;
}

.head_adv {
	width: 350px;
	margin-top: 40px;
	line-height: 30px;
	font-size: 17px;
	color: #333;
}

.head_adv span {
	font-size: 27px;
	color: #3295ef;
	font-weight: bold;
}

.h_tel {
	width: 300px;
	border-left: 1px #ebebeb solid;
	border-right: 1px #ebebeb solid;
	height: 140px;
}

.hgtbhmk {
	width: 195px;
	margin: 0 auto;
	margin-top: 35px;
}

.dianhtb {
	width: 30px;
	height: 30px;
	float: left;
}

.kehftrx {
	font-size: 17px;
	color: #666;
	float: left;
	padding-top: 5px;
	padding-left: 12px;
}

.dianhsj {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d7030c;
	text-align: center;
	padding-top: 6px;
}




/*我们的产品*/
.sample-body {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  background: #fff;
}

.product-title {
  position: relative; 
}

.product-title h3 {
  font-size: 30px;
  color: #323232;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.product-title h2 {
  font-size: 18px;
  font-weight: 100;
  color: #5a5a5a;
  line-height: 18px;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
}

.product-title i {
  display: block;
  width: 45px;
  height: 2px;
  background: #06499d;
  margin: 0 auto;
  margin-top: 10px;
  z-index: 999;
  position: relative;
}

.sample-product {
  padding-top: 35px;
  background: #fff; 
  padding-bottom: 30px;
}

.sample-product .product-title {
  position: relative;width:1200px; margin:0 auto;
}

.sample-product .product-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
}

.sample-product .product-title h3 {
  font-size: 30px;
  color: #323232;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.sample-product .product-title h2 {
  font-size: 18px;
  font-weight: 100;
  color: #5a5a5a;
  line-height: 18px;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
}

.sample-product .product-title i {
  display: block;
  width: 45px;
  height: 2px;
  background:#3295ef; 
  margin: 0 auto;
  margin-top: 10px;
  z-index: 999;
  position: relative;
}
/*首页产品*/
.product_head h2{
    text-align: center; 
    margin-top: 10px; 
    font-size: 36px; 
    color: #585858;
    font-weight: bold;
}
.product_head span{
    color: #d8d8d8; 
}
.product_head p{
    text-align: center;
    color: #7f7f7f; 
    margin-top:8px; font-size:16px;
}

/*产品展示*/

.totalwidth {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

/*展示*/
#tabs {
	width: 1200px;
	margin: 0 auto;
}

#tabs li {
	float: left;
	 
	height: 50px;
	line-height: 50px;
	text-align: center; 
	font-size: 16px;
	margin-left: 15px;
	text-align: center;
	width: 150px;
	color: #fff;
	margin-bottom: 12px;
	border-radius: 25px;
}

#tabs li a {
	float: left;
	background: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	text-align: center;
	width: 150px;
	color: #666; border:#CCCCCC solid 1px;overflow:hidden;
	border-radius: 25px;
}

#tabs li.currents {
	background: #3295ef;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	width: 150px;
	margin-left: 15px;
	color: #fff;
	cursor: pointer;
	border-radius: 25px;
}

#tabs li.currents a {
	background:#3295ef;
	height: 50px;
	line-height: 50px;
	text-align: center;border:#3295ef solid 1px;
	font-size: 16px;
	width: 150px;
	color: #fff;
	cursor: pointer;
	border-radius: 25px;
}

#contents {
	width: 1200px;
	margin: 0 auto;
}

#contents ul {
	display: none;
}

.prod_row2 {
	padding: 30px 0 0;
	padding-top: 10px;
}

.prod_row2 .divproduct_new_div:after {
	content: '';
	display: block;
	clear: both;
}

.prod_row2 .divproduct_new_div_item {
	float: left;
	width: 285px;
	position: relative;
	height:348px;
	transition: 0.3s all ease-in-out;
	overflow: hidden;
	margin: 10px 20px 50px 0;
}

.prod_row2 .divproduct_new_div_item:nth-child(4n) {
	margin-right: 0;
}

.prod_row2 .divproduct_new_div_item .product_div_item_pic a,
.prod_row2 .divproduct_new_div_item .product_div_item_pic a img {
	display: block;
	width: 100%; min-height:275px;
	height: auto;
	transition: 0.3s all ease-in-out
}

.prod_row2 .divproduct_new_div_item .product_div_item_pic {
	position: absolute;
	width: 275px;
	border: 1px solid #d0d0d0;
	padding: 4px;
	height: 275px;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: auto;
}

.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content {
	height: 36px;
	padding: 15px;
	position: absolute;
	width: 255px;
	top: auto;
	left: 0;
	bottom: 0;
}

.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content:before {
	content: '';
	background: url(../images/y.png) no-repeat center;
	width: 15px;
	height: 20px;
	position: absolute;
	bottom: 23px;
	right: 18px;
	display: block;
	z-index: 2;
}

.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #d0d0d0;
	display: block;
	left: 0;
	top: auto;
	transition: 0.3s all ease-in-out;
	bottom: -65px;
}

.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content:after {
	bottom: 0;
	background:#3295ef;
}

.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content:before {
	content: '';
	background: url(../images/yy.png) no-repeat center;
	width: 15px;
	height: 20px;
	position: absolute;
	bottom: 23px;
	right: 18px;
	display: block;
	z-index: 2;
}

.prod_row2 .divproduct_new_div_item_body {
	transition: 0.3s all ease-in-out;
}

.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a {
	display: block;
	line-height: 26px;
	font-size: 18px;
	padding: 5px 0 5px;
	color: #222;
	position: relative;
	z-index: 3;
}

.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_a {
	color: #fff;
	transition: 0.3s all ease-in-out;
}

.prod_row2 .divproduct_new_div_item .product_div_item_pic a {
	width: auto;
	height: auto;
}

.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_body {
	line-height: 24px;
	font-size: 13px;
	color: #999;
	position: relative;
	z-index: 3;
	text-align: justify;
}

.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body {
	transition: 0.3s all ease-in-out;
	color: #aeffc6
}

.prod_row2 .divproduct_new_div_item:hover .product_div_item_pic a img {
	transform: scale(1.1);
}



/*产品展示*/

/*应用案例*/

.sample-productb {
  padding-top: 55px; 
   
  padding-bottom: 30px;
}

.sample-productb .product-title {
  position: relative;
}

.sample-productb .product-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
}

.sample-productb .product-title h3 {
  font-size: 30px;
  color: #323232;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.sample-productb .product-title h2 {
  font-size: 18px;
  font-weight: 100;
  color: #5a5a5a;
  line-height: 18px;
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
}

.sample-productb .product-title i {
  display: block;
  width: 45px;
  height: 2px;
  background: #06499d; 
  margin: 0 auto;
  margin-top: 10px;
  z-index: 999;
  position: relative;
}

/*应用案例*/

/*工程案例*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ico {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#floor_4_main {
	background: #f6f6f6;
	padding-bottom: 45px;
}
#floor_4_main .floor_4 {
}
#floor_4_main .proCase {
	position: relative;
	 
}
#floor_4_main .proCase .list {
	width: 106%;
}
#floor_4_main .proCase .list li {
	position: relative;
	display: block;
	float: left;
	width: 380px;
	height: 480px;
	margin-right: 30px;
	border: 1px solid #ddd;
	background: #fff;
	transition: all ease 600ms;
}
#floor_4_main .proCase .list li a {
	display: block;
	padding: 30px;
	padding-bottom: 80px;
}
#floor_4_main .proCase .list li a img {
	display: block;
	width: 320px;
	height: 240px;
}
#floor_4_main .proCase .list li .title {
	margin-top: 20px;
}
#floor_4_main .proCase .list li .tit {
	font-size: 20px;
	color: #333;
}
#floor_4_main .proCase .list li .cont {
	margin-top: 12px;
	font-size: 14px;
	color: #333;
}
#floor_4_main .proCase .list li .view_detail {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	width: 120px;
	height: 32px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #3295ef;
	color: #fff;
}
#floor_4_main .proCase .list li:hover {
	border: 1px solid #3295ef;
	background: #3295ef;
	transition: all ease 600ms;
}
#floor_4_main .proCase .list li:hover .tit {
	color: #fff;
}
#floor_4_main .proCase .list li:hover .cont {
	color: #c1d4f1;
}
#floor_4_main .proCase .list li:hover .view_detail {
	background: #fff;
	color: #3295ef;
}
#floor_4_main .proCase .hd {
	position: absolute;
	width: 100%;
}
#floor_4_main .proCase .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	left: -80px;
	transition: all ease 600ms;
}
#floor_4_main .proCase .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	right: -80px;
	transition: all ease 600ms;
}
#floor_4_main .proCase .hd .prev:hover {
	background-position: -42px -60px;
	transition: all ease 600ms;
}
#floor_4_main .proCase .hd .next:hover {
	background-position: -84px -60px;
	transition: all ease 600ms;
}

.floor_4 .more {
	margin-top: 40px;
}
.floor_4 .more .line {
	display: block;
	width: 500px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.floor_4 .more .look_more {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s;
}
.floor_4 .more .look_more:hover {
	background: #3295ef;
	color: #fff;
	transition: all .5s;
	border: 1px solid #3295ef;
}

/*四大优势-Tab切换*/
.tabs_bg {
    padding-top: 70px;
    padding-bottom: 50px;
    background: url(../images/tab_bg.jpg) no-repeat top center #fff;
}
.tabs_head h2{
    text-align: center; 
    font-size: 36px; 
    color: #fff;
    font-weight: bold; margin-bottom:15px;
}
.tabs_head span{
    color: #6eb7fa; 
}
.tabs_head p{
    text-align: center;
    color: #fff; font-size:19px;
    margin-top:8px;
    margin-bottom: 40px;
}
.nav-tabs  li {
    margin-bottom: 0px; float:left;display:block; line-height:40px;
}
.nav-tabs  li  a { display:block;
    color: #2F2F2F;
    margin-right: 10px; font-size:16px;
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border: 0px;
    border-radius:0px;
    background-color: #fff;
}

.tab-content{
    margin-top: 60px;
}
.tab_img{
    max-width: 555px;
    float: right;
}
.tab-pane{
    background-color: #fff;
}
.tab_h3{
    font-size: 32px;
    font-weight: bold;
    margin: 58px 50px 20px 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}
.tab_p{
    color: #7f7f7f;
    margin: 15px 0px 0px 25px;
    line-height: 26px;
}
.tab_more{
    display: inline-block;
    width: 170px;
    padding: 10px 0px;
    text-align: center;
    background-color: #153f8f;
    color: #fff;
    text-decoration: none;
    margin: 35px 0px 18px 25px;
}
.tab_more:hover,
.tab_more:focus{
    color: #fff;
    background-color: #595959;
    text-decoration: none;
}

/*居中处理*/
.nav-tabs:after{
    content:'';
    visibility:hidden;
    font-size:0;
    height:0;
    display:block;
    clear:both;
}
.tabs_btn{
    width:100%;
    text-align:center;          
}
.nav-tabs{
    display:inline-block;  
    border: none;
}



.container { width:1200px; margin:0 auto;}
.container2 {padding: 0 15px;width: 1200px;margin: 0 auto;}


/*优势*/

.in-ys-tel {display: block;background: url(../images/ys-consult.png) no-repeat left center;line-height: 42px;color: #3295ef;padding-left: 64px;margin: 30px auto 0;width: 262px;}
.in-ys-tel strong {font-size: 20px;}

.in-ys dl {margin: 0;padding: 50px 0;border-bottom: solid 1px #C4C4C4;}
.in-ys dl:last-child {border-bottom: 0;}
.in-ys dt {float: right;width: 510px;}
.in-ys dd {margin: 0 550px 0 0;}
.in-ys dd h4 {background: url(../images/ys-line.png) no-repeat 0 bottom;padding-bottom: 15px;margin: 0 0 30px;overflow: hidden;}
.in-ys dd h4 i {float: left;font-style: normal;color: #fff;background-color: #3295ef;width: 77px;line-height: 77px;text-align: center;border-radius: 50%;font-family: Impact;font-size: 48px;}
.in-ys dd h4 span {display: block;margin-left: 100px;font-size: 44px;line-height: 1;color:#2F2F2F;padding: 8px 0;}
.in-ys dd h4 small {display: block;color: #666666;font-size: 14px;text-transform: uppercase;margin-top: 5px;}
.in-ys dd p {margin: 10px 0 0;line-height: 2;color: #666;background: url(../images/ys-icon.png) no-repeat left center;padding-left: 20px;}
.in-ys dd .ystext {margin-left: 70px;font-size: 14px;}
.in-ys dd .btn {margin-top: 30px;}
.in-ys dd .btn a {display: inline-block;margin-right: 15px;line-height: 38px;background-color: #3295ef;color: #fff;padding: 0 30px;}
.in-ys dd .btn .tel {display: inline-block;line-height: 38px;background: url(../images/ys-tel.png) no-repeat 0 center;padding-left: 44px;}
.in-ys dd .btn .tel strong {font-size: 22px;color: #3295ef;}
.in-ys dl:nth-child(even) dt {float: left;}
.in-ys dl:nth-child(even) dd {margin: 0 0 0 750px;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}

/*关于我们*/
.in-about {margin: 0;}
.in-about dt {float: left;width: 530px;}
.in-about dd {margin-left: 580px;}
.in-about dd h4 {margin: 0 0 20px;font-size: 23px;}
.in-about dd h4 small {display: block;color: #999;font-weight: normal;font-size: 14px; margin-top:3px; margin-bottom:5px;}
.in-about dd h4:after {display: block;content: '';width: 38px;height: 3px;margin: 10px 0 0;background-color: #3295ef;}
.in-about dd p {margin: 0;text-align: justify;color: #666;line-height: 1.8rem; font-size:14px;}
.in-about dd .about {margin: 0;text-align: justify;color: #666;line-height: 1.8rem; font-size:14px;}

.in-about dd .btn {margin-top: 30px;}
.in-about dd .btn a {display: inline-block;margin-right: 15px;line-height: 38px;background-color: #3295ef;color: #fff;padding: 0 30px;}

.in-about-class {margin: 15px 0 0 -20px;}
.in-about-class li{float: left;width: 25%;}
.in-about-class li a {display: block;margin: 15px 0 0 20px;position: relative;}
.in-about-class li img {display: block;}
.in-about-class li .pic{width: 285px;}
.in-about-class li .icon{position: absolute; color: #fff; width: 100%; text-align: center;}
.in-about-class li .icon img{display: block; margin: 35px auto 7px;}
.in-about-class li .icon strong{display: block; font-size: 20px;  line-height: 20px; font-weight: bold;}
.in-about-class li .icon b{display: block; font-size: 12px; font-weight: normal;}
.in-about-class li .bg{position: absolute; background: rgba(2,55,147,0.8); width: 100%; height: 100%; opacity: 0;}
.in-about-class li:hover .bg{opacity: 1;}
.in-about-class li .line::before,.in-about-class li .line::after {
    position: absolute;
    content: '';
    opacity: 0;
}

.in-about-class li .line::before {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    transform-origin: 0 0;
}

.in-about-class li .line::after {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1,0);
    transform-origin: 100% 0;
}


.in-about-class li .line::before,
.in-about-class li .line::after
{
    transition: opacity 0.35s, transform 0.35s;
}


.in-about-class li:hover .line::before,
.in-about-class li:hover .line::after {
    opacity: 1;
    transform: scale(1);
}

.in-about-class li:hover .line::before,
.in-about-class li:hover .line::after
{
    transition-delay: 0.05s;
}

.section-title2 {margin-bottom: 40px;text-align: center;font-size: 28px;}
.section-title2 p {color: #999;font-size: 14px; margin-top:15px; margin-bottom:15px;}
.section-title2:after {display: block;content: '';width: 38px;height: 3px;margin: 15px auto 0;background-color: #3295ef;}

/*关于我们*/
.section-title { text-align: center;  font-size: 36px; }
.section-title strong{
    text-align: center; 
    margin-top: 10px; 
    font-size: 36px; 
    color: #585858;
    font-weight: bold;
}
.section-title span{
    color: #d8d8d8; 
}
.section-title p{
    text-align: center;
    color: #7f7f7f; 
    margin-top:8px; font-size:16px;
}



/*合作伙伴*/
.yunu-section {padding: 50px 0;}
.yunu-section-title {text-align: center;background: url(../images/title_xian.png) no-repeat center bottom;padding-bottom: 15px;margin-bottom: 30px;}
.yunu-section-title small {text-transform: uppercase;font-weight: bold;font-size: 28px;}
.yunu-section-title h4 {margin: 0;font-size: 24px;}

.yunu-partner-in .bd ul {padding-left: 1px;}
.yunu-partner-in .bd li {float: left;width: 16.6666666667%;}
.yunu-partner-in .bd li a {display: block;margin-left: -1px;margin-bottom: 25px;}
.yunu-partner-in .bd li .m {border: 1px solid #ddd;height: 95px;line-height: 95px;}
.yunu-partner-in .bd li .text {margin-top: 10px;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.yunu-partner-in .hd {text-align: center;font-size: 0;}
.yunu-partner-in .hd li {width: 10px;height: 10px;background-color: #414141;border-radius: 50%;margin: 0 5px;display: inline-block;cursor: pointer;}
.yunu-partner-in .hd li.on {background-color: #fc6b00;}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;}

/*新闻中心*/
.news-box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.news-box .title{
    text-align: center;

    margin-bottom: 40px;
}
.news-box .title span{
    font-size: 48px;
    font-weight: bold;
    color: #3295ef;
}
.news-box .title span em{
    color: #193b38;
}
.news-box .title p{
    font-size: 24px;
    color: #193b38;
}
.news-box .title p em{
    width: 30px;
    height: 2px;
    background: #193b38;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin:0 5px;
}
.news-left-box{
    float: left;
    width: 760px;
    height: 460px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}
.tab-title ul{
    float: left;
}
.tab-title ul li{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-right: 10px;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
}
.tab-title a{
    float: right;
    font-size: 14px;
    color: #3295ef;
    line-height: 40px;
}
.tab-title ul li.tab-active{
    background: #3295ef;
    color: #ffffff;
    border: 1px solid #3295ef;
}
.hot-news{
    overflow: hidden;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}
.hot-news-img{
    width: 220px;
    height: 130px;
    overflow: hidden;
    float: left;
}
.hot-news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hot-news-text h4{
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.hot-news-text h4 a{
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}
.hot-news-text h4:hover a{
    color: #3295ef;
}
.hot-news-text{
    width: 460px;
    position: relative;
    float: right;
    height: 130px;
}
.hot-news-text p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;

}
.hot-news-text > a{
    width: 78px;
    height: 26px;
    line-height: 26px;
    display: block;
    position: absolute;
    color: #ffffff;
    background: #3295ef;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 12px;
}
.news-left-list-bar ul li{
    line-height: 50px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-left-list-bar ul li span{
    float: right;
    font-size: 14px;
    color: #999999;
}
.news-left-list-bar ul li a{
    font-size: 14px;
    color: #333;
}
.news-left-list-bar ul li:hover a{
    color: #3295ef;
}
.news-right-box{
    float: right;
    width: 410px;
    height: 460px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
}
.news-right-list ul li{
    border-bottom: 1px solid #eee;
    padding-bottom: 17px;
}
.news-right-list p{
    padding-left: 40px;
    box-sizing: border-box;
}
.news-right-list .question{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    background: url(../images/ask.png) left top no-repeat;
    margin-top: 17px;
    margin-bottom: 10px;
}
.news-right-list .question a{
    color: #333;
}
.news-right-list .question:hover a{
    color: #8e998c;
}
.news-right-list .answer{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    background: url(../images/q-ico.png) left top no-repeat;
    padding-top: 3px;
}



/*footer_main*/
.footer_main {
	width: 100%;
	padding-bottom: 0;
	background:#3295ef;
	color: #fff;
}
.footer_main .links {
	padding: 30px 0;
	font-size: 16px;
	border-bottom: 1px solid #2682d6;
}
.footer_main .links span {
	color: #fff;
	font-weight: bold;
	display: inline-block;
}
.footer_main .links a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-right: 10px;
}
.footer_main .links a:hover {
	color: #FFFF00;
}
.bottom_main {
	border-top: 1px solid #5ca7ec;
	padding: 56px 0;
}
.bottom_main .bNav {
	width: 558px;
	height: 180px;
	border-right: 1px solid #2682d6;
}
.bottom_main .bNav dl {
	display: inline-block;
	float: left;
	width: 139px;
	overflow: hidden;
	text-align: left;
	padding-top: 10px;
}
.bottom_main .bNav dl dt {
	height: 16px;
	display: block;
	padding-bottom: 25px;
}
.bottom_main .bNav dl dt a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 16px;
}
.bottom_main .bNav dl dd {
	display: block;
	height: 14px;
	padding-bottom: 14px;
}
.bottom_main .bNav dl dd a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
}
.bottom_main .bNav dl dd a:hover {
	color: #FFFF00;
}
.bottom_main .ewm {
	width: 140px;
	height: 180px;
	text-align: center;
	padding-left: 35px;
	border-left: 1px solid #5ca7ec;
}
.bottom_main .ewm dl {
	float: left;
	display: block;
	margin-right: 30px;
}
.bottom_main .ewm dl:nth-child(2) {
	margin-right: 0px;
}
.bottom_main .ewm dl:first-child+dl {
	margin-right: 0px;
}
.bottom_main .ewm dl dt {
	width: 140px;
	height: 140px;
	background-color: #fff;
	text-align: center;
}
.bottom_main .ewm dl dt img {
	width: 130px;
	height: 130px;
	display: inline-block;
	background-size: 100%;
	margin-top: 5px;
}
.bottom_main .ewm dl dd {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	padding-top: 10px;
}
.bottom_main .contact_info {
	width: 390px;
	height: 180px;
	padding-left: 70px;
	border-left: 1px solid #5ca7ec;
	border-right: 1px solid #2682d6;
}
.bottom_main .contact_info p.p1 {
	font-size: 16px; margin-bottom:20px;
	color: #fff;
	line-height: 14px;
	padding-top: 10px;
}
.bottom_main .contact_info p.dh {
	font-size: 36px;
	color: #FFFF00;
	font-family: "Arial";
	line-height: 36px;
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 12px;
}
.bottom_main .contact_info h3 {
	font-size: 20px;
	padding-top: 8px;
}
.bottom_main .contact_info p.tel {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	width: 250px;
}

.bottom_main .contact_info .tel {
	font-size: 14px;
	color: #fff;
	line-height: 29px;
	width: 380px;
}

.bottom_main .contact_info i {
	display: block;
	padding-top: 8px;
	font-size: 14px;
	color: #fff;
}
.bottom_main .contact_info i a {
	display: inline-block;
	color: #fff;
	padding-right: 12px;
}
.copyright_main {
	background: #2682d6; margin-top:50px;
	height: 60px;
	line-height: 60px;
	color: #CCCCCC;
	font-size: 14px;
}
.copyright_main a {
	color: #CCCCCC;
}
.copyright_main a:hover {
	color: #CCCCCC;
}

.floor_4_main {background: url(../images/f4_bg.jpg) center top no-repeat;width: 100%;height: 168px;margin-bottom: 50px;}
.floor_4_main .w1200{overflow:hidden;}
.floor_4_main .left { padding-top: 27px; }
.floor_4_main .left h3 {color: #fff;font-size: 36px;font-weight: bold;padding-top: 10px;}
.floor_4_main .left p {color: #fff;font-size: 20px;font-weight: 100;padding-top: 10px;}
.floor_4_main .right {width: 410px;height: 168px;position: relative;}
.floor_4_main .right h3 { color: #FF0000; font-family: arial; font-size: 26px; padding-top: 33px; padding-left: 35px; }
.floor_4_main .right p { font-size: 20px; color: #fff; padding-top: 40px; }
.floor_4_main .right img {position: absolute;right: 1px;width: 110px;height: 110px;padding: 5px;background: #fff;top: 23px;}
.left{float: left;}
.right{float: right;}

/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #3295ef;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .boxx{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #3295ef;opacity: 0;transition: all .5s;}
.toolbar dd.tel .boxx p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .boxx h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .boxx:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #3295ef;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .boxx{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #3295ef;opacity: 0;transition: all .5s;}
.toolbar dd.code .boxx img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .boxx:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #3295ef;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .boxx{opacity: 1;right: 80px;}
.toolbar dd.code:hover .boxx{opacity: 1;right: 80px;}