@charset "utf-8";
/* CSS Document */
html{ -webkit-text-size-adjust:none;}
body{font-size:14px;color:#1b1b1b; _overflow:hidden;font-size:14px; overflow-x:hidden;  background:#fff;}
body,ol,table,tr,td,ul,li,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,input,select,textarea,p{margin:0;padding:0; font-family: "微软雅黑";  font-weight:normal; }
b, i, span, strong, em{font-weight:normal; font-style:normal;}
li{list-style-type:none;}
img{ border:none;}
a{ color: #ffffff;
 margin:0;font-weight:normal;
	outline:none; cursor:pointer; text-decoration:none;  -webkit-transition:all .3s; -moz-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
a:hover{ text-decoration:none;}
a,area { blr:expression(this.onFocus=this.blur()); color:#000;}
:focus { -moz-outline-style: none;} 
.disno{display:none;}
.disbk{ display:block;}
.distb{ display:table;}
.clear{ width:auto; height:0px; line-height:0px; clear:both; float:none; overflow:hidden;}
/*-------input--outline--middle---------*/
input,button,select,textarea{ outline:none}
input{ vertical-align:middle; font-family:"微软雅黑";}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner{ border:none; padding:0;}
table{ border-collapse:collapse; font-family:"微软雅黑";}


/*首页样式*/

/*头部*/
.toub_1{
	width: 100%;	
	margin: auto;
	overflow: hidden;
}
.toub_1_1{
	width: 100%;
	height: 35px; 
	background: #3e3e3e;
}
.toub_1_2{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.toub_1_2  p{
	    width: 80%;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	float: left;

} 
.toub_1_3{
	width:17%;
	height: 35px;
	
	float: right;
}
.toub_1_4{
	width:57%;
	color: #ffffff;
	line-height: 35px;
	font-size: 13px;
	float: left;
	text-align: center;
}
.toub_1_5 {

	color: #ffffff;
	line-height: 35px;
	font-size: 13px;
	float: left;
}
.toub_1_5 img {
		display: inline-block;
		vertical-align: middle;
		margin-right: 7px;
}
.toub_1_5 a {
	 width:100px;
		height:35px;
		background: #313131;
		vertical-align: middle;
		line-height:35px;
		text-align: center;
		color: #fff;
		display: block;
		}


.toub_1_5 a:hover{
	color: #ffffff;
}


/*tou2*/
.toub_2{
	width: 1200px;
	
    overflow: hidden;
	margin: auto; 
}
.toub_2_1{
	
	height:82px;
	margin:15px 0px 0px 0px;
	float: left;

}
.toub_2_1 img{

	height:82px;

}
.toub_2_2{
	width: 14%;
	
	 margin:20px 0px 20px 0px;
		float: right;
}
.toub_2_3{
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: #2f9599;
		color: #fff;
		text-align: center;
		border-radius: 9px;
		padding: 3px 0;
	 

}
.toub_2_3 img{
	display: inline-block;
		vertical-align: middle;
}
.toub_2_4{
	font-size: 26px;
	 font-family: Impact;
		text-align: center;
}

/*3*/
.toub_3{
	width: 100%;
	height: 40px;
	background: #eeeeee;

}
.tonb_3_1{
	width: 1200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: auto;

}
.tonb_3_2{
	width: 86%;
	float: left;
}
.dropbtn {
	 width: 142px;
	height: 40px;  
	 color: #000000; 
		font-size: 18px;
		border: none;
		cursor: pointer;
		z-index: 99999;
		padding: 2px 2px;
}

.dropdown {
		position: relative;
		display: inline-block;
}

.dropdown-content {
		display: none;
		position: absolute;
	 z-index: 99;
		min-width:100%;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		font-size: 16px;
}

.dropdown-content a {
		color:  #fff;
	 background:#2f9599;
		text-decoration: none;
		display: block;
}

.dropdown-content a:hover {color: #fff;
}

.dropdown:hover .dropdown-content {
		display: block;
}

.dropdown:hover .dropbtn {
		background-color: #2f9599;
}
.dropbtn a{
	color: #000000; 
}
.dropbtn a:hover{
	color: #ffffff;
}






.tonb_3_3{
	width:14%;
	height: 30px;
	 display: inline-block;
		margin-top:6px;
	 
}



input[type=text] {
		width: 100%;
		height: 30px;
		box-sizing: border-box;
		border: 1px solid #ccc;
		border-radius: 4px;
		font-size: 16px;
		background-color: white;
		background-image: url('../img/ba.png');
		background-position: 10px 10px; 
		background-repeat: no-repeat;
		text-align: center;
	 
		transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
		width: 100%;
}

/*benner*/
.banner{
	width: 100%;
	
	margin:auto;
}
 .swiper-container {
			width: 100%;
		 
		}
		.swiper-container img {
			width: 100%;
		 
		}
		.swiper-slide {
			text-align: center;
			font-size: 18px;
			background: #fff;

		
			display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			align-items: center;
		}

/*首页产品*/
.chanp{
	width: 100%;
	 padding-bottom: 50px;
	 padding-top: 50px;


		background: url(../img/bgc1.png) ;
	
}
.chanp_1{
	width: 1200px;
	margin: auto;
}

.chanp_2{
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.chanp_2 ul{
	 margin: 0px;
		padding: 0px;
		list-style: none;
}


.chanp_2 li {
		float: left;
		width: 48%;
		height: 200px;
		border: 1px solid #DDDADA;
		margin: 15px 0.8%;
}
.immas{
	height: 200px;
		width: 200px;
		text-align: center;
		float: left;
}
.immas img{
	 max-height: 200px;
		max-width: 200px;
}
.immass{

	padding: 0 12px 0 206px;
		font-size: 14px;
}
.immass h3 {
		font-size: 16px;
		margin-top: 25px;
		margin-bottom: 0px;
		min-height: 34px;
		text-transform: capitalize;
		font-weight: 600;
		max-height: 42px;
		overflow: hidden;
		color: #000
}
.immass p {
		max-height: 80px;
		overflow: hidden;
		color: #000;
		word-break: break-all;
}

.immasa{
		 width: 20%;
	background-color:#2f9599;
		padding: 0px 13px;
		margin: 16px 0px;
	 
		min-width: 85px;
	 
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		color: #FFF;
}
.immasa a{
	background-color:#2f9599;
	 
}
.immasa :hover{
color: rgb(25, 38, 52);  
}
.chanp_3{
width: 20%;
		background-color:#2f9599;
		padding: 0px 13px;
				margin-top: 20px;
		min-width: 85px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		color: #FFF;
		margin: auto;
				margin-top: 20px;
}
.chanp_3 a{
display: block;
}



/*/////////////////////////////////////首页视频///////////////////////////////////////////////////*/
.shipin{
	 
		background: url(../img/beijing.png)no-repeat top;
}


.ship_1{
	width: 1200px;
 
	padding: 50px 0 50px 0;
	margin: auto;
	overflow: hidden;
	
}
.video{
 width: 44%;
	 
		float: left;
	

}
.video img{width:530px; height:300px;}
.ship_3_2{
		width: 50%;
	 
		display: inline-block;
		text-align: left;
		float: left;
		overflow: hidden;
		color: #fff;
		padding-left: 20px;

}

.ship_3_2 h2{
		
		font-weight: normal;
		line-height:34px;
}
.ship_3_2 p{
	font-size: 16px;
		line-height: 28px;

}
.ship_3_2  h4{
	padding-top: 10px;

}
.ship_3_2  h4 a{
	display: inline-block;
		padding: 0 17px;
		height: 30px;
		color: #fff!important;
		text-decoration: none;
		font-weight: normal;
		line-height: 30px;
		background:#2f9599;
}

/*//////////////////////////////////////////////////首页标题///////////////////////////////////////////////////*/
.ship_2{
width: 100%;
 
	text-align: center;
		font-weight: normal;
		font-size: 22px;
	display: inline-block;
		padding: 10px 0px;
		
		line-height:36px;
		margin-bottom:  20px;
		background: url(../img/bgc.png) no-repeat bottom;

}


/*//////////////////////////////////////////////////首页客户案例///////////////////////////////////////////////////*/

.anli{
	width: 1200px;
	margin: auto;
	padding: 30px 0 30px 0;
}



.sobob{
	width: 100%;
	height:50%;
	
}
.sobob ul{
	overflow: hidden;
}
.sobob ul li{
	width: 29.2%;
		height: 40%;
		float: left;
		position: relative;
		margin-right: 2%;
		margin-left: 2%;
		margin-bottom: 2%;
		display: block;
		overflow: hidden;
	 
}
.sobob ul li img{
		width:100%;
	height:100%;
	
	cursor: pointer;  
		transition: all 1.5s;
		margin:auto;
	display: block;
}


/*
.sobob ul li img:hover {
	transform: scale(1.2);
}
*/
.sobob ul li i{
 width:50px;
		height:50px;
	
	position: absolute;left: 50%; margin-left: -25px;top:50%;margin-top:-25px;
	display: block;
	
}
.sobob ul li i img{
	width: 100%;
	height: 100%;
	display: block;
}

.sobob ul li:hover i{
	width: 100%;
		height: 100%;
		display: none;
}







/*黑色背景*/
.sobob ul li em{
	width:100%;
	height: 100%;
	background: #575656;
	
	position: absolute;top: 0px; left: 0px;
	opacity:0.8;
	display: none;
	
}

.sobob ul li:hover em{
	display: block;
}


.leib{
	width:86px;
		height:86px;
	
	position: absolute;left: 50%; margin-left: -43px;top:50%;margin-top:-43px;
	display: block;
 
}
.leib img{
	width:100%;
	height:100%;
	display: block;
	
}






.shipa {
		width: 100%;
		height: 100%;
}
.yins_1 {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: 40%;
		line-height: 40px;
		text-align: center;
		background: #F80004;
}





/*//////////////////////////////////////////////////首页信息///////////////////////////////////////////////////*/
.xinx{
	width: 100%;
	overflow: hidden;
	background: #2f9599;
}
.xinx_1{
	width: 1000px;

	margin: auto;

}
.xinx_1_1{
		 width: 45%;
		padding: 45px 0;
		display: inline-block;
		margin-right: 50px;
		margin-left: 50px;
		float: left;
}
.xinx_1_1 h1{
	font-size: 20px;
		color: #ffe536;
		margin-bottom: 10px;
}
.xinx_1_1 h2{
		background: url(../img/bgc3.png) no-repeat center;
		width: 425px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		color:#2f9599;
		font-size: 12px;
}
.xinx_1_1 h3{
	font-size: 24px;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		font-weight: normal;
}
.xinx_1_2{
	display: inline-block;
		vertical-align: top;
		padding: 45px 0;
		width: 450px;
		float: left;
}
.xinx_1_2 h1{
	font-size: 16px;
		color:#2f9599;
		
		height: 35px;
		line-height: 35px;
		background: #fff;
		border-radius: 20px;
		text-align: center;
		margin-bottom: 20px;
}
.xinx_1_2 p{
	color: #fff;
		font-size: 16px;
		margin-bottom: 5px;
}
.xinx_1_2 p img {
	padding-right: 11px;
}

/*//////////////////////////////////////////////////新闻///////////////////////////////////////////////////*/

.xing{
	width: 1200px;
	padding: 50px 0 50px;
	text-align: center;
	margin: auto;
}
.xing_1{
	width: 100%;
	height:36px;
	display: inline-block;
	padding: 10px 0px;
	font-size: 20px;
	line-height:36px;
	margin-bottom:  20px;
	background: url(../img/bgc.png) no-repeat bottom;
	text-align: center;

}
.xing_2{
	margin: 20px 0 0;
		
		overflow: hidden;
}
.xing_2 ul{
	overflow:hidden;
}
/*
.xing_2 ul li{
	width:23.55%;
	list-style: none;
		text-align: left;
		display: inline-block;
		font-size: 12px;
		vertical-align: top;
		margin: 0 8px;
		float: left;
}*/
.riqi{
height: 56px;
	padding: 10px 20px;
 
	 
	 
}

.riqi_1{
	width: 50%;
 
	float: left;

}


.yrzi{
	font-size: 24px;
		color: #b9b9b9;
		font-weight: normal;
}
.nianf{
	display: block;
	height: 25px;
	color: #818181;
	line-height: 25px;
	font-size: 14px;
}


.riqi_2{
 
width: 30%;
		float: right;
		padding-top: 12px;
}

.xing_2 ul li h3{
	overflow: hidden;
	 padding-top:20px;
		height: 23px;
		color: #000;
		font-weight: normal;
		line-height: 23px;
		 border-top: 1px solid #cccccc;
}
.xing_2 ul li p{
	overflow: hidden;
		height:73px;
		padding-bottom: 10px;
		color: #818181;
}


.riqi:hover {
	
	color:  #ffffff;
	background: #2f9599;
	
	display: block;
}
.riqi:hover a {
	 display: block;
 }
.riqi:hover .yrzi{
	 color:  #ffffff;
	 display: block;
}
.riqi:hover .nianf{
	 color:  #ffffff;
	 display: block;
}

.xing_3{
	margin-top: 45px;
}
.xing_3 img{
	width: 100%;
}

/*/////*/

.xinw_2{
	width:23.55%;
	list-style: none;
		text-align: left;
		display: inline-block;
		font-size: 12px;
		vertical-align: top;
		margin: 0 8px;
		float: left;
}
.xinw_2 h3{
	overflow: hidden;
	 padding-top:20px;
		height: 23px;
		color: #000;
		font-weight: normal;
		line-height: 23px;
		 border-top: 1px solid #cccccc;
}
.xinw_2 p{
	overflow: hidden;
		height: 80px;
		padding-bottom: 10px;
		color: #818181;
}
/*/////*/

.xinw_1{
	width:23.55%;
	list-style: none;
		text-align: left;
		display: inline-block;
		font-size: 12px;
		vertical-align: top;
		margin: 0 8px;
		float: left;
}
.xinw_1 h3{
	overflow: hidden;
	 padding-top:20px;
		height: 23px;
		color: #000;
		font-weight: normal;
		line-height: 23px;
		 border-top: 1px solid #cccccc;
}
.xinw_1 p{
	overflow: hidden;
		height: 80px;
		padding-bottom: 10px;
		color: #818181;
}




/**/

.imageflow {
		overflow: hidden;
		position: relative;
		text-align: left;
		visibility: hidden;
		width: 1200px;
		margin: 0 auto;
}
.imageflow .images {
		overflow: hidden;
		white-space: nowrap;
}
.imageflow .images {
		overflow: hidden;
		white-space: nowrap;
}
/*    ////////////尾巴///////////////////////////*/
.weib{
	background: #eeeeee;
	 
		line-height: 53px;
}
.youq{
	width: 1200px;
	margin:auto;
	overflow: hidden;
}
.youq h3{
	line-height: 53px;
	float: left;

}




.youq_1{
	list-style: none;
		display: inline-block;
		float: left;
}
.youq_1 p{
	display: inline-block;
		margin: 0 7px;
}
.youq_1 p a{
	color: #333;
		text-decoration: none;
}
.weib_1{
	padding: 40px 0 50px;
		background: #3e3e3e;
		color: #828282
	
}
.weib_1_1{
	 margin: 0 auto;
		width: 1200px;
		overflow: hidden;
}
.weib_1_1_1{
 font-size: 14px;
		margin-top: 9px;
		display: inline-block;
		color: #fff;
		margin-right: 35px;
		width: 30%;
		vertical-align: top;
		float: left;

}
.weib_1_1_1 h1{
	font-size: 18px;
			text-transform: uppercase;
		font-weight: normal;
		 margin-bottom: 32px;

	}
	.weib_1_1_1 span {
		margin-bottom: 6px;
		display: inline-block;
}
	.weib_1_1_1 p{
		font-size: 12px;
				line-height: 21px;
				margin-bottom: 3px;

	}
	.weib_1_1_1 p img{
		display: inline-block;
		margin-right: 8px;
				margin-right: 12px;
	}
	.weib_1_1_2{
		width: 52%;
		display: inline-block;
		color: #fff;
		float: left;
	}
	.weib_1_1_2 dl{
		display: table-cell;
		position: relative;
		vertical-align: top;
		width: 500px;
		text-align: center;
	}
 .weib_1_1_2 dl dt{
		height: 40px;
		font-size: 15px;
		line-height: 40px;
		position: relative;
		margin-bottom: 5px;
	}

.weib_1_1_2 dl h4{
line-height: 20px;
}
.weib_1_1_2 dl  a{
			color: #fff;
}
.weib_1_1_3{
	display: inline-block;
		width: 100px;
		vertical-align: top;
		color: #fff;
		margin-left: 35px;
		margin-top: 20px;
		float: right;
}
.weib_1_1_3 img{
			display: inline-block;
		width: 100px;
		height: 100px;
}
.weib_1_1_3 p{
	width: 100px;
	height: 22px;
	padding-top:4px;
			text-align: center;
		display: block;
		
}



.weib_2{
padding: 3px 0;
		background: #252525;
		color: #fff;
		font-size: 12px;
}
.weib_2_1{
 margin: 0 auto;
	width: 1200px;
	
}
.weib_2_1 h4{
color: #fff;
		font-size: 12px;
		float: left;
		line-height: 30px;
}
.weib_2_1 img{
	vertical-align: middle;
		display: inline-block;
		margin-left: 10px;
}
.weib_2_2{
	line-height: 30px;
	float: right;
}
.weib_2_2 a{
	color: #ffffff;
}



/*//////////////////////////////    关于我们    /////////////////////////////////////////////////////*/
.banner_1{
	width: 100%;
 
	margin: auto;
}
.banner_1 img{
	display: block;
	margin: auto;
	width: 100%
}


.xdhl{

	background: url(../img/bgc5.png) no-repeat center;
	text-align: center;
	overflow: height
}
.xdhl_1{
	width: 1200px;
	margin: auto;

}
.xdhl_1 dl{
			display: inline-block;			
		line-height: 70px;
		font-size: 16px;
}
.xdhl_1 dl.on a{
color: #ffe536;
}   
.xdhl_1 dl a{
	display: block;
		padding: 0 32px;
		color: #e8e8e8;
}
/*产品内页顶部*/
.xdhl_2{
 
	background: url(../img/bgc5.png) no-repeat center;
	margin: auto;
}



/*////内容*/
.neiro{
	width: 1000px;
	margin: auto;
	padding: 30px 0px;
}
.neiro h1{
text-align: center;
font-size: 20px;
font-weight: normal;
}
.neiro h2{
text-align: center;
		font-size: 16px;
		padding-bottom: 20px;
		border-bottom: 1px solid #a8a8a8;
		margin-bottom: 40px;
		font-weight: normal;
}
.neiro p{
line-height:40px;
}
.neiro .img0{
	border-bottom: 1px solid #a8a8a8;
		padding-bottom: 20px;
}
.neiro .p1 {
		display: inline-block;
		width: 44%;
		vertical-align: top;
		padding: 50px 43px 50px 20px;
		text-align: justify;
		float: left;
}
.neiro .img1 {
		display: inline-block;
		margin-bottom: 30px;
		margin-top:32px;
			
}
.neiro .img1  img{
	width:497px;
	}
.neiro .img2 {
		display: inline-block;
	}
.neiro .img2  img{
	width: 503px;
	
}
     
.neiro .p2 {
		display: inline-block;
		width: 42%;
		vertical-align: top;
		padding: 21px 30px 21px 30px;
		text-align: justify;
			 
}
/*///     2   ///*/
.neiro_1{
	width: 1000px;
	margin: auto;
	 padding: 30px 0px;

}
.neiro_1 img{
 display: block; 
}
/*///   ///////     3    /////////*/
.neioo_2{
	width: 1000px;  
 
	margin: auto;
 

}



.neioo_2 ul{
 padding-bottom:20px;
visibility: visible;
		overflow: hidden;
}
.neioo_2 ul li{
	width: 28%;
		float: left;
		text-align: center;
		margin-top: 40px;
		overflow: hidden;
		margin-left: 17px;
		margin-right: 16px;
 

	 
}

.neioo_2 ul li img{
	width: 100%;
 

display: block;
}
.neioo_2 ul li h2{
	text-align:center;
		font-size: 14px;
	 line-height: 40px;
		font-weight: normal;
		 border: 1px solid #ddd;
}


.xiaye{
	width:24%;
	height: 52px;
	margin: auto;
}

#Page {
	float:left;
	height:50px;
	font-family:Verdana
}
#Page a {
	float:left;
	margin:10px 1px 0 1px;
	width:26px;
	height:20px;
	line-height:20px;
	color:#2f9599;
	font:12px;
	text-align:center;
	text-decoration:none;
	border:1px solid #2f9599
}
#Page a:hover {
	position:relative;
	margin:0 -10px 0 -10px;
	padding:0 9px;
	width:30px;
	line-height:40px;
	height:40px;
	color:#000;
	border:1px solid #2f9599;
	font-size:18px;
	font-weight:bold
}
#Page span {
	float:left;
	line-height:165%;s
	padding:0px 8px;
	margin:10px 1px 0 1px;
	border:1px solid #2f9599;
	background:#2f9599;
	color:#FFF;
	font-weight:bold;
}

/*#Page .end,#Page .start{ width:60px !important;}*/

/*///   ///////     5  /////////*/
.neioo_3{
	width: 1000px;
	margin: auto;
	padding: 30px 0px;
}
.neioo_3 span{

			font-weight: bold;
			line-height: 72px;

	
}
.neioo_3 p{
	 line-height:40px;
	 font-size: 14px;

}

/*///   ///////     产品 /////////*/
.ttps{
	width: 1000px;
	margin: auto;
			margin-top:20px;
			margin-bottom: 20px;
			overflow: hidden;

}
.ttps ul{
			margin: 0px;
		padding: 0px;
		list-style: none;
}
.ttps ul li{
	float: left;
		width: 48%;
	 
		border: 1px solid #DDDADA;
		margin: 15px 0.8%;
}






/*///   ///////    产品内容/////////*/



.xdhb{
	
	
	text-align: center;
}
.xdhb_1{
	width: 1000px;
	margin: auto;
}
.xdhb_1 dl{
			display: inline-block;
			
		line-height: 70px;
}
.xdhb_1 dl.on a{
color:#2f9599;}   
.xdhb_1 dl a{
	display: block;
		padding: 0 4px;
		color: #000;
}

/*///////////////////      产品内容    ////////////////////////////////////////////*/
.neirc{
 width: 100%;
		 background:#2f9599;
	margin: auto;
}
.neirc_a{
	 width: 1000px;
	height: 50px;
		color: #aaa;
		font-size: 12px;
		font-family: '宋体';
		line-height: 50px;
		margin: auto;
			

}
.neirc_a a{
				color: #fff;
			padding-left: 4px;
			padding-right:4px;
}
.neirc_a a:hover{
				color: #000;
			
}
.neirc_1{
	width: 1000px;
	margin: auto;
}
.neirc_1 h1{
	text-align: center;
		font-weight: bold;
		margin: 20px 0 30px;
}
.chane{
		 width: 50%;
		 
			margin: auto;   
}
.chane img {
			width:100%;
		
		margin: auto;
}
.chane_1{
	height: 45px;
		line-height: 45px;
		margin: 30px 0;
		border: 1px solid #ddd;
		text-align: center;
		font-size: 18px;
		 
}
.chane_2{
	width: 100%;
	margin:auto;
	word-break: break-all;
   
}
.chane_2 p{
			font-weight: bold;
			line-height: 28px;
			font-size: 14px;
			word-break: break-all;width: 100%
}
.chane_2 tr td{
	text-align: center;
	padding: 9px;
}
.xinj{
	width: 100%;
	padding-bottom: 20px;
	margin:auto;
}
.chane_3{
	width: 100%;
		height: 44px;  
}
.chane_3 h2{
	width:33%;
	height: 40px;
	border: 1px solid #ffffff;
	text-align: center;
	line-height: 40px;  
	background: #ddd;
	float: left;
 

}
.chane_5{
	width:100%;
	height: 68px;
	 
}
.chane_5 h2{
	 width:33%;
	height: 64px;
	border: 1px solid #ddd;
	float: left;
	text-align: center;
	line-height: 40px;
}
.chane_5 h2 p{
font-size: 12px;
}


.chane_4{
	width:100%;
	height: 44px;
	 
}
.chane_4 h2{
	 width:33%;
	height: 40px;
	border: 1px solid #ddd;
	float: left;
	text-align: center;
	line-height: 40px;
}

.chane_6{
	width: 100%;
	border-top: 1px solid #ddd;
		margin-top: 30px;
		position: relative;
		padding: 10px 10px 0;
		height: 50px;
		line-height: 50px;
}
.chane_7{
			zoom: 1;
}
.no_1{
	width: 50%;
	height:30px;
	float: left;
	text-align: center;
	line-height: 30px;
}
.no_1 a{ color:#333;}
.no_1 a:hover{ color:#2f9599}

/*///   ///////    视频 /////////*/
.shipp{
	width: 1000px;
	margin: auto;
	padding-top:30px;
	padding-bottom:30px;
}

/*///   ///////    新闻 /////////*/
.exing{
	width: 1000px;
	margin: auto;
	padding-bottom: 30px;
	padding-top:30px;
	min-height:700px;
}
.exing_1{
	width: 100%;
	margin: auto;
			position: relative;

}
.exing_1 ul{
	overflow:hidden;
}
.exing_1 .im{
			width: 55px;
		position: absolute;
		left: 200px;
		top: 10px;
		display: block;
}
.exing_1 ul li{
	width: 1000px;
	overflow: hidden;
	margin-bottom: 68px;
}
.time{
	width: 172px;
		display: inline-block;
		text-align: center;
		
		line-height: 40px;
		vertical-align: top;
		margin-right: 88px;
		 background: url(../img/time.png) no-repeat center;
		 color: #818181;
		 float: left;
}
.exing_1 ul li img{
	background: #f0f0f0;
		padding: 6px;
width:294px;
height: 152px;
float: left;
}
.time_1{
	display: inline-block;
		width: 385px;
		padding: 0 20px;
		vertical-align: top;
		padding-top: 30px;
}
.time_1 h2{
	font-size: 16px;
		margin: 20px 0;
		font-weight: bold;
				color: #000;
}
.time_1 h2 a{
	color: #333;
		text-decoration: none;
}
.time_1 p{
	color: #818181;
		font-size: 12px;
		height: 55px;
		overflow: hidden;
}

/*//////////////  /新闻内容  /////////////////*/
.ettin{
	width: 800px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ettin h2{
	font-size: 22px;
		line-height: 1.4;
		margin-bottom: 14px;
}

.ettin em{
			font-style: normal;
			color: rgba(0,0,0,0.3);
			font-size: 15px;
			padding-bottom:10px;
}
.etting p{
	line-height:38px;
	font-size: 12px;
	

}
.etting p img{
	display: block;
	width: 100%;
}


.xyzha{
	width: 1000px;
	margin: auto;
	overflow: hidden;
}

.xyzha p{
	width: 50%;
	line-height: 20px;
	text-align: center;
	float: left;
	padding-bottom: 30px;
}

.xyzha a{ color:#333;}
.xyzha a:hover{ color:#2f9599}

/*///////////// 人才招聘///////////////////*/
.ftfin{
width: 1000px;
margin: auto;
padding: 30px 0px;
}
.ftfin h4{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-weight: 700;/*加粗*/
}
.ftfin p{
	font-size: 14px;
	line-height: 20px;
}
/*///////////// 联系我们///////////////////*/
.banner_2{
	position: relative;
	margin: auto;
	width: 100%;
		overflow: hidden;
		text-align: center;
		font-size: 0;

}
.banner_2 img{
	width: 100%;
	height: 100%;

}

.ziti{
	display: block;
	text-align: center;
		color: #fff;
		font-size: 26px;
		text-transform: uppercase;
		margin-top: -182px;
		position: relative;
		margin-bottom: 78px;
}
.ziti h1{
			font-weight: normal;
}
.ziti p{
	display: block;
}


.ditu{
	width: 100%;
	height: 340px;
	margin: auto;
	background: #000;

}
.lianx{
	width: 1000px;
	margin: 0 auto;
 padding-top: 80px;
 padding-bottom:20px;
	
}
.imgsi{
	display: inline-block;
	height: 140px;
		margin-right: 120px;
		border-right: 1px solid #000;
		padding-right: 120px;
}
.imgsi img{
			height: 83px;
		padding-top: 20px;
}
.lianxa{
	width: 446px;
		display: inline-block;
		vertical-align: top;
		margin-top: 8px;
}
.lianxa p{
			display: block;
			line-height: 26px;
			font-size: 14px;
}
.lianxa img{
	max-width: 100%;
		height: auto!important;
		padding-right: 14px;
}
 .wm {
		display: inline-block;
		width: 100px;
		
		margin-left: 90px;
		vertical-align: top;
		margin-top: 15px;
	}
	 .wm  img{
		width: 100px;
		height: 100px;

	 }
		.wm  p{
			text-align: center;
		}


.ly {
		width: 1000px;
		margin:20px auto 0;
}
.ly h1 {
	width: 100%;
	line-height:40px;
	text-align: center;
	font-size: 24px;
 }

.lyyl{
						margin: 30px 0 0;
 }
 .lyyl_1{
	width:99%;
	margin:auto;

 }
 .even{
		width: 30.8%;
		display: inline-block;
		margin: 0 5px;
	border: 1px solid #ddd; 
	padding: 10px 0;
	font-size: 14px;
	color: #333;
 }
.fbox{
margin: 30px 5px 5px 8px;
 }
 .evnee{
	width: 96%;
		line-height: 1.5;
		height: 150px;
		padding: 7px 0px;
		border: 1px solid #dcdfe0;
		background-color: #fff;
		color: #333;
		outline: 0;
 }
.noborder {
		border-bottom: 0;
		display: block;
		background:#2f9599;
		border: 0 none;
		width: 86px;
		height: 34px;
		line-height: 34px;
		padding: 0 35px;
		color: #fff;
		cursor: pointer;
		text-align:center;
		border-radius: 2px;
		font-family: 'Microsoft YaHei',Tahoma,Verdana,'Simsun';
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}


/**/

.msg {
  font-family: 'Pacifico', cursive;
  font-size: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  align-items: center;
  color: #FEFEFE;
  background-color: #1184F0;
}

.features {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.features li {
  width: 100%;
  text-align: center;
  padding: .25em;
}

menu, menu label {
  position: absolute;
  top: 0;
  right: 0;
}

menu {
  margin: 0;
}
menu input[type=checkbox] {
  display: none;
}
menu input[type=checkbox]:checked + .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
menu input[type=checkbox]:checked + .drawer-list li {
  transform: translatex(0);
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(1) {
  transition: transform 0.5s 0.02s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(2) {
  transition: transform 0.5s 0.04s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(3) {
  transition: transform 0.5s 0.06s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(4) {
  transition: transform 0.5s 0.08s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(5) {
  transition: transform 0.5s 0.1s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(6) {
  transition: transform 0.5s 0.12s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(7) {
  transition: transform 0.5s 0.14s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(8) {
  transition: transform 0.5s 0.16s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(9) {
  transition: transform 0.5s 0.18s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(10) {
  transition: transform 0.5s 0.2s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(11) {
  transition: transform 0.5s 0.22s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(12) {
  transition: transform 0.5s 0.24s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(13) {
  transition: transform 0.5s 0.26s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(14) {
  transition: transform 0.5s 0.28s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(15) {
  transition: transform 0.5s 0.3s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(16) {
  transition: transform 0.5s 0.32s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(17) {
  transition: transform 0.5s 0.34s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(18) {
  transition: transform 0.5s 0.36s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(19) {
  transition: transform 0.5s 0.38s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(20) {
  transition: transform 0.5s 0.4s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(21) {
  transition: transform 0.5s 0.42s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(22) {
  transition: transform 0.5s 0.44s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(23) {
  transition: transform 0.5s 0.46s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(24) {
  transition: transform 0.5s 0.48s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(25) {
  transition: transform 0.5s 0.5s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(26) {
  transition: transform 0.5s 0.52s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(27) {
  transition: transform 0.5s 0.54s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(28) {
  transition: transform 0.5s 0.56s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(29) {
  transition: transform 0.5s 0.58s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(30) {
  transition: transform 0.5s 0.6s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(31) {
  transition: transform 0.5s 0.62s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(32) {
  transition: transform 0.5s 0.64s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(33) {
  transition: transform 0.5s 0.66s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(34) {
  transition: transform 0.5s 0.68s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(35) {
  transition: transform 0.5s 0.7s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(36) {
  transition: transform 0.5s 0.72s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(37) {
  transition: transform 0.5s 0.74s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(38) {
  transition: transform 0.5s 0.76s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(39) {
  transition: transform 0.5s 0.78s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(40) {
  transition: transform 0.5s 0.8s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(41) {
  transition: transform 0.5s 0.82s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(42) {
  transition: transform 0.5s 0.84s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(43) {
  transition: transform 0.5s 0.86s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(44) {
  transition: transform 0.5s 0.88s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(45) {
  transition: transform 0.5s 0.9s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(46) {
  transition: transform 0.5s 0.92s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(47) {
  transition: transform 0.5s 0.94s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(48) {
  transition: transform 0.5s 0.96s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(49) {
  transition: transform 0.5s 0.98s ease;
}
menu input[type=checkbox]:checked + .drawer-list li:nth-child(50) {
  transition: transform 0.5s 1s ease;
}
menu input[type=checkbox]:checked + .drawer-list li a {
  padding-right: 15px;
}
menu input[type=checkbox]:checked ~ hamburger > i {
  background-color: transparent;
  transform: rotate(90deg);
}
menu input[type=checkbox]:checked ~ hamburger > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
menu input[type=checkbox]:checked ~ hamburger > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
menu input[type=checkbox]:checked ~ hamburger close {
  color: #FEFEFE;
  width: 100%;
}
menu input[type=checkbox]:checked ~ hamburger open {
  color: transparent;
  width: 0;
}
menu .drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 125px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  border-bottom-left-radius: 100vw;
  background-color: #3d81c0;
  background-color: rgba(47, 149, 153, 0.8);
  z-index: 99
}
@media (min-width:600px) {
  menu .drawer-list {
    width: 25vw;
  }
}
menu .drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
menu .drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
menu .drawer-list li:last-child {
  margin-bottom: 2em;
}
menu .drawer-list li a {
  text-decoration: none;
  color: #FEFEFE;
  text-align: center;
  display: block;
  padding: .5rem;
  font-size: 1.2em;
}
@media (min-width: 600px) {
  menu .drawer-list li a {
    font-size: 1rem;
    text-align: right;
  }
}
menu .drawer-list li a:hover {
  cursor: pointer;
  background-color: #88c2f8;
  background-color: rgba(0, 144, 74, 0.5);

}
menu hamburger {
  position: absolute;
  display: block;
  top: 60px;
  right: 20px;
  height: 50px;
  width:40px;
  display: none;
}

@media screen and (max-width: 600px)  {
	menu hamburger {
  position: absolute;
  display: block;
  top: 60px;
  right:30px;
  height: 50px;
  width:40px;
  display:block;
}
	}
menu hamburger:hover {
  cursor: pointer;
}
menu hamburger text close,
menu hamburger text open {
  text-transform: uppercase;
  font-size: .8em;
  align-text: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width .25s .35s, color .45s .35s;
}
menu hamburger text close {
  color: transparent;
  right: 0;
  width: 0;
}
menu hamburger text open {
  color: #000;
  width: 100%;
}
menu hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #000;
  pointer-events: auto;
  transition-duration: .35s;
  transition-delay: .35s;
}
menu hamburger > i:before, menu hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background: #000;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
menu hamburger > i:before {
  transform: translate(-50%, -14px);
}
menu hamburger > i:after {
  transform: translate(-50%, 14px);
}

/**
    SCROLLBAR STYLE FOR WEBKIT BROWSERS
*/
/* Let's get this party started */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1);
}

/**
    SCROLLBAR STYLE FOR IE
*/


.icon {
  display: inline-block;
  width: 5vw;
  height: 4vw;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/*//////////////////////////////////////////////当屏幕尺寸小于1030px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于1030px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于1030px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于1030px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于1030px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于1030px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于1030px时，应用下面的CSS样式//////////////////////////////////////*/

 @media screen and (max-width:1030px) { /*当屏幕尺寸小于1030px时，应用下面的CSS样式*/
.toub_1_2 {
    width: 90%;
}
.toub_1_3 {
   width: 22%;
}
.toub_2 {
    width: 90%;
}
.toub_2_2 {
    width: 17%;
}
.tonb_3_1 {
    width: 90%;
}
.dropbtn {
    width: 106px;
}
.chanp_1 {
    width: 90%;
}
.ship_1 {
    width: 90%;
}
.anli {
    width: 90%;
}
.xinx_1 {
    width: 90%;
}
.xinx_1_2 {
    width: 42%;
}
.xing {
    width: 90%;
}
.xinw_2 {
    width: 22.55%;
}
.youq {
    width: 90%;
}
.weib_1_1 {
    width: 90%;
}
.weib_2_1 {
    width: 90%;
}
.xdhl_1 {
    width: 100%;
}
.neiro {
    width: 90%;
}
.img0 img{
	width: 100%
}
.neiro .img1 {
       margin-top: 50px;
    width: 50%;
}
.neiro .img1 img {
    width: 100%;
}
.neiro .p1 {
	padding: 50px 34px 50px 20px;
}
.neiro .img2 img {
    width: 465px;
}
.neioo_2 {
    width: 90%;
}
.neioo_2 ul li {
    width: 28%;
}
.xiaye {
    width: 30%;
}
.neioo_3 {
    width: 90%;
}
.ttps {
    width: 90%;
}
.neirc_a {
    width: 90%;
}
.neirc_1 {
    width: 90%;
}
.shipp {
    width: 90%;
}
.exing_1 {
    width: 90%;
}
.ettin {
    width: 90%;
}
.xyzha {
    width: 90%;
}
.ftfin {
    width: 90%;
}
.ftfin img {
    width: 100%;
}
.lianx {
    width: 90%;
}
.lianxa {
    width: 49%;
}
.ly {
    width: 90%;
}




}

/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/
/*//////////////////////////////////////////////当屏幕尺寸小于600px时，应用下面的CSS样式//////////////////////////////////////*/




	@media screen and (max-width:600px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
		/*顶部*/
	.toub_1_1 {
		width: 100%;
	 
	}
	.toub_1_2{
		 width: 90%
	}
	.toub_1_2 p {
		    width: 100%;
    text-align: center;
	}
	.toub_1_3 {
		display: none;
}
.toub_1_4 {
    width: 54%;
    }
    /*logo*/
 .toub_2 {
    width: 90%;    
}
/*logo*/
.toub_2_1 {
    width: 62%;
   
  }
.toub_2_1 img {
  
    width: 100%;
    height: 100%;    
}
.toub_2_2 {
    width: 100%;
        margin: 1rem 0 1rem 0;
}
.toub_2_3 {
    width: 29%;
    float: left;
  }
  .toub_2_4 {
  	width: 50%;
    float: left;
  }

/*电话*/


.toub_3 {
      display: none;
}
.tonb_3_2{
display: none;
}


/*产品*/
.chanp {
		
		padding-bottom: 2rem;
		padding-top: 2rem;
	}

.chanp_1{
	width: 90%
}
.chanp_2 li{
	width: 98%
}

/*视频*/
.shipin {
		background: url(../img/beijing.png);
		overflow: hidden;
}
.ship_1 {
		width: 90%;
		 padding: 2rem 0 2rem 0;   
}
.video {
		width: 100%;   
		    margin-bottom: 1rem; 
}
.ship_3_2 {
		width: 100%;     
		padding-left: 0px;
}

 /*  /////////// 客户案例   //////////////////////////////   */
.anli {
		width: 90%;
	 
		padding: 2rem 0 2rem 0;
}
.ship_2 {
	 width: 100%;
		padding-left: 0px;
		padding-top: 1rem;
		margin: auto;  
}
.sobob ul li {
		width: 45.2%;
		margin-right: 2.2%;
		margin-left: 2.2%;
	}
/*信息*/
.xinx {
    width: 100%;
  }
  .xinx_1_1 {
    width: 100%;   
    margin-right: 0px; 
    margin-left: 0px; 
    padding: 2rem 0 2rem 0;
   
}
.xinx_1_1 h1 {
	text-align: center;
}
.xinx_1_1 h2 {
	margin: auto;
}
.xinx_1_1 h3 {
}
  .xinx_1 {
    width: 90%;
}
 .xinx_1_2 {
 	width: 100%;
 	 padding: 0 0 2rem 0;
 }

.xinx_1_2 h1 {
	margin: auto;
	margin-bottom: 10px;
}
.xinx_1_2 p {
	    margin-bottom: 5px;
    margin-top: 5px;
}
/*还有没弄的
*/



	/*xinw*/
.xing {
		width: 90%;
		padding: 2rem 0 2rem 0;
	}
.xinw_1 {
		width: 99%;
		 margin: 0 ;
	 
}
.xinw_2 {
				display: none
	 
}
.xing_3 {
		margin-top: 23px;
}

/*尾巴*/
.weib {   
		padding: 1rem 0 1rem 0;
}
.weib_1_1 {   
		width: 90%;    
}
.weib_1_1_1 {
	width: 100%;
	margin-right: 0px;
}
.weib_1_1_2 {
    width: 100%;
}
.weib_1_1_3 {
	margin-top: 0px;
	}

.weib_2_1 {
    margin: 0 auto;
    width: 90%;
}
.youq {
		width: 90%;
}
.youq h3 {
		line-height: 38px;}
.youq_1 {
				width: 100%;
				 line-height: 26px;
			}

.weib_1 {
		padding: 2rem 0 2rem 0;
}











/*2*/



/*公司介绍*/
.xdhl {
    
    background: url(../img/bgc5.png) center;
}
.xdhl_1 {
    width: 100%;
    margin: auto;
}
.xdhl_1 dl {
  
    line-height: 52px;
}
.xdhl_1 dl a {
    
    padding: 0 12px;
}

/*内容*/
.neiro {
		width: 90%;
}
.neiro .img0 {width: 100%
}
.neiro .img0 img {
		border: none;
		width: 100%;
}
.neiro .p1 {
			 width: 100%;    
		padding: 0;
		
}
.neiro .img1 {
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.neiro .img1 img {
		width: 100%;
}
.neiro .img2{
	display: inline-block;
    margin-bottom: 2rem;
   
}
.neiro .img2 img {
		width: 100%;
}
.neiro .p2 {
			width: 100%;    
		padding: 0
}
/*公司文化*/
.neiro_1 {
		width: 90%;
		margin: auto;
		padding:2rem 0px 2rem 0;
}
.neiro_1 img {
	width: 100%
}

/*厂房介绍*/
.neioo_2 {
		width: 90%;
	}
	.neioo_2 ul li {
	width: 44%;		
		margin-top:2rem;	 
		margin-left: 10px;
		margin-right: 9px;

}
.xiaye {
		width: 82%;
		height: 56px;
	}
#Page a {
		float: left;
		margin: 10px 1px 0 1px;
		width: 2rem;
		height: 2rem;
		line-height: 2rem;}
#Page span {   
		border: 8px solid #2f9599;
		 }
/*荣誉资质   同上*/


/*发展历程*/
.neioo_3 {
		width: 90%;
		margin: auto;
		padding: 2rem 0px 2rem 0;}



/*3*/
/*产品中心*/
.ttps {
		width: 90%;
		margin-top:1rem;
		margin-bottom:2rem;
		}
.ttps ul li {
		float: left;
		width: 98%;}
.xdhb_1 {
    width: 100%;
    margin: auto;
}
.xdhb_1 dl {
    
    line-height: 39px;
    padding-top: 1rem;
}
/*产品详情*/

.neirc_1 {
		width: 90%;
		margin: auto;
	}
.chane {
		width: 50%;
	}
.chane_3 h2 {
		width: 32%;
	}
.chane_5 h2 {
		width: 32%;
	}
.chane_4 h2 {
		width: 32%;
	}

	.chane_6 {    
		margin-top: 2rem;   
		 padding: 0; 
	 }
/*样品展示*/
.neirc_a {
		width: 90%;
		    overflow: hidden;
	}
	.shipp {
		width: 100%;
		padding-top: 2rem;
		padding-bottom: 2rem;

	}
/*xinw*/
.exing {
    width:100%;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}
.exing_1 {
		width: 90%;
		margin:auto;
	}
	.exing_1 .im {
	display: none;
}
.exing_1 ul li {
    width: 100%;
   
    margin: auto;
   
}
.time {
    width: 100%;
  
  text-align: inherit;

    line-height: 40px;
   
  
    background: url(../img/time.png) no-repeat;
    
   
    margin-bottom: 1rem;
        padding-left: 1rem;
}
.exing_1 ul li img {
    background: #f0f0f0;
    padding: 6px;
    width: 95%;
   
    margin: auto;
}
.time_1 {
    
    width: 100%;
    padding: 0;
   
    margin-bottom: 2rem;
}
.time_1 p {
   
    height: 50px;
    overflow: hidden;
   
}
/*联系我们*/
.ftfin {
    width: 90%;
  }
.ftfin img {
    width: 100%;
  }
/*在线留言*/
.lianx {
    width:90%;
  
    
   }
.imgsi {
    
    height:100%;
    margin-right: 1px;
    border-right: 0.1px ;
    padding-right: 1px;
   
}

.lianxa {
    width: 100%;
   
   
    margin-top: 2rem;
}
.wm {
    
    margin-left: 34%;
    
    margin-top: 2rem;
}
.ly {
    width: 90%;
    margin: auto;
  }
  .lyyl_1 {
    width: 100%;
    }
.even {
    width:99%;
       margin: 0px;
    margin-bottom: 1rem;   
}

.fbox {
    margin: 0px;
}
.evnee {
    width: 100%;

    }
    .ziti {
    
    font-size: 11px;
   
    margin-top: -65px;
   
    margin-bottom: 19px;
}
}

