@charset "utf-8";

/* reset style */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
blockquote,
pre,
button,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
iframe,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
footer,
menu,
nav,
section,
summary,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0 none transparent;
    outline: none;
    font-size: inherit;
    font-family: inherit;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
    display: block;
}
html,
body {
    position: relative;
    width: 100%;
}


/*html, body { scroll-behavior:smooth; }*/

html.freeze,
html.freeze body {
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    /* user-select: none;
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased; */
    font: 12px/1.5 Microsoft YaHei UI, Microsoft YaHei, tahoma, arial, Hiragino Sans GB, SimSun, Segoe UI, Tahoma, Helvetica, Sans-Serif, sans-serif, \5b8b\4f53;
    color: #333;
    font-size: 15px;
    line-height: 1.6rem;
    word-break: break-all;
}
a{
	color: #333;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
    display: block;
}

img,li,h2,p,h3{
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.hide {
    display: none;
}
/* transition */
.tran{
	transition: all 0.5s;
	moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition:  all .5s;
}
/* box-sizing */
div,.box,li,h2,h3{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.center{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.triangle{
	border-color: transparent transparent #fff #fff;
	border-style: solid;
	border-width: 8px;
	bottom: -8px;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	transform: rotate(135deg);
	transform-origin: center center;
	width: 0;
	margin-left: 48px;
}


a,
button {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-decoration: none;
    outline: 0;
}
/* 单行限制 */
.ellipsis{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
/* 多行限制 */
.clamp2{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.clamp3{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.web {
    width: 1200px;
    margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1300{
	width: 1300px;
	margin: 0 auto;
}
.w1400{
	width: 1400px;
	margin: 0 auto;
	min-width: 1400px;
}
.w1440{
	width: 1440px;
	margin: 0 auto;
}
.fl {
    float: left
}
.fr {
    float: right
}
.inlineB {
    font-size: 0;
}


/* forms */

html.firefox fieldset {
    display: table-cell !important;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    overflow: visible;
    background-color: transparent;
    cursor: pointer;
}


.search-box input::-webkit-input-placeholder {
    color: #29bd29;
	font-size: 16px;
}
.search-box input::-moz-placeholder { 
    color: #29bd29;
    font-size: 16px;
}
.search-box input:-moz-placeholder {
    color: #29bd29;
    font-size: 16px;
}
.search-box input:-ms-input-placeholder {   
    color: #29bd29;
    font-size: 16px;
}

/* ie6 ~ ie7 css */

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    text-decoration: none;
}

button:hover span {
    text-decoration: underline;
}

input {
    padding: 0;
    border: 0 none transparent;
    outline: 0;
}

input[type='submit'] {
    height: 28px;
    line-height: 24px;
}

input[type='radio'],
input[type='checkbox'] {
    width: 14px;
    height: 14px;
}

input[type='image'] {
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

input[disabled='disabled'] {
    background-color: #ebebeb;
    color: #959595;
}

select {
    height: 28px;
    line-height: 24px;
    padding: 1px 0 1px 3px;
    border: 1px solid #dedede;
    background-color: #fff;
}

select[disabled='disabled'] {
    background-color: #ebebeb;
    color: #959595;
}

textarea {
    min-height: 80px;
    padding: 1px 3px;
    border: 1px solid #dedede;
    line-height: 25px;
}


/* other */

iframe.pdf {
    width: 100%;
    height: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
}

mark {
    background-color: transparent;
}

[data-style='list'] .target {
    display: none;
    color: #000;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: none;
}

img {
    border: 0 none transparent;
    -ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

img,
div.root_daum_roughmap {
    max-width: 100%;
}

b,
strong {
    font-weight: 600;
}

i,
em,
dfn,
cite,
address {
    font-style: normal;
}

small {
    font-size: 90%;
}

sup,
sub {
    position: relative;
    font-size: 0.9em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

del {
    text-decoration: line-through;
}

label {
    cursor: pointer;
}

ol,
ul,
li {
    list-style: none;
}

legend {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

caption {
    height: 1px;
    font-size: 0;
    line-height: 0;
}


@-webkit-keyframes fadeInDown {
  from {opacity: 0; -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@keyframes fadeInDown {
  from {opacity: 0; -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@-webkit-keyframes fadeInUp {
  from {opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@keyframes fadeInDown {
  from {opacity: 0; -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@-webkit-keyframes fadeInRight {
  from {opacity: 0; -webkit-transform: translate3d(3%, 0, 0); transform: translate3d(3%, 0, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInRight {
  from {opacity: 0; -webkit-transform: translate3d(3%, 0, 0); transform: translate3d(3%, 0, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@-webkit-keyframes fadeInLeft {
  from {opacity: 0; -webkit-transform: translate3d(-3%, 0, 0); transform: translate3d(-3%, 0, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInLeft {
  from {opacity: 0; -webkit-transform: translate3d(-3%, 0, 0); transform: translate3d(-3%, 0, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@-webkit-keyframes z {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }

    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}

@keyframes z {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }

    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
.flipInX {
    visibility: visible!important;
    visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.header,.top{
	position: absolute;
	z-index: 2021;
	width: 100%;
	padding: 0 10%;
	min-width: 1400px;
}
.header{
	transition: all 0.5s ease-out;
}
.top{
	top: 30px;
}


.top li{
	float: left;
	padding: 0 20px;
	position: relative;
	line-height: 30px;
}
.top li img{
	position: relative;
	top: -2px;
}

.top .first::after{
	position: absolute;
	display: block;
	content: "";
	right: 0;
	top: 0;
	width: 1px;
	height: 15px;
	bottom: 0;
	margin: auto;
	background: #fff;
}
.top li a{
	color: #fefeff;
	font-size: 13px;
}
.header{
	top: 50px;
}
.header .logo img{
	width:100%;
}
.header .nav ul>li{
	float: left;
	position: relative;
	line-height: 30px;
	height: 30px;
}
.header .nav ul>li>a{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	padding: 0 14px;
}
.header .nav{
	margin-top: 32px;
}
.nav ul>li:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #13933e;
    content: "";
    transition: all .5s;
	opacity: 0;
}
.nav ul>li:after {
    position: absolute;
    bottom: -10px;
    right: 50%;
    width: 0;
    height: 2px;
    background: #13933e;
    content: "";
    transition: all .5s;
	opacity: 0;
}
.nav ul>li:hover>a{
	color: #13933e;
}
.nav ul>li:hover::after,.nav ul>li:hover::before {
    width: 20%;
	opacity: 1;
}
.nav ol{
	display: none;
	position: absolute;
	width: 150%;
	text-align: center;
	top: 54px;
	left: -25%;
	background: #000;
	background: linear-gradient(180deg,rgba(0,0,0,0.5) 40%,transparent 100%);
	padding-bottom: 20px;
}
.nav ol li{
	width: 100%;
	line-height: 35px;
	height: 35px;
}
.nav ol li:hover a{
	color: #13933e;
}
.nav ol li a{
	font-size: 16px;
	color: #fff;
	line-height: 35px;	
}
.fixed-nav {
    background: #000;
    background: rgba(0,0,0,0.6);
    top: 0;
    padding: 15px 10%;
    position: fixed;
}
.fixed-nav .logo img{
	width:80%;
}
.fixed-nav .nav{
	margin-top:15px;
	transition: all 0.5s ease-out;
}
.footer{
	background: url(../img/bottom-bg.jpg)  center top;
	background-size: cover;
	padding-top: 40px;
	height: 280px;
	min-width: 1400px;
}
.footer .bq p{
	font-size: 16px;
	color: #fff;
}
.footer-logo{
	margin-top: 38px;
	margin-right: 40px;
}
.footer-logo img{
	width:117px;
	height:117px;
}
.footer .bq{
	margin-top:50px;
}
.footer .bq .line{
	width: 30px;
	height: 1px;
	margin: 20px 0;
	background: #ffff;
}
.footer .ewm p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.search-box{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.7);
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
	opacity: 0;
}
.search-box.active{
	opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.search-box .serBox{
	position: relative;
	padding: 30px 40px 30px 30px;
	background: #fff;
	width: 60%;
	margin: 0 auto;
	top: 50%;
	margin-top: -58px;
	background: #FFF;
	border-radius: .4rem .4rem .4rem .4rem;
	text-align: center;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.search-box .search_wrap {
    border: 1px solid #77ed77;
    border-radius: 20px;
    position: relative;
    padding-right: 45px;
    padding-left: 20px;
    width: 95%;
}
.search-box .text {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 16px;
    line-height: 40px;
    color: #29bd29;
    background: none;
    border: none;
    font-family: "Microsoft Yahei";
}
.search-box .btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 50px;
    border: none;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    background: url(../img/search2.png) no-repeat center center; 
    font-size: 24px;
    color: #004D9C;
}
.search-box .close_btn {
    position: absolute;
    right: 20px;
    top: 32%;
    width: 35px;
    height: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px;
    background: url(../img/cha.png) no-repeat center center;
    background-size: cover;
}
.search-box.active .serBox{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.news.animation{
	animation: 0.8s ease 0.1s 1 normal backwards running fadeInUp;
	opacity: 1;
	visibility: visible;
}
.title2 h2.animation{
	animation: 1s ease 0.1s 1 normal backwards running fadeInUp;
	opacity: 1;
	visibility: visible;
}

.title2 .line.animation{
	animation: 1s ease 0.3s 1 normal backwards running fadeInUp;
	opacity: 1;
	visibility: visible;
}
.title2 p.animation{
	animation: 1s ease 0.4s 1 normal backwards running fadeInUp;
	opacity: 1;
	visibility: visible;
}
.work-list.animation .slider{
	opacity: 1;
	visibility: visible;
}
.work-list.animation .slider:nth-child(1){
	animation: 0.6s ease 0.2s 1 normal backwards running fadeInUp;
}
.work-list.animation .slider:nth-child(2){
	animation: 0.6s ease 0.4s 1 normal backwards running fadeInUp;
}
.work-list.animation .slider:nth-child(3){
	animation: 0.6s ease 0.6s 1 normal backwards running fadeInUp;
}
.work-list.animation .slider:nth-child(4){
	animation: 0.6s ease 0.8s 1 normal backwards running fadeInUp;
}
.work .more.animation{
	animation: 0.6s ease 0.5s 1 normal backwards running fadeInUp;
	opacity: 1;
	visibility: visible;
}
.plants-list.animation li{
	opacity: 1;
	visibility: visible;
}
.plants-list.animation li:nth-child(1),.plants-list.animation li:nth-child(3),.plants-list.animation li:nth-child(5){
	animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.plants-list.animation li:nth-child(2),.plants-list.animation li:nth-child(4),.plants-list.animation li:nth-child(6){
	animation: 0.8s ease 0.5s 1 normal backwards running fadeInDown;
}
.activity1.animation .activity-lb{
	animation: 0.8s ease 0.7s 1 normal backwards running fadeInLeft;
	opacity: 1;
	visibility: visible;
}
.activity1.animation .activity-img{
	animation: 0.8s ease 0.7s 1 normal backwards running fadeInRight;
	opacity: 1;
	visibility: visible;
}
.activity .activity2.animation{
	animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
	opacity: 1;
	visibility: visible;
}
.spots .spots-list.animation li{
	opacity: 1;
	visibility: visible;
}
.spots .spots-list.animation li:nth-child(1){
	animation: 0.8s ease 0.4s 1 normal backwards running fadeInUp2;
}
.spots .spots-list.animation li:nth-child(2){
	animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp2;
}
.spots .spots-list.animation li:nth-child(3){
	animation: 0.8s ease 0.6s 1 normal backwards running fadeInUp2;
}
.spots .spots-list.animation li:nth-child(4){
	animation: 0.8s ease 0.7s 1 normal backwards running fadeInUp2;
}
.spots .spots-list.animation li:nth-child(5){
	animation: 0.8s ease 0.8s 1 normal backwards running fadeInUp2;
}
.spots .spots-list.animation li:nth-child(6){
	animation: 0.8s ease 0.9s 1 normal backwards running fadeInUp2;
}
.header.animation{
	animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}