﻿@charset "utf-8";
html {
	min-width: 1200px;
}
/*==========@@通用 开始@@==========*/
#com_center p img,#product_pic p img{
	display: block;
	margin: auto;
	max-width: 100%;
}


/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix {
*zoom:1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*其它*/
.hidden {
	display: none;
}
/*必须输入，主要*/
.required {
	color: red;
	font-weight: bold;
}
.form_text_verifycode {
	width: 80px;
}
.form_radio {
	width: auto;
	border: 0;
}
.form_checkbox {
	width: auto;
	border: 0
}
/*网站公用样式表*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.icon {
	background: rgba(0,0,0,0.5) url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#header_main, #top_main, #banner_main, #floor_1_main, #links_main, #footer_main {
	width: 100%;
	margin: 0;
}
.trans {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
/*top*/
.header_main {
	width: 100%;
	z-index: 100;
	position: relative;
	height: 80px;
	background: #fff;
	transition: all .3s ease-in;
	top: 0;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
.header_main .logo {
	display: block;
}
.header_main .logo img {
	max-width: 100%;
	display: block;
	vertical-align: middle;
}
.topright {
	position: relative;
	width: 770px;
}
.header_main.fixt {
	position: fixed;
}
#nav .navlist {
	position: relative;
	display: block;
}
#nav li {
	float: left;
	display: inline-block;
	list-style: none;
	font-size: 16px;
	text-align: center;
	position: relative;
	height: 80px;
}
#nav li a {
	display: block;
	text-align: center;
	position: relative;
	color: #007440;
	height: 80px;
	line-height: 80px;
	padding: 0 18px;	
}
#nav li:hover a {
	color: #fff;
	box-sizing: border-box;
	border-bottom: 3px solid #5fb878;
	background: #007440;
}
.top .toprig .item h4 {
	display: block;
	font-size: 30px;
}
/*导航栏下拉*/
#nav ul .subnav {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav ul li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav ul .subnav {
	background: #fff;
	border-top: 2px solid #5fb878;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 199;
}
#nav ul .subnav a {
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background: #fff;
	transition: all 0.2s ease-in-out 0s;
	max-width: 100%;
	border: 0 none;
	border-bottom: 1px solid #eee;
	border-radius: initial;
}
#nav ul .subnav a:hover {
	color: #007440;
	background: #f9f9f9;
	text-indent: 3px;
}
/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#banner_main .banner {
	height: 660px;
}
#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#banner, .banner ul {
	max-height: 660px;
	overflow: hidden;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}
.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 20px;
	z-index: 3;
}
#banner .tip span {
	height: 5px;
	margin: 0 2px;
	width: 50px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background: #fff;
	opacity: .6;
	filter: Alpha(opacity=60);
    *zoom:1;
}
#banner .tip span.cur {
	background-color: #007440;
	opacity: 1;
	filter: Alpha(opacity=100);
}
#banner #btn_prev, #banner #btn_next {
	width: 40px;
	height: 90px;
	position: absolute;
	top: 50%;
	z-index: 5;
	margin-top: -45px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
#banner #btn_prev {
	background-position: 0 0;
	left: 5%;
}
#banner #btn_next {
	background-position: -50px 0;
	right: 5%;
}
#banner #btn_prev:hover {
	background: rgba(0,116,64,0.5) url(../images/icon.png) no-repeat;
}
#banner #btn_next:hover {
	background: rgba(0,116,64,0.5) url(../images/icon.png) no-repeat;
	background-position: -50px 0;
}
/*banner end*/
.transs {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.us_box{
	width: 1200px;
	padding: 60px 0px;
	margin: auto;
	overflow: hidden;
}
.us_center{
	float: left;
	width: 620px;
}
.us_center font{
	display: block;
	font-size: 14px;
	width: 220px;
	text-align: center;
	line-height: 30px;
	background: #007440;
	color: #fff;
}
.us_center h1{
	font-size: 38px;
	font-weight: normal;
	line-height: 68px;
	padding: 17px 0px 36px 0px;
	color: #222;
}
.us_center p{
	font-size: 14px;
	line-height: 28px;
	color: #888;
}
.us_center a{
	display: table;
	font-size: 14px;
	color: #007440;
	border: 1px solid #007440;
	line-height: 40px;
	margin-top: 70px;
	padding: 0px 60px;
}
.us_center a:hover{
	background: #007440;
	color: #fff;
}
.us_img{
	float: right;
	width: 405px;
	height: 500px;
	background: url(../images/us.jpg) no-repeat;
	background-position: top right;
	position: relative;
}
.us_img img{
	position: absolute;
	width: 380px;
	height: 500px;
	bottom: 0px;
	left: 0px;
}
.busines_box{
	background: #f7f7f7;
}
.bus_title{
	display: table;
	margin: auto;
	text-align: center;
}
.bus_title h1{
	font-size: 38px;
	padding: 60px 0px 30px 0px;
}
.bus_title font{
	font-size: 15px;
	line-height: 24px;
	color: #222;
}
.bus_title p{
	font-size: 14px;
	color: #222;
}
.bus_lis_title{
	display: table;
	margin: auto;
	padding: 10px 0px 30px 0px;
}
.bus_lis_title a{
	display: inline-block;
	border: 3px solid #007440;
	line-height: 40px;
	width: 160px;
	text-align: center;
	margin: 10px;
	color: #007440;
	font-size: 16px;
	border-radius: 40px;
}
.bus_lis_title a:hover{
	background: #007440;
	color: #fff;
}
.textlist .list {
	width: 100%;
	padding-bottom: 30px !important;
}
.textlist .item {
	float: left;
	width: 375px;
	margin-right: 37px;
	transition: all 0.2s linear 0s;
	/*margin-bottom: 30px;*/
}
.textlist .item a {
	display: block;
	padding: 0;
	color: #333;
}
.textlist .item .img {
	width: 355px;
	height: 260px;
	border: 10px solid #007440;
	border-bottom: 10px solid #5fb878;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.textlist .item .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	display: block;
}
.textlist .item:hover .img img {
	transform: scale(1.1, 1.1);
}
.textlist .item .txt {
	line-height: 60px;
}
.textlist .item h3 {
	font-size: 16px;
    white-space:nowrap;
    overflow: hidden;
	text-align: center;
    text-overflow: ellipsis;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.textlist .item:hover h3 {
	color: #007440;
}
.textlist span {
	display: block;
	width: 50px;
	height: 1px;
	background: #ddd;
	margin: auto;
    -webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.textlist .item:hover span{
	width: 100%;
	background: #007440;
}
.bus_center .btn {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	border-radius: 100%;
}
.bus_center .btn.prev {
	background: #666 url(../images/icon.png) no-repeat;
	left: -5%;
	background-position: 0 -90px;
}
.bus_center .btn.next {
	background: #666 url(../images/icon.png) no-repeat;
	right: -5%;
	background-position: -50px -90px;
}
.bus_center .btn.prev:hover {
	background: #007440 url(../images/icon.png) no-repeat;
	background-position: 0 -90px;
}
.bus_center .btn.next:hover {
	background: #007440 url(../images/icon.png) no-repeat;
	background-position: -50px -90px;
}
.news_box{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.news_title{
	width: 340px;
	float: left;
	padding-top: 140px;
}
.news_title h1{
	font-size: 48px;
    color: #333333;
    line-height: 62px;
}
.news_title h2{
	font-size: 24px;
    color: #333333;
    line-height: 25px;
    margin: 4% 0 4%;
}
.news_title p{
	font-size: 14px;
    color: #666;
    line-height: 35px;
}
.news_title a{
	width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #007440;
	border: 1px solid #007440;
    display: block;
    margin-top: 60px;
}
.news_title a:hover{
	background: #007440;
	color: #fff;
}
.news_center{
	float: right;
	overflow: hidden;
	width: 720px;
	padding: 20px 0px;
}
.news_center li{
	float: left;
	width: 240px;
	padding: 70px 10px;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
}
.news_center li:hover{
	background: rgba(0,116,64,0.03);
	border-left: 1px solid #007440;
}
.news_center li h1{
	font-size: 80px;
    color: #666;
    line-height: 60px;
    opacity: 0.2;
    padding-bottom: 40px;
	font-weight: normal;
}
.news_center li font{
	display: block;
	font-size: 14px;
    color: #333333;
    line-height: 33px;
    margin-bottom: 7px;
}
.news_center li h2{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 6%;
    transition: color 0.3s;
	font-weight: normal;
}
.news_center li:hover h2{
	color: #007440;
}
.news_center li div{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.news_center li div img{
	width: 100%;
	min-height: 150px;
	display: block;
}
.news_center li p{
	font-size: 13px;
    color: #888888;
    line-height: 22px;
    overflow: hidden;
	padding: 10px 0px 30px 0px;
}
.news_center li span{
	display: block;
	width: 20px;
	height: 1px;
	background: #ddd;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.news_center li:hover span{
	width: 100%;
	background: #007440;
}

/*底部信息*/
#globalFooter{
	background: #f8f8f8;
	border-top:2px solid #007440;
}
.foot_bg{
	width: 1200px;
	margin: auto;
	padding: 10px 0px;
	overflow: hidden;
}
.foot_ewm{
	float: right;
	overflow: hidden;
}
.foot_ewm p{
	float: left;
	line-height: 24px;	
	text-align: right;
	padding-top: 50px;
	padding-right: 10px;
}
.foot_ewm img{
	width: 100px;
	height: 100px;
	display: block;
}
#globalFooter_copyright{
	float: left;
	margin: auto;
	padding: 20px 0px;
	line-height: 23px;
}
#globalFooter_copyright div{
	color: rgba(0,0,0,0.6);
	font-size: 14px;
}
#globalFooter_copyright p{
	color: rgba(0,0,0,0.6);
	font-size: 14px;
}
#globalFooter_copyright p a{
	color: rgba(0,0,0,0.6);
	font-size: 14px;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
/*置顶css*/
.box_top{
    position:fixed;
    right:4px;
    bottom: 10px;
    height:20px;
	line-height: 18px;
    width: 40px;    
    text-align:center;
    padding-top:20px;  
	border-radius: 10%;
    background-color: #007440;
    overflow: hidden;
	cursor:pointer;
    -moz-box-shadow:0px 0px 1px #555;
	-webkit-box-shadow:0px 0px 1px #555;
	box-shadow:0px 0px 1px #555;
	z-index: 99999;
}
.box_top:hover:before{
    top:50%
}
.box_top:hover .box_htmltop{
    visibility: hidden;
}
.box_top:before{
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content:'回到顶部';
	font-size: 14px;
    width: 40px;
    color:#fff;
}    
.box_htmltop{
    visibility: visible;
    display:inline-block;
    height:14px;
    width: 14px;
    border: 3px solid black;
    border-color: white transparent transparent white;
    transform:rotate(45deg);
}
@font-face {
	font-family: ADELE;
	src: url("../font/ADELE.eot");
	src: url("../fonts/adele.eot") format("eot"), url("../fonts/adele.ttf") format("truetype");
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
