/*****vieye*****/
@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	font-family:"微软雅黑";
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

div.nomargin,li.nomargin,a.nomargin{
	margin-right:0px !important;
	margin-right:0px;
	}
div.nomargin-l,li.nomargin-l,a.nomargin-l{
	margin-left:0px !important;
	margin-left:0px;
}	

.clearfix{
	clear:both;
	}
.clearfix::before,.clearfix::after{
	content: '';
	display: block;

	clear:both;
}

.ab_active{
	color:#fff;
	background:url(../img/content/ab_title_bg.png) no-repeat center center;
	}
.space_tb1-5{
	padding-top:15px;
	padding-bottom:15px;
	}
.space_tb1{
	padding-top:10px;
	padding-bottom:10px;
	}
.space_tb2{
	padding-top:20px;
	padding-bottom:20px;
	}	
.space_tb3{
	padding-top:30px;
	padding-bottom:30px;
	}	
.space_tb4{
	padding-top:40px;
	padding-bottom:40px;
	}	
.space_tb5{
	padding-top:50px;
	padding-bottom:50px;
	}

.ta_c{
	text-align:center;
	}

.ta_l{
	text-align:left;
	}

.ta_r{
	text-align:right;
	}
	
.btn{
	cursor:pointer;
	}
.ov_hd{
	overflow:hidden;
	}

.m_color{
	color:#0080cc;
	}
.mh_color a:hover,a.mh_color:hover{
	color:#0080cc;
	}	
.m_bg{
	background:#0080cc;
	}

.m_bc{
	background:#0080cc;
	color:#fff;
	}
.bd_c{
	border:1px solid #ccc;
	overflow:hidden;
	}		

.para_p{
	line-height: 2;
	}

.hide{
	display: none;
}

.container1{
	padding-left:4.7%;
	padding-right:4.7%; 
}
.container2{
	padding-left:3%;
	padding-right:3%; 
}

.change1{
	transition: all 0.5s;
}


.yahei-light{
	font-family: light;
}

.trans-5{
	transition: all 0.5s;

}
.scale-min{
	transition: all 0.5s;
}
.scale-min:hover{
	transform: scale(1.1,1.1);
	transition: all 0.5s;
}
.en{
	font-family: arial;
}
.pro-detail-xq strong{
	font-weight: bold;
}
.pro-detail-xq h3{
	color: #0080cc;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 16px;
}
.pro-detail-xq img{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pro-detail-xq table{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pro-detail-xq table td{
	border-left: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
}
@media screen and (min-width:769px){
	.col-sm-12{
		width: 100%;
		float: left;
	}
	.col-sm-6{
		width:50%;
		float:left;
		}

	.col-sm-9{
		width: 75%;
		float:left;
	}	
	.col-sm-85{
		width: 80%;
		float:left;
	}
	.col-sm-8{
		width:66.666666%;
		float:left;
		}

	.col-sm-7{
		width:58.33333%;
		float:left;
	}

	.col-sm-5{
		width: 41.66666%;
		float:left;
	}

	.col-sm-4{
		width:33.33333%;
		float:left;
		}
	.col-sm-35{
		width: 20%;
		float:left;
	}	
	.col-sm-3{
		width: 25%;
		float: left;
	}	
	.col-sm-2{
		width:16.66666%;
		float: left;
		}
	.col-sm-1{
		width:8.333333%;
		float: left;
		}	
	.show-sm{
		display: none;
	}
	.pro-infolist .list-item {
    display: none;
    }
	.pro-infolist .show {
	    display: block;
	}
	}

@media screen and (min-width:993px){
	
	.hide-md-min{
		display:none;
		}
	.col-md-3{
		width:25%;
		float:left;
		}

	.col-md-2{
		width:16.66666%;
		float:left;
		}
	.col-md-6{
		width: 50%;
		float:left;
	}
	.col-md-4{
		width:33.33333%;
		float:left;
		}
	.show-md{
		display: none;
	}		
}
@media screen and (min-width:1201px){
	.col-lg-3{
		width: 25%;
		float: left;
	}
}	
@media screen and (max-width:1500px){

}
@media screen and (max-width:1200px){
	.hide-lg{
		display: none;
	}
	.fz-tolg-30{
		font-size: 3rem !important;
		font-size: 3rem;
	}
	.fz-tolg-24{
		font-size: 2.4rem !important;
		font-size: 2.4rem;
	}
	.fz-tolg-18{
		font-size: 1.8rem !important;
		font-size: 1.8rem;
	}
	.container1{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mt-c .logo{
		width: 250px;
		height: 37px;
		background-image: url(../img/public/logo-lg.jpg);
		margin-top: 5px;
	}
}	
	
@media screen and (max-width:992px){
	
	.show-md{
		display:block !important;
		}	
	.hide-md{
		display:none !important;		
		}
   .fz-tomd-24{
   	font-size:2.4rem !important;
   	font-size:2.4rem
   }
	.fz-tomd-18{
		font-size:1.8rem !important;
		font-size:1.8rem;
	}
	.fz-tomd-16{
		font-size:1.6rem !important;
		font-size:1.6rem;
	}	
	.fc-tomd-6{
		color: #666 !important;
	}
	.gelist .flex-control-nav{
		bottom:-150px;
	}	
}
@media screen and (max-width:768px){
	
	.col-xs-6{
		width:50%;
		float:left;
		}
	.col-xs-4{
		width:33.33333%;
		float:left;
	}
	.col-xs-3{
		width:25%;
		float:left;
	}	
	
	.fc-tosm-mc{
		color: #0080cc;
	}

	.fz-tosm-24{
		font-size: 2.4rem !important;
		font-size: 2.4rem;
	}
	.fz-tosm-18{
		font-size: 1.8rem !important;
		font-size: 1.8rem;
	}
	.fz-tosm-16{
		font-size: 1.6rem !important;
		font-size: 1.6rem;
	}
	.fz-tosm-14{
		font-size: 1.4rem !important;
		font-size: 1.4rem;
	}
	.full-sm{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.hide-sm{
		display: none !important;
	}	
	.show-sm{
		display: block !important;
	}
	.mt-c .logo{
		width: 164px;
		height: 24px;
		background-image: url(../img/public/logo-sm.jpg);
	}
	.mt-c .dropdown-btn{
		margin-top: 0;
	}
	.gelist .geinfo{
		top: 0;
		border-radius: 0;
		margin-top: 20px;
		bottom:auto;
		transform: translateY(0);
		width: 100%;
		box-shadow: none;
		position:relative;
	}	
	.gelist .gerelate-pro{
		transform: translateY(0);
		border-radius: 0;
		width: 100%;
		bottom:auto;
		box-shadow: none;
		position:relative;
	}
	.nelist .box2{
		padding-left: 0;
	}
	.nelist .bk2-gs{
		margin-left: 0
	}
	.in-pro-list .box{
	border-color: #fff;
}
	.in-pro-list .box:before{
	transform: scale(1,1);
	opacity: 1;
	
}
.in-pro-list .box:after{
	transform: scale(1,1);
	opacity: 1;
	
}
.in-pro-list .box h3{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	background: rgba(24,132,200,0.6);
	color: #fff;
	opacity: 1;
}
.in-pro-de-gs .gs{
	padding-left: 0;
	text-align: center;
}
.pro-infolist .pro-detail-xq{
	display: none;
}

}
