/*内页导航下图片*/
.neiye_1{ width:100%; max-height:500px; overflow:hidden; }
.neiye_1 img{ width:100%; }

/**/
.neiye_2{ /*margin-top:30px;*/ padding-bottom:20px;}
.neiye_2_1{}
.neiye_2_1{width:100%; text-align:center; display:inline-block; padding-top:20px;margin-top:5px;}
.neiye_2_1 ul{ display:table; width:100%;}
.neiye_2_1 li{ display:table-cell; height:38px; line-height:38px;/*text-align:center; display:inline-block; margin:15px 5px;*/}
.neiye_2_1 li a{border:1px solid #eee;/* padding:10px 35px;*/ font-size:14px; color:#333; display:inline-block; background:#dddddd; width:100%;} 
.neiye_2_1 li a:hover{ background:#1D70B3; color:#FFF;  } 
.neiye_2_1 li a.cur{ background:#1D70B3; color:#FFF;  } 

.neiye_2_2 {
	padding:20px 0 30px;
	text-align:center;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
	border-bottom:1px solid #eee;
}
.neiye_2_2_en {
font-size:18px; color:#ccc; padding-top:15px; text-align:center;

}

.neiye_2_3h ul{/*margin-top:30px;*/ }
.neiye_2_3h li{float:left;margin-right:24px;width: calc(33.3333% - 16px);/*height:290px;*/ margin-top:15px; border:#eee 1px solid;background-color:#fafafa; text-align:center; display:inline-block; color:#555;  font-weight:lighter; font-size:14px }
.neiye_2_3h li .pic{ padding:5px 5px 0 5px;  width: calc(100% - 10px); height:238px; text-align:center; /*border-bottom:1px solid #eee;*/ margin:5px auto 0;}
.neiye_2_3h img{width:100%; height:240px; }  
.neiye_2_3h h3{ line-height:36px; height:36px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 5px; color:#666; font-size:14px; }  
.neiye_2_3h li:nth-child(3n){ margin-right:0;}
.neiye_2_3h li{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	
}
.neiye_2_3h li:hover {
border:1px solid #1D70B3;
	/*transform:translate(0,-10px);
	-webkit-transform:translate(0,-15px);
	-moz-transform:translate(0,-15px);
	-o-transform:translate(0,-15px);
	-ms-transform:translate(0,-15px);
	-webkit-box-shadow:0px 5px 10px #e5e5e5;
    -moz-box-shadow:0px 5px 10px #e5e5e5;
    box-shadow:0px 5px 10px #e5e5e5; background:#888;*/		  
}
/*文字列表（新闻）*/
.neiye_2_3_c{ padding:15px 10px; margin-bottom:30px; background:#f3f3f3; color:#000; display:block; }
.neiye_2_3_c:hover{ background:#e9e9e9;}
.neiye_2_3_c_1{ width:15%; float:left; text-align:center; color:#666;}
.neiye_2_3_c_2{ width:60%; float:left;}
.neiye_2_3_c_3{ width:10%; float:right; text-align:right;}

.neiye_2_3_c_1_1{ font-size:32px; color:#212121; }
.neiye_2_3_c_1_2{ font-size:14px; color:#666666; }

.neiye_2_3_c_2_1{ font-size:14px; font-weight:bolder; color:#333;}
.neiye_2_3_c_2_2{ font-size:14px;  line-height:24px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; color:#999;}

.neiye_2_3_c_3 span{ background:#1D70B3; color:#fff; display:inline-block; padding:0 10px; height:30px; line-height:30px;}

/*文字列表（新闻）-----*/

/*竖版图片列表*/
.neiye_2_9 ul{/*margin-top:30px;*/ }
.neiye_2_9 li{float:left;margin-right:10px;width: calc(25% - 7.5px);/*height:370px;*/ margin-top:15px; border:#eee 1px solid;background-color:#fafafa; text-align:center; display:inline-block; color:#555;  font-weight:lighter; font-size:14px }
.neiye_2_9 li .pic{ padding:5px 5px 0 5px;  width: calc(100% - 10px);  height:318px; text-align:center; /*margin:5px 0 30px 0;*/ /*border-bottom:1px solid #eee;*/ margin:5px auto;}
.neiye_2_9 img{width:288px; height:320px; /*max-width:280px;  max-height:240px;   margin-top: calc(100% - 240px);*/}  
.neiye_2_9 h3{ line-height:36px; height:36px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 5px; }  
.neiye_2_9 li:nth-child(4n){ margin-right:0;}
.neiye_2_9 li{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	
}
.neiye_2_9 li:hover {
border:1px solid #1D70B3;
}


/*产品列表*/
.neiye_2_8{ }
/*每行4个*/
/*.goods-item{float:left;border:1px solid #eee;width:288px;margin-right:10px;border-radius:2px;background: #fff;margin-bottom:10px;padding: 1px;}
.goods-item:nth-child(4n){ margin-right:0;}
.goods-item .goods-img{overflow: hidden;position: relative;}
.goods-item .goods-img:before{content: "";background: rgba(0,0,0,0.2);width: 100%;height:100%;opacity: 0;position: absolute;top: 0;left: 0;z-index: 1;transition: all 0.4s ease-out 0s;}
.goods-item:hover .goods-img:before{opacity: 1;}
.goods-item .goods-img a{display: block;width:288px;height: 288px;}
.goods-item .goods-img img{display: block;width:288px;height: 288px;}
*//*每行3个*/
.goods-item{float:left;border:1px solid #eee;width:380px;margin-right:10px;border-radius:2px;background: #fff;margin-bottom:10px;padding: 1px;}
.goods-item:nth-child(3n){ margin-right:0;}
.goods-item .goods-img{overflow: hidden;position: relative;}
.goods-item .goods-img:before{content: "";background: rgba(0,0,0,0.2);width: 100%;height:100%;opacity: 0;position: absolute;top: 0;left: 0;z-index: 1;transition: all 0.4s ease-out 0s;}
.goods-item:hover .goods-img:before{opacity: 1;}
.goods-item .goods-img a{display: block;width:380px;height: 240px;}
.goods-item .goods-img img{display: block;width:380px;height: 240px;}

.goods-img .pic-1{opacity: 1;backface-visibility:hidden;transition: all 0.4s ease-out 0s;}
.goods-item:hover .goods-img .pic-1{opacity: 0;}
.goods-img .pic-2{width: 100%;height: 100%;opacity: 0;backface-visibility: hidden;transform: scale(3);position: absolute;top: 0;left: 0;transition: all 0.4s ease-out 0s;}
.goods-item:hover .goods-img .pic-2{opacity: 1;transform: scale(1);}
.goods-item .social{padding: 0;margin: 0;list-style: none;transform: translateY(-0%);position: absolute;bottom:2px;right: 2px;z-index: 4;}
.goods-item .social li{margin: 0;opacity: 0;transform: translateX(60px);transition: transform .3s ease-out 0s;}
.goods-item .social li img{display: block;width: 78px;height: 78px;}
.goods-item:hover .social li{opacity: 1;transform: translateX(0);}
.goods-item .social li a{color: #fff;font-size: 22px;transition: all 0.3s;}
.goods-item .social li a:hover{color: #e74c3c;;}
.goods-item .social li a:hover:before,.goods-item .social li a:hover:after{display: block;}
.goods-item .title{font-size:16px;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding: 8px 8px;}
.goods-item .title a{color: #666;}
.goods-item .title a:hover{color: #e74c3c;;}
.goods-item .title1 {font-size: 13px;color: #d01817;text-align: center;padding: 0 10px;margin-bottom: 10px;overflow: hidden; height:18px;}
.goods-item .title2 a{display: block;width: 78px;height: 28px;line-height: 26px;text-align: center;font-size: 12px;color: #999;border: 1px solid #d7d7d7;border-radius:2px;margin: 10px auto;}
.goods-item .title2 a:hover{background: #d01817;color: #fff;border-color: #d01817;}

/*内容页*/
/*.index_con_3_d_1{ width:21%; float:left; background:#fff;}
.index_con_3_d_2{ width:78%; float:right; padding:20px 20px 10px 20px; background:#fff;}

.index_con_3_d_1_0{ width:100%; height:56px; line-height:56px; background:#1D70B3; color:#fff; font-size:22px;text-align:center;}
.index_con_3_d_1_0 a{ display:inline-block; color:#fff; width:100%;}
.index_con_3_d_1_1{ width:100%; height:48px;}
.index_con_3_d_1_1 a{ display:inline-block;background:#fff; width:100%; height:48px; line-height:48px; color:#232323; font-size:14px; padding:0 35px; background:url(../images/dian0.png) 20px center #fff no-repeat; text-align:left;border-bottom:1px dashed #ccc;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.index_con_3_d_1_1:last-child a{ border-bottom:0;}

.index_con_3_d_1_1 a:hover{ color:#1D70B3; text-decoration:none;}
.index_con_3_d_1_1 a.cur{ color:#1D70B3;}
*/
.index_con_3_d_2_0{ width:100%; height:40px; line-height:30px; font-size:14px; padding-bottom:10px; margin-bottom:12px; border-bottom:1px solid #e9e9e9;} 
.index_con_3_d_2_0_a{ float:left; color:#1D70B3; font-weight:bolder; font-size:16px; padding-left:5px; }
.index_con_3_d_2_0_a span{ width:2px; background:#1D70B3; height:16px; display:inline-block; margin-top:7px; margin-right:6px;}
.index_con_3_d_2_0_b{ float:right; color:#999; font-size:14px; }
.index_con_3_d_2_0_b a{color:#999; font-size:14px; }
.index_con_3_d_2_0_b a:hover{ text-decoration:underline;}

.index_con_3_d_2_00{ /*display:none;*/ width:100%; height:40px; line-height:30px; font-size:14px; padding-bottom:10px; margin-bottom:12px; border-bottom:1px solid #e9e9e9;}
.index_con_3_d_2_00_b{  color:#999; font-size:14px; }
.index_con_3_d_2_00_b a{color:#999; font-size:14px; }
.index_con_3_d_2_00_b a:hover{ text-decoration:underline;}


.product_show_con0{ margin-top:30px;}
.product_show_con{}
.product_show_con_1{ padding:20px 0;}
.product_show_con_1_a{ float:left; width:402px; }
.product_show_con_1_a_1{ width: 100%; height:400px; text-align:center; line-height:400px; margin-bottom:10px; border:1px solid #eee;}
.product_show_con_1_a_1 img{ max-width:100%; max-height:100%;}
.product_show_con_1_a_1 iframe,.product_show_con_1_a_1 video{ width:100%; max-width:400px; height:400px;}

.product_show_con_1_a_2{ text-align:left; height:74px; overflow:hidden;}
.product_show_con_1_a_2 a{ display:inline-block; width:68px; height:68px; padding:0; margin-right:5px;}
.product_show_con_1_a_2 a img{ display:inline-block; width:66px; height:66px; border:1px solid #eee;}
.product_show_con_1_a_2 a.product_show_con_1_a_2_hover img{ border:1px solid #1D70B3;}

.product_show_con_1_b{ float:right; width: calc(100% - 402px);  overflow:hidden; padding:0 0 0 20px;}
.product_show_con_1_b_0{ font-size:16px; line-height:40px; font-weight:bolder; margin-bottom:15px;border-bottom:1px solid #e9e9e9;}
.product_show_con_1_b_00{ padding:10px; background:#e9e9e9; width:100%; font-size:14px; color:#666; line-height:26px;}
.product_show_con_1_b_1{ font-size:14px; line-height:36px; color:#666;}
.product_show_con_1_b_1 span{ font-weight:bolder; color:#1D70B3;}

.product_show_con_1_b_2{ border-top:1px solid #eee; margin-top:15px; padding-top:15px;}
.product_show_con_1_b_2_a{ float:left;}
.product_show_con_1_b_2_a_1{ float:left;}
.product_show_con_1_b_2_a_2{ float:left; margin-left:10px; font-size:14px; line-height:20px;}
.product_show_con_1_b_2_b{ float:right; width:100px; font-size:16px; color:#fff; height:40px; line-height:40px; text-align:center; border-radius: 2px;}
.product_show_con_1_b_2_b a{ display:block; color:#fff;background:#1D70B3;}
.product_show_con_1_b_2_b a:hover{filter:alpha(opacity:80); opacity:0.8;  -moz-opacity:0.8;-khtml-opacity: 0.8;}

.product_show_con_1_b_3{ margin-top:25px; font-size:14px; color:#333;}
.product_show_con_1_b_3 span{ padding:1px 3px; background:#916e6d; margin:0 5px 0 15px; color:#fff;border-radius: 2px;}

.product_show_con_title{ height:36px; line-height:36px; border-bottom:1px solid #e9e9e9;}
.product_show_con_title span{ display:inline-block; font-size:18px; background:#1D70B3; color:#fff; padding:0 25px;}

.product_show_con_2{ width:100%; padding:20px 0; font-size:14px; line-height:24px; color:#333333; word-wrap:break-word; word-break:break-all;}
.product_show_con_2 *{ max-width:100%;}
.product_show_con_4{ line-height:34px; font-size:14px; color:#000; border-top:1px dotted #d9d9d9; word-wrap:break-word; word-break:break-all; padding:6px 0;}

.product_show_con_title2{ height:36px; line-height:36px;background:#1D70B3; margin-bottom:20px;}
.product_show_con_title2 span{ display:inline-block; font-size:18px; background:#1D70B3; color:#fff; padding:0 25px;}


/*内容页-----*/
/*内容页2*/
.neiye_2_4{ padding:30px 20px; width:100%;}
.neiye_2_4_c{ width:100%; font-size:14px; line-height:24px; color:#333333;word-wrap:break-word; word-break:break-all;}
.neiye_2_4_c *{ max-width:100%;}
/*内容页2-----*/
/*新闻列表——左图右文*/
.neiye_2_5_c{ display:block; width:100%; padding:0; /*height:240px; */background:#fff; border-bottom:1px solid #eee;}
.neiye_2_5_c:hover { background: #f6f6f6;}
.neiye_2_5_c_1{ float:left; width:240px; height:180px; text-align:center; line-height:180px;border-radius: 3px;}
.neiye_2_5_c_1 img{ max-width:385px; max-height:180px;}
.neiye_2_5_c_2{ float:right;width: calc(100% - 255px); height:180px;}
.neiye_2_5_c_2_1{ font-size:18px; color:#000; height:50px; line-height:50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.neiye_2_5_c_2_2{ font-size:14px; line-height:24px; color:#999;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.neiye_2_5_c_2_3{ line-height: 40px; color: #ccc;}
.neiye_2_5_c_2_4 span{ display:block;   width:100px; line-height:30px; border:#1D70B3 1px solid; color:#1D70B3; text-align:center;   transition:background 0.5s,color 0.5s;-webkit-transition:background 0.5s,color 0.5s;}
.neiye_2_5_c_2_4 span:hover{ background:#1D70B3; color:#fff;}
.neiye_2_5_c_0{ margin-top:18px;}
.neiye_2_5_c_00{ padding:10px 0; font-size:14px; color:#000;}
.neiye_2_5_c_00_span1{ display:inline-block; float:left; padding-left:15px; background:url(../images/anli_1.png) left center no-repeat; margin-right:15px; color:#666;}
.neiye_2_5_c_00_span2{ display:inline-block; float:left; padding-left:17px; background:url(../images/anli_2.png) left center no-repeat; margin-right:15px; color:#999;}
.neiye_2_5_c_00_span3{ display:inline-block; float:left; padding-left:18px; background:url(../images/anli_3.png) left center no-repeat; margin-right:15px; color:#999;}
.neiye_2_5_c_00_span4{ display:inline-block; float:right; color:#043985;}

.index_con_3_d_1_paihang{ margin-top:15px; width:100%; border:1px solid #e9e9e9; background:#fff; border-radius: 2px;}
.index_con_3_d_1_paihang_a{ height:44px; line-height:44px; text-indent:10px; font-size:16px; font-weight:bolder; border-bottom:1px solid #e9e9e9;}
.index_con_3_d_1_paihang_b{ background:#fff; padding:10px;}

.index_con_b_2_2_chengshi_2_d{ width:100%; display:inline-block; height:30px; line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color:#666; }
.index_con_b_2_2_chengshi_2_d_a{ width:16px; height:16px; line-height:16px; text-align:center; font-size:12px; background:#999; color:#fff; display:inline-block; border-radius: 2px; margin-right:3px; vertical-align:middle;}
.index_con_b_2_2_chengshi_2_d_b{ font-size:14px; vertical-align:middle;}
.index_con_b_2_2_chengshi_2_d:hover{ color:#000;}
.index_con_b_2_2_chengshi_2_d:nth-child(1) .index_con_b_2_2_chengshi_2_d_a{ background:#1D70B3;}
.index_con_b_2_2_chengshi_2_d:nth-child(2) .index_con_b_2_2_chengshi_2_d_a{ background:#1D70B3;}
.index_con_b_2_2_chengshi_2_d:nth-child(3) .index_con_b_2_2_chengshi_2_d_a{ background:#1D70B3;}

.index_con_3_d_1_contact{ margin-top:15px; width:100%; border:1px solid #e9e9e9; background:#fff; border-radius: 2px;}
.index_con_3_d_1_contact_a{ height:44px; line-height:44px; text-indent:10px; font-size:16px; font-weight:bolder; border-bottom:1px solid #e9e9e9; background:url(../images/anli_4.png) right center no-repeat; margin-right:10px;}
.index_con_3_d_1_contact_b{ background:#fff; padding:10px; color:#666;  font-size:14px; line-height:25px;word-wrap:break-word; word-break:break-all;}


/*新闻列表——左图右文-----*/


/*联系我们contact*/
.neiye_title_con{ height:44px; line-height:44px; color:#999; border-bottom:1px solid #cccccc; width:100%;}
.neiye_title_con a{ color:#999;}

.neiye_2_6{ /*padding:50px 0;*/}
/*.neiye_2_6_1_a{ float:right; width:700px; text-align:center;}
.neiye_2_6_1_a img{ max-width:100%;}
.neiye_2_6_1_b{ float:left; width:430px; padding:20px; background:#f9f9f9; font-size:14px; line-height:25px;word-wrap:break-word; word-break:break-all;}
*/
.neiye_2_6_1_a{/* float:right;*/ width:100%; text-align:center; border:1px solid #ddd; margin-bottom:15px;}
#map_pyt_loading{ height:350px!important;}
.neiye_2_6_1_a img{ max-width:100%;}
.neiye_2_6_1_b{/* float:left;*/ width:100%; padding:20px; background:#f9f9f9; font-size:14px; line-height:25px;word-wrap:break-word; word-break:break-all;}
.neiye_2_6_1_b *{ max-width:100%;}
.neiye_2_6_2{}

/*联系我们contact-表单*/
.neiye_2_7{ padding:50px 0;}
.neiye_2_7_1{ float:left; width:45%; }
.neiye_2_7_1 img{ max-width:100%;}

.neiye_2_7_2{ float:right; width:52%; padding:0 20px;}
.neiye_2_7_2_d{ width:100%; height:50px; margin-bottom:10px;}
.neiye_2_7_2_d2{ height:auto;}
.neiye_2_7_2_d_label{ float: left; width: 80px; height: 30px; font-size: 14px; line-height: 30px; text-align: left;}
.neiye_2_7_2_d_input{ width: calc(100% - 100px); height:32px; line-height:32px; padding:0 5px; border:1px #cccccc solid;border-radius: 2px;}
.neiye_2_7_2_d_textarea{  width: calc(100% - 100px); height:96px; line-height:32px; padding:0 5px; border:1px #cccccc solid;border-radius: 2px;}
.neiye_2_7_2_d_submit{ padding-left:80px;}
.button{
	display:block;
	padding:8px 45px 8px 45px;
	border-radius:5px;
	background-color:#86b527;
	float:left;
	margin-right:35px;
	text-decoration:none;
	color:#e5e5e5;
	font-size:17px;
	border:none;
	cursor:pointer;
}

.button:hover{
	color:#fffefc;
	background-color:#ff4401;
}

/*列表中部分类*/
.list_nav{ background:#efefef; margin-bottom:30px;}
.list_nav_d a {
  line-height: 56px;
  display: block;
  float: left;
  padding: 0 30px;
  color: #888888;
  font-size: 14px;
}
.list_nav_d a:hover,
.list_nav_d a.cur {
  background: #dfdfdf;
  color: #000;
}
/*列表每行3个*/
.neiye_2_list_6 .pro_box ul li，.neiye_2_list_9 .pro_box ul li {
  float: left;
  width: 30.5%;
  margin-bottom: 4%;
  margin-right: 4.25%;
  
}
.neiye_2_list_6 .pro_box ul li:nth-child(3n),.neiye_2_list_9 .pro_box ul li:nth-child(3n) {
  margin-right: 0;
}

.neiye_2_list_6 .pro_box ul li .img {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:220px;
  overflow:hidden;
}
.neiye_2_list_6 .pro_box ul li .img .img_bg {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:220px;
  transition: all 0.8s; 
}
.neiye_2_list_9 .pro_box ul li .img {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:300px;
  overflow:hidden;
}
.neiye_2_list_9 .pro_box ul li .img .img_bg {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:300px;
  transition: all 0.8s; 
}


.pro_box ul li .img  .img_bg:hover{  
	transform: scale(1.1);  
}
.pro_box ul li .img img {
  width: 100%;
}
.pro_box ul li .text {
  border: 1px solid #eeeeee;
  padding: 17px 18px;
}
.pro_box ul li .text h3 {
  color: #888888;
  font-size: 16px;
  text-transform: uppercase;
  font-family: arial;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pro_box ul li .text p {
  color: #888888;
  font-size: 13px;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pro_box ul li:hover .text {
  background: #fa9530;
  border-color: #fa9530;
}
.pro_box ul li:hover .text h3,
.pro_box ul li:hover .text p {
  color: #fff;
}
.pro_box ul li:hover .img  .img_bg{  
	transform: scale(1.1);  
}
.pro_box .more_btn {
  display: block;
  width: 100%;
  background: #f2f2f2;
  text-align: center;
  line-height: 46px;
  color: #666666;
  font-size: 15px;
  font-family: arial;
  text-transform: uppercase;
}
.pro_box .more_btn span {
  display: inline-block;
  background: url(../images/more_icon1.png) no-repeat right center;
  padding-right: 40px;
}
/*关于我们*/
.f-l {
    float: left;
}
.f-r {
    float: right;
}
.about_jianjie {
}
.about_jianjie .box {
  background: #ececed;
}
.about_jianjie .left {
  position: relative;
  width: 30%;
}
.about_jianjie .left .bg,
.about_jianjie .left .img {
  line-height: 0;
}
.about_jianjie .left .img {
  position: absolute;
  left: 0;
  top: 19%;
  width: 95%;
}
.about_jianjie .left .bg img,
.about_jianjie .left .img img{
max-width:100%;
}

.about_jianjie .right {
  width: 70%;
  padding: 0 3.65%;
  position: relative;
}
.about_jianjie .right .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-width:100%;
}
.about_jianjie .right .bg img{
max-width:100%;
}
.about_jianjie .right .text {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
.about_jianjie .right .about_titlt {
  text-align: left;
}
.about_titlt {
  color: #0f3f86;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.about_jianjie .right .t {
  margin-top: 25px;
  color: #666666;
  font-size: 14px;
  line-height: 28px;
}


@media (min-width: 1200px) {
	.neiye_2_list_10 .pro_box ul li {
	  float: left;
	  width: 23.5%;/*276*/
	  margin-bottom: 4%;
	  margin-right: 2%;
	  height:230.5px;
	  
	}
	.neiye_2_list_10 .pro_box ul li:nth-child(4n) {
	  margin-right: 0;
	}
	
	.neiye_2_list_10 .pro_box ul li .img {
	  line-height: 0;
	  overflow: hidden;
	  width:100%;
	 height:172.5px;
	  overflow:hidden;
	}
	.neiye_2_list_10 .pro_box ul li .img .img_bg {
	  line-height: 0;
	  overflow: hidden;
	  width:100%;
	  height:172.5px;
	  transition: all 0.8s; 
	}  
}
@media (max-width: 1200px) {
	.neiye_2_list_10 .pro_box ul li {
	  float: left;
	  width: 23.5%;/*276*/
	  margin-bottom: 4%;
	  margin-right: 2%;
	  height: calc(14.6875vw + 37px);
	  
	  
	  /*width: calc(23.5vw - 7.05px);*/
	  
	  
	}
	.neiye_2_list_10 .pro_box ul li:nth-child(4n) {
	  margin-right: 0;
	}
	
	.neiye_2_list_10 .pro_box ul li .img {
	  line-height: 0;
	  overflow: hidden;
	  width:100%;
	 /*height:172.5px;*/
	 height: calc(14.6875vw - 4px);
	  overflow:hidden;
	}
	.neiye_2_list_10 .pro_box ul li .img .img_bg {
	  line-height: 0;
	  overflow: hidden;
	  width:100%;
	 /* height:172.5px;*/
	  height: calc(14.6875vw - 4px);
	  transition: all 0.8s; 
	}  
	.pro_box ul li .text h3{ font-size:12px!important;}

}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

.neiye_2{ margin-top:5px;}
.index_con_3_d_1{ display:none;}
.index_con_3_d_2{ width:100%; float:right; padding:15px; background:#fff;}
.index_con_3_d_2_2 .goods-item .goods-img img{ height:140px;}

.index_con_3_d_2_2 .goods-item{float:left;border:1px solid #eee;width: calc(50% - 8px);margin-right:16px;border-radius:2px;background: #fff;margin-bottom:20px;padding: 1px;}
.index_con_3_d_2_2 .goods-item:nth-child(2n){ margin-right:0;}
.index_con_3_d_2_2 .goods-item .goods-item_a_img{ width:100%; height:25vw; display:inline-block;}


.index_con_3_d_2_0{ display:none;}
.index_con_3_d_2_00{ display:block;}

.product_show_con_1_a{ width:100%; float:none;}
.product_show_con_1_b{ width:100%; float:none; padding:0;}


.neiye_2_5_c_1{ float:none; width:100%;}
.neiye_2_5_c_2{ float:none; width:100%; height:auto;}
.neiye_2_5_c_2_2{ display:none;}

/*文字列表*/
.neiye_2_3_c{ margin-bottom:8px;}
.neiye_2_3_c_1{ width:25%;}
.neiye_2_3_c_2{ width:75%;}
.neiye_2_3_c_3{ display:none;}

/*文字列表*/
/*文本内容（内容，单页）导航*/
.neiye_nav_con{ display:none;}
.neiye_2_4{ padding:10px;}
/*文本内容（内容，单页）导航*/

/*横版图*/
.neiye_2_3h li{/*height:100px;*/ margin-top:10px;}
.neiye_2_3h li .pic{ height:100px; }
/*横版图*/
/*竖版图*/
.neiye_2_9 li{margin-right:10px;width: calc(50% - 5px);/*height:370px;*/ margin-top:10px; }

.neiye_2_9 li .pic{ height:220px; }
.neiye_2_9 li:nth-child(2n){ margin-right:0;}

/*竖版图*/


.neiye_2_7_1{ float:none; display:none }
.neiye_2_7_1 img{ max-width:100%;}

.neiye_2_7_2{ float:none; width:100%; padding:10px;}

.neiye_title_con{ padding-left:5px;}

.neiye_2_list_6 .pro_box ul li,.neiye_2_list_9 .pro_box ul li {
    /*margin-bottom: 2%;
    width: 32%;
    margin-right: 2%;*/
  }
.pro_box ul li .text {
    padding: 10px;
  }

/*关于我们*/
  .about_jianjie {
    padding: 0;
    background: #ececed;
  }
  .about_jianjie_con{ padding:15px;}
  .about_jianjie .left {
    display: none;
  }
  .about_jianjie .right {
    width: 100%;
    padding: 6% 0 8%;
  }
  .about_jianjie .right .text {
    padding-top: 0;
  }
/*关于我们*/

}
@media (max-width: 640px) {
  .pro_box ul li {
    margin-right: 0;
    width: 49%;
  }
  .pro_box ul li:nth-child(2n) {
    float: right;
  }
  .pro_box ul li .text p {
    margin-top: 2px;
  }
  
neiye_2_list_6 .pro_box ul li .img {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:40vw;
  overflow:hidden;
}
neiye_2_list_6 .pro_box ul li .img .img_bg {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:40vw;
  transition: all 0.8s; 
}
neiye_2_list_9 .pro_box ul li .img {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:35vw;
  overflow:hidden;
}
neiye_2_list_9 .pro_box ul li .img .img_bg {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:35vw;
  transition: all 0.8s; 
}
neiye_2_list_10 .pro_box ul li .img {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:60vw;
  overflow:hidden;
}
neiye_2_list_10 .pro_box ul li .img .img_bg {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:60vw;
  transition: all 0.8s; 
}
.neiye_2_list_6 .pro_box ul li .img {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:40vw;
  overflow:hidden;
}
.neiye_2_list_6 .pro_box ul li .img .img_bg {
  line-height: 0;
  overflow: hidden;
  width:100%;
  height:40vw;
  transition: all 0.8s; 
}
  
}
@media (max-width: 480px) {
.list_nav_d a {
    line-height: 40px;
    padding: 0 2%;
    font-size: 12px;
  }
  
  
  
}
@media (max-width: 375px) {
  .pro_box ul li {
    width: 100%;
    margin-bottom: 4%;
  }
}





