@charset "utf-8";
body, div, ul, li, p, span, a, h1, h2, h3, h4, h5, h6, input,dl,dt,dd,img,ol,form { padding: 0; margin: 0; font-family: "微软雅黑"; border:0; }
ul ,li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
a { text-decoration: none; }
.clear { clear: both; }
.news_list ul li:before{ content:"·";}
.left { float: left; }
.right { float: right; }
/*-------------------------------------top-------------------------------------*/
.top_bj {
	width: 100%;
	display: block;
	overflow: hidden;
}
.top {
	width: 1200px;
	margin: 0px auto;
	padding-top: 28px;
}
.logo {
	width: 830px;
	float: left;
	margin-bottom: 28px;
}
.tel {
	width: 220px;
	font-size: 24px;
	color: #333333;
	float: left;
}
.tel * {
	vertical-align: middle;
	padding-bottom: 5px;
}
.tel img {
	margin-right: 6px;
}
.top .email {
	font-size: 18px;
	float: right;
	color: #0c5e9e;
	line-height: 37px;
}
.top .email a {
	color: #0c5e9e;
}
.top .email a:hover {
	color: #333333;
}
/*-------------------------------------nav-------------------------------------*/
.nav_1{ width:100%; height:49px; background-color:#0d6bb4; margin:0 auto;}
.nav_2{width:1200px; margin:0 auto;}
.nav>li{width:161px; height:49px;float: left;list-style:none; margin-right:10px; font-size:14px}
.nav>li:last-child{margin-right:0;}
.nav>li>a{width:170px; height:49px; line-height:49px;text-align: center; color: white; display: block; position:relative; overflow:hidden; font-size:16px;}
.nav>li>a:hover,.nav>li>a.current{ background: #fc9005;}
.box{min-width:170px; font-family: inherit; line-height: 36px; position:absolute; background: #fc9005; display:none; z-index: 3; text-align:center;}
.box ul li{ padding-right: 5px; border-bottom: 1px solid white; color: white; font-size: 13px}
.box ul li a{color:white; display:block}
/*-------------------------------------banner-------------------------------------*/
.banner{width:100%; margin:0 auto;}
.block_home_slider {position: relative; text-align: center; line-height: 0px;}  /*底部小图标*/
.block_home_slider .slide {position:relative;}
.block_home_slider .slide img{width:100%;}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(../img/sprite_arrow_2.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:18%; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:18%; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.block_home_slider .flex-control-paging {/*padding-top:15px;*/ margin-top: -35px; left:48.4%; display:inline-block; position: absolute;}
.block_home_slider .flex-control-paging li {margin: 0px 10px 0px 0px; padding: 0px; float: left; overflow: hidden; list-style-type: none;}
.block_home_slider .flex-control-paging li a {width:14px; height:14px; display:block; background-repeat:no-repeat; background:#fff; border-radius:15px;text-indent:-9000px; cursor:pointer;}
.block_home_slider .flex-control-paging li a.flex-active {background:#fc9005;}

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style-type: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
/*-------------------------------------关于我们-------------------------------------*/
.content_bj {
	width: 100%;
	display: block;
	overflow: hidden;
}
.content {
	width: 1200px;
	margin: 0px auto;
	margin-top: 20px;
}
.content_title ul li {
	text-align: center;
	line-height: 30px;
}
.content_title_en {
	font-size: 18px;
	color: #969494;
}
.content_title_cn {
	font-size: 28px;
	color: #333333;
}
.about {
	text-align: center;
	font-size: 18px;
	width: 1200px;
}
.about>p {
	line-height: 24px;
	font-size: 14px;
	color: #3f3f3f;
	width:800px;
	text-align: center;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 40px;
}
.about ul {
	width: 366px;
	height: 368px;
	border: 1px solid #e9e6e6;
	float: left;
}
.about ul img {
	border-bottom: 1px solid #e9e6e6;
}
.about_name {
	color: #0d6bb4;
	font-size: 24px;
	line-height: 60px;
}
.about_name a {
	color: #0d6bb4;
}
.about_name a:hover {
	color: #fc9005;
}
.about_fgx {
	border-bottom: 1px solid #0d6bb4;
	width: 40px;
	margin-left: 163px;
	margin-top: 6px;
}
.about_t {
	line-height: 30px;
	margin-top: 20px;
	font-size: 14px;
}
.about_center {
	margin: 0px 48px;
}
.more {
	font-size: 16px;
	width: 144px;
	line-height: 50px;
	border-radius: 20px;
	border: 1px solid #e9e6e6;
	float: left;
	margin-left: 525px;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fff;
}
.more a,.more1 a {
	display: block;
	color: #333333;
	border-radius: 20px;
}
.more a:hover,.more1 a:hover {
	background-color: #fc9005;
	color: #fff;
}
/*-------------------------------------产品中心-------------------------------------*/
.product_bj {
	background-color: #e1e1e1;
}
.product {
	margin-top: 20px;
}
.product ul li {
	width: 278px;
	height: 237px;
	float: left;
	border: 1px solid #e9e6e6;
	margin-right: 26px;
	margin-bottom: 26px;
	position:relative;
	overflow:hidden;
}
.product ul li img {
	width: 278px;
	height: 237px;
	position:absolute;
	left: 0;
	top: 0;
	z-index:10;
}
.product .product_1 {
	margin-right: 0px;
}
.more1 {
	font-size: 16px;
	width: 144px;
	line-height: 50px;
	border-radius: 20px;
	border: 1px solid #e9e6e6;
	float: left;
	margin-left: 525px;
	margin-top: 28px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #fff;
}
.product_title1 {
	width: 278px;
	height: 237px;
	background-color: #000;
	opacity:0.5;
	display: block;
	position: relative;
}

.product ul li  h3 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	padding-top: 63px;
}
.product ul li p {
	width: 123px;
	line-height: 43px;
	border-radius: 20px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	margin-left: 75px;
	margin-top: 40px;
}

.product ul li .product_mark{ background-color: #000;opacity:0.7; display:none; width:278px; height:237px; position:absolute; left:0; top:0; z-index:15;  z-index:14;overflow:hidden;filter:alpha(opacity=0.7);}
/*-------------------------------------新闻中心-------------------------------------*/
.news_bj {
	background-color:#f6f6f6;
}
.xw_nr{ margin-top:20px; }
.xw_nr_z h2 img{width:309px; height:332px; float:left;}
.xw_nr_z{width:550px; height:332px; margin-bottom:40px;}
.xw_nr_z ul li{width:241px; height:95px; background-color:#e7e7e7;text-align:center; padding-top:15px; font-size:16px;}
.xw_nr_z ul .li_1{border-bottom:1px solid #b9b9b9;}
.xw_nr_z ul .li_3{ width:241px; height:96px;background-color:#0d6bb4;}
.xw_nr_z ul .li_3 h3{color:#FFF; font-size:16px; font-weight:normal; margin-bottom:15px; padding-top:10px;}
.news_txt{float:right; width:580px; height:332px;}
.news_txt1{width: 580px; height:100px; line-height: 24px; margin-bottom:16px;}
.news_txt2{width: 470px; height:85px; float: right; padding-left:10px; background-color:#d0d0d0; padding-top:15px;}
.news_txt2 a{font-size:18px; color:#333;}
.news_txt1:hover .news_txt2 a{color:#fff;}
.news_txt1:hover .news_txt2 p{color:#fff;}
.news_txt2 p{line-height: 24px; color: #646464; font-size:14px;}
.news_txt1:hover .time{background: #0d6bb4; color:#FFF;}
.news_txt1:hover .news_txt2{background: #085693; color:#FFF;}
.time{width:100px; height:100px; text-align: center; background-color: #bcbcbc; float: left;}
.time h2{font-size:48px; font-weight:normal; margin-top: 25px;}
.time p{font-size:20px; margin-top:10px;}
.hzhb ul li {
	width: 212px;
	float: left;
	height: 87px;
	border: 1px solid #e9e6e6;
	margin-right: 32px;
	margin-top: 32px;
}
.hzhb .hzhb_1 {
	margin-right: 0px;
}
/*------------------------------------------footer-------------------------------------*/
.yj{width:100%; margin:0 auto; background-color:#0069ac; padding-top:20px; height:140px; margin-top: 30px;}
.yj_1{width:1200px; margin:0 auto; }
.yj_ewm{width:97px; text-align:center; margin-bottom:30px;}
.yj_ewm p{color:#fff; font-size:12px; margin-top: 6px;}
.yj_ba p{color:#fff; font-size:12px; line-height:24px;}
	