@charset "utf-8";
/* CSS Document */

body,div,img,span,ul,ol,li,a,p,h1,h2,h3,h4,h5,input,select,dl,dt,dd,textarea{ margin:0; padding:0; font-size:13px;font-family:"微软雅黑"; color:#666; }

a{ text-decoration:none;color:#666;}
a:hover{text-decoration:none;}

ul,li{ list-style:none;}




.index_head{  width:1200px; height:35px; margin:0 auto; background:#fff; padding-top:20px;  }
.wap_head{ width:1100px; height:35px;  margin:0 auto; }
.wap_head h2{ width:430px;  height:35px; font-size:14px; line-height:35px;  float:left;  font-weight:normal;  display:block;}
.lanage{  width:160px; overflow:hidden;  float:right; }
.lanage ul li{ width:70px; overflow:hidden; float:left; margin-left:10px;  }
.lanage ul li a{ width:70px; overflow:hidden; display:block; }
.lanage ul li a img{ width:30px; height:30px; float:left; display:block; }
.lanage ul li a span{ width:40px; height:30px; float:right; font-size:12px;  color:#333;  text-align:center; line-height:30px;  display:block;  }
.index_top{ width:1200px;  overflow:hidden; margin:0 auto; padding-top:20px; background:#fff; padding-bottom:20px; }
.wap_top{ width:1100px; overflow:hidden; margin:0 auto; }
.logo{ width:269px; height:30px;  float:left;  display:block;  }
.consult{ width:420px;height:30px;  float:right; }
.consult img{ width:30px; height:30px; float:left; }
.consult span{ width:82px; height:30px; font-size:14px;  color:#333;  float:left;  margin-left:10px; line-height:30px;  display:block;  }
.consult i{ width:277px; height:30px; float:right; font-size:16px; color:#FF5A26; font-weight:500; line-height:30px; display:block;}
.daohang{ width:1200px;  height:40px;  background:#1EB3F7;  margin:0 auto;  }
.nav{width:1200px;height:40px;  margin:0 auto; }
.nav .menu{ height:40px;}
.menu li { background: -moz-linear-gradient(#1EB3F7, #1EB3F7); 
           background: -ms-linear-gradient(#1EB3F7, #1EB3F7);
           background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1EB3F7), color-stop(100%, #1EB3F7));
	       background: -webkit-linear-gradient(#1EB3F7, #1EB3F7);
	       background: -o-linear-gradient(#1EB3F7, #1EB3F7);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1EB3F7', endColorstr='#1EB3F7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1EB3F7', endColorstr='#1EB3F7')";
	background: linear-gradient(#1EB3F7, #1EB3F7);
	width: 145px;
	height:40px;
	display: block;
	float: left;
	position: relative;
}

.menu li:first-child {
	border-radius: 5px 0 0;
}
.menu a {
	border-left: 3px solid rgba(0, 0, 0, 0);
	color: #fff;
	display: block;
	font-family: 'Lucida Console';
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
}

.menu li:hover {
	background-color: #1EB3F7;
	background: -moz-linear-gradient(#1EB3F7,#1EB3F7);
	background: -ms-linear-gradient(#1EB3F7, #1EB3F7);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1EB3F7), color-stop(100%, #1EB3F7));
	background: -webkit-linear-gradient(#1EB3F7, #1EB3F7);
	background: -o-linear-gradient(#1EB3F7, #1EB3F7);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1EB3F7', endColorstr='#1EB3F7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1EB3F7', endColorstr='#1EB3F7')";
	background: linear-gradient(#1EB3F7, #1EB3F7);

}
.menu li:hover > a {
	border-radius: 5px 0 0 0;

	color: #fff;
	
}

.submenu {
	left: 0;
	max-height: 0;
	width:145px;
	position: absolute;
	top: 100%;
	z-index: 0;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.submenu li {
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
 -webkit-transition: opacity .4s, -webkit-transform .5s;
 -moz-transition: opacity .4s, -moz-transform .5s;
 -ms-transition: opacity .4s, -ms-transform .5s;
 -o-transition: opacity .4s, -o-transform .5s;
 transition: opacity .4s, transform .5s;
}
.menu .submenu li:hover a {
	border-left: 3px solid #FF5A26;
	border-radius: 0;
	color: #ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
	max-height: 2000px;
	z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
 .menu li:hover .submenu li:nth-child(1) {
 -webkit-transition-delay: 0s;
 -moz-transition-delay: 0s;
 -ms-transition-delay: 0s;
 -o-transition-delay: 0s;
 transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
 -webkit-transition-delay: 50ms;
 -moz-transition-delay: 50ms;
 -ms-transition-delay: 50ms;
 -o-transition-delay: 50ms;
 transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
 -webkit-transition-delay: 100ms;
 -moz-transition-delay: 100ms;
 -ms-transition-delay: 100ms;
 -o-transition-delay: 100ms;
 transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
 -webkit-transition-delay: 150ms;
 -moz-transition-delay: 150ms;
 -ms-transition-delay: 150ms;
 -o-transition-delay: 150ms;
 transition-delay: 150ms;
}

 .submenu li:nth-child(1) {
 -webkit-transition-delay: 350ms;
 -moz-transition-delay: 350ms;
 -ms-transition-delay: 350ms;
 -o-transition-delay: 350ms;
 transition-delay: 350ms;
}
.submenu li:nth-child(2) {
 -webkit-transition-delay: 300ms;
 -moz-transition-delay: 300ms;
 -ms-transition-delay: 300ms;
 -o-transition-delay: 300ms;
 transition-delay: 300ms;
}
.submenu li:nth-child(3) {
 -webkit-transition-delay: 250ms;
 -moz-transition-delay: 250ms;
 -ms-transition-delay: 250ms;
 -o-transition-delay: 250ms;
 transition-delay: 250ms;
}
.submenu li:nth-child(4) {
 -webkit-transition-delay: 200ms;
 -moz-transition-delay: 200ms;
 -ms-transition-delay: 200ms;
 -o-transition-delay: 200ms;
 transition-delay: 200ms;
}


.beijing{ width:1200px; overflow:hidden;  margin:0 auto;  }

#container {width: 1200px; height: 481px; overflow: hidden; margin:0 auto;}
.sections,.section {height:100%;}
#container,.sections {position: relative;}
.section { background-color: #000; background-size: cover; background-position: 50% 50%; text-align: center; color: white;}
#section0 { background-image:url(../images/banner.png);}
#section1 { background-image:url(../images/banner2.png);}
#section2 { background-image:url(../images/banner1.png);}




.index_search{ width:1200px; height:65px; background:#fff;margin:0 auto;  }
.search{ width:1110px; height:65px; margin:0 auto; }
.word{ width:340px;height:65px;font-size:14px; color:#333; line-height:65px; float:left;  }
.search_right{ width:300px; height:30px; float:right; margin-top:17px;  }
.search_right input{ width:258px; height:28px; border:1px #ccc solid;padding-left:10px;float:left;font-size:13px;color:#999;  line-height:28px;background:#fff;	 }
.sea{ width:30px; height:30px; background:#1EB3F7; float:right; display:block;  }
.sea img{ width:20px; height:20px;  margin:0 auto; margin-top:5px;  display:block;  }

.index_product{ width:1200px; overflow:hidden;margin:0 auto;padding-top:30px;background:#fff; }

.wap_product{ width:1110px;  overflow:hidden;  margin:0 auto;  }
.product_left{ width:724px;  overflow:hidden;float:left; padding-bottom:20px;   	}
.product_top{ width:135px; height:43px;  }
.product_classic{ width:724px; height:30px;margin-top:20px;  }
.product_classic ul li{ width:161px;   height:30px;float:left;	margin-left:26.2px;    }
.product_classic ul li:nth-child(1){ margin-left:0px;}
.product_classic ul li a{ width:161px; height:30px;  background:#ccc; font-size:14px;  color:#333; text-align:center; line-height:30px;  display:block;	  }
.product_classic ul li .one{ background:#1eb3f7;  color:#fff;display:block; }
.product_classic ul li a:hover{ background:#1eb3f7;  color:#fff;   display:block; }
.product_list{ width:724px; overflow:hidden;     }
.product_list ul li{ width:228px;overflow:hidden; float:left; margin-left:20px; margin-top:20px; }
.product_list ul li:nth-child(3n+1){ margin-left:0px;}
.product_list ul li a{ width:228px;   overflow:hidden;   display:block;  }
.product_list ul li a .product_img{ width:228px; height:160px;	display:block;    }
.product_list ul li a span{ width:228px; overflow:hidden;font-size:14px;color:#333;text-align:center;margin-top:10px;display:block;	}
.product_right{ width:346px; overflow:hidden;	float:right;}
.product_right_top{ width:346px; height:40px;background:#1eb3f7;font-size:16px;color:#fff;text-align:center;	line-height:40px;}
.about_list{ width:346px; overflow:hidden; background:#f8f8f8;}
.about_list ul li{ width:346px; height:43px;border-bottom:1px #ddd solid; }
.about_list ul li a{ width:290px; height:43px; float:left; font-size:14px; padding-left:10px; line-height:43px;display:block;}
.about_list ul li span{ width:30px; height:43px;font-size:14px;text-align:center;line-height:43px;float:right;padding-right:10px;display:block;}
.pinzhi{ width:135px; height:43px; margin-top:40px;}
.index_partner{ width:1200px; height:313px;background:url(../images/business.jpg) no-repeat;	margin:0 auto;background-size:100%;margin-top:30px;}
.index_title{ width:416px; height:72px; margin:0 auto;  padding-top:40px;  }
			   
.partner{ width:1110px;height:143px; margin:0 auto; margin-top:20px;  }

.partner ul li{ width:277px;overflow:hidden;float:left;margin-left:20px;}

.partner ul li a{ width:277px; overflow:hidden; display:block;  }

.partner ul li a img{ width:277px;  height:110px;  display:block;   }

.partner ul li a span{ width:277px; height:23px; font-size:14px;text-align:center;line-height:23px; margin-top:10px; color:#fff; display:block;	}

.advantage{ width:1200px; overflow:hidden;margin:0 auto;padding-top:30px;background:#fff; }

.advant_title{ width:416px;height:72px;  margin:0 auto;}

.wap_content{ width:1110px;overflow:hidden; margin:0 auto; margin-top:20px; }

.content_left{ width:399px;height:650px;  float:left; }

.content_left ul li{ width:399px;overflow:hidden; margin-top:20px; }
.content_left ul li:nth-child(1){ margin-top:0px;}
.content_left ul li img{ width:auto;height:46px;display:block; }

.content_left ul li span{ width:399px; overflow:hidden; font-size:14px;line-height:26px;  margin-top:10px;  display:block; }

.pic{ width:625px; height:488px; float:right; }

.expensive{ width:1110px;overflow:hidden;margin:0 auto;margin-top:20px;}

.pic1{ width:671px; height:420px; margin-top:40px; float:left; }


.expensive_list{ width:387px; height:620px; float:right; }

.expensive_list ul li{ width:387px;overflow:hidden; margin-top:20px;}
					  
.expensive_list ul li:nth-child(1){ margin-left:0px;}
.expensive_list ul li img{ width:auto; overflow:hidden;   display:block;  }

.expensive_list ul li span{ width:387px;overflow:hidden;font-size:14px;line-height:26px;margin-top:10px;display:block;}

.ban{ width:1200px; height:275px; box-shadow:1px 1px 3px rgba(0, 0, 0, 0.8);margin:0 auto;margin-top:30px; }


.about_more{ width:130px; height:30px;background:#1EB3F7; color:#fff; font-size:14px; line-height:30px; text-align:center; border-radius:5px; margin-top:40px; display:block;}

.honor{ width:346px; overflow:hidden;margin:0 auto;margin-top:20px;}

.honor ul li{ width:120px; overflow:hidden; float:left; margin-left:20px;  }

.honor ul li a{ width:120px; overflow:hidden;display:block;	}

.honor ul li a img{ width:120px;  height:158px;display:block;}

.honor ul li a span{ width:120px; height:23px; font-size:14px;text-align:center; line-height:23px; margin-top:10px; display:block; }

.test{ width:1200px;  overflow:hidden; margin:0 auto; padding-top:30px;}
	
.test h2{ width:160px; height:40px; font-size:16px; color:#fff;text-align:center; line-height:40px; font-weight:normal;background:#1EB3F7; display:block; }

.test_list{ width:1200px; overflow:hidden;margin-top:20px;}
			
.test_list ul li{ width:285px;overflow:hidden;float:left; margin-left:20px; }

.test_list ul li a{ width:285px;overflow:hidden;display:block;}

.test_list ul li a img{ width:285px;height:190px;display:block;}

.test_list ul li a span{ width:285px;height:23px; font-size:14px; text-align:center;line-height:23px; margin-top:10px;display:block; }

.index_new{ width:1200px;overflow:hidden;margin:0 auto;margin-top:30px;}

.new_left{ width:600px; height:400px;float:left;}

.new_top{ width:600px; height:40px;}

.company_new{ width:160px; height:40px; background:#fff; font-size:16px;  color:#333;text-align:center;line-height:40px;float:left;display:block; }

.second{ background:#1EB3F7; color:#fff;display:block; }
		 
.industry_new{ width:160px; height:40px; background:#fff; color:#333;font-size:16px; text-align:center; line-height:40px;float:left;margin-left:20px; display:block; }

.new_more{ width:40px; height:40px;background:#1EB3F7;color:#fff; font-size:20px; text-align:center; line-height:40px; float:right; display:block; }

.newcenter{ width:600px; height:340px;background:#fff;margin-top:20px;}

.newcenter_left{ width:237px; height:340px; float:left; padding-left:20px;padding-top:20px;}
			
.newcenter_left a{ width:237px; height:340px; display:block;  }

.newcenter_left a img{ width:226px; height:151px; display:block;  }

.newcenter_left a h1{ width:226px;height:23px; font-size:14px; color:#333; font-weight:500; margin-top:10px; line-height:23px; display:block; }

.newcenter_left a h2{ width:226px;height:23px; font-size:14px; color:#999;font-weight:normal;line-height:23px;margin-top:5px;display:block;}
.newcenter_left a span{ width:226px;overflow:hidden;font-size:14px;line-height:24px;margin-top:5px;display:block;}
						
.newcenter_right{ width:312px; overflow:hidden;float:right; padding-right:20px}
				  
.newcenter_right ul li{ width:312px; height:80px;border-bottom:1px #ddd dashed;margin-top:20px;}

.newcenter_right ul li:nth-child(3){ border-bottom:0px;}

.newcenter_right ul li a{ width:312px; height:75px; display:block; }

.newcenter_right ul li a .title{ width:312px; height:20px; }
							   
.newcenter_right ul li a .title .tab{ width:202px; height:20px;float:left;font-size:14px;color:#333;font-weight:500; overflow:hidden;
text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;display:block;}

.newcenter_right ul li a .title h2{ width:90px; height:20px;float:right;font-size:14px;color:#999;font-weight:normal;display:block;}

.newcenter_right ul li a span{ width:312px;height:37px;font-size:14px; margin-top:10px; display:block;}
							   
.question{ width:569px; height:398px;float:right; }
		   
.question_top{ width:569px; height:40px;}

.common_new{ width:160px;  height:40px; background:#1EB3F7;color:#fff;font-size:16px;text-align:center;line-height:40px;float:left;display:block; }

.question_list{ width:569px;  overflow:hidden; margin-top:20px; background:#fff;}

.common_question { width:529px; overflow:hidden;margin:0 auto; }

.common_question ul li{ width:529px; height:93px;border-bottom:1px #ddd dashed;padding-top:20px;}
.common_question ul li a{ width:529px;height:93px; display:block;}
.common_question ul li a .qucy{ width:529px;  height:30px;}
.common_question ul li a .qucy .problom{ width:30px; height:30px; background:#1EB3F7; font-size:14px;color:#fff;text-align:center; line-height:30px; float:left;}	
										 
.common_question ul li a .qucy h2{ width:489px;  height:30px;font-size:14px;line-height:30px;font-weight:400;float:right;display:block;}										 
.common_question ul li a .qucy .anwer{    width:30px; height:30px; background:#333;font-size:14px; color:#fff; text-align:center;line-height:30px;float:left;margin-top:10px; }	
						
.common_question ul li a .qucy h3{ width:489px;overflow:hidden;font-size:14px;font-weight:400;float:right;margin-top:10px;display:block;}	
									

.index_footer{ width:100%;overflow:hidden; background:url(../images/templatemo_middle.jpg) no-repeat;opacity:0.8;min-width:1200px;margin-top:30px;}

.footer{ width:1200px; overflow:hidden; margin:0 auto;padding-top:30px; padding-bottom:20px; border-bottom:1px #eee solid; }

.min{ width:130px;overflow:hidden; float:left;}
.min h2{ width:130px; height:23px;font-size:16px; color:#fff; line-height:23px;font-weight:400;display:block; }
.min ul{ width:130px; overflow:hidden; }
.min ul li{ width:130px;height:21px;margin-top:10px;}
.min ul li a{ width:130px;height:21px;color:#fff;font-size:14px;line-height:21px;display:block;}

.min1{ width:auto;overflow:hidden; float:left; margin-left:90px;}
.min1 h2{ width:auto; height:23px;font-size:16px;color:#fff; line-height:23px; font-weight:400; display:block; }
.min1 ul{ width:auto; overflow:hidden; }
.min1 ul li{ width:auto; height:21px;margin-top:10px;}
.min1 ul li a{ width:auto;height:21px;color:#fff;font-size:14px;line-height:21px;display:block;}
.min2{ width:264px; overflow:hidden;  float:left; margin-left:60px;}
.min2 h2{ width:264px; height:23px;font-size:16px;color:#fff; line-height:23px; font-weight:400; display:block; }
.min2 ul{ width:264px; overflow:hidden; }
.min2 ul li{ width:264px; overflow:hidden; font-size:14px;color:#fff; line-height:30px;}

.cord{ width:140px;overflow:hidden; float:right; }

.cord h2{ width:140px;height:23px;color:#fff;font-size:16px;font-weight:400; display:block; }

.cord img{ width:140px;height:140px; margin-top:10px;display:block; }

.index_bottom{ width:1200px; overflow:hidden;margin:0 auto;margin-top:10px;}

.bottom_left{ width:580px;  height:23px; font-size:10px;color:#fff; line-height:23px; float:left;display:block;}

.bottom_right{ width:165px; height:23px; float:right; font-size:14px; color:#fff; display:block;}
			   

.about_banner{ width:1200px; height:400px;position:relative; margin:0 auto; }
.about_banner h1{width:1200px; height:400px;  background:url(../images/about_banner1.png) no-repeat; margin:0 auto; }
.about_cen{ width:1200px;  overflow:hidden;margin:0 auto; top:360px; position:absolute;}	
.about_cen ul li{ width:130px; height:40px;  float:left;  margin-left:10px; }	 
.about_cen ul li:nth-child(1){ margin-left:50px;}
.about_cen ul li a{ width:130px; height:40px;  background:rgba(30,179,247,0.6); font-size:16px; color:#fff; text-align:center; line-height:40px; display:block; }  
.about_cen ul li .first{ background:#F60; display:block;}	
.about_cen ul li a:hover{ background:#F60; display:block;}	
.ny_wrap{ width:1200px;  overflow:hidden;  margin:0 auto; padding-top:10px; background:#fff; }

.ny_cont_about{ width:1100px; overflow:hidden;margin:0 auto;padding-bottom:10px; border-bottom:1px #ddd solid; }	  
.ny_cont_about img{ width:25px;  height:25px;float:left;display:block;} 
.ny_cont_link{ width:1035px;height:25px; float:right; }


.about{ width:1100px;overflow:hidden; margin:0 auto; margin-top:20px; padding-bottom:40px; }	
.about_left{ width:550px; height:345px; float:left; }	  

.about_right{ width:500px; overflow:hidden; float:right; } 
			   
.about_right h2{ width:500px;overflow:hidden;font-size:24px; color:#3156A3;font-weight:600;display:block; }
.about_right span{ width:30px;height:3px;background:#1EB3F7;margin-top:10px;display:block;}
.brife{ width:500px; overflow:hidden; font-size:14px;line-height:26px; margin-top:10px; }

.orgaize{ width:1100px;overflow:hidden;margin:0 auto;margin-top:20px;padding-bottom:40px; }
.orgaize img{ width:1100px;height:569px;display:block; }
			  
.culture{ width:1100px;overflow:hidden;margin:0 auto; margin-top:20px; padding-bottom:40px; }
.culture img{ width:550px;height:445px; float:left; display:block; }

.culture_right{ width:500px;overflow:hidden;float:right;}
.culture_right h2{ width:500px;overflow:hidden; font-size:24px; font-weight:600; color:#3156A3; display:block;  }
.culture_cont{ width:500px;overflow:hidden;padding-bottom:10px;border-bottom:1px #ddd solid;margin-top:5px; }

.culture_cont h3{ width:500px; overflow:hidden;font-size:18px;font-weight:500;color:#333;margin-top:10px;display:block; }
.culture_cont span{width:30px;height:3px;	background:#1EB3F7;margin-top:10px;display:block;}	
.culture_text{ width:500px;overflow:hidden;font-size:14px;line-height:24px; margin-top:10px; }			   

.environment{ width:1100px; overflow:hidden;margin:0 auto; }				   			
		
.environment ul li{ width:260px; overflow:hidden;float:left;margin-left:20px;margin-top:20px;}
.environment ul li:nth-child(4n+1){ margin-left:0px;}
.environment ul li a{ width:260px; overflow:hidden; display:block;  }
.environment ul li a .envir_img{ width:260px; height:300px; display:block; }
.environment ul li a span{ width:260px; height:23px; margin-top:10px;font-size:14px;line-height:23px; text-align:center; display:block; }		
	
.page { width:400px;  overflow:hidden;text-align:center;margin:0 auto; margin-top:30px; padding-bottom:40px; }
.page ul { width:320px;  overflow:hidden; text-align:center; margin:0 auto;  }
.page ul li { float:left; list-style:none;  padding:4px;}
.page ul li a { border:1px solid #e4e4e4;  padding:3px 7px; color:#666; font-size:14px;}
.page ul li a:hover { background-color:#1EB3F7; color:#fff;}
.page ul li a.now { background-color:#1EB3F7; color:#fff;}
.honor_detail{ width:1100px;overflow:hidden; margin:0 auto;margin-top:20px; padding-bottom:40px;}
.honor_detail h2{ width:1100px;overflow:hidden; font-size:18px; color:#333;text-align:center;font-weight:500; display:block;}
.release{ width:1100px; overflow:hidden; margin-top:10px; text-align:center;font-size:14px;color:#999; margin-bottom:20px; }

.honor_text{ width:1100px;overflow:hidden;font-size:14px;line-height:30px; margin-bottom:10px;  }


.next{ width:1100px;overflow:hidden;font-size:14px; margin-top:15px; color:#999; display:block; }


.productcenter{ width:1100px;overflow:hidden;margin:0 auto;}

.productcenter ul li{ width:260px; overflow:hidden;float:left; margin-left:20px; margin-top:20px;}
					  
.productcenter ul li:nth-child(4n+1){ margin-left:0px;}
.productcenter ul li a{ width:260px; overflow:hidden;display:block; }
.productcenter ul li a .over_img{ width:260px;height:200px;}
.productcenter ul li a span{ width:260px;height:23px; margin-top:10px; font-size:14px; text-align:center; line-height:23px; display:block; }
.productcenter ul li a span:hover{ color:#1EB3F7; display:block;}
		
.infort{ width:1100px; overflow:hidden; margin:0 auto; margin-top:10px;}
.infort ul li{ width:260px; overflow:hidden; margin-top:10px;  margin-left:20px; float:left;}
.infort ul li:nth-child(4n+1){ margin-left:0px;}
.infort ul li a{ width:260px;overflow:hidden; padding-bottom:20px; display:block;}
.infort ul li a .new_img{ width:260px; height:174px;}
.infort ul li a h1{ width:250px; overflow:hidden; margin:0 auto; font-size:16px; color:#333; margin-top:5px; font-weight:500; display:block;}
.infort ul li a span{ width:250px; height:23px; margin:0 auto; color:#999; line-height:23px; font-size:14px; margin-top:5px; display:block;}
.infort ul li a h2{ width:250px; overflow:hidden; margin:0 auto; margin-top:5px; font-size:14px; line-height:24px; font-weight:400; display:block;}
.infort ul li a .more{ width:250px; overflow:hidden; margin:0 auto; margin-top:10px;}
.infort ul li a .more .more_img{ width:25px; height:25px; background:url(../images/more.png) no-repeat; background-size:100% 100%; float:left; display:block;}
.infort ul li a .more p{ width:210px; height:25px; float:right; font-size:14px; color:#888; line-height:25px; display:block;}
.infort ul li a:hover{ background:#1EB3F7; display:block;}
.infort ul li a:hover h1{ color:#fff;}
.infort ul li a:hover span{ color:#fff; display:block;}
.infort ul li a:hover h2{ color:#fff; display:block;}
.infort ul li a:hover .more p{ color:#fff; display:block;}
.infort ul li a:hover .more .more_img{ background:url(../images/more1.png) no-repeat; background-size:100% 100%;}
.equipment{ width:1100px; overflow:hidden; margin:0 auto;}
.equipment ul li{ width:260px; overflow:hidden; float:left; margin-top:20px; margin-left:20px;}
.equipment ul li:nth-child(4n+1){ margin-left:0px;}
.equipment ul li a{ width:260px; overflow:hidden; display:block;}
.equipment ul li a .equip_img{ width:260px; height:173px;}
.equipment ul li a span{ width:260px; height:23px; margin-top:5px; font-size:14px; color:#333; text-align:center; line-height:23px; display:block;}
.serive{ width:1100px; overflow:hidden; margin:0 auto; padding-bottom:40px; margin-top:20px; font-size:14px; line-height:24px;}



.customer{ width:1100px; overflow:hidden; margin:0 auto;}
.customer ul li{ width:260px; overflow:hidden; float:left; margin-left:20px; margin-top:20px;}
.customer ul li:nth-child(4n+1){ margin-left:0px;}
.customer ul li a{ width:260px; overflow:hidden; display:block;}
.customer ul li a .customer_img{ width:258px; height:103px; border:1px #ddd solid;}
.customer ul li a span{ width:260px; height:23px; margin-top:5px; font-size:14px; color:#333; text-align:center; line-height:23px; display:block;}


.talent{ width:1100px; overflow:hidden; margin:0 auto; padding-bottom:40px;}
.person{ width:1100px; overflow:hidden; margin-top:20px;}
.person h1{ width:1100px; overflow:hidden; font-size:16px; color:#333; font-weight:600; display:block;}
.person_text{ width:1100px; overflow:hidden; font-size:15px; color:#333; line-height:30px; margin-top:10px; padding-bottom:10px; border-bottom:5px #ddd solid;}


.contact{ width:1100px; overflow:hidden; margin:0 auto; margin-top:20px; padding-bottom:40px;}
.message{ width:525px; overflow:hidden; float:left;}
.message h1{ width:525px; overflow:hidden; font-size:20px; color:#333; font-weight:600; display:block;}
.message h2{ width:30px; height:2px; background:#1EB3F7; font-weight:normal; margin-top:10px; display:block;}
.message h3{ width:525px; overflow:hidden; font-size:14px; color:#333; font-weight:normal; margin-top:10px; display:block;}
.message ul{ width:525px; overflow:hidden;}
.message ul li{ width:525px; overflow:hidden; margin-top:20px;}
.message ul li span{ width:60px; height:30px; line-height:30px; float:left; font-size:14px; display:block;}
.message ul li input{ width:453px; height:28px; border:1px #ddd solid; float:right;}
.message ul li textarea{ width:453px; height:58px; float:right; border:1px #ddd solid;}
.sub{ width:453px; height:30px; background:#F00; color:#fff; font-size:14px; text-align:center; line-height:30px; float:right; margin-top:20px; display:block;}
.contact_way{ width:525px; overflow:hidden; float:right;}
.contact_way h1{ width:525px; overflow:hidden; font-size:20px; color:#333; font-weight:600; display:block;}
.contact_way h2{ width:30px; height:2px; background:#1EB3F7; font-weight:normal; margin-top:10px; display:block;}
.contact_way h3{ width:525px; overflow:hidden; font-size:14px; color:#333; font-weight:normal; margin-top:10px; display:block;}
.contact_way i{ width:525px; overflow:hidden; font-size:24px; color:#1EB3F7; font-weight:600; margin-top:10px; display:block;}
.contact_way ul{ width:525px; overflow:hidden;}
.contact_way ul li{ width:525px; overflow:hidden; margin-top:20px; font-size:14px;}
.contact_way ul li img{ width:150px; height:150px; display:block;}


.product_detail{ width:1100px; overflow:hidden; margin:0 auto; margin-top:20px;}
.detail_left{ width:525px; overflow:hidden; float:left;}
.detail_img{ width:525px; height:350px;}
.detail_list{ width:525px; overflow:hidden; margin-top:10px;}
.detail_list ul li{ width:120px; height:80px; float:left; margin-left:10px;}
.detail_list ul li:nth-child(1){ margin-left:0px;}
.detail_list ul li a{ width:120px; height:80px; display:block;}
.detail_right{ width:525px; overflow:hidden; float:right;}
.detail_right h1{ width:525px; overflow:hidden; font-size:16px; font-weight:500; color:#333; display:block;}
.detail_right h2{ width:525px; overflow:hidden; font-size:14px; color:#999; margin-top:20px; font-weight:normal; display:block;}
.detail_right h3{ width:525px; overflow:hidden; font-size:14px; margin-top:20px; font-weight:normal; display:block;}
.yueyu{ width:140px; height:30px; margin-top:30px; background:#F00; border-radius:5px; color:#fff; font-size:14px; line-height:30px; text-align:center; display:block;}
.pro_detail{ width:1100px; overflow:hidden; margin:0 auto; margin-top:20px; padding-bottom:40px;}
.pro_detail_top{ width:1095px; height:40px; background:#f8f8f8; border-left:5px #F00 solid; font-size:16px; color:#333; line-height:40px;}
.middle{ width:1100px; overflow:hidden; margin-top:20px; font-size:14px; line-height:24px;}
.line{ width:1100px; height:12px; margin-top:20px;}
.relevant{ width:1100px; overflow:hidden; margin:0 auto; margin-top:20px;}
.relevant h2{ width:1100px; overflow:hidden; font-size:20px; color:#333; font-weight:500; display:block;}
.relevant_list{ width:1100px; overflow:hidden; margin-top:20px;}
.relevant_list ul li{ width:260px; overflow:hidden; box-shadow: 1px 1px 3px rgba(0, 0, 0,0.1); float:left; margin-left:20px;}
.relevant_list ul li a{ width:260px; overflow:hidden; display:block;}
.relevant_list ul li a .relevant_img{ width:260px; height:173px;}
.relevant_list ul li a span{ width:260px; height:23px; margin-top:10px; text-align:center; line-height:23px; display:block;}

.sign_up{ width:800px; height:100%; margin:0 auto; position:fixed; top:0px; left:0px; display:none; z-index:9000000; }
.srk_cen{    width: 700px; overflow: hidden; min-height: 200px; background: #fff; margin: 0 auto;    margin-top: 0px; padding: 0 15px 40px; display: none; position: fixed;
             top: 30%;left: 0;box-shadow: 0px 0px 12px #333;right:0}
@media screen and (max-width: 1600px) {
.srk_cen{    width: 700px; overflow: hidden; min-height: 200px; background: #fff; margin: 0 auto;    margin-top: 0px; padding: 0 15px 40px; display: none; position: fixed;
             top: 20%;left: 0;box-shadow: 0px 0px 12px #333;right:0}
	}		

@media screen and (max-width: 1366px) {
.srk_cen{    width: 700px; overflow: hidden; min-height: 200px; background: #fff; margin: 0 auto;    margin-top: 0px; padding: 0 15px 40px; display: none; position: fixed;
             top: 10%;left: 0;box-shadow: 0px 0px 12px #333;right:0}
	}

@media screen and (max-width: 1360px) {
.srk_cen{    width: 700px; overflow: hidden; min-height: 200px; background: #fff; margin: 0 auto;    margin-top: 0px; padding: 0 15px 40px; display: none; position: fixed;
             top: 10%;left: 0;box-shadow: 0px 0px 12px #333;right:0}
	}		 
			 
			 
.kgj{width: 100%;margin-bottom: 20px; padding:0px 0px; text-align:center; padding-top:40px; font-size:16px;}
.kgjkd{    width: 100%;margin-bottom: 20px; overflow:hidden; padding:0px 0px; text-align:center;}
.kgjkd span{ width:18%; height:40px; line-height:40px; font-size:14px; float:left; display:block;}
.kgjkd input{border: 1px solid #eee; height: 40px;line-height: 40px;color: #999; width: 80%; float:right;padding-left:0px;font-size: 15px}
.kgjkd textarea{border: 1px solid #eee; height: 60px;line-height: 40px;color: #999; width: 80%; float:right;padding-left:0px;font-size: 15px}
.kgjkd .sub1{display: block;width: 80%;background: #D80328;color: #fff;text-align: center; float:right;line-height: 40px;font-size: 15px;}

.pro_banner{ width:1200px; height:400px;position:relative; margin:0 auto; }
.pro_banner h1{width:1200px; height:400px;  background:url(../images/product_banner.png) no-repeat; margin:0 auto; }
.new_banner{ width:1200px; height:400px;position:relative; margin:0 auto; }
.new_banner h1{width:1200px; height:400px;  background:url(../images/new_banner.png) no-repeat; margin:0 auto; }
.teach_banner{ width:1200px; height:400px;position:relative; margin:0 auto; }
.teach_banner h1{width:1200px; height:400px;  background:url(../images/teach_banner.png) no-repeat; margin:0 auto; }
.customer_banner{ width:1200px; height:400px;position:relative; margin:0 auto; }
.customer_banner h1{width:1200px; height:400px;  background:url(../images/customer_banner.png) no-repeat; margin:0 auto; }
.talent_banner{ width:1200px; height:400px;position:relative; margin:0 auto; }
.talent_banner h1{width:1200px; height:400px;  background:url(../images/pin_banner.png) no-repeat; margin:0 auto; }
.contact_banner{ width:1200px; height:400px;position:relative; margin:0 auto; }
.contact_banner h1{width:1200px; height:400px;  background:url(../images/contact_banner.png) no-repeat; margin:0 auto; }
.map{ width: 1100px; height: 367px; margin: 0 auto; padding-bottom: 40px;}
.index_banner{    width: 1200px; height: 568px;margin: 0 auto;}