/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

 ::selection {
	background-color: #009a44;
	color: #fff;
}

::-moz-selection {
	background-color: #009a44;
	color: #fff;
}

::-webkit-selection {
	background-color: #009a44;
	color: #fff;
}
* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}


.top_bg{ width:100%; margin:0 auto; height:30px; background:#e3e5e3;}
.top_bg .top{ width:1200px; margin:0 auto; height:30px; line-height:30px;}
.top_bg .top .wel{ float:left; font-size:14px; color:#7d7a7a;}
.top_bg .top .t_r{ float:right;}
.top_bg .top .t_r a{font-size:14px; color:#7d7a7a; font-weight:bold; margin:0 10px;} 

.pagetop{width:1200px; margin:0 auto; height:173px;  }
.pagetop .left_nr{ float:left;}
.pagetop .left_nr .logo{ float:left; margin:32px 0 0 0;}
.pagetop .left_nr .trait { float:left; margin:46px 0 0 15px; font-size:36px; color:#009a44; text-align:center; width:px;}
.pagetop .left_nr .trait p {font-size:18px; color:#888383;}
.pagetop .right_tel{ float:right;background:url(../images/tel.png) no-repeat left center; padding-left:60px; height:85px; margin:55px 0 0 0; }
.pagetop .right_tel p{font-size:36px; color:#009a44; line-height:36px; font-family:"Impact";}


.nav_bg {
	height: 70px;
	background: #009a44;
	width:100%; margin:0 auto;
}

.nav_bg .nav {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	z-index: 111;
}





@keyframes swingdown {
	0% {
		opacity: .99999;
		transform: rotateX(90deg);
	}

	30% {
		transform: rotateX(-20deg) rotateY(5deg);
		animation-timing-function: ease-in-out;
	}

	65% {
		transform: rotateX(20deg) rotateY(-3deg);
		animation-timing-function: ease-in-out;
	}

	100% {
		transform: rotateX(0);
		animation-timing-function: ease-in-out;
	}
}


.nav>ul>li {
	width: 133px;
	height: 70px;
	text-align: center;
	color: #fff;
	float: left;
	position: relative;
}

.nav ul li a {
	display: block;
	color: #fff;
	line-height: 40px;
}

.nav>ul>li>a {
	color: #fff;
	font-size:18px;
	line-height:24px;
	margin-top:13px;
}
.nav>ul>li>a em {
	color: #fff;
	font-size:14px;
	text-transform: uppercase;
	display:block;
	padding-bottom: 9px;
}

.nav>ul>li>ul>li {
	position: relative;
	height: 40px;
	background:rgba(255, 255, 255,0.6);
	width: 144px;
	left:6px;
}

.nav>ul>li>ul>li a {
	color:#333;
}

.nav>ul>li>ul {

	height: auto;

	width: 144px;
}

.nav>ul>li>ul>li>b {
	width: 0;
	display: block;
	height: 40px;
	background: #009a44;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 0;
	left: 0;
}

.nav>ul>li>ul>li:hover b {
	width: 100%;
}


.nav>ul>li>ul>li:hover>a {
	position: absolute;
	width: 133px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	display: block;
}



.third-nav {
	margin-left: 100%;
	top: 0px;
	left: 0px;
	width: 133px;
	position: relative;
	display: none;
}


.third-nav li {
	width: 133px;
	height: 40px;
	background:rgba(255, 255, 255,0.6);
	display: none;
}


.third-nav li @keyframes swingdown {
	0% {
		opacity: .99999;
		transform: rotateX(90deg);
	}

	30% {
		transform: rotateX(-20deg) rotateY(5deg);
		animation-timing-function: ease-in-out;
	}

	65% {
		transform: rotateX(20deg) rotateY(-3deg);
		animation-timing-function: ease-in-out;
	}

	100% {
		transform: rotateX(0);
		animation-timing-function: ease-in-out;
	}
}


.second-nav {
	display: none;

}
.second-nav>li {

	border-bottom:1px solid #fff;
}

.third-nav>li {

	border-bottom:1px solid #159c2e;
}

.nav ul li:hover .second-nav {
	display: block;
	animation: swingdown .8s ease-in-out forwards;
}

.nav ul li:hover .third-nav li {
	display: block;
	animation: swingdown .8s ease-in-out forwards;
}

.second-nav li:hover .third-nav {
	display: block;
}

.second-nav li:hover .third-nav a{
	color:#fff;
}


.second-nav>li>a::after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.5s ease;
	-moz-transition: border-color 0.5s ease;
	-ms-transition: border-color 0.5s ease;
	-o-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease;
}

.nav>ul>li>span {
	width:100%;
	height: 0;
	background:url(../images/nav_hover.png) no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition:.5s;
	transition:.5s;
	display:block;
}
.nav>ul>li>a{
	position: relative;
	top: 0;
	left: 0;
}

.nav>ul>li:hover>span {
    width: 173px;
    height: 70px;
    left: -21px;
}


.third-nav li i {
	width: 0;
	display: block;
	height: 40px;
	background: #009a44;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 0;
	left: 0;
}

.third-nav li:hover i {
	width: 100%;
}

.third-nav li a {
	display: block;
	width: 113px;
	height: 40px;
	padding: 0 10px;
	position: absolute;
	color:#333;
}



.banner{ width:100%; height:600px; margin:0 auto; overflow:hidden; position:relative;}
.flexslider{position:relative;height:600px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:600px;}
.slides li a{ display:block;width:100%; height:600px;}
.flex-control-nav{position:absolute;bottom:30px;z-index:999;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}


.footer_bg{ width:100%; height:291px; margin:20px auto 0 auto;background:url(../images/footer_bg.jpg) no-repeat center;}
.footer_bg .footer{ width:1200px; margin:0 auto; height:291px;position:relative;}
.footer_bg .footer .phone{ position:absolute; right:0; top:0;font-size:18px; color:#fff; line-height:50px;}
.footer_bg .footer .phone span{ font-size:25px; color:#fff; font-family:"Impact"; margin:0 7px;}
.footer_bg .footer .f_l{ padding-top:85px; width:260px; float:left;}
.footer_bg .footer .f_l img{width:216px; height:147px;}
.footer_bg .footer .f_c{ padding-top:80px; width:610px; float:left; margin-left:55px;}
.footer_bg .footer .f_c h5{font-size:14px; color:#fff;margin-bottom:15px;}
.footer_bg .footer .f_c h5 span{font-size:14px; color:#fff; margin-left:15px;}
.footer_bg .footer .f_c p{ font-size:14px; color:#fff; line-height:36px;}
.footer_bg .footer .f_c p a{font-size:14px; color:#fff;}
.footer_bg .footer .f_r{ width:128px; height:128px; float:right; margin-right:30px; padding-top:100px; }
.footer_bg .footer .f_r img{width:108px; height:108px; margin:0 auto; display:block;}
.footer_bg .footer .f_r p{font-size:14px; color:#fff; text-align:center; line-height:30px;}
