@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
dl,dt,dd{
	padding: 0;
	margin:0;
}
i,em{
	font-style: normal;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	position: fixed;
	z-index: 99999;
	width: 100%;
	box-shadow: 0 0 40px;
}

.head .head_top{
	background: #ededed;
	line-height: 35px;
	color: #454545;
}
.head_top a{
	padding: 0 15px;
	color: #454545;
}
.head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .head_body{
	padding: 10px 0;
	background: #fff;
}
.head_body .tel{
	padding: 7px 0 7px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head_body .tel p{
	font-size: 16px;
	line-height: 30px;
	color: #454545;
}
.head_body .tel b{
	font-size: 16px;
	line-height: 30px;
	color: #454545;
	font-weight: normal;
	display: block;
	text-align: right;
}
.head_body .tel span{
	font-size: 25px;
	font-family: Arial;
	color: #076ce0;
	font-weight: bold;
	letter-spacing: 1px;
}

.head .head_nav{
	padding: 5px 0;
	background: #076ce0;
}
.head_nav ul li{
	float: left;
}
.head_nav ul li a{
	display: block;
	width: 180px;
	margin: 0 10px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 25px 0;
	line-height: 40px;
}
.head_nav ul li:hover a{
	background: #7fba24;
}
.head_nav .clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.head_nav .nav .on a{
	background: #7fba24;
}
/*header end*/

/*banner start*/
.banner{
	padding-top: 185px;
}
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a{
	background: #076ce0;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

.title{
	margin-bottom: 30px;
	text-align: center;
}
.title b{
	font-weight: normal;
	font-size: 30px;
	color: #454545;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 2px;
}
.title p{
	display: inline-block;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 1px;
	color: #555;
	border-top: 1px solid #076ce0;
	line-height: 40px;
}

/*product start*/
.product{
	padding: 50px 0;
	background: #fff;
}

.pro_lb{
	width: 280px;
}
.pro_lb .tit{
	padding: 10px 0;
	background: #076ce0;
	text-align: center;
}
.pro_lb .tit b{
	font-weight: normal;
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 2px;
}
.pro_lb .tit p{
	display: inline-block;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	border-top: 1px solid #7fba24;
	line-height: 40px;
}
.pro_lb a{
	display: block;
	width: 230px;
	line-height: 40px;
	font-size: 16px;
	background: #ededed url(../images/jt.png) no-repeat center left;
	margin-top: 10px;
	padding-left: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_lb a:hover{
	background: #076ce0 url(../images/jt1.png) no-repeat center left;
	color: #fff;
}
.pro_lb .bot{
	padding: 10px 0;
	background: #076ce0;
	text-align: center;
	margin-top: 10px;
}
.pro_lb .bot b{
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 30px;
}
.pro_lb .bot p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 1px;
}
.pro_lb .bot span{
	font-weight: bold;
	color: #7fba24;
	font-family: Arial;
	font-size: 25px;
}

.pro_cp{
	width: 900px;
}
.pro_cp li{
	width: 262px;
	margin-left: 18px;
	background: #ededed;
	padding: 10px;
	float: left;
	margin-top: 27px;
}
.pro_cp li a{
	display: block;
	border: 1px solid #fff;
}
.pro_cp li .img{
	width: 260px;
	height: 195px;
	overflow: hidden;
}
.pro_cp li .img img{
	cursor: pointer;
	transition: all 2s;
}
.pro_cp li:hover .img img{
	transform: scale(1.2);
}
.pro_cp li p{
	line-height: 35px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #454545;
	padding: 0 30px;
}
.pro_cp li:hover{
	background: #076ce0;
}
.pro_cp li:hover p{
	color: #fff;
}
/*product end*/

/*company start*/
.scroll_bg{
	width: 100%;
	height: 100%;
	background-image: url(../images/scroll_bg.jpg);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

.company{
	padding: 50px 0;
	background: rgba(7,108,224,0.8);
	position: relative;
}
.company .title b{
	color: #fff;
}
.company .title p{
	color: #fff;
	border-top: 1px solid #7fba24;
}

.company .nr{
	width: 750px;
}
.company .nr b{
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 10px;
	line-height: 30px;
	background: #7fba24;
	padding: 0 20px;
	border-radius: 20px 0;
}
.company .nr p{
	text-indent: 2em;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.company ul{
	position: absolute;
	z-index: 9999;
	background: rgba(255,255,255,0.75);
	box-shadow: 0 0 10px #aaa;
	top: 480px;
	padding: 20px 0;
	width: 1150px;
	border-radius: 30px;
	overflow: hidden;
}
.company ul li{
	float: left;
	width: 165px;
	padding: 0 10px;
	border-left: 1px solid #fff;
	text-align: center;
}
.company ul li:nth-child(1){
	border-left: none;
}
.company ul li img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.company ul li b{
	line-height: 40px;
	font-size: 18px;
	color: #454545;
	font-weight: normal;
}
.company ul li p{
	font-size: 16px;
	color: #454545;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 15px 0;
}
.company ul li:nth-child(6){
	width: 195px;
}
.company ul li:nth-child(6) p{
	margin: 0;
}
/*company end*/

/*advantage start*/
.advantage{
	padding: 50px 0;
	background: #fff;
}
.advantage ul li{
	float: left;
	width: 400px;
	height: 300px;
	overflow: hidden;
}
.advantage .tit{
	background: #076ce0;
	padding: 67.5px 0;
	text-align: center;
	overflow: hidden;
	height: 165px;
}
.advantage .tit b{
	display: block;
	font-weight: normal;
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.advantage .tit p{
	display: inline-block;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	border-top: 1px solid #7fba24;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.advantage .tit span{
	display: block;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.advantage .tit em{
	display: block;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	opacity: 0.5;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.advantage .nr{
	width: 340px;
	height: 150px;
	background: #ededed;
	padding: 75px 30px;
	text-align: center;
	overflow: hidden;
}
.advantage .nr b{
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1.5px;
	color: #454545;
	display: block;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.advantage .nr span{
	color: #888;
	font-family: Arial;
	font-size: 15px;
	line-height: 30px;
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.advantage .nr .xt{
	margin: 10px auto;
	width: 100px;
	height: 1px;
	background: #076ce0;
}
.advantage .nr p{
	font-size: 16px;
	color: #454545;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
}
.advantage .num1{
	background: #ededed url(../images/num1.png) no-repeat top left;
}
.advantage .num2{
	background: #ededed url(../images/num2.png) no-repeat top left;
}
.advantage .num3{
	background: #ededed url(../images/num3.png) no-repeat top left;
}
.advantage .num4{
	background: #ededed url(../images/num4.png) no-repeat top left;
}
/*advantage end*/

/*plant start*/
.plant{
	padding: 50px 0;
	background: #076ce0;
}
.plant .title b{
	color: #fff;
}
.plant .title p{
	color: #fff;
	border-top: 1px solid #7fba24;
}

.strengthMain{
	overflow:hidden;
}
.strengthMain li{
	float:left;
	width:285px;
	height:215px;
	margin-bottom: 20px;
	overflow:hidden;
	background:#000;
	position:relative;
	margin-left: 20px;
}
.strengthMain li:nth-child(4n+1) {
	margin-left: 0;
}
.strengthMain li img{
	width:285px;
	height:215px;
	transition:all .5s;
	opacity:1;
	filter:alpha(opacity=100);
}
.strengthMain li .font{
	width:285px;
	height:190px;
	top:0;
	left:0;
	position:absolute;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding-top:25px;
}
.strengthMain li .font h3{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:36px;
	position: relative;
	top: 155px;
	background: url(../images/imghoverbg.png);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 235px;
	padding: 0 25px;
}
.strengthMain li:hover img{
	transform: scale(1.1, 1.1);
	opacity:0.4;
	filter:alpha(opacity=40);
}
.strengthMain li:hover .font h3{
	font-size:20px;
	color:#fff;
	font-weight:normal;
	margin-bottom:20px;
	line-height:160px;
	background: none;
	position: relative;
	top: 0;
	display: block;
}
.strengthMain li .font::before,.strengthMain li .font::after{
	position:absolute;
	content:'';
	opacity:0;
	transition:all 0.5s;
}
.strengthMain li .font::before{
	top:25px;
	right:15px;
	bottom:25px;
	left:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:scale(0,1);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
}
.strengthMain li .font::after{
	top:15px;
	right:25px;
	bottom:15px;
	left:25px;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	transform:scale(1,0);
	transform-origin:100% 0;
}
.strengthMain li:hover .font::before,.strengthMain li:hover .font::after{
	opacity:1;
	transform:scale(1);
	transition: all 0.5s;
}

.plant .more{
	display: block;
	line-height: 30px;
	width: 130px;
	margin: 0 auto;
	margin-top: 30px;
	border: 1px solid #7fba24;
	color: #7fba24;
	font-size: 16px;
	text-align: center;
}
.plant .more:hover{
	background: #7fba24;
	color: #fff;
}
/*plant end*/

/*new start*/
.new{
	padding: 50px 0;
	background: #ededed;
}

.new_top li{
	float: left;
	width: 585px;
	margin-left: 30px;
	box-shadow: 0 0 10px #aaa;
	background: #fff;
	overflow: hidden;
}
.new_top li:nth-child(1){
	margin-left: 0;
}
.new_top img{
	width: 280px;
	height: 160px;
}
.new_top .nr{
	width: 280px;
	padding: 10px;
}
.new_top .nr b{
	font-size: 17px;
	color: #454545;
	font-weight: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.new_top .nr span{
	font-size: 15px;
	color: #aaa;
	font-family: Arial;
}
.new_top .nr p{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 5px 0;
}
.new_top .nr a{
	line-height: 30px;
	font-size: 15px;
	color: #aaa;
}
.new_top .nr a:hover{
	color: #076ce0;
}

.new_bot li{
	float: left;
	width: 360px;
	margin-top: 20px;
	margin-left: 30px;
	padding: 10px;
	background: #fff;
}
.new_bot li:nth-child(3n+1){
	margin-left: 0;
}
.new_bot b{
	font-size: 16px;
	color: #454545;
	font-weight: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.new_bot span{
	font-size: 14px;
	color: #aaa;
	font-family: Arial;
}
.new_bot p{
	font-size: 14px;
	color: #888;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 5px 0;
}
.new_bot li:hover{
	box-shadow: 0 0 10px #aaa;
}
.new_bot li:hover b{
	color: #076ce0;
}
/*new end*/

/*footer start*/
.foot{
	background: url(../images/footbg.jpg) no-repeat center bottom;
}

.foot .foot_top{
	padding: 30px 0;
	background: rgba(7,108,224,0.8);
	text-align: center;
}
.foot_top b{
	display: inline-block;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	letter-spacing: 1.5px;
	font-weight: normal;
	color: #fff;
	padding-left: 50px;
	background: url(../images/tel1.png) no-repeat center left;
}
.foot_top p{
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	letter-spacing: 1.5px;
}
.foot_top span{
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #7fba24;
}
.foot_top i{
	display: block;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
}
.foot_top em{
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	line-height: 30px;
}

.foot .foot_body{
	padding: 20px 0;
	background: rgba(255,255,255,0.9);
}
.foot_body ul li{
	float: left;
	width: 300px;
}
.foot_body b{
	font-size: 18px;
	font-weight: normal;
	color: #454545;
	letter-spacing: 1px;
	line-height: 30px;
}
.foot_body span{
	color: #666;
	font-size: 14px;
}
.foot_body .xt{
	height: 1px;
	width: 50px;
	margin: 5px 0;
	background: #076ce0;
}
.foot_body a{
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #555;
}
.foot_body .lj a{
	padding-left: 10px;
	background: url(../images/yuan.png) no-repeat center left;
	line-height: 35px;
}
.foot_body a:hover{
	color: #076ce0;
}
.foot_body .lx{
	width: 400px;
}
.foot_body p{
	line-height: 35px;
	font-size: 16px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.foot_body .ewm{
	width: 200px;
	text-align: center;
}
.foot_body .ewm img{
	margin-bottom: 10px;
}
.foot_body .ewm p{
	text-align: center;
	line-height: 30px;
	color: #454545;
}

.foot .foot_bot{
	background: #076ce0;
	line-height: 35px;
}
.foot_bot span{
	font-size: 15px;
	color: #fff;
}
.foot_bot a{
	font-size: 15px;
	color: #fff;
}
/*footer end*/