﻿/* Public */
@charset "utf-8";
/* CSS Document */

html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul,li,dl,dd,dt { list-style-type: none; }
i,em,cite { font-style: normal; }
body { -webkit-tap-highlight-color: rgba(0,0,0,0); /* 解决点击链接时候在安卓系统下出现蓝色框 */ 
-webkit-text-size-adjust: none;/*苹果移动设备上会识别，用于保证文字大小*/
color: #80817f;
background-color:#f2f5f7;
}
a{ text-decoration: none; }
.clear,.cle {clear:both;}
html{font-size: 62.5%;}
input[type="submit"],input[type="reset"],input[type="button"],button,input[type="text"] {
-webkit-appearance: none;
border-radius: 0;
}
/* end_Public */



/*logo*/
.logo {
	width:50%;
 float: left;
 }
.logoimg {
	height: 45px;
	width: 130px;
	}

#ea_h{
	width: 100%;
	position: relative;
}

#head{
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;

}
.products_body #ea_h{
	background-color: #f2f5f7;
}
.products_body #head{
	background-color: #fff;
}	


/*end_logo*/

/*search*/
.search { 
	width: 35%;
	margin: auto; 
	float: right;
	text-align: right;
	overflow: hidden;
	border: 1px solid #0c99f2;
	height: 30px;
	margin: 8px 10px 0 0;
	border-radius: 15px;

	}
.search table{
height: 30px;
line-height: 30px;
	width: 100%;
}
.search_txt{
	/*display: none;*/
}
.search input { 
	border: none;
    width: 100%; 
    height: 30px;
    margin-left: 10px;
	outline:none;
	}
.search img{
	width: 29px;
	height: 30px;
	margin: -6px 0 0 0;
	float: right;
	padding-top: 3px;
}
.search table td:last-child{
	width: 36px;
}

/*end_search*/


/*h_back*/
.h_back { display: none; }

.products_body .h_back,.pro_view_body .h_back,.news_view_body .h_back{
	display: block;
	float: left;
	width: 130px;
	padding:0 10px 0;
}
.h_back a{
	display: inline-block;
}
.icon-undo{
	background:url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/return.png?d=20170727094541263) no-repeat left center;
	background-size: 100%;
	width: 23px;
	height: 18px;
	float: left;
	margin-top: 8px;
}
.back_bq2{
	height: 34px;
	line-height: 34px;
	float: left;
	font-size: 1.6rem;
	margin-left: 6px;
	color: #004a96;
}
/*end_h_back*/

/*ea_n*/
.products_body #ea_n,.pro_view_body #ea_n,.news_view_body #ea_n{
	background-color: #f2f5f7;
	float: left;
	width:100%;
	padding: 10px 0 0;
}

/*end_ea_n*/


/*nav*/
nav { 
	width: 100%; 
	height: 55px; 
	overflow: hidden; 
	background: #006cdc;
	}

nav ul { width: 100%; }
nav ul li { 
	width:25%; 
height:55px; 
float: left; 

box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
}
#typecLi_n3{
	border: none;
}
nav ul li a { 
	display: block; 
	width: 100%; 
	text-align: center; 
	float: left; color: #fff !important; 
	font-size: 1.4em; 
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out; 
	font-weight: bold; 
	/*border-right: 1px solid #c9db96;*/
	}
nav ul li:hover { background-color: #f18c3c !important; color: #fff; height: 80px; }
/*导航当前焦点*/
.nav_cur, .nav_one_curr{ 
	background-color: #f18c3c !important; 
	color: #fff; 
	/*border-bottom: 2px #fff solid; */
	height: 80px;
	}
/*导航线*/
.nav_line { width: 1px; background: #CCC; border-right: 1px solid #FFF; display: none; }

#typecLi_n0 a{
	background: url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/index_icon0.png?d=20170727094541263) no-repeat top center;
	
}
#typecLi_n1 a{
	background: url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/about_icon0.png?d=20170727094541263) no-repeat top center;
}
#typecLi_n2 a{
	background: url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/news_icon0.png?d=20170727094541263) no-repeat top center;
}
#typecLi_n3 a{
	background: url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/pro_icon0.png?d=20170727094541263) no-repeat top center;
}
#typecLi_n14 a{
    background: url(https://0.rc.xiniu.com/g2/M00/2C/02/CgAGfFnyx2iAcHqJAAAEEhh98KE266.png) no-repeat top center;
}
#typecLi_n0 a,#typecLi_n1 a,#typecLi_n2 a,#typecLi_n3 a,#typecLi_n14 a{
	background-size:26px 26px;
    line-height: 76px; 
    height: 32px;
    font-size: 1.4rem;
    margin-top: 6px;
}
 

.products_body nav,.pro_view_body nav,.news_view_body nav{
	display: none;
}




/*end_nav*/


/*popnavwarp*/
.popnavwarp { 
/*	position: fixed; */
/*position: absolute;
	right: 5px; 
	top: 5px; */
	float: right;
	width: 46px;
	height:30px;
	margin: 10px 0 0;
	position: relative;


	}
.popnav_btn { 
	width: 26px; 
	height: 16px;  
	color: #fff; 
	text-align: center; 
	line-height: 200px; 
	background: url(https://0.rc.xiniu.com/g1/M00/FC/FB/CgAGTFmHxo6ARv7CAAAD8zL_Vsk293.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
	}
.popnav_box {
	 width: 120px; 
	 background: #fff; 
	 right: 0px; 
	 top: 30px; 
	 display: none; 
	 position: absolute; /* 弹出盒子定位属性 left top属性可以控制弹出方向 */ 
	z-index: 9999;
	border-left: 1px solid #d9dad6; 
	border-right:  1px solid #d9dad6;
	border-bottom:  1px solid #d9dad6;
	 }
.popnav_box ul li:nth-last-child(1){
	border-bottom: none;
}
.popnav_box ul li { 
	width: 80%; 
	margin: 0 auto;
	height:40px; 
	line-height: 40px;
	border-bottom: 1px solid #d9dad6; 
	}
.popnav_box ul li a:hover{
  color: #AECA6E;
}
.popnav_box ul li a { 
	display: block; 
	color: #7f7f7f; 
	height:40px; 
	line-height: 40px;
	padding: 0 0 0 8px; 
	text-align: center;
	font-size: 1.4rem;
	}


.index_body .popnavwarp,.pro_body .popnavwarp,.news_body .popnavwarp,.about_body .popnavwarp,.search_body .popnavwarp,.contact_body .popnavwarp{
	display: none;
}
/*end_popnavwarp*/





/*ea_b*/
#h_foot,#n_foot{
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}

/*end_ea_b*/


/*xn_mf_1*/
.xn_mf_1 {
	width: 100%;
	overflow: hidden;
  text-align:center;
	/*float: left;*/
}
.copy { 
font-size: 12px; 
line-height: 20px; 
color: #7e7f7f; 
width: 100%; 
text-align:center; 
/*text-overflow: ellipsis; /*溢出省略号，支持ie、safari（webkit）*/ 
/*-o-text-overflow: ellipsis; /*溢出省略号，支持opera*/ 
/*overflow: hidden;/*溢出隐藏*/ 
/*-moz-binding: url('ellipsis.xml#ellipsis');/*溢出省略号，支持firefox*/ 
}
/*end_xn_mf_1*/



/*Toolbox*/
.Toolbox {
	width: 30px;
	float: right;
}
.foot_dseign { 
	color: #000; 
	font-size: 1.2rem;
	background: url(https://0.rc.xiniu.com/g1/M00/F7/51/CgAGS1l5tXqALmpxAAAJAsnn8Kk427.png) no-repeat top right;
	background-size: 100%;
	width:100%;
	height: 30px;
	line-height: 1000px;
	overflow: hidden;
	display: block;
	}
/*end_Toolbox*/


/*content*/
.content { 
	width: 96%; 
	padding: 15px 2%;
	min-height: 300px; 
	background-color: #f2f5f7;
	
	}
	
.products_body .content{
	width: 100%;
	margin-top: 0;
	padding: 0;
}	
.news_view_body .content,.pro_view_body .content{
	width: 100%;
	padding: 15px 0;
	}
.news_view_body .content{
	padding-bottom: 80px;
}
/*end_content*/



/*banner*/
.banner {
	  width: 100%;
	  margin:0 auto; 
	  position:relative;
	  overflow: hidden;
	  }
	  
.EIMS_C_10004_1Img { width: 100%; float: left; background: #fff; }
.EIMS_C_10004_1Img img { width: 100%;}
#EIMS_C_10004_1Container { margin: 0 auto; width: 140px;}
#EIMS_C_10004_1Container ul { position: absolute; z-index: 100; bottom:12px;left: 10%; }
#EIMS_C_10004_1Container ul li { margin-right: 10px; cursor: pointer; float: left;}
.EIMS_C_10004_1Active { width: 40px; height: 5px; background: #f18c3c; display: block; filter: alpha(opacity=80); -moz-opacity: 0.8; /* Moz + FF */ opacity: 0.8; }
.EIMS_C_10004_1Default { width: 40px; height: 5px; background: #a3adb1; display: block; filter: alpha(opacity=80); -moz-opacity: 0.8; /* Moz + FF */ opacity: 0.8; }

.news_body .banner{
	display: none;
	}
/*end_banner*/

/*banner_static*/
.banner_static{
	width: 100%;
	/*margin: 12px 0;*/
	clear: both;
/*	float: left;*/
display: inline-block;
}
.banner_static img{
	width: 100%;
	height: auto;
	max-width: 100%;
}

/*end_banner_static*/


/*news_zj*/
.news_zj { 
	width: 100%;
	 height:auto; 
	clear: both;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	 }
.news_zjdao { 
  color: #004a96;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
}
.news_zjdao1 { }
/*头条新闻*/
.i_hnews_tt_zj { 
	height: auto; 
	padding: 0px; 
	display: none;
	}
.i_hnews_m_zj { width: 100%; height: 90px; position: relative; }
.i_hnews_img_zj { position: absolute; left: 0; top: 0; }
.i_hnews_img_zj img { width: 100px; height: 80px; }/*注意默认不要加载图片的时候必须要设置图片样式隐藏（display:none;）*/
.i_hnews_title_zj { position: absolute; left: 110px; top: 0; height: 20px; line-height: 20px; overflow: hidden; font-weight: bold; font-size: 1.1em; }
.i_hnews_cnt_zj { position: absolute; left: 110px; top: 37px; height: 48px; overflow: hidden; line-height: 16px; color: #666; }
.i_hnews_date_zj { position: absolute; top: 18px; left: 110px; color: #CCC; }
.i_hnews_date7_zj, .i_hnews_date1_zj, .i_hnews_date2_zj, .i_hnews_date2_zj, .i_hnews_date3_zj, .i_hnews_date4_zj, .i_hnews_date5_zj, .i_hnews_date6_zj { float: left; }
.hnew_bline_zj { height: 1px; font-size: 0; background: #CCC; border-bottom: 1px solid #FFF; margin-bottom: 10px; }
/*推荐新闻*/
.i_hnews_tj_zj { 
	width: 100%; 
	height: auto; 
	margin: 10px auto;  
}
.i_tnews_m_zj { 
	width: 100%; 
	height: 60px; 
	line-height: 60px;
	position: relative;  
	margin: 10px 0;
	padding-left: 70px;
			box-shadow: 0px 1px 2px #e5e6e1;
	-webkit-box-shadow: 0px 1px 2px #e5e6e1;
	-moz-box-shadow: 0px 1px 2px #e5e6e1;
	background-color: #fff;
	}
.i_tnews_m_zj:nth-child(n+6){
	display: none;
}
.i_tnews_img_zj { position: absolute; left: 0; top: 0; display: none; }
.i_tnews_img_zj img { width: 100px; height: 80px; }/*注意默认不要加载图片的时候必须要设置图片样式隐藏（display:none;）*/
.i_tnews_title_zj { 
	height: 60px;
	line-height:60px;
	overflow: hidden; 
	font-size: 1.4rem; 
	overflow: hidden;
	width: 70%;
	width: calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px); 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
	padding-right: 8px;
	color: #7f7f7f; 
	white-space: nowrap; 
text-overflow: ellipsis; /*溢出省略号，支持ie、safari（webkit）*/ 
-o-text-overflow: ellipsis; /*溢出省略号，支持opera*/ 
overflow: hidden;/*溢出隐藏*/ 
-moz-binding: url('ellipsis.xml#ellipsis');/*溢出省略号，支持firefox*/ 
	}

.i_tnews_title_zj a:hover { color: #C00; }
.i_tnews_cnt_zj { position: absolute; left: 110px; top: 37px; height: 48px; overflow: hidden; line-height: 16px; color: #666; display: none;}
.i_tnews_date_zj { 
	position: absolute; 
	top: 0; 
	left: 0; 
	color: #fff;
	height: 60px;
	line-height:90px;
	background-color: #004a96;
	width:58px;
	border-right: 2px solid #afdb01;
	text-align: center;
	font-size: 1.2rem;
	}
.i_tnews_date1_zj, .i_tnews_date2_zj, .i_tnews_date2_zj, .i_tnews_date3_zj, .i_tnews_date4_zj, .i_tnews_date5_zj, .i_tnews_date6_zj, .i_hnews_date7_zj {
/*	 float: left;*/ 
	 }

.i_tnews_date5_zj,.i_tnews_date1_zj,.i_tnews_date7_zj{
	display: none;
}
.i_tnews_date6_zj{
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	font-size: 2rem;
	font-weight: bold;
}
.i_tnews_bline_zj { 
	height: 1px; 
	font-size: 0; 
	background: #CCC; 
	border-bottom: 1px solid #FFF; 
	margin-bottom: 10px; 
	display: none;
	}
.hnews_more_zj { 
	width:30px; 
	text-align: center; 
	line-height: 30px;
	height: 30px; 
	display: block;
	position: absolute;
	right: 2px;
	top:14px; 

	}

.hnews_more1_zj{

}
.hnews_more_zj a { 
	background: url(https://0.rc.xiniu.com/g1/M00/FC/FC/CgAGTFmHxuqAPFyvAAAEDzygaR4100.png) no-repeat;
	background-size: 100%;
	height: 30px; 
	width:30px; 
	line-height: 800px;
	overflow: hidden;
	display: block;
	}
/*更多*/
.i_hnews_tj_t_zj { font-size: 1.5em; font-weight: bold; color: #000; line-height: 40px; background: #f3f3f3; border-top: 2px solid #999; }
/*end_news_zj*/





/*xn_mc_index_2_wrap*/
.xn_mc_index_2_wrap{
	width: 100%;
	overflow: hidden;
}
.xn_mc_index_2_col{
  color: #004a96;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
	}

.xn_mc_index_2_col a{
	 color: #004a96;
	 width: 100%;
	 display: block;
	 background:  url(https://0.rc.xiniu.com/g1/M00/FC/FC/CgAGTFmHxuqAPFyvAAAEDzygaR4100.png) no-repeat right center;
background-size: 30px 30px;
}

.xn_mc_index_2_intro{
	display:none;
}
.xn_mc_index_2_name{
	background-color:#004a96;
	opacity: 0.6;
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;

}
.xn_mc_index_2_name a{
 color: #fff;
}
.xn_mc_index_2_name:hover{
	/*opacity: 1;*/
}
.xn_mc_index_2_img{
	width: 98%;
  padding: 1%;
  background-color: #fff;

	}
.xn_mc_index_2_img a{
	overflow: hidden;
	max-width: 300px;
	display: block;
	margin: 0 auto;
}
.xn_mc_index_2_img img{
	 width: 100%;
	 max-width: 100%;
text-align: center;

	}

.xn_mc_index_2_cont{
text-align: center;
	}
.xn_mc_index_2_li{
	width: 49%;
	height:160px;
	float: left;
	 overflow: hidden;	 
	position: relative;
}
.xn_mc_index_2_li:nth-child(2n){
	margin-left: 1%;
}
.xn_mc_index_2_li:nth-child(2n+1){
	margin-right: 1%;
}
/*end_xn_mc_index_2_wrap*/

/*news_share*/
.news_share{
	float: right;
	width: 80px;
	height: 40px;
	text-align: center;
	background-color: #004a96;	
	margin: 10px 2%;
}
.news_share a{
	color: #fff;
	font-size: 1.6rem;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
/*end_news_share*/


/*xn_mc_index_1_wrap*/
.xn_mc_index_1_wrap{
	margin:0 auto;
}
.xn_mc_index_1_company{
width: 100%;
height: 30px;
line-height: 30px;

}
.xn_mc_index_1_company a{
	background:  url(https://0.rc.xiniu.com/g1/M00/FC/FC/CgAGTFmHxuqAPFyvAAAEDzygaR4100.png) no-repeat right center;
background-size: 30px 30px;
color: #F18C3C;
font-size: 1.6rem;
display: block;
}

.xn_mc_index_1_business{display: none; float: left;margin:10px;width: 80px;height: 80px;border-radius: 50%;background: #ccc;text-align: center;line-height: 80px;position: relative;}
.xn_mc_index_1_team{display: none; float: left;margin:10px;width: 80px;height: 80px;border-radius: 50%;background: #ccc;text-align: center;line-height: 80px;position: relative;}
/*end_xn_mc_index_1_wrap*/



/*xn_mc_index_6_wrap*/
.xn_mc_index_6_wrap{
	padding: 16px 0;
	width: 49%;
	float: left;
	}
.xn_mc_index_6_col{
display: none;
}
.xn_mc_index_6_cstyle1,.xn_mc_index_6_cstyle2{
	 width: 50%;
	}

.xn_mc_index_6_colName{float: left;}
.xn_mc_index_6_colMore{float: right;margin-right: 10px;}
.xn_mc_index_6_colMore a{color:#fff;}
.xn_mc_index_6_img{display: none;}
.xn_mc_index_6_intro{display: none;}

.xn_mc_index_6_ul{
	overflow: hidden; 
	height: 70px;
}
.xn_mc_index_6_ul li{
	width: 100%;
height: 70px;
line-height: 70px;
text-align: center;
background: #004a96;
float: left;
}
.xn_mc_index_6_cstyle1{
	margin-right: 1%;
	}
.xn_mc_index_6_cstyle2{
	margin-left: 1%;
	}
.xn_mc_index_6_name a{
	height: 70px;
	line-height: 108px;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	}
.xn_mc_index_6_cstyle1 .xn_mc_index_6_name a{
	background: url(https://0.rc.xiniu.com/g2/M00/2B/FC/CgAGfFnyuwiAQ-iMAAAO1jZpp6I605.png) no-repeat center 12px;
	background-size: 27px 27px;

	}	
.xn_mc_index_6_cstyle2 .xn_mc_index_6_name a{
	background: url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/contact_icon.png?d=20170727094541263) no-repeat center 12px;
	background-size: 27px 27px;
	}		
.xn_mc_index_6_cont{width: 100%;height: 100%;}

/*end_xn_mc_index_6_wrap*/

/*xn_mc_index_7_wrap*/
.xn_mc_index_7_wrap{float: left; width: 49%; padding: 16px 0px; margin-left: 2%;}
.xn_mc_index_7_col{display: none;}
.xn_mc_index_7_colName{float: left;}
.xn_mc_index_7_colMore{float: right;margin-right: 10px;}
.xn_mc_index_7_colMore a{color:#fff;}

.xn_mc_index_7_main{width: 100%; height: 70px;
line-height: 70px;
text-align: center;
background: #004a96;}
.xn_mc_index_7_main a{	height: 70px;
	line-height: 108px;
	display: block;
	color: #fff;
	font-size: 1.4rem;	background: url(https://0.rc.xiniu.com/g2/M00/2B/FC/CgAGfFnyu7yACl4jAAAPvj5HCmc687.png) no-repeat center 12px;
	background-size: 27px 27px;}
/*end_xn_mc_index_7_wrap*/



/*xn_mc_about_1_wrap*/
.xn_mc_about_1_wrap 

}
.about { 
	width: 97%; 
	height: auto; 
	}
.about_cont { 
	font-size: 1.2rem; 
	color: #80817f;  
	padding: 0px 0;
	}
.about_title { 
	display: none; 
	}
.EIMS_C_10001_8DIV { 
	float: left; 
	padding: 0 10px; 
	font-size: 1.2rem;
	line-height: 20px;
	color: #80817f;
	}/*要控制边框有间距要控制此DIV的padding值，JS里面会自动减去padding值*/
#EIMS_C_10001_8Container { 
	/*border-bottom: 1px solid #e2e2e2; */
	width:auto; 
	margin:0 auto; 
/*	margin-top: 25px; */
	position: relative; 
	z-index: 1000; 
	height: 52px;
  
	/*background: url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/about_Container.png?d=20170727094541263) no-repeat center center;
	*/background-size: 100%;
	}

#EIMS_C_10001_8Container li:nth-child(1),#EIMS_C_10001_8Container li:nth-child(2),#EIMS_C_10001_8Container li:nth-child(4),#EIMS_C_10001_8Container li:nth-child(3){


}


#EIMS_C_10001_8Container li:nth-child(1){
	
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 22px 22px
	}
#EIMS_C_10001_8Container li:nth-child(2){
	
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 22px 22px
	}
#EIMS_C_10001_8Container li:nth-child(3){
	
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 22px 22px;
	

	}
#EIMS_C_10001_8Container li:nth-child(4){
	
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 22px 22px
	}
#EIMS_C_10001_8Container li:nth-child(5){
	background-image: url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/contact_icon.png?d=20170727094541263);
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 22px 22px;
	}	
	
#EIMS_C_10001_8Container .EIMS_C_10001_8Default ,#EIMS_C_10001_8Container .EIMS_C_10001_8Active{
	width: 90px;
	height:44px;
	
	line-height: 44px;
	text-align: center;
		float: left; 
	color: #fff;
	font-size: 14px;
	margin-left: 0px;
	
	
	}	
.xn_mc_about_1_wrap ul{margin-left:10px;}

#EIMS_C_10001_8Container li:nth-child(4){
	
	}

.EIMS_C_10001_8Default { 


	background-color: #004a96;
	}
.EIMS_C_10001_8Active { 
	/*font-size: 1.4em; 
	color: #d40000; 
	margin: 0 15px 0 0; 
	border-bottom: 2px #d40000 solid; */
	background-color: #f18c3c;
	}
	
#EIMS_C_10001_8Status { 
	height: 20px; 
	width: 110px; 
	margin: 0 auto;
	 }
.EIMS_C_10001_8SDefault { 
	float: left; 
	width: 40px; 
	height: 2px; 
	margin-right: 10px; 
	background: #000; 
	}
.EIMS_C_10001_8SActive { float: left; width: 40px; height: 2px; margin-right: 10px; background: #C00; }


/*end_xn_mc_about_1_wrap*/







/*contact*/
.contact { width: 100%; min-width: 320px; overflow: hidden; margin: 1rem;}
.contact iframe { 100% !important; height: 500px !important; overflow: hidden; }
/*end_contact*/


/*xn_mh_contact_1_wrap*/
.xn_mh_contact_1_wrap{height:30px;line-height: 30px;background: #000;color: #fff;text-align: center;font-size:1.2em;}
.xn_mh_contact_1_wrap a{height:30px;line-height: 30px;background: #000;color: #fff;text-align: center;font-size:1.2em;padding:10px;}
/*end_xn_mh_contact_1_wrap*/

/*feedback*/
.feedback { padding-top: 15px; }
.EIMS_C_10002_1_msg_Div1 { width: 90%; height: auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #fff; -webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.2), inset 3px 4px 5px rgba(0,0,0,.2); -moz-box-shadow: 2px 3px 3px rgba(0,0,0,.2), inset 3px 4px 5px rgba(0,0,0,.2); box-shadow: 2px 3px 3px rgba(0,0,0,.2), inset 3px 4px 5px rgba(0,0,0,.2); margin: auto; min-height: 150px }
.EIMS_C_10002_1_msg_Textarea { background: none; border: 0px; line-height: 24px; margin-left: 1%; width: 90%; }
.EIMS_C_10002_1_msg_Div { width: 90%; height: 24px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #fff; -webkit-box-shadow: 2px 3px 3px rgba(0,0,0,.2), inset 3px 4px 5px rgba(0,0,0,.2); -moz-box-shadow: 2px 3px 3px rgba(0,0,0,.2), inset 3px 4px 5px rgba(0,0,0,.2); box-shadow: 2px 3px 3px rgba(0,0,0,.2), inset 3px 4px 5px rgba(0,0,0,.2); margin: auto; margin-top: 10px; }
.EIMS_C_10002_1_msg_Div input { background: none; border: 0px; height: 24px; line-height: 24px; margin-left: 1%; width: 90%; }

#EIMS_C_10002_1_btnDiv { margin-top: 15px; padding-bottom: 15px; }
.EIMS_C_10002_1_msg_Submit { width: 100px; height: 24px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #f0f2f5; -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 5px rgba(0,0,0,.2); box-shadow: 0 5px 5px rgba(0,0,0,.2); background-image: -webkit-linear-gradient(top, #f36245, #d50002); background-image: -moz-linear-gradient(top, #f36245, #d50002); background-image: -o-linear-gradient(top, #f36245, #d50002); background-image: linear-gradient(to bottom, #f36245, #d50002); text-align: center; color: #fff; border: 0px; }
.EIMS_C_10002_1_msg_Cancel { width: 100px; height: 24px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #f0f2f5; -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 5px rgba(0,0,0,.2); box-shadow: 0 5px 5px rgba(0,0,0,.2); background-image: -webkit-linear-gradient(top, #f36245, #d50002); background-image: -moz-linear-gradient(top, #f36245, #d50002); background-image: -o-linear-gradient(top, #f36245, #d50002); background-image: linear-gradient(to bottom, #f36245, #d50002); text-align: center; color: #fff; border: 0px }
.EIMS_C_10002_1_ui-btn-corner-all { -webkit-border-radius: 1em; border-radius: 1em; }
.EIMS_C_10002_1_ui-btn-up-c { border: 1px solid #ccc; background: #eee; font-weight: bold; color: #222; text-shadow: 0 1px 0 #fff; background-image: -webkit-gradient(linear, left top, left bottom, from( #fff), to( #f1f1f1)); background-image: -webkit-linear-gradient( #fff, #f1f1f1 ); background-image: -moz-linear-gradient( #fff, #f1f1f1); background-image: -ms-linear-gradient( #fff, #f1f1f1); background-image: -o-linear-gradient( #fff, #f1f1f1 ); background-image: linear-gradient( #fff, #f1f1f1); }
.EIMS_C_10002_1_ui-btn-inner { font-size: 16px; padding: .6em 20px; min-width: .75em; display: block; position: relative; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-top: 1px solid #fff; border-color: rgba(255,255,255,.3); -webkit-border-radius: inherit; border-radius: inherit; zoom: 1; display: none }
/*end_feedback*/


/*xn_mh_feedback_1_wrap*/
.xn_mh_feedback_1_wrap{height:30px;line-height: 30px;background: #000;color: #fff;text-align: center;font-size:1.2em;}
.xn_mh_feedback_1_wrap a{height:30px;line-height: 30px;background: #000;color: #fff;text-align: center;font-size:1.2em;padding:10px;}
/*end_xn_mh_feedback_1_wrap*/


/*caselist_all*/
.caselist_all {}
/*end_caselist_all*/


/*newslist_all*/
.newslist_all { margin-top: 10px }
/*end_newslist_all*/


/*prolist_all*/
.prolist_all {}
/*end_prolist_all*/


/*n_npro*/
.n_npro {}
/*end_n_npro*/


/*xn_mc_news_1_wrap*/

.xn_mc_news_1_wrap{
		width: 100%;
	 height:auto; 
	clear: both;
	position: relative;
}
.xn_mc_news_1_main{
	overflow: hidden;
}
.xn_mc_news_1_ul{}
.xn_mc_news_1_ul li{
		width: 100%; 
	height: 60px; 
	line-height: 60px;
	position: relative;  
	margin: 10px 0;
	padding-left: 70px;
		box-shadow: 0px 1px 2px #e5e6e1;
	-webkit-box-shadow: 0px 1px 2px #e5e6e1;
	-moz-box-shadow: 0px 1px 2px #e5e6e1;
	background-color: #fff;
		box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
	padding-right: 8px;
	overflow: hidden;
	}
.xn_mc_news_1_img,.xn_mc_news_1_txt,.xn_mc_news_1_view,.xn_mc_news_1_line:nth-child(4){
	display: none;
	}
.xn_mc_news_1_img img{width: 85px;height:70px;}
.xn_mc_news_1_cont{
	

}

.xn_mc_news_1_title{
		height: 60px;
	line-height: 60px;
	overflow: hidden; 
	font-size: 1.4rem; 
	overflow: hidden;
	width: 100%;
	/*width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px); */
    white-space: nowrap; 
text-overflow: ellipsis; /*溢出省略号，支持ie、safari（webkit）*/ 
-o-text-overflow: ellipsis; /*溢出省略号，支持opera*/ 
overflow: hidden;/*溢出隐藏*/ 
-moz-binding: url('ellipsis.xml#ellipsis');/*溢出省略号，支持firefox*/ 




}
.xn_mc_news_1_title a{
	color: #7f7f7f; 
}
.xn_mc_news_1_date{
		position: absolute; 
	top: 0; 
	left: 0; 
	color: #fff;
	height: 60px;
	line-height:20px;
	background-color: #004a96;
	width:62px;
	border-right: 2px solid #afdb01;
	text-align: center;
	font-size: 1.2rem;
}
.xn_mc_news_1_date a{color: #fff;line-height: 60px;}
.xn_mc_news_1_day{
		position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	font-size: 2rem;
	font-weight: bold;
}

.xn_mc_news_1_moreBtn{
	width: 90px;
	margin: 15px auto;
	text-align: center;
	line-height: 35px;
	height: 35px;
	display: block;
	cursor: pointer;
	background-color: #004a96;
border: 0px;
color: #fff/* inner glow */;
font-size: 1.2rem;
font-weight: bold;
}
/*end_xn_mc_news_1_wrap*/


/*xn_mc_newsl_m_1_wrap*/
.xn_mc_newsl_m_1_wrap {width: 94%;padding: 10px 20px;}
.all_more{width: 200px;margin: auto;padding-bottom: 10px}
.EIMS_C_10008_1_MoreNewsBtn{
	width: 120px;
	margin: 15px auto;
	text-align: center;
	line-height: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	background-color: #004a96;
border: 0px;
color: #fff/* inner glow */;
}
/*end_xn_mc_newsl_m_1_wrap*/


/*xn_mc_newsv_1_wrap*/
.xn_mc_newsv_1_wrap {
	clear: both;
	position: relative;
}
.news_view_t{
	display: none;
}
.news_view_title { 
	position: relative;
	color: #004a96; 
	text-align: center; 
	font-size: 1.4rem; 
	line-height: 24px;
width: 96%;
padding: 10px 2% 2px;
left: 0;


 }
.news_view_m { 
	width: 100%;
}
.news_view_img { 
	width: 100%; 
	}
.news_view_img img {width: 100%;  margin: auto; }
.news_date { 
	text-align: center; 
	font-size: 1rem; 
	color: #c8c9c5; 
	width: 96%; 
	padding-bottom: 10px; 
	margin: 36px auto 0;
	}
.news_view_t,.news_date1,.news_view_date3,.news_view_date4{
	display: none;
}
.news_date2 {

 }

.news_view_kewords { display: none; }
.news_view_cnt { 
	color: #80817f; 
	font-size: 1.2rem; 
	line-height: 24px; 
	margin: 10px auto 0; 
	width: 96%;
	margin:0 auto;
	}
.EIMS_C_10005_1_loading { background: url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/loading.gif?d=20170727094541263) no-repeat center center !important; height: 150px; width: 100px; dispaly: block; background-position: center center; }
.EIMS_C_10005_1_Item { margin: 0px; padding: 0px; float: left; overflow: hidden; position: relative; }

/*end_xn_mc_newsv_1_wrap*/


/*xn_mc_news_2_wrap*/
.xn_mc_news_2_wrap{
	position: relative;
	text-align: center;
}
.xn_mc_news_2_ul{position: relative;}
.xn_mc_news_2_main{overflow: hidden;width: 100%;}
.xn_mc_news_2_ul li{float: left;}
.xn_mc_news_2_li{
	position: relative;
	}

.xn_mc_news_2_img img{
	width: 100%;
	}
.xn_mc_news_2_cont{
	position: absolute;
	bottom: 30px;
	left: 8px;
	}
.xn_mc_news_2_title a{
	color: #fff;
	font-size: 1.4rem;
	}
.xn_mc_news_2_content{display: none;}
.xn_mc_news_2_date{display: none;}

.xn_mc_news_2_lights{
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	display: inline-block;
	left: 0;
	width: 100%;
	/*transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);*/
	}
.xn_mc_news_2_lights span{
	display: inline-block;
width: 40px;
height: 5px;
background:#A3ADB1;
margin: 10px;
	}
.xn_mc_news_2_lightsCurr{
	display: inline-block;
	background: #FE9948 !important;
	}
/*end_xn_mc_news_2_wrap*/


/*xn_mh_newsv_1_wrap*/
.xn_mh_newsv_1_wrap{height:30px;line-height: 30px;background: #000;color: #fff;text-align: center;font-size:1.2em;}
.xn_mh_newsv_1_wrap a{height:30px;line-height: 30px;background: #000;color: #fff;text-align: center;font-size:1.2em;padding:10px;}
/*end_xn_mh_newsv_1_wrap*/

/*npro_list*/
.npro_list {}
.npro_list2 { 
	width: 100%; 
	margin: 0 auto;
	height: 100px; 
	overflow: hidden; 
	position: relative; 
	clear: both; 
	background-color: #fff;
	margin: 10px 0;
	padding: 10px 0;
	box-shadow: 0px 1px 2px #e5e6e1;
	-webkit-box-shadow: 0px 1px 2px #e5e6e1;
	-moz-box-shadow: 0px 1px 2px #e5e6e1;
	font-size: 1.4rem;
	}
.npro_list2_img { 
/*	position: absolute; 
	left: 0; 
	top: 0; */
	width: 48%;
	padding: 0 1%;
	float: left;
	text-align: center;
	overflow: hidden;
	}
.npro_list2_img img { 
	width:145px; 
	height:100px; 
	}
.npro_list2_name { 
/*	position: absolute; 
	left: 120px; 
	top: 0; */
	float: left;
	width: 47%;
	padding: 0 1% 0 2%;
	overflow: hidden;
	height:50px;
	line-height: 70px; 
	color: #464646; 
	white-space: nowrap; 
	text-overflow: ellipsis; /*溢出省略号，支持ie、safari（webkit）*/ 
	-o-text-overflow: ellipsis; /*溢出省略号，支持opera*/ 
	-moz-binding: url('ellipsis.xml#ellipsis'); 
	}
.npro_list2_cnt { 
/*	position: absolute; 
	left: 120px; 
	top: 44px; */
	width: 47%;
	padding: 0 1% 0 2%;
	float: left;
	color: #666; 
	height:50px; 
	line-height: 40px; 
	overflow: hidden; 
		white-space: nowrap; 
	text-overflow: ellipsis; /*溢出省略号，支持ie、safari（webkit）*/ 
	-o-text-overflow: ellipsis; /*溢出省略号，支持opera*/ 
	-moz-binding: url('ellipsis.xml#ellipsis'); 
	
	
	}
/*end_npro_list*/



/*xn_mc_npro_1_wrap*/
.xn_mc_npro_1_wrap .xn_mc_products_1_fstyle1{height: 180px !important;}
.xn_mc_npro_1_ul li{width: 180px;height: 160px;position: relative;overflow: hidden;float: left;border: 1px solid #ccc;margin:5px;overflow: hidden;}
.xn_mc_npro_1_ul img{width: 180px;height: 160px;}
.xn_mc_npro_1_cont{position: absolute;bottom: 0;left:0;width: 100%;height: 50px;overflow: hidden;}
.xn_mc_npro_1_intro{display: none;}
.xn_mc_npro_1_Name{text-align: center;background: #ccc;height: 20px;line-height: 20px;position: absolute;bottom: 0;width: 100%;}

.xn_mc_products_1_fstyle2{height: 150px !important;}
.xn_mc_products_1_fstyle2 img{height: 150px !important;}

.xn_mc_products_1_fstyle3{height: 140px !important;}
.xn_mc_products_1_fstyle3 img{height: 145px !important;}
/*end_xn_mc_npro_1_wrap*/




/*xn_mc_pro_7_wrap*/
	.xn_mc_pro_7_wrap{}

	.xn_mc_pro_7_list{}
	.xn_mc_pro_7_tCol,.xn_mc_pro_7_viewMore,.xn_mc_pro_7_intro,.xn_mc_pro_7_date,.xn_mc_pro_7_cont{display: none;}
	.xn_mc_pro_7_col{	
		overflow: hidden;
		background: #96b941;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50%;
		text-align: center;
		/*border: 1px solid #004a96;*/

	}
	.xn_mc_pro_7_colMore{ display:block;}
.xn_mc_pro_7_colMore a{
display: block;
width: 100%;
height: 100%;
line-height: 1100px;
overflow: hidden;
}


	.xn_mc_pro_7_li{
			position: relative;
		border: 1px solid #edeee9;
		margin:10px 0px;
		overflow: hidden;
	}
	.xn_mc_pro_7_img {	
		overflow: hidden;
		text-align: center;
	}
	.xn_mc_pro_7_img img{
		width: 100%;

	}

.xn_mc_pro_7_colName{
	position: absolute;
top: 42%;

}

.xn_mc_pro_7_colName,.xn_mc_pro_7_colName h3{
	display: block;
			width: 100%;

}

	.xn_mc_pro_7_wrap .xn_mc_pro_7_colName a{
			color: #fff;
/*			height: 40px;
			line-height: 40px;*/
		position: relative;
		font-size: 1.6rem;
		/*top: 76%;*/

	}

	.xn_mc_pro_7_li:nth-child(3n+1) .xn_mc_pro_7_col{
	  
	}
	.xn_mc_pro_7_li:nth-child(3n+2) .xn_mc_pro_7_col{
	 
	}
	.xn_mc_pro_7_li:nth-child(3n+3) .xn_mc_pro_7_col{
	  
	}

	.xn_mc_pro_7_main{clear: both;}
	.xn_mc_pro_7_main li{	
		float: left;
		width: 50%;
		box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: 1px solid #edeee9;
	overflow: hidden;
	}

	.xn_mc_pro_7_moreBtn{width: 90px; height: 35px; margin: 15px auto; background-color: #004a96; font-size: 1.2rem; font-weight: bold; text-align: center; line-height: 35px;display: block; border:none; color: #fff; cursor: pointer;}
/*end_xn_mc_pro_7_wrap*/



/*xn_mc_prodv_5_wrap*/
.xn_mc_prodv_5_wrap{
		width: 100%;

}
.xn_mc_prodv_5_main{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	background-color:#fff;
	padding:14px 0;		
	}
	
.xn_mc_prodv_5_ul{overflow: hidden;position: relative;}
.xn_mc_prodv_5_ul li{
	float: left;

	}
.xn_mc_prodv_5_img{
	text-align: center;
	}
.xn_mc_prodv_5_img img{
	max-width: 100%;
	}

.xn_mc_prodv_5_lights{
	margin: 0 auto;
	}
.xn_mc_prodv_5_lights span{
	display: inline-block;
width: 40px;
height: 5px;
	background: #cccdc9;
	margin:10px;
	}
.xn_mc_prodv_5_lighsCurr{
	background: #004a96 !important;
	}
/*end_xn_mc_prodv_5_wrap*/




/*pro_view_tu_banner*/
.pro_view_tu_banner {}
.EIMS_C_10004_2Img { width: 100%; height: 120px; float: left; background: #fff; }
.EIMS_C_10004_2Img img { width: 100%; height: 100%; }
#EIMS_C_10004_2Container { margin: 0 auto; width: 80px; }
#EIMS_C_10004_2Container ul { position: absolute; z-index: 100; margin: 110px 0 0 -50px; }
#EIMS_C_10004_2Container ul li { margin-right: 10px; cursor: pointer; float: left; }
.EIMS_C_10004_2Active { width: 40px; height: 5px; background: #C00; display: block; filter: alpha(opacity=80); -moz-opacity: 0.8; /* Moz + FF */ opacity: 0.8; }
.EIMS_C_10004_2Default { width: 40px; height: 5px; background: #fff; display: block; filter: alpha(opacity=80); -moz-opacity: 0.8; /* Moz + FF */ opacity: 0.8; }
/*---------------------------------------loading----------------------------------------------*/
.loading { background: url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/loading.gif?d=20170727094541263) no-repeat center center !important; height: 120px; width: 100px; dispaly: block; }
/*end_pro_view_tu_banner*/




/*xn_mc_prodv_4_wrap*/
.xn_mc_prodv_4_wrap{margin-top:20px;}
.xn_mc_prodv_4_col,.xn_mc_prodv_4_AliaName,.xn_mc_prodv_4_img{ display: none;}
.xn_mc_prodv_4_intro,.xn_mc_prodv_4_spec,.xn_mc_prodv_4_uses{
	line-height: 24px;
font-size: 1.2rem;
color: #464646;
width: 96%;
padding: 0 2%;
margin-top: 10px;
}

/*end_xn_mc_prodv_4_wrap*/


/*pro_list_main*/
.pro_list_main{
	width: 96%;
 height: auto; 
 margin: 0 auto;
}
.products_name_t {　
width: 100%; 
line-height: 31px;　
height: 31px; 
-webkit-border-radius: 5px 5px 0 0;　
-moz-border-radius: 5px 5px 0 0; 
border-radius: 5px 5px 0 0;　
background-color: #d50002;
display: none; 
}
.products_name_t1 { float: left; width: 100%; font-size: 1.4em; text-indent: 0.8em; color: #fff; }
.products_name_t2 { height: 35px; width: 15px; float: right; display: inline-block; background: url(https://1.rc.xiniu.com/rc/Mobiles/12960/images/jt_icon.png?d=20170727094541263) center 10px no-repeat; display: none; }
.nmore {margin: 10px 0;}
/*end_pro_list_main*/


/*xn_mc_prolist_1_wrap*/

.xn_mc_prolist_1_wrap{
	display: none;
	}
.xn_mc_prolist_1_but { 
	cursor:pointer; 
	width:34px; 
	height:35px; 
	position:fixed; 
	top:20px; 
	right:20px; 
	border:1px solid #000; 
	border-radius:5px; 
	background:#000; 
	z-index:99; 
	color:#fff; 
	font-size:12px; 
	text-align:center; 
	padding:5px 3px 0 3px; 
	line-height:14px;
	}
.xn_mc_prolist_1_tlist { width:30%; height:100%; position:fixed; right:0; top:0; background:#555; z-index:10002; overflow:hidden; display:none;}
.xn_mc_prolist_1_lbox { padding:50px 0; }
.xn_mc_prolist_1_item { height:30px; line-height:30px; }
.xn_mc_prolist_1_item a { font-size:14px; color:#fff; padding:0 0 0 10px; }
.mask { position:fixed; width:100%; height:100%; background:#000; filter:alpha(Opacity=80); left:0; top:0; opacity: 0.8; z-index:10001;}
.npro_list .EIMS_C_10008_1_MoreDiv {width: 200px;margin: auto;padding-bottom: 10px}
.npro_list .EIMS_C_10008_1_MoreNewsBtn{
	width: 90px;
	padding: 20px 0;
	text-align: center;
	line-height: 35px;
	height: 35px;display:
	 block;cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
border-radius: 5px;background-color: #f0f2f5;
-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 5px rgba(0,0,0,.2);
box-shadow: 0 5px 5px rgba(0,0,0,.2);	
background-image: -webkit-linear-gradient(top, #f36245, #d50002);
background-image: -moz-linear-gradient(top, #f36245, #d50002);
background-image: -o-linear-gradient(top, #f36245, #d50002);
background-image: linear-gradient(to bottom, #f36245, #d50002);
border: 0px;
color: #fff/* inner glow */}
npro_list .EIMS_C_10008_1_MoreDiv input {border: 0px;line-height: 30px;}
/*end_xn_mc_prolist_1_wrap*/



/*xn_mc_products_2_aside*/

.xn_mc_products_2_aside{
width:100%;
margin: 0 auto;
background: #004a96;
color: #fff;
font-size: 1.4rem;
}
.xn_mc_products_asideHead{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: none;
	}

.xn_mn_products_3_wrap{
	position: absolute;
	right:-45px;
	display: none;
	}
.xn_mn_products_3_asideMenu{width: 45px;height: 45px;background: #ccc;position: relative;z-index: 999;cursor: pointer;line-height: 45px;text-align: center;font-size: 12px;color: #000;}

.xn_mc_products_4_wrap{
	 padding:8px 0;
	 width: 100%;
	 overflow-x:scroll;
	 overflow-y: hidden;
	}
::-webkit-scrollbar{
	/*滚动条样式*/
	height: 0;
}
.xn_mc_products_4_ul{
	width: 100%;
	height: 32px;
}

.xn_mc_products_4_li,.xn_mc_products_4_cstyle{
	display: inline;
	height: 32px;
	line-height: 32px;
	padding: 6px;
	border-right: 1px solid #aeca6e;
}
.xn_mc_products_4_li a{color: #fff;}
.xn_mc_products_4_li a:hover{
	color: #f1eb53;
	border-bottom: 1px solid #f1eb53;
}
.xn_mc_products_4_cstyle a{
	color: #f1eb53;
	border-bottom: 1px solid #f1eb53;
}


.xn_mc_products_5_wrap table{
	width: 100%;
	display: none;
	}
.xn_mc_products_5_wrap{margin-left:30px;}
.xn_mc_products_5_search{width:100%;height: 35px;border-radius: 4px;}
#img_xn_mc_products_5_search{margin-left:-50px;}

.xn_mc_products_6_wrap{
	display: none;
}
.xn_mc_products_6_li a{color:#FFF;}

.xn_mc_products_7_wrap{
	display: none;
	}
.xn_mc_products_7_li{float: left;margin:10px;position: relative;}
.xn_mc_products_7_li a{color: #fff;font-size: 13px;width: 100%;text-align: center;display: inline-block;}
.xn_mc_products_7_img img{width: 120px;height: 80px;}
.xn_mc_products_7_name{}
.xn_mc_products_7_intro{display: none;}
/*end_xn_mc_products_2_aside*/

/*xn_mc_prodv_2_wrap*/
.xn_mc_prodv_2_wrap{height:500px;margin:20px;}
.EIMS_C_10009_1_but {display: none;}
.EIMS_C_10009_1_warp{    width: 602px;}
.EIMS_C_10009_1_bigimg{    width: 600px;    height: 414px;    border: 1px solid #555; /*需要属性*/    overflow: hidden;}
.EIMS_C_10009_1_showimg{    width: 600px;    height: 414px; /*需要属性*/    overflow: hidden;}
.EIMS_C_10009_1_showimg img{    width: 100%;    height: 100%;}
.EIMS_C_10009_1_smallimg{    width: 600px;    height: 50px;    position: relative;    padding: 5px 0 0 0; /*需要属性*/    overflow: hidden;}
.EIMS_C_10009_1_but{    width: 15px;    height: 41px;    background: #000;    position: absolute;    top: 5px; /*需要属性*/    z-index: 1000;    overflow: hidden;    cursor: pointer;}
.EIMS_C_10009_1_butleft{   left: 0;}
.EIMS_C_10009_1_butright{    right: 0;}
.EIMS_C_10009_1_sImgList{    margin: 0 auto;    height: 41px; /*需要属性*/    overflow: hidden;    position:absolute;}
.EIMS_C_10009_1_sImgList ul{    /* 宽度需要根据UL个数计算出来 */    margin: 0;    padding: 0;}
.EIMS_C_10009_1_sImgList ul li{    list-style-type: none;    width: 60px;    height: 41px;    float: left;    margin: 0 3px;}
.EIMS_C_10009_1_sImgList ul li img{    cursor: pointer;    width: 100%;    height: 100%;}
.no{    border: solid 1px red;}


.EIMS_C_10010_1_warp{width: 672px;}
.EIMS_C_10010_1_bigimg{width: 600px; height: 414px; border: 1px solid #555; float: left; /*需要的css设置*/ overflow: hidden;}
.EIMS_C_10010_1_showimg{ width: 600px; height: 414px; /*需要的css设置*/ overflow: hidden;}

.EIMS_C_10010_1_smallimg{ width: 60px; height: 414px; position: relative; padding: 0 0 0 5px; float: left; /*需要的css设置*/ overflow: hidden;}
.EIMS_C_10010_1_but{ width: 60px; height: 15px; background: #000;  position: absolute; left: 5px; /*需要的css设置*/ z-index: 1000;}
.EIMS_C_10010_1_buttop{ top: 0;}
.EIMS_C_10010_1_butbottom{bottom: 0;}
.EIMS_C_10010_1_sImgList{ width: 60px; margin: 0 auto; padding: 20px 0 0 0; /*需要的css设置*/ overflow: hidden;position:absolute;}
.EIMS_C_10010_1_sImgList ul{  /* 宽度需要根据UL个数计算出来 */ margin: 0; padding: 0;}
.EIMS_C_10010_1_sImgList ul li{ list-style-type: none; width: 60px; height: 41px; float: left; margin: 3px 0;}
.EIMS_C_10010_1_sImgList ul li img{ cursor: pointer; width: 100%; height: 100%;}
.EIMS_C_63_1_Left{ display: inline-block; width: 80px; text-align: right;}
.EIMS_C_63_1_Right{}
.EIMS_C_63_1_Head_Img{  width: 100px;   height: 100px;}
.EIMS_C_63_1_Headbtn{}
.no{    border: solid 1px red;}
/*EIMS_C_10010_1 end*/
/*end_xn_mc_prodv_2_wrap*/



/*xn_mc_search_1_wrap*/

.EIMS_C_10003_1_MoreNewsBtn { width: 160px; height: 36px; line-height: 36px; margin: 0 auto; font-size: 1.2em; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; border: 1px solid #dce0e0; background: #f1f1f1; cursor: pointer; box-shadow: 0px 0px 3px 0px #fff inset; color: #999; }
.sea_reasult_img { display: none; }
#EIMS_C_10003_1_Content{
	font-size: 1.4rem;
}
.search_cont { margin: 10px; color: #464646; border-bottom: 1px #e2e2e2 solid; }
.search_cont1 { font-size: 1.4rem; white-space: nowrap; text-overflow: ellipsis; /*溢出省略号，支持ie、safari（webkit）*/ -o-text-overflow: ellipsis; /*溢出省略号，支持opera*/ overflow: hidden;/*溢出隐藏*/ -moz-binding: url('ellipsis.xml#ellipsis');/*溢出省略号，支持firefox*/ line-height: 24px; min-width: 320px; }
.search_cont2{ display: none; }
.search_cnt { padding: 10px 0px 10px 0px; }

#EIMS_C_10003_1_TypeList,#EIMS_C_10003_1_Top{
	display: none;
}
/*end_xn_mc_search_1_wrap*/






/*xn_mh_share_1_wrap*/
.xn_mh_share_1_wrap{
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	background: #004a96;
	clear: both;
	margin: 58px 0 20px;
	}
.xn_mh_share_1_wrap a{
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	padding:10px;
	font-size: 1.6rem;
	}
/*end_xn_mh_share_1_wrap*/
/*xn_c_products_91_wrap*/
.xn_c_products_91_wrap{padding: 8px 0;height: 32px;width:100%;overflow-x:scroll;background: #004a96;}
    #xn_c_products_91_typeUl_t300{width:768px;height:32px;}
    #xn_c_products_91_typeUl_t1400 li{float: left;font-size: 1.6rem;color: #252525;cursor: pointer;width: auto;line-height: 32px;height: 32px;overflow: hidden;text-align: center;padding: 0 0.45625rem;border-right: 1px solid #aeca6e;}
    #xn_c_products_91_typeUl_t1400 li a{color: #fff;}
    #xn_c_products_91_typeUl_t1400{width: 768px;}
    li.xn_c_products_91_m1_cur>a{display: inline-block;}
.xn_c_products_91_wrap{padding: 8px 0;height: 32px;width:100%;overflow-x:scroll;}
ul#xn_c_products_91_typeUl_t300>li{display:none;}
li.xn_c_products_91_m1_cur{display:block !important}
li.xn_c_products_91_m1_cur>a{display:none}
/*li.xn_c_products_91_m1_cur li:nth-child(1){background-color: #14a9bf;}*/
/*li.xn_c_products_91_m1_cur li:nth-child(2){background-color: #1d99c2;}*/
/*li.xn_c_products_91_m1_cur li:nth-child(3){background-color: #1d86c2;}*/
/*li.xn_c_products_91_m1_cur li:nth-child(4){background-color: #1a6bb0;}*/
li.xn_c_products_91_m1_cur li a{font-size: 1.6rem;
	color: #ffffff;
	display: block;}
li.xn_c_products_91_m1_cur li{float: left;font-size: 1.6rem;color: #252525;cursor: pointer;width: auto;line-height: 32px;height: 32px;overflow: hidden;text-align: center;padding: 0 0.45625rem;border-right: 1px solid #aeca6e;}

li.xn_c_products_91_m1_2{display:block !important;}
li.xn_c_products_91_m1_2>a{display:none}
/*li.xn_c_products_91_m1_2 li:nth-child(1){background-color: #14a9bf;}*/
/*li.xn_c_products_91_m1_2 li:nth-child(2){background-color: #1d99c2;}*/
/*li.xn_c_products_91_m1_2 li:nth-child(3){background-color: #1d86c2;}*/
/*li.xn_c_products_91_m1_2 li:nth-child(4){background-color: #1a6bb0;}*/
li.xn_c_products_91_m1_2 li a{font-size: 1.6rem;color: #ffffff;display: block;}
li.xn_c_products_91_m1_2 li{float: left;font-size: 1.6rem;color: #252525;cursor: pointer;width: auto;line-height: 32px;height: 32px;overflow: hidden;text-align: center;padding: 0 0.5625rem;border-right: 1px solid #aeca6e;}

/*.xn_c_products_91_m2_cur {background:#f6f6f6 !important}*/
/*.xn_c_products_91_m2_cur a{color:#666 !important}*/
#xn_c_products_91_Data{height:32px;/*display: -webkit-box;overflow-x: scroll; -webkit-overflow-scrolling:touch;*/}
#xn_c_products_91_typeUl_t300{width:800px;height:32px;}
#xn_c_products_91_typeUl_t3101 li{  width: 20%;height: 32px;border-right: 1px solid #aeca6e;line-height: 32px;}
#xn_c_products_91_typeUl_t3121 li{width:auto !important;}
/*xn_c_products_91_wrap*/

