@charset "gb2312";
/* CSS Document */
/*初始化*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 62.5%;
}
p, h1, h2, a, div {
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif;
}
/* IE5.xIE6бbug */
* html body {
	overflow: visible;
}
* html iframe, * html frame {
	overflow: auto;
}
* html frameset {
	overflow: hidden;
}
/*a,li*/
a {
	text-decoration: none;
	color: #666;
}
li {
	list-style: none;
}
body {
	background: #F2F2F2;
}
/*清除浮动*/
.clear {
	clear: both
}
.fr {
	float: right;
	padding-right: 10px;
	font: 1.2rem/23px sumsun;
}
.h20 {
	padding-top: 20px;
}
.h1 {
	height: 1px;
	display: block;
	background: #fff
}
.h10 {
	height: 10px;
}
.sp20 {
	padding-left: 20px
}
/*居中*/
.center {
	margin: auto;
}
img {
	border: none;
}
/*首页*/
body {
	width: 100%;
	margin: 0 auto;
}
.head {
	width: 100%;
	position: relative;
	border-top: 0.78rem solid #033479;
	height: 4rem;
}
.logo {
	font: 2.4rem Microsoft YaHei;
	text-align: center;
	margin-top: 0.8rem;
}
.logo a {
	color: #033479;
}
.nav {
	padding: 0 0 0 0;
	height: 36px;
	width: 100%;
	background: -webkit-linear-gradient( top, #033479 40%, #033479 78%);
	background: -moz-linear-gradient( top, #033479 40%, #033479 78%);
	background: -ms-linear-gradient( top, #033479 40%, #033479 78%);
	background: -o-linear-gradient( top, #033479 40%, #033479 78%);
}
.nav a.nav-btn {
	display: block;
	background: url(../images/nav.png) no-repeat 30px 5px;
	text-indent: -9999px;
	width: 28px;
	line-height: 36px;
	padding-top: 0px;
	height: 28px;
	padding-left: 35px;
	text-transform: uppercase;
}
.nav a.nav-btn:hover {
	text-decoration: none;
}
.nav a.nav-btn span.arr {
	background: url(../images/nav-arr.png) no-repeat 0 0;
	width: 13px;
	height: 9px;
	position: absolute;
	right: 14px;
	top: 12px;
}
.nav a.nav-btn span.arr.active {
	background: url(../images/nav-arr.png) no-repeat 0 bottom;
}
.nav {
	position: relative;
	z-index: 1000;
}
.nav ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
}
.nav ul li {
	display: block;
	line-height: 36px !important;
	float: none;
	background: url(../images/navigation.png) repeat 0 0;
	font-size: 1.4rem;
}
.subline {
	width: 0;
	height: 0;
	display: hidden;
}
.nav ul li a {
	color: #033479;
	text-indent: 40px;
	display: block;
}
.flash {
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

.flexslider { background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 48px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  background:url(../images/arr.png) no-repeat; text-indent:-999em }
.flex-direction-nav .flex-prev { left: -50px; background-position:0 0 }
.flex-direction-nav .flex-next { right: -50px; background-position:-132px 0}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

.flex-control-nav {width: 100%; position: absolute; bottom: 15px; text-align: center; z-index:10;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 1167px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
.top-nav {
	width: 100%;
	margin-top: 1rem; display:inline-block;
}
.top-nav  ul{ text-align:center;width:95%; margin: 0 auto;}
.top-nav ul li {
	width: 22%;
	height: 6rem;
	line-height:4rem;
	background: #033479;
	border-radius: 15px;
	float: left;
	margin: 5px 4px;
	text-align: center;
	font-size: 1.4rem
}
.top-nav ul li img {
	margin-left: 0px;
}
.top-nav ul li a {
	color:#FFFFFF; display:block;
}
.top-nav ul li a strong {
	margin-top: 1rem;
	display: inline-block;
	font-size: 15px;
	font-style: normal; font-weight:400;
}
.main1 {
	margin-top: 1.5rem; text-align:center;
}
.m1-H {
	width: 100%;
	height: 2.3rem;
	background: #F54E19;
	font: 1.4rem/23px sumsun;
	text-indent: 8px;
	margin-bottom: 1.5rem; text-align:left;
}
.m1-H a {
	color: #FFFFFF;
}
.main1 img {
}
.main1 p {
	font: 1.3rem/24px sumsun; text-align:left; margin-top:1.5rem; padding:0 1.5rem;
}
.main3 {
	width: 100%;
	margin-top: 1.5rem;
}
.m3-product {
	width: 100%;
}
.m3-product li {
	width: 45%;
	float: left;
	text-align: center;
	margin: 0.5rem;
}
.m3-product li h3 {
	font: 1.3rem sumsun;
}
.m3-product li img {
	width: 155px;
	height: 105px;
	margin-bottom: 5px;
}
.main4 {
	width: 100%;
	margin-top: 1.5rem;
}
.m4-product li {
	width: 45%;
	float: left;
	margin: 0.5rem;
	text-align: center
}
.m4-product li img {
	width: 155px;
	height: auto;
	margin-bottom: 5px;
}
.m4-product li a h3 {
	font: 1.3rem Microdoft YaHei;
	margin-top: 0.4rem;
}
.main6{margin-bottom:25px; display:inline-block;width:100%}
.m6-news {
	width: 95%;
	margin: 0 auto;
}
.m6-news li {
	font: 1.3rem/26px sumsun;
	border-bottom: 1px dashed #717271;
	padding: 0.3rem 0;
}
.fr2 {
	float: right;
	padding-right: 10px;
}
.foot {
	width: 100%;
	margin-top: 2rem;
	background: #4AA025;
	font: 1.2rem/25px sumsun;
	color: #FFF;
	text-align: center;
}
.foot a {
	color: #FFF;
}
/*子页*/
.zy-main1{ width:100%; display:inline-block; margin-top:1.5rem; color:#484747;}
.zy-main2{ width:100%; display:inline-block; margin-top:2rem;}
.side-call{ margin-left:2rem;font: 13px/26px simsun; color: #333}
.about{width: 97%; margin: auto; margin-top: 20px; font: 13px/26px simsun; color: #333}
/*productlist*/
.zy-productlist{ width:100%; display:inline-block;}
.zy-productlist li{ width:45%;float:left; margin:4px 5px; text-align:center; }
.zy-productlist li img{ width:155px; height:auto; margin-bottom:3px;}
.zy-productlist li a h3{font:1.3rem sumsun; font-weight:400; }
/*news.html*/
.news-title {font: 20px/32px simsun; color:#333; text-align: center;}
.news-info{font: 12px/20px simsun; color: #393939; text-align: center; border-bottom: 1px dotted #BBBDBF; margin-bottom: 10px; padding-bottom:5px;}
.news-text{width:97%; margin: auto}
.news-text {font: 14px/26px simsun; color: #333; margin-top: 2px; margin-bottom:2px;}
.news-text img{ max-width:100%; height:auto;}
.bshare-custom{margin: 20px 0;  }
.bar{font: 14px/26px simsun; color:#526673; text-align:center;}
.bar a{ color:#526673}
.bar a:hover{color: #0F7EC3}
/*页数显示条的css样式*/
.pagelink{ float:right; height:26px; line-height:26px;background:rgba(0,170,213,0.1); margin:20px 0 0 0; padding:0 10px;font: 12px/24px "microsoft yahei";cursor:pointer;}
.pagelink a, .pagelink span{ padding:0 3px;}
.pagelink a.on, .pagelink a:hover{ color:#F9003B;}
/*底部*/

footer{ width:100%; height:34px; line-height:40px; background:#033479; position:fixed; left:0; bottom:0;}
footer a{ display:block; width:20%; height:40px; float:left; background:no-repeat center; background-size:auto 20px;}
footer a#fanhui{ background-image:url(../images/fanhui.png); width: 50%;}
footer a#list{ background-image:url(../images/list.png);}
footer a#home{ background-image:url(../images/home.png);}
footer a#tel{ background-image:url(../images/tel.png); width: 50%;}
footer a#map{ background-image:url(../images/map.png);}




