﻿/* 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;/*苹果移动设备上会识别，用于保证文字大小*/
    font-family: "微软雅黑";

}
a{ text-decoration: none; }
.clear,.cle {clear:both;}
html{font-size: 62.5%; }
/* end_Public */


/*head*/
#head{
  background-color:#71d7cc;
  height:50px;
  min-width: 320px;
}
.logo{
	width: 50%;
	float: left;
}
.h_back,.h_home{
	width:25%;
	float: left;
}

.index_body .h_back a,.index_body .h_home a{
	background:none;
}



.h_back a,.h_home a{
	
	width:50px;
	height: 50px;
	overflow: hidden;
	display: block;
}

.h_back a span,.h_home a span{
	display: none;
}
/*end_head*/


/*logo*/
.logo { min-height: 48px; margin:0 auto; }
.logo a{
	width: 144px;
	display: block;
	margin: 0 auto;
}
.logo a .logoimg { 
	width: 144px; 
	max-height: 50px;
	}


.products_body .logo{
	visibility: hidden;
}
.pro_view_body .logo{
	visibility: hidden;
}

/*end_logo*/

/*h_back*/
.h_back a{ 
	/*display: none; */
	background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/back.png?d=20161222085346897) no-repeat left center;
	background-size: 100% 100%;
	}


/*end_h_back*/


/*h_home*/
.h_home a{
	 /*display: none; */
	background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/home.png?d=20161222085346897) no-repeat right center;
    background-size: 100% 100%;
	float: right;
	 }
	 
	 




/*end_h_home*/


/*nav*/
nav { /*-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, #cc0607, #ab0000); background-image: -moz-linear-gradient(top, #cc0607, #ab0000); background-image: -o-linear-gradient(top, #cc0607, #ab0000); background-image: linear-gradient(to bottom, #cc0607, #ab0000); */
 height: 60px;
   width: 96%; 
   margin:0 2%; 
   overflow: hidden; 
   border-bottom:1px solid #3e3e3e;
   }
nav ul {width: 100%;}
nav ul li { width:20%; height: 60px; float: left; }
nav ul li a { 
	display: block;
	 width: 100%; 
	 height: 60px; 
	 line-height: 60px; 
	 text-align: center; 
	 float: left; 
	 color: #3e3e3e; 
	 font-size: 1.4rem; /*-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; 
	}
nav ul li a:hover {color:#71d7cc; height: 60px;}
/*导航当前焦点*/
.nav_cur, .nav_one_curr a { color:#71d7cc; height: 60px }
/*导航线*/
.nav_line { width: 1px; background: #CCC; border-right: 1px solid #FFF; display: none; }

nav ul li a:after{
	 color: #3e3e3e;
} 

.products_body nav{
	display: none;
}

/*end_nav*/

/*h_foot*/

#h_foot,#n_foot{
	width: 100%;
	   /*站位 。空div 防止 .cont_lx使用fixed时挡住其他元素；高度和.cont_lx一样*/
     clear: both;
    /*position: absolute;*/
    padding-bottom: 60px;
    float: left;  


}


/*end_h_foot*/

/*xn_mf_1*/
.xn_mf_1{
	width: 380px;
	margin: 0 auto;
	line-height: 20px;
/*		transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);*/
	width: 80%;
	float: left;
}
.copy{
    line-height: 20px;
}

/*end_xn_mf_1*/


/*Toolbox*/
.Toolbox {
	width: 12%;
	float: right;
	height: 30px;
	line-height: 30px;
	background-color:#71D7CC ;
	text-align: center;
	 }
.foot_dseign { 
color: #fff; 
font-size: 1.2rem; 
text-align: center;
line-height: 30px;
height: 30px;
}


/*end_Toolbox*/


/*cont_lx*/
.cont_lx { 
position: fixed; 
z-index: 10000; 
clear: both;
overflow: hidden;
left: 0; 
bottom: 0; 
width: 100%;
/*background-color:#e5f2f0;*/
 /*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);*/ 
 height: 55px; 
line-height:55px; 
color: #fff;
/*  border-left: 1px #ee756a solid;*/
/*border-top:1px solid #cfe3df;*/
background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/footbg.png?d=20161222085346897) repeat-x left top;
  }
.cont_lx ul { width: 100%; height: 100%; margin: 0 auto; }
.cont_lx ul li { float: left; 
font-size: 1rem; 
width: 33.3%; 
box-sizing:border-box; 
border-right: 1px #d6d6d6 solid;
 text-align: center; 
/*line-height: 110px; */
}
.cont_lx ul li:nth-child(11){
	border-right: 1px #e5f2f0 solid;
}
.c_li2,.c_li4,.c_li5{
	display: none;
}

.c_li1 a,.c_li3 a,.c_li6 a{
	display: block;
	width: 134px;
height: 55px;
line-height: 55px;
overflow: hidden;
margin: 0 auto;
}
.c_li1 a span,.c_li3 a span,.c_li6 a span{
	float: left;
}
.c_li1 a .icon-phone,.c_li3 a .icon-location,.c_li6 a .icon-share{
	width: 55px;
    height: 55px;
    display: block;
}
.c_li1 a .icon-phone{

    background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/phone.png?d=20161222085346897) no-repeat center center;
        background-size: 80% 80%;
}
.c_li3 a .icon-location{
	background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/map.png?d=20161222085346897) no-repeat center center;
	  background-size: 80% 80%;
}
.c_li6 a .icon-share{
	background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/share.png?d=20161222085346897) no-repeat center center;
	  background-size: 80% 80%;
}

.b_line { width: 1px !important; 
height: 40px; margin: 0 !important; 
padding: 0 !important; 
background: #690000; 
border-right: 1px solid #ff0000;
display:none;
 }
.b_line1,.b_line2,.b_line3,.b_line4,.b_line5{
	display:none;
}


.bottom_bq1, .bottom_bq2, .bottom_bq3, .bottom_bq4, .bottom_bq5, .bottom_bq6, .bottom_bq7, .bottom_bq8, .bottom_bq9, .bottom_bq10 {
	color: #4c4c4c; 
	font-size: 1.6rem;
	}
.bottom_bq2, .bottom_bq4, .bottom_bq6, .bottom_bq8 { display: none; }



/*end_cont_lx*/




/*content*/
.content {
	 width: 100%; 
	 margin: auto; 
	 -webkit-border-radius: 5px;
	  -moz-border-radius: 5px; 
	  border-radius: 5px; 
	  background-color: #fff; 
	  /*-webkit-box-shadow: 0 5px rgba(226,226,226,.5); 
	  -moz-box-shadow: 0 5px rgba(226,226,226,.5); 
	  box-shadow: 0 5px rgba(226,226,226,.5); */
	  margin-top: 15px; 
	  margin-bottom: 15px; 
	  min-height: 320px; 
	  padding-bottom: 30px; 
	 }
/*end_content*/



/*banner*/
.banner {
	  width: 96%;
	  margin:10px auto 30px; 
	  position:relative;
	  }
	  
.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: 80px;}
#EIMS_C_10004_1Container ul { position: absolute; z-index: 100; bottom:-24px; }
#EIMS_C_10004_1Container ul li { margin-right: 10px; cursor: pointer; float: left; }
.EIMS_C_10004_1Active { 
width: 15px; 
height: 15px;
 border-radius:7.5px; 
 -webkit-border-radius:7.5px;
  -moz-border-radius:7.5px; 
background: #6fcfc5; 
display: block; filter:
 alpha(opacity=80); 
 -moz-opacity: 0.8; /* Moz + FF */ 
 opacity: 0.8; }
.EIMS_C_10004_1Default { 
width: 15px;
 height: 15px;
 border-radius:7.5px;
  -webkit-border-radius:7.5px; 
  -moz-border-radius:7.5px; 
  background: #d9d9d9; 
  display: block; 
  filter: alpha(opacity=80); 
  -moz-opacity: 0.8; /* Moz + FF */
   opacity: 0.8; 
   }
   
.news_body .banner{
	display:none;
}

/*end_banner*/

/*add_line*/
.add_line{
	height: 1px;
	 width: 96%;
	 margin: 0 2%;
	 border-bottom: 1px solid #3E3E3E;
}
/*end_add_line*/

/*add_pro*/
.add_pro {}
.add_pro_t {}
/*end_add_pro*/


/*xn_mc_index_3_wrap*/
.xn_mc_index_3_wrap{
	
}
.xn_mc_index_3_col{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;text-indent: 0.8em;color: #fff; display: none;}

.xn_mc_index_3_ul{
	 width: 100%; 
	 height: 460px; 
	 position: relative; 
	 
}



.xn_mc_index_3_ul li{
		position: relative;
	float: left; 
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 1% 0;
	overflow: hidden;
	
}
.xn_mc_index_3_ul li .cle{
	display: none;
}

.xn_mc_index_3_img{
	text-align:center;
	vertical-align:middle;
	height: 190px;
	position: relative;
	overflow: hidden;

}


.xn_mc_index_3_img a img{
	width: 100%;
	max-height: 190px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	left: 50%;
	margin: auto;
}


.xn_mc_index_3_cont{
	height: 30px;
}

.xn_mc_index_3_name{
		width: 100%;
	height:30px;
	line-height:30px;
	font-size: 1.4rem;
	white-space: nowrap;
	text-overflow: ellipsis;-o-text-overflow: ellipsis;
	overflow: hidden;
-moz-binding: url('ellipsis.xml#ellipsis');
text-align: center/*溢出省略号，支持firefox*/; 
position: absolute;
bottom: 0px;
}
.xn_mc_index_3_name a{
	color: #585959;
}


.xn_mc_index_3_intro{
	display: none;
}
.xn_mc_index_3_more{
	display: none;
}

.xn_mc_index_3_cstyle1{
		width:47%;
	margin:0 1% 0 2%;	
	height: 100%;
	background-color: #81d8cf;
}

.xn_mc_index_3_cstyle1 .xn_mc_index_3_img{
	height: 430px;
}


.xn_mc_index_3_cstyle1 .xn_mc_index_3_name a{
	border-top: 1px solid #585959;
}

.xn_mc_index_3_cstyle2,.xn_mc_index_3_cstyle3{
		width:47%;
	margin:0 2% 0 1%;
	height: 49%;
	border: 2px solid #81d8cf;
}
.xn_mc_index_3_ul li.xn_mc_index_3_cstyle2{
  margin-bottom: 4.6px;
}
.xn_mc_index_3_ul li.xn_mc_index_3_cstyle3{
  margin-top:4.6px;
}







/*end_xn_mc_index_3_wrap*/


/*xn_mc_about_1_wrap*/
.xn_mc_about_1_wrap {}
.about { width: 97%; height: auto; }
.about_cont { font-size: 1em; color: #464646;  }

.about_title { display: none; }
.EIMS_C_10001_8DIV { float: left; padding: 0 10px; }/*要控制边框有间距要控制此DIV的padding值，JS里面会自动减去padding值*/
#EIMS_C_10001_8Container { 
	border-bottom: 1px solid #e2e2e2;
	 width: 94%; margin: auto;
	  margin-top: 25px; 
	position: relative;
	 z-index: 1000; 
	height: 24px; 
	line-height: 24px; 
	display: none;
	}
.EIMS_C_10001_8Default { float: left; font-size: 1.4rem; color: #464646; margin: 0 15px 0 0; }
.EIMS_C_10001_8Active { float: left; font-size: 1.4rem; color: #d40000; margin: 0 15px 0 0; border-bottom: 2px #d40000 solid; }
#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; }

.about_cnt{
	font-size: 1.2rem;
}

.about_cnt img{
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}

/*end_xn_mc_about_1_wrap*/


/*xn_mc_about_2_wrap*/
.xn_mc_about_2_wrap{}
.xn_mc_about_2_main{
	width: 96%;
	margin: 0 auto;
	font-size: 1.2rem;
}
.xn_mc_about_2_img{
	float: left;
	}
.xn_mc_about_2_img img{
	width: 85px;
	height: 70px;
	}
.xn_mc_about_2_cont{
/*	float: left;*/
	margin-left:10px;
/*	width: 90%;*/
	}

.xn_mc_about_2_ul li{
	margin:10px 0px;
	}
.xn_mc_about_2_title{
	text-align: center;
	font-size: 1.6rem;
	color: #262626;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}	

.xn_mc_about_2_content{
	line-height: 24px;
	color: #4c4c4c;
}
.xn_mc_about_2_cstyle1{
	border-bottom: 1px solid #3E3E3E;
	padding-bottom: 20px;
}	
.xn_mc_about_2_img{
	display: none;
}


/*end_xn_mc_about_2_wrap*/



/*contact*/
.contact { width: 100%; min-width: 320px; height: 400px; overflow: hidden; }
.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.2rem;}
.xn_mh_contact_1_wrap a{height:30px;line-height: 30px;background: #000;color: #fff;text-align: center;font-size:1.2rem;padding:10px;}
/*end_xn_mh_contact_1_wrap*/


/*feedback*/
.feedback { 
  border: 1px solid #3E3E3E;
  width: 96%;
  margin: 30px auto 0;
  min-height: 360px;
  position: relative;
  padding-top: 30px;
 }
 #EIMS_C_10002_1_Main{
 	margin-bottom: 100px;
 }
 
.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:inset 1px 1px 2px #e2e2e2; 
	-moz-box-shadow: inset 1px 1px 2px #e2e2e2;
	box-shadow: inset 1px 1px 2px #e2e2e2;
	margin: auto; 
	margin-top: 40px; 
	position: relative;
	}
.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; 
	 position: absolute;
	 bottom: 20px;
	 width:100%;

/*	 margin: 0 auto;*/
	 }
.EIMS_C_10002_1_msg_Submit,.EIMS_C_10002_1_msg_Cancel { 
	width: 100px;
	 height: 48px; 
	 /*-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: 1px solid #3E3E3E;
	   text-align: center;
	   color: #3E3E3E;
	   background: #fff;
	   margin: 0 6px;
	           }
/*	           
.EIMS_C_10002_1_msg_Submit:active,.EIMS_C_10002_1_msg_Cancel:active{
	 color: #a8a8a8;
	  border: 1px solid #a8a8a8;
} 	     */      
	           
/*.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); 
     display: none;
	   }
.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*/

/*input_text*/
.input_text{
	position: absolute;
	top: -24px;
	font-size: 1.4rem;
}

/*end_input_text*/

/*feekback_title*/
.feekback_title{
		height:30px;
	line-height: 30px;
	font-size:1.2em;
	position: absolute;
	background: #fff;
	float: left;
	width: 150px;
	border: 1px solid #3E3E3E;
	left: 4%;
	top: -15px;
    color: #3E3E3E;
    font-size:1.6rem;
    text-align: center;
}
/*end_feekback_title*/

/*feekback_line*/
.feekback_line{
	left: 50%;
	width: 116px;
	height: 20px;
	border-left: 1px solid #3E3E3E;
	border-right: 1px solid #3E3E3E;
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	zoom: 1;
}

/*end_feekback_line*/



/*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: 96%; 
	margin: 0 auto;
	height: auto; 
	min-height: 400px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	background-color: #fff; 
}
.xn_mc_news_1_main{}
.xn_mc_news_1_ul{}
.xn_mc_news_1_ul li{
    height: 150px; 
	position: relative; 
	box-shadow:0px 0px 2px #737373;
	-webkit-shadow:0px 0px 2px #737373;
	-moz-shadow:0px 0px 2px #737373;
    margin:10px 0 ;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 1%;
	}
.xn_mc_news_1_img{
		  float: left;
	 background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/news_borderbg.png?d=20161222085346897) no-repeat;
	  padding:10px 0 0 10px;
width: 127px;
height: 127px;
margin-right: 10px;
overflow: hidden;
clear: both;
	}
.xn_mc_news_1_img img{
		 width: 117px;
	  height: 117px; 
	}
.xn_mc_news_1_cont{
/*	float: left;
	margin:0px 10px;
	width: 84%;*/
	}

.xn_mc_news_1_title{
	     height: 75px;
	 line-height: 75px;
	 overflow: hidden;
	 font-size:1.6rem;
	 white-space: nowrap; 
	 text-overflow: ellipsis; /*溢出省略号，支持ie、safari（webkit）*/ 
	 -o-text-overflow: ellipsis; /*溢出省略号，支持opera*/ 
	 overflow: hidden;/*溢出隐藏*/ 
	 -moz-binding: url('ellipsis.xml#ellipsis'); /*溢出省略号，支持firefox*/ 
	 border-bottom:1px solid #d8d8d8;
	 min-width: 160px;
}
.xn_mc_news_1_title a{
	color: #4c4c4c;
}
.xn_mc_news_1_title a:hover,.xn_mc_news_1_view a:hover{
	color: #71d7cc;
}



.xn_mc_news_1_txt{
	display: none;
}
.xn_mc_news_1_date{
		color: #7c818b;
	height: 75px;
	line-height: 75px;
	background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/time.png?d=20161222085346897) no-repeat 146px center;
	padding-left: 180px;	
}
     
.xn_mc_news_1_view{
	position: absolute;
	bottom:24px;
	right: 4px;
	font-size: 1.2em;
	background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/more.png?d=20161222085346897) no-repeat;
	background-size: 27px 27px;
	padding-left: 32px;
	height: 30px;
	line-height: 30px;
	}
.xn_mc_news_1_view a{
	width:50px;
	height: 24px;
	display: inline-block;
	overflow: hidden;
	color: #6fc2ba;
} 


/*.xn_mc_news_1_moreBtn{
	width: 180px;
	margin: 15px auto;
	text-align: center;
	line-height: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	font-family: 微软雅黑, Verdana, Geneva, sans-serif;
	-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 ;
}*/


@media screen and (max-device-width: 480px) {
	
.xn_mc_news_1_ul li{
	height: 100px;
}
.xn_mc_news_1_img{
	background-size:90% 90%;
	width: 100px;
height: 100px;
margin-right: 0px;
}
.xn_mc_news_1_img img{
	 width:80px;
	  height:80px; 
}
.xn_mc_news_1_title,.xn_mc_news_1_date{
	height: 51px;
	line-height: 50px;
	font-size: 0.8rem;
	}
.xn_mc_news_1_date{
		background-position: 108px center;
		padding-left: 134px;
		background-size: 21px 21px;
}
.xn_mc_news_1_title{
	font-size: 1.2rem;
}
.xn_mc_news_1_view{
	bottom:12px;
	right: 4px;
	background-size: 24px 24px;
	line-height: 24px;
	height: 24px;
	padding-left: 28px;
	font-size: 1.1rem;
}


}



/*end_xn_mc_news_1_wrap*/



/*newslist_all*/
.newslist_all { margin-top: 10px }
/*end_newslist_all*/

/*xn_mc_newsl_m_1_wrap*/
.xn_mc_newsl_m_1_wrap {
	width: 100%;
	/*padding: 10px 20px;*/
	}
.all_more,.xn_mc_products_1_more,.xn_mc_news_1_more{
	width: 100px;
	margin:0 auto;
	padding: 10px 0;
	}

/*.EIMS_C_10008_1_MoreNewsBtn{
	width: 180px;
	margin: 15px auto;
	text-align: center;
	line-height: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	font-family: 微软雅黑, Verdana, Geneva, sans-serif;	
	-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 */
/*	}*/

.EIMS_C_10001_1_MoreNewsBtn,.EIMS_C_10008_1_MoreNewsBtn,.xn_mc_products_1_moreBtn,.xn_mc_news_1_moreBtn{
	height: 30px;
	width: 100px;
	background: #71d7cc;
	border: none;
	color: #fff;
	font-size: 1.4em;
}	
/*end_xn_mc_newsl_m_1_wrap*/

/*xn_mc_newsv_1_wrap*/
.xn_mc_newsv_1_wrap {}
.news_view_t{
	display: none;
}
.news_view_title { 
	color: #4C4C4C; 
	text-align: center; 
	font-size: 1.6rem; 
	line-height: 24px; 
	margin-top: 15px; 
	width: 94%; 
	margin: 0 auto;
	}
.news_view_m { 
	width: 94%; 
	margin:10px auto; 
	}
.news_view_img { width: 196px; height: 135px; margin: auto; display: none; }
.news_view_img img { width: 196px; height: 135px; margin: auto; }
.news_date { text-align: center; width: 100%; font-size: 1rem; color: #666666; border-bottom: 1px #e2e2e2 solid; width: 96%; padding-bottom: 10px; }
.news_date2 { margin-right: 10px; }
.news_date3 { margin-left: 10px; }
.news_view_kewords { display: none; }
.news_view_cnt { 
	width: 96%; 
	margin: 10px auto 0;
	color: #464646; 
	font-size: 1.2rem; 
	line-height: 24px; 
	word-wrap: break-word;
	overflow: hidden;
	}
.EIMS_C_10005_1_loading { background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/loading.gif?d=20161222085346897) 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; }

/*end_xn_mc_newsv_1_wrap*/


/*npro_list*/
.npro_list {}
.npro_list2 { width: 96%; height: 80px; overflow: hidden; position: relative; clear: both; margin: auto; margin-top: 15px; margin-bottom: 15px; }
.npro_list2_img { position: absolute; left: 0; top: 0; }
.npro_list2_img img { width: 107px; height: 75px; }
.npro_list2_name { position: absolute; left: 120px; top: 0; height:40px;line-height: 40px; font-size: 1.2em; color: #464646; white-space: nowrap; text-overflow: ellipsis; /*溢出省略号，支持ie、safari（webkit）*/ -o-text-overflow: ellipsis; /*溢出省略号，支持opera*/ overflow: hidden;/*溢出隐藏*/ -moz-binding: url('ellipsis.xml#ellipsis'); width: 180px/*溢出省略号，支持firefox*/ }
.npro_list2_cnt { position: absolute; left: 120px; top: 44px; font-size: 1em; color: #666; height: 54px; line-height: 18px; overflow: hidden; }
/*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: 180px !important;}
.xn_mc_products_1_fstyle2 img{height: 180px !important;}

.xn_mc_products_1_fstyle3{height: 180px !important;}
.xn_mc_products_1_fstyle3 img{height: 185px !important;}*/
/*end_xn_mc_npro_1_wrap*/







/*xn_mc_pro_4_wrap*/
.xn_mc_pro_4_wrap{margin-top:30px;overflow: hidden;}
.xn_mc_pro_4_img{height: 100%;position: relative;}
.xn_mc_pro_4_name{ height: 40px; line-height: 40px;min-width: 100px;}
.xn_mc_pro_4_intro{/*	margin-left: 10px;*/height: 100px;overflow: hidden;	}
.xn_mc_pro_4_cont{	width:194px;	position: relative;	word-wrap: break-word;	height: 100%;	}	
.xn_mc_pro_4_more{ background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/morebg.png?d=20161222085346897) no-repeat top right; background-size: 32px 32px;
 width: 80px; height: 32px; line-height: 32px; margin: 16px 0 10px;	}
.xn_mc_pro_4_more a{text-transform: uppercase;color: #fff;font-size: 1.4em; display: block; height: 100%;}
.xn_mc_pro_4_ul{}
.xn_mc_pro_4_ul li{	/* float: left; */width:100%;	margin: 10px 0;	height: 220px;}
.xn_mc_pro_4_ul li .xn_mc_pro_4_cont{float: left;	position: relative;	overflow: hidden;box-sizing: border-box;padding: 2%;}
.xn_mc_pro_4_cont a,.xn_mc_pro_4_cont span{	color: #fff;font-size: 1.4em;}
.xn_mc_pro_4_name a{font-size: 1.5em;}
.xn_mc_pro_4_ul li .xn_mc_pro_4_img{box-sizing: border-box;overflow: hidden;}
.xn_mc_pro_4_ul li .xn_mc_pro_4_img img{width:100%;	margin: auto;position: absolute;left: 0;top: 0;	bottom: 0;right: 0;}
.xn_mc_pro_4_ul li .xn_mc_pro_4_img a{text-align: center;}	
.xn_mc_pro_4_ul li:nth-child(odd) .xn_mc_pro_4_cont{background: #81d8cf;width:33%;margin-left:2%;}
.xn_mc_pro_4_ul li:nth-child(odd) .xn_mc_pro_4_img{float:right;width:61%;margin:0 2%;}
.xn_mc_pro_4_ul li:nth-child(even) .xn_mc_pro_4_img{float: left;width:48%;margin-left: 2%;}
.xn_mc_pro_4_ul li:nth-child(even) .xn_mc_pro_4_cont{	position: relative;	float: left;/*height: 134px;*/background: #82dcb1;width:46%; margin:0 2%;}
/*end_xn_mc_pro_4_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/4109/images/loading.gif?d=20161222085346897) no-repeat center center !important; height: 120px; width: 100px; dispaly: block; }
/*end_pro_view_tu_banner*/

/*xn_mc_prodv_1_wrap*/
.view_m { width: 100%; height: 500px; }
.view_m_bq { height: 30px; background: #CCC; display: none; }
.view_img img { width: 200px; height: 132px; display: none; }
.xn_mc_prodv_1_wrap {}
.pro_view_t { width: 100%; height: 35px; border-bottom: 2px solid #C00; font-size: 1.5em; line-height: 35px; font-weight: bold; display: none; }
.view_name {
	 width: 94%;
	 margin: 0 auto;
 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: #71d7cc; 
  color: #fff; 
  text-indent: 0.8em; 
  font-size: 1.4em; 
  }
.pro_tu { display: none; }
.view_cnt { 
	line-height: 24px; 
	font-size: 1.2em; 
	color: #464646; 
	width: 94%; 
	margin: 10px auto 0;
	}
.EIMS_C_10005_1_loading { background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/loading.gif?d=20161222085346897) 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; }
/*end_xn_mc_prodv_1_wrap*/

/*banner_static*/
.banner_static{
	width: 100%;
	margin: 12px 0;
	clear: both;
/*	float: left;*/
display: inline-block;
}
.banner_static img{
	width: 100%;
	height: auto;
}

/*end_banner_static*/


/*xn_mh_prodv_1_wrap*/
.xn_mh_prodv_1_wrap{
	position: absolute;
/*	background: #000;*/
	text-align: center;
	left: 50%;
	width: 60px;
	height: 50px;
	line-height: 50px;
	}
.xn_mh_prodv_1_wrap a{
	position: absolute;
	left: -50%;
/*	background: #000;*/
	color: #f7fbfb;
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	}
/*end_xn_mh_prodv_1_wrap*/





/*xn_mh_products_1_wrap*/
.xn_mh_products_1_wrap{
	position: absolute;
/*	background: #000;*/
	text-align: center;
	left: 50%;
	width: 60px;
	height: 50px;
	line-height: 50px;
	}
.xn_mh_products_1_wrap a{
	position: absolute;
	left: -50%;
/*	background: #000;*/
	color: #f7fbfb;
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	
	}
/*end_xn_mh_products_1_wrap*/


/*xn_mc_products_1_wrap*/
.xn_mc_products_1_wrap{
	width: 96%;
	overflow: hidden;
	margin: 0 auto;
	}
.xn_mc_products_1_items li{
	width: 50%;
	position: relative;
	overflow: hidden;
	float: left;

	overflow: hidden;
	padding-bottom: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;


    
	}

.xn_mc_products_1_items li:nth-child(2n){
	background: none;
}	

.xn_mc_products_1_cont,.xn_mc_npro_1_cont{
	position: relative;
	width: 100%;
	height: 55px;
	overflow: hidden;
	background: url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/pro_bg.png?d=20161222085346897) no-repeat center 30px;
	background-size: 94%;
	}
.xn_mc_products_1_intro{display: none;}

.xn_mc_products_1_img,.xn_mc_npro_1_img{
	text-align: center;
	width: 96%;
	padding: 2%;
	overflow: hidden;
	height: 110px;
	position: relative;
    background:url(https://1.rc.xiniu.com/rc/Mobiles/4109/images/pro_bg02.png?d=20161222085346897) no-repeat right center;
    background-size: 1px 100%;
}

.xn_mc_products_1_items li:nth-child(2n) .xn_mc_products_1_img{
	background: none;
}	


.xn_mc_products_1_img a,.xn_mc_npro_1_img a{
 text-align: center;
 

	}
.xn_mc_products_1_img img,.xn_mc_npro_1_img img{
	width: 96%;
    max-height: 110px;
        position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     margin: auto;
     display: block;
     overflow: auto;  
     display: inline-block;
	
}
.xn_mc_products_1_Name,.xn_mc_npro_1_Name{
	text-align: center;
/*	background: #ccc;*/
	height:30px;
	line-height: 30px;
	position: absolute;
	bottom: 25px;
	width: 100%;
	font-size: 1.2rem;
	}
.xn_mc_products_1_Name a,.xn_mc_npro_1_Name a{
	color: #787878;
}

/*.xn_mc_products_1_fstyle1{height: 300px !important;}
.xn_mc_products_1_fstyle1 img{height: 300px !important;}

.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;}*/



@media screen and (max-device-width: 480px){
	
.xn_mc_products_1_cont,.xn_mc_npro_1_cont{
	background-size:90%;
	height: 40px;
}
.xn_mc_products_1_Name,.xn_mc_npro_1_Name{
	bottom: 12px;	
}
}

/*end_xn_mc_products_1_wrap*/


/*xn_mc_search_1_wrap*/
.EIMS_C_10003_1_MoreNewsBtn { width: 260px; height: 36px; line-height: 36px; margin: 0 auto; font-size: 1.2rem; -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; }
.search_cont { margin: 10px; color: #464646; border-bottom: 1px #e2e2e2 solid; }
.search_cont1 { font-size: 1rem; 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; }
/*end_xn_mc_search_1_wrap*/



/*xn_mh_search_1_wrap*/
.xn_mh_search_1_wrap{height:30px;line-height: 30px;background: #000;color: #fff;text-align: center;font-size:1.2rem;}
.xn_mh_search_1_wrap a{height:30px;line-height: 30px;background: #000;color: #fff;text-align: center;font-size:1.2rem;padding:10px;}
/*end_xn_mh_search_1_wrap*/



/*xn_mh_share_1_wrap*/
.xn_mh_share_1_wrap{height: 45px;line-height: 45px;color: #fff;text-align: center;background: #000;}
.xn_mh_share_1_wrap a{height: 45px;line-height: 45px;color: #fff;text-align: center;padding:10px;}
/*end_xn_mh_share_1_wrap*/

