@charset "utf-8";

html {
    font-size: 100px;
}

.main-width {
    width: 1360px;
    margin: 0 auto;
}

.m-Top {
    margin-top: 90px;
}

.other-banner img {
    width: 100%;
    height: auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0 0 5px #999;
    z-index: 9999;
}

.header .logo {
    float: left;
    height: 46px;
    padding: 22px 0;
}

.header .logo img {
    vertical-align: top;
}

.header .logo .phone-menu {
    display: none;
    width: 28px;
    height: 18px;
    margin: 14px 0;
    float: right;
    background: url(../images/all-icon.png) no-repeat -198px -120px;
}

.header .nav {
    float: right;
    font-size: 18px;
}

.header .nav ul.one>li {
    position: relative;
    float: left;
    height: 90px;
    line-height: 90px;
    margin-left: 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Kozgopr6n-Light";
}

.header .nav ul.one>li a {
    color: #4e4e4e;
}

.header .nav ul.one>li a:hover {
    color: #00904a !important;
}

.header .nav ul.one>li.active a {
    color: #00904a !important;
}

.header .nav ul.one>li.active i {
    position: absolute;
    top: 62px;
    width: 30px;
    height: 4px;
    background-color: #00904a;
    border-radius: 4px;
}

.header .nav ul.one>li.search {
    width: 172px;
    height: 34px;
    padding: 28px 0;
}

.header .nav ul.one>li.search .text {
    float: right;
    width: 0;
    height: 34px;
    line-height: 32px;
    padding: 0 30px 0 10px;
    color: #4e4e4e;
    background: none;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.header .nav ul.one>li.search .btn {
    position: absolute;
    top: 36px;
    right: 10px;
    width: 18px;
    height: 18px;
    background: url(......../images/search-icon.png) no-repeat;
    cursor: pointer;
}

.header .nav ul.one>li.search .sub {
    display: none;
    position: absolute;
    top: 36px;
    right: 10px;
    width: 18px;
    height: 18px;
    background: url(......../images/search-icon.png) no-repeat;
    cursor: pointer;
}

.header .nav ul.one>li>em {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #007c36;
}

.header .nav ul.one>li:hover>em {
    display: block;
}

.header .nav ul.one>li .drop-down {
    display: none;
    ;
    position: absolute;
    left: -160px;
    width: 943px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    border-top: 2px solid #007c36;
}

.header .nav ul.one>li .drop-down h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}

.header .nav ul.one>li .drop-down .pro {
    float: left;
    width: 210px;
    height: 298px;
    border-right: 1px solid #d1d1d1;
    padding: 20px 0 0 35px;
    background-color: #fafafa;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.header .nav ul.one>li .drop-down .pro ul li {
    list-style: disc;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    list-style-position: inside;
}

.header .nav ul.one>li .drop-down .pro ul li a {
    margin-left: -5px;
    color: #333;
}

.header .nav ul.one>li .drop-down .pro ul li a:hover {
    color: #00904a;
}

.header .nav ul.one>li .drop-down .sol {
    float: left;
    width: 733px;
    height: 298px;
    padding: 20px 0 0 50px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.header .nav ul.one>li .drop-down .sol h3 {
    margin-bottom: 50px;
}

.header .nav ul.one>li .drop-down .sol ul {
    overflow: hidden;
}

.header .nav ul.one>li .drop-down .sol ul li {
    float: left;
    width: 96px;
    margin-right: 40px;
}

.header .nav ul.one>li .drop-down .sol ul li p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.header .nav ul.one>li .drop-down .sol ul li>a {
    display: block;
    width: 86px;
    height: 86px;
    background: url(../images/all-icon.png) no-repeat;
    margin-bottom: 15px;
}

.header .nav ul.one>li .drop-down .sol ul li.sign>a {
    background-position: -5px -310px;
}

.header .nav ul.one>li .drop-down .sol ul li.gas>a {
    background-position: -91px -310px;
}

.header .nav ul.one>li .drop-down .sol ul li.ware>a {
    background-position: -177px -310px;
}

.header .nav ul.one>li .drop-down .sol ul li.park>a {
    background-position: -263px -310px;
}

.header .nav ul.one>li .drop-down .sol ul li.sign>a:hover {
    background-position: -5px -310px;
}

.header .nav ul.one>li .drop-down .sol ul li.gas>a:hover {
    background-position: -91px -310px;
}

.header .nav ul.one>li .drop-down .sol ul li.ware>a:hover {
    background-position: -177px -310px;
}

.header .nav ul.one>li .drop-down .sol ul li.park>a:hover {
    background-position: -263px -310px;
}

.header.hindex {
    background: none;
    box-shadow: none;
    transition: all .5s;
}

.header.hindex .logo img {
    display: none;
}

.header.hindex .logo .white {
    display: block;
}

.header.hindex .nav ul.one>li a {
    color: #fff;
    transition: all .5s;
}

.header.hindex .nav ul.one>li a:hover {
    color: #00904a;
}

.header.hindex .nav ul.one>li.search .text {
    color: #fff;
    border-color: #fff !important;
}

.header.hindex .nav ul.one>li.search .btn {
    background: url(..../images/search-icon-white.png) no-repeat;
}

.header.hindex .nav ul.one>li.search .sub {
    background: url(..../images/search-icon-white.png) no-repeat;
}

.header.hindex.flow {
    background: #fff;
    box-shadow: 0 0 5px #999;
}

.header.hindex.flow .nav ul.one>li a {
    color: #4e4e4e;
}

.header.hindex.flow .nav ul.one>li.search .text {
    color: #4e4e4e;
    border-color: #00904a !important;
}

.header.hindex.flow .nav ul.one>li.search .btn {
    background: url(......../images/search-icon.png) no-repeat;
}

.header.hindex.flow .nav ul.one>li.search .sub {
    background: url(......../images/search-icon.png) no-repeat;
}

.header.hindex.flow .logo img {
    display: block;
}

.header.hindex.flow .logo .white {
    display: none;
}

.index-main .slidebox {
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.index-main .slidebox .slideshow {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.index-main .slidebox .slideshow ul {
    position: relative;
    width: 4000px;
    overflow: hidden;
}

.index-main .slidebox .slideshow ul li {
    float: left;
}

.index-main .slidebox .slideshow ul li img {
    width: 100%;
    height: auto;
}

.index-main .slidebox .slidelist {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -32px;
}

.index-main .slidebox .slidelist ul li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #666;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.index-main .slidebox .slidelist ul li.active {
    width: 30px;
    background-color: #00904a;
}

.index-main .slidebox .item-btn {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    width: 65px;
    height: 65px;
    background: url(../images/all-icon.png) no-repeat;
    cursor: pointer;
    transition: all .3s;
}

.index-main .slidebox .prev {
    left: -80px;
    background-position: -5px -80px;
}

.index-main .slidebox .next {
    right: -80px;
    background-position: -70px -80px;
}

.index-main .slidebox .prev:hover {
    background-position: -5px -145px;
}

.index-main .slidebox .next:hover {
    background-position: -70px -145px;
}

.index-main .slidebox:hover .prev {
    left: 60px;
}

.index-main .slidebox:hover .next {
    right: 60px;
}

.more {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.index-main .title {
    text-align: center;
    margin-bottom: 50px;
}

.index-main .title h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #00904a;
}

.index-main .title p {
    font-size: 14px;
    font-family: "Kozgopr6n-ELight";
    color: #666;
}

.index-products {
    padding: 80px 0;
}

.index-products .slide-pro {
    position: relative;
}

.index-products .slide-pro .slide-pic {
    position: relative;
    overflow: hidden;
}

.index-products .slide-pro .slide-pic ul {
    position: relative;
    z-index: 2;
}

.index-products .slide-pro .slide-pic ul li {
    position: relative;
    float: left;
    width: 453px;
    padding-bottom: 30px;
    text-align: center;
}

.index-products .slide-pro .slide-pic ul li h4 {
    font-size: 21px;
    line-height: 30px;
    margin-top: 12px;
    font-family: "Kozgopr6n-ELight";
    color: #000;
}

.index-products .slide-pro .slide-pic ul li .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 7px;
    text-align: left;
    background: url(../images/index-project-bg.png);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.index-products .slide-pro .slide-pic ul li .text .box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 30px 0;
    border: 1px solid #fff;
    background: url(../images/gray-bg.png);
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.index-products .slide-pro .slide-pic ul li .text .box .c-area {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.index-products .slide-pro .slide-pic ul li .text .box h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.index-products .slide-pro .slide-pic ul li .text .box p {
    font-size: 16px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.index-products .slide-pro .slide-pic ul li .text .box .son {
    overflow: hidden;
    width: 107%;
    margin-top: 30px;
}

.index-products .slide-pro .slide-pic ul li .text .box .son a {
    position: relative;
    display: block;
    float: left;
    line-height: 25px;
    width: 33.33%;
    color: #fff;
    margin-bottom: 10px;
    z-index: 6;
}

.index-products .slide-pro .slide-pic ul li .text .box .son a:hover {
    text-decoration: underline;
}

.index-products .slide-pro .slide-pic ul li .text .box .more {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    right: 5px;
    bottom: 6px;
    background: url(../images/all-icon.png) no-repeat -600px -135px;
}

.index-products .slide-pro .slide-pic ul li:hover .text {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.index-products .slide-pro .slide-pic ul li:hover .text .box {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.index-products .slide-pro .slide-pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 33.333%;
    width: 1px;
    height: 100%;
    background: url(../images/index-products-line.png) no-repeat;
    z-index: 1;
}

.index-products .slide-pro .slide-pic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 66.666%;
    width: 1px;
    height: 100%;
    background: url(../images/index-products-line.png) no-repeat;
    z-index: 1;
}

.index-products .slide-pro .item-btn {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/all-icon.png) no-repeat;
    cursor: pointer;
}

.index-products .slide-pro .prev {
    left: -60px;
    background-position: -160px -20px;
}

.index-products .slide-pro .next {
    right: -60px;
    background-position: -210px -20px;
}

.index-products .slide-pro .prev:hover {
    background-position: -260px -20px;
}

.index-products .slide-pro .next:hover {
    background-position: -310px -20px;
}

.index-about {
    padding: 90px 0;
    background: url(../images/index-about-bg.jpg) no-repeat center;
    overflow: hidden;
}

.index-about .title {
    float: left;
    padding-top: 200px
}

.index-about .title h2 {
    color: #fff;
}

.index-about .title a {
    display: block;
    width: 76px;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
}

.index-about .title a:hover {
    color: #00904a;
    background-color: #fff;
}

.index-about .cont {
    float: right;
    width: 77.5%;
}

.index-about .cont ul {
    overflow: hidden;
}

.index-about .cont ul li {
    float: left;
    width: 50%;
    height: 180px;
    padding: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.index-about .cont ul li .text {
    width: 100%;
    height: 100%;
    padding: 60px 115px 0;
    color: #fff;
    background: url(../images/index-about-shadow.png);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.index-about .cont ul li .text p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Kozgopr6n-ELight";
}

.index-about .cont ul li .text p.adv-num {
    font-size: 26px;
    height: 33px;
    line-height: 33px;
    margin-top: 0;
    overflow: hidden;
    font-family: Arial;
    font-weight: bold;
}

.index-about .cont ul li .text p.adv-num span i {
    color: #fff;
}

p.adv-num span {
    position: relative;
    width: 15px;
    height: 100%;
    display: block;
    float: left;
}

p.adv-num span i {
    position: absolute;
    top: 0;
    width: 15px;
    word-wrap: break-word;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}

.on p.adv-num span i {
    top: -330px;
}

.on p.adv-num span.n1 i {
    top: -33px;
}

.on p.adv-num span.n2 i {
    top: -66px;
}

.on p.adv-num span.n3 i {
    top: -99px;
}

.on p.adv-num span.n4 i {
    top: -132px;
}

.on p.adv-num span.n5 i {
    top: -165px;
}

.on p.adv-num span.n6 i {
    top: -198px;
}

.on p.adv-num span.n7 i {
    top: -231px;
}

.on p.adv-num span.n8 i {
    top: -264px;
}

.on p.adv-num span.n9 i {
    top: -297px;
}

.on p.adv-num span.r2 i {
    transition-delay: .2s;
}

.on p.adv-num span.r3 i {
    transition-delay: .4s;
}

.on p.adv-num span.r4 i {
    transition-delay: .6s;
}

.on p.adv-num span.r5 i {
    transition-delay: .8s;
}

.on p.adv-num span.r6 i {
    transition-delay: 1.0s;
}

.on p.adv-num span.r7 i {
    transition-delay: 1.2s;
}

.on p.adv-num span.r8 i {
    transition-delay: 1.4s;
}

.index-projects {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.index-projects .slide-ject {
    position: relative;
    width: 100%;
}

.index-projects .slide-ject .slide-pic {
    width: 100%;
    height: 539px;
    margin-bottom: 30px;
    overflow: hidden;
}

.index-projects .slide-ject .slide-pic ul {
    overflow: hidden;
}

.index-projects .slide-ject .slide-pic ul li {
    float: left;
    width: 1365px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist {
    position: relative;
    float: left;
    width: 450px;
    height: 267px;
    margin: 0 5px 5px 0;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(..../images/index-project-bg.png);
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text .b-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 45px 10px 0 45px;
    border: 1px solid #fff;
    background: url(../images/gray-bg.png);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    overflow: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text h4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text h4 a {
    color: #fff;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text p {
    font-size: 16px;
    margin-bottom: 7px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text span {
    font-size: 16px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text .more {
    display: block;
    width: 100px;
    height: 27px;
    line-height: 27px;
    margin-top: 25px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text .more:hover {
    background-color: #fff;
    color: #00904a;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text em {
    position: absolute;
    display: block;
    background: #fff;
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text em.t {
    width: 0;
    height: 2px;
    top: 20px;
    left: 20px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text em.l {
    width: 2px;
    height: 0;
    top: 20px;
    left: 20px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text em.b {
    width: 0;
    height: 2px;
    bottom: 20px;
    right: 20px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist .text em.r {
    width: 2px;
    height: 0;
    bottom: 20px;
    right: 20px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text .b-box {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text em.t {
    width: 60px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text em.l {
    height: 60px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text em.b {
    width: 60px;
}

.index-projects .slide-ject .slide-pic ul li .jectlist:hover .text em.r {
    height: 60px;
}

.index-projects .slide-ject .slide-dot {
    width: 72px;
    margin: 0 auto;
}

.index-projects .slide-ject .slide-dot ul {
    overflow: hidden;
    margin: 0 auto;
}

.index-projects .slide-ject .slide-dot ul li {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background-color: #666;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all .3s;
}

.index-projects .slide-ject .slide-dot ul li.active {
    width: 30px;
    background-color: #00904a;
}

.index-projects .slide-ject .item-btn {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 50px;
    height: 50px;
    background: url(../images/all-icon.png) no-repeat;
    cursor: pointer;
}

.index-projects .slide-ject .prev {
    left: -60px;
    background-position: -160px -20px;
}

.index-projects .slide-ject .next {
    right: -60px;
    background-position: -210px -20px;
}

.index-projects .slide-ject .prev:hover {
    background-position: -260px -20px;
}

.index-projects .slide-ject .next:hover {
    background-position: -310px -20px;
}

.index-projects .slide-phone-ject {
    display: none;
}

.index-solutions {
    padding: 80px 0;
}

.index-solutions .cont {
    overflow: hidden;
}

.index-solutions .cont ul {
    width: 101.47%;
}

.index-solutions .cont li {
    position: relative;
    float: left;
    width: 48.55%;
    height: 220px;
    padding: 50px 30px;
    margin: 0 1.45% 1.45% 0;
    background-color: #f5f5f5;
    box-sizing: border-box;
    transition: all .5s;
}

.index-solutions .cont li img {
    float: left;
}

.index-solutions .cont li h3 {
    float: left;
    width: 130px;
    line-height: 120px;
    text-align: center;
    font-weight: bold;
}

.index-solutions .cont li .text {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 360px;
    transform: translateY(-50%);
    transition: all .5s;
}

.index-solutions .cont li .text p {
    line-height: 30px;
    font-size: 14px;
    font-family: "Kozgopr6n-ELight";
    transition: all .5s;
}

.index-solutions .cont li:hover {
    background-color: #00904a;
}

.index-solutions .cont li:hover h3 {
    color: #fff;
}

.index-solutions .cont li:hover .text p {
    color: #fff;
}

.index-contact {
    padding: 90px 0 120px;
    background: url(../images/index-contact-bg.jpg) no-repeat center top;
}

.index-contact .title h2 {
    color: #fff;
}

.index-contact .title p {
    color: #fff;
    font-size: 16px;
}

.index-contact .contact-way ul {
    overflow: hidden;
    padding-top: 50px;
}

.index-contact .contact-way ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.index-contact .contact-way ul li i {
    display: block;
    width: 141px;
    height: 141px;
    margin: 0 auto 40px;
    background-size: 100% 100% !important;
}

.index-contact .contact-way ul li i em {
    display: block;
    width: 135px;
    height: 135px;
    border: 3px solid #007c36;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.index-contact .contact-way ul li.mail i {
    background: url(../images/index-contact-mail.png) no-repeat;
}

.index-contact .contact-way ul li.add i {
    background: url(../images/index-contact-add.png) no-repeat;
}

.index-contact .contact-way ul li.tel i {
    background: url(../images/index-contact-tel.png) no-repeat;
}

.index-contact .contact-way ul li.phone i {
    background: url(../images/index-contact-phone.png) no-repeat;
}

.index-contact .contact-way ul li.mail:hover i {
    background: url(../images/index-contact-mail-on.png) no-repeat;
}

.index-contact .contact-way ul li.add:hover i {
    background: url(../images/index-contact-add-on.png) no-repeat;
}

.index-contact .contact-way ul li.tel:hover i {
    background: url(../images/index-contact-tel-on.png) no-repeat;
}

.index-contact .contact-way ul li.phone:hover i {
    background: url(../images/index-contact-phone-on.png) no-repeat;
}

.index-contact .contact-way ul li:hover i em {
    animation: diffusion 1s;
}

.index-contact .contact-way ul li p {
    color: #fff;
    font-size: 16px;
    font-family: "Kozgopr6n-ELight";
}

.index-contact .contact-way ul li p a {
    color: #fff;
}

.index-contact .contact-way ul li p a:hover {
    color: #00904a;
}

.subscription {
    background-color: #2d2d2d;
}

.subscription .main-width {
    padding: 45px 0;
    border-top: 1px solid #484848;
}

.subscription .text {
    float: left;
    color: #fff;
}

.subscription .text span {
    font-size: 20px;
    line-height: 22px;
    font-family: "Kozgopr6n-Regular";
}

.subscription .text p {
    font-size: 15px;
    line-height: 16px;
    font-family: "Kozgopr6n-ELight";
    color: #b2b2b2;
}

.subscription .form-box {
    float: right;
    height: 38px;
}

.subscription .form-box .txt {
    width: 200px;
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    margin-left: 10px;
    color: #fff;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    box-sizing: border-box;
}

.subscription .form-box .area {
    position: relative;
    width: 400px;
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    margin-left: 10px;
    color: #fff;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    box-sizing: border-box;
    vertical-align: top;
    font-family: "Kozgopr6n-Light";
    z-index: 9;
}

.subscription .form-box .sub {
    width: 145px;
    height: 38px;
    background-color: #007c36;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
}

.footer {
    padding: 50px 0;
    background-color: #232323;
}

.footer .main-width {
    overflow: hidden;
}

.footer h3 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
    font-family: "Kozgopr6n-Regular";
}

.footer h3 span {
    font-family: Arial;
    font-weight: bold;
}

.footer ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    font-family: "Kozgopr6n-Regular";
}

.footer ul li a {
    color: #b7b7b7;
}

.footer ul li a:hover {
    color: #00904a;
}

.footer .box {
    float: left;
}

.footer .foot-products {
    width: 16.75%;
}

.footer .foot-case {
    width: 16.75%;
}

.footer .foot-about {
    width: 17%;
}

.footer .foot-service {
    width: 14%;
}

.footer .foot-logo {
    float: right;
    position: relative;
}

.footer .foot-logo .share {
    overflow: hidden;
    margin: 20px 0;
}

.footer .foot-logo .share p {
    float: left;
    font-size: 20px;
    line-height: 38px;
    margin-right: 15px;
    color: #b7b7b7;
    font-family: "Kozgopr6n-Regular";
}

.footer .foot-logo .share a {
    float: left;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 5px;
    background: url(../images/all-icon.png) no-repeat;
}

.footer .foot-logo .share a.google {
    background-position: -5px -5px;
}

.footer .foot-logo .share a.twitter {
    background-position: -41px -5px;
}

.footer .foot-logo .share a.facebook {
    background-position: -77px -5px;
}

.footer .foot-logo .share a.linkin {
    background-position: -113px -5px;
}

.footer .foot-logo .share a.google:hover {
    background-position: -5px -41px;
}

.footer .foot-logo .share a.twitter:hover {
    background-position: -41px -41px;
}

.footer .foot-logo .share a.facebook:hover {
    background-position: -77px -41px;
}

.footer .foot-logo .share a.linkin:hover {
    background-position: -113px -41px;
}

.footer .foot-logo .copy-right {
    font-size: 14px;
    font-family: "Kozgopr6n-Light";
    color: #b7b7b7;
}

.footer .foot-logo .foot-line {
    position: absolute;
    left: -30%;
    top: -12.5%;
    width: 1px;
    height: 125%;
    background: url(../images/foot-line.png) no-repeat;
    background-size: 100% 100%;
}

.classify-products {
    height: 69px;
    background-color: #4e4e4e;
}

.classify-products h1 {
    float: left;
    color: #fff;
    line-height: 69px;
    font-size: 24px;
    font-family: "Kozgopr6n-Regular";
}

.classify-products ul {
    float: right;
}

.classify-products ul li {
    float: left;
    height: 15px;
    padding: 27px 0;
    font-family: "Kozgopr6n-Light";
    overflow: hidden;
}

.classify-products ul li>a {
    display: block;
    position: relative;
    color: #fff;
    line-height: 15px;
    padding: 0 23px;
    border-left: 1px solid #fff;
}

.classify-products ul li>a i {
    display: none;
    position: absolute;
    width: 124px;
    height: 10px;
    left: 50%;
    top: 22px;
    margin-left: -62px;
    background: url(../images/all-icon.png) no-repeat -160px -5px;
}

.classify-products ul li>a:hover {
    color: #00904a;
}

.classify-products ul li.all>a {
    border: none;
}

.classify-products ul li.active>a i {
    display: block;
}

/* ----------------- */
.classify-products ul.filter li {
    position: relative;
}

.classify-products ul.filter li .species-tit {
    padding: 0 30px;
    border-left: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

.classify-products ul.filter li .species-tit h4 {
    line-height: 19px;
}

.classify-products ul.filter li .species-box {
    display: none;
    position: absolute;
    top: 69px;
    right: 0;
    width: 215px;
    padding: 8px 25px;
    background-color: #fff;
    border: 1px solid #006d32;
    z-index: 8;
}

.classify-products ul.filter li .species-box a {
    position: relative;
    display: block;
    padding: 13px 0 13px 65px;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #eee;
}

.classify-products ul.filter li .species-box span {
    position: relative;
    display: block;
    padding: 13px 0 13px 65px;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-family: "OpenSans-Semibold";
    color: #006d32;
}

.classify-products ul.filter li .species-box :nth-child(1) {
    display: none;
}

.classify-products ul.filter li .species-box :nth-child(2):after {
    content: " ";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 13px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat -380px -350px;
}

.classify-products ul.filter li .species-box :nth-child(3):after {
    content: " ";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 13px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat -432px -350px;
}

.classify-products ul.filter li .species-box :nth-child(4):after {
    content: " ";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 13px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat -484px -350px;
}

.classify-products ul.filter li .species-box :nth-child(5):after {
    content: " ";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 13px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat -536px -350px;
}

.classify-products ul.filter li .species-box :nth-child(6):after {
    content: " ";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 13px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat -588px -350px;
}

.classify-products ul.filter li .species-box :nth-child(2):hover:after {
    content: " ";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 13px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat -380px -402px;
}

.classify-products ul.filter li .species-box :nth-child(3):hover:after {
    content: " ";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 13px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat -432px -402px;
}

.classify-products ul.filter li .species-box :nth-child(4):hover:after {
    content: " ";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 13px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat -484px -402px;
}

.classify-products ul.filter li .species-box :nth-child(5):hover:after {
    content: " ";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 13px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat -536px -402px;
}

.classify-products ul.filter li .species-box :nth-child(6):hover:after {
    content: " ";
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 13px;
    left: 0;
    background: url(../images/all-icon.png) no-repeat -588px -402px;
}

.list-products {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.list-products .list-cont {
    overflow: hidden;
}

.list-products .list-cont>ul {
    overflow: hidden;
    width: 1380px;
}

.list-products .list-cont>ul>li {
    position: relative;
    float: left;
    width: 446px;
    height: 485px;
    margin: 0 11px 30px 0;
    background-color: #fff;
}

.list-products .list-cont>ul>li img {
    width: 100%;
    height: 340px;
}

.list-products .list-cont>ul>li .info {
    text-align: center;
    padding-top: 10px;
}

.list-products .list-cont>ul>li .info h2 {
    font-size: 24px;
    line-height: 38px;
    font-family: Arial;
    font-weight: bold;
}

.list-products .list-cont>ul>li .info hr {
    width: 192px;
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 0 auto;
}

.list-products .list-cont>ul>li .info h3 {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 7px;
    color: #4e4e4e;
    font-family: "Kozgopr6n-Light";
}

.list-products .list-cont>ul>li .info .more {
    display: block;
    width: 76px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-color: #006d32;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.list-products .list-cont>ul>li .detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4e4e4e;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.list-products .list-cont>ul>li .detail .text {
    position: absolute;
    width: 396px;
    left: 25px;
    bottom: 25px;
}

.list-products .list-cont>ul>li .detail .text h2 {
    font-size: 24px;
    line-height: 40px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
}

.list-products .list-cont>ul>li .detail .text h2 a {
    color: #fff;
}

.list-products .list-cont>ul>li .detail .text h2 a:hover {
    color: #00904a;
}

.list-products .list-cont>ul>li .detail .text hr {
    width: 122px;
    margin: 0;
    text-align: left;
}

.list-products .list-cont>ul>li .detail .text h3 {
    font-size: 16px;
    line-height: 35px;
    font-family: "Kozgopr6n-ELight";
    color: #fff;
}

.list-products .list-cont>ul>li .detail .text ul {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 20px;
}

.list-products .list-cont>ul>li .detail .text ul li {
    float: left;
    width: 33.33%;
    line-height: 20px;
    padding: 5px 0;
    font-size: 16px;
    color: #fff;
    font-family: "Kozgopr6n-ELight";
}

.list-products .list-cont>ul>li .detail .text ul li a {
    color: #fff;
}

.list-products .list-cont>ul>li .detail .text ul li a:hover {
    text-decoration: underline;
}

.list-products .list-cont>ul>li .detail .text .more {
    display: block;
    width: 74px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    ;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.list-products .list-cont>ul>li .detail .text .more:hover {
    background-color: #fff;
    color: #00904a;
}

.list-products .list-cont>ul>li .detail img {
    position: absolute;
    width: 100%;
   height: 340px;
    top: 0;
    left: 0;
}

.list-products .list-cont>ul>li .detail em {
    position: absolute;
    display: block;
    background: #fff;
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
}

.list-products .list-cont>ul>li .detail em.t {
    width: 0;
    height: 2px;
    top: 20px;
    left: 20px;
}

.list-products .list-cont>ul>li .detail em.l {
    width: 2px;
    height: 0;
    top: 20px;
    left: 20px;
}

.list-products .list-cont>ul>li .detail em.b {
    width: 0;
    height: 2px;
    bottom: 20px;
    right: 20px;
}

.list-products .list-cont>ul>li .detail em.r {
    width: 2px;
    height: 0;
    bottom: 20px;
    right: 20px;
}

.list-products .list-cont>ul>li:hover .detail {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.list-products .list-cont>ul>li:hover .detail em.t {
    width: 60px;
}

.list-products .list-cont>ul>li:hover .detail em.l {
    height: 60px;
}

.list-products .list-cont>ul>li:hover .detail em.b {
    width: 60px;
}

.list-products .list-cont>ul>li:hover .detail em.r {
    height: 60px;
}

.tab-products {
    height: 69px;
    background-color: #4e4e4e;
}

.tab-products h1 {
    float: left;
    font-size: 26px;
    line-height: 69px;
    font-family: "OpenSans-Light";
    color: #fff;
}

.tab-products ul {
    float: right;
    padding: 25px 0;
}

.tab-products ul li {
    position: relative;
    float: left;
    font-size: 16px;
    height: 19px;
    line-height: 19px;
    padding: 0 50px;
    color: #fff;
    border-left: 1px solid #fff;
    font-family: "OpenSans-Semibold";
    cursor: pointer;
}

.tab-products ul li.overview {
    border-left: none;
}

.tab-products ul li a {
    color: #fff;
}

.tab-products ul li i {
    display: none;
    position: absolute;
    width: 100px;
    height: 10px;
    left: 50%;
    top: 28px;
    margin-left: -50px;
    background: url(../images/all-icon.png) no-repeat -172px -5px;
}

.tab-products ul li.active i {
    display: block;
}

.tab-products.flow ul {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 9999;
    background: #fff;
    border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    box-shadow: 0px 0px 5px #aaa;
}

.tab-products.flow ul li {
    position: relative;
    float: none;
    width: 100%;
    color: #333;
    line-height: 20px;
    padding: 5px 5px 5px 30px;
    text-align: left;
}

.tab-products.flow ul li a {
    color: #333;
}

.tab-products.flow ul li i {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 0;
    height: 0;
    margin: 0;
    background: none;
    border: 5px solid transparent;
    border-left-color: #007c36;
}

.main-products .tab-box {
    display: none;
}

.main-products .tab-box.active {
    display: block;
}

.main-products .overview {
    font-size: 0;
}

.main-products .overview img {
    width: 100%;
    height: auto;
}

.main-products .overview br {
    display: none;
}

.main-products .specification h2 {
    font-family: "Kozgopr6n-Bold";
    text-align: center;
    margin-bottom: 30px;
}

.main-products .specification>br {
    display: none;
}

.main-products .parameter {
    padding: 50px 0;
    background-color: #f4f4f4;
}

.main-products .parameter table {
    width: 100%;
}

.main-products .parameter table th {
    width: 20%;
    line-height: 30px;
    padding: 10px 0;
    font-family: "Kozgopr6n-Light";
    font-weight: normal;
    border: 1px solid #ccc;
}

.main-products .parameter table td {
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
}

.main-products .features {
    padding: 50px 0;
}

.main-products .features .main-width {
    overflow: hidden;
}

.main-products .features ul {
    width: 460px;
    padding-top: 65px;
    font-family: "OpenSans-Light";
}

.main-products .features ul li {
    position: relative;
    margin-bottom: 40px;
}

.main-products .features ul li span {
    position: absolute;
    display: block;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-family: Arial;
    color: #fff;
    background-color: #006b31;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.main-products .features ul li h3 {
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "Kozgopr6n-Bold";
}

.main-products .features ul li p {
    font-family: "Kozgopr6n-ELight";
}

.main-products .features ul.left {
    float: left;
}

.main-products .features ul.right {
    float: right;
    text-align: right;
}

.main-products .features ul.left li {
    padding-left: 40px;
}

.main-products .features ul.right li {
    padding-right: 40px;
}

.main-products .features ul.left li span {
    left: 0;
}

.main-products .features ul.right li span {
    right: 0;
}

.main-products .features .pic {
    text-align: center;
}

.main-products .graph {
    padding: 50px 0 10px;
    background-color: #f4f4f4;
    overflow: hidden;
}

.main-products .graph ul {
    width: 101.47%;
}

.main-products .graph li {
    float: left;
    width: 47.826%;
    margin: 0 2.174% 40px 0;
}

.main-products .graph li.one {
    width: 100%;
    margin: 0 0 40px 0
}

.main-products .graph li h2 {
    text-align: left;
}

.main-products .graph li img {
    width: 100%;
    height: auto;
}

.about-classify {
    border-bottom: 1px solid #eee;
    height: 93px;
}

.about-classify ul {
    overflow: hidden;
}

.about-classify ul li {
    float: left;
    height: 90px;
    line-height: 93px;
    font-size: 16px;
    margin-right: 80px;
}

.about-classify ul li.active {
    border-bottom: 3px solid #006e2f;
}

.about-classify ul li.active a {
    color: #006e2f;
}

.main-about .profile {
    padding: 90px 0;
}

.main-about .profile .info {
    margin-bottom: 60px;
}

.main-about .profile .info p {
    margin-bottom: 10px;
}

.main-about .profile .advantage {
    margin-bottom: 60px;
}

.main-about .profile .advantage ul {
    overflow: hidden;
}

.main-about .profile .advantage ul li {
    float: left;
    width: 33.333%;
    height: 190px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main-about .profile .advantage ul li.lt {
    border-left: none;
    border-top: none;
}

.main-about .profile .advantage ul li.t {
    border-top: none;
}

.main-about .profile .advantage ul li.rt {
    border-right: none;
    border-top: none;
}

.main-about .profile .advantage ul li.lb {
    border-left: none;
    border-bottom: none;
}

.main-about .profile .advantage ul li.b {
    border-bottom: none;
}

.main-about .profile .advantage ul li.rb {
    border-right: none;
    border-bottom: none;
}

.main-about .profile .advantage ul li .text {
    width: 100%;
    height: 100%;
    padding: 65px 115px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main-about .profile .advantage ul li .text p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
    font-family: "OpenSans-Light";
}

.main-about .profile .advantage ul li .text p.adv-num {
    font-size: 26px;
    height: 33px;
    line-height: 33px;
    font-family: "Kozgopr6n-Bold";
    margin-top: 0;
    overflow: hidden;
    color: #007c36;
}

.main-about .profile .product {
    padding: 180px 0;
    margin-bottom: 60px;
    background: url(../images/about-product-bg.jpg) no-repeat center;
}

.main-about .profile .product .text {
    width: 750px;
    height: 240px;
    padding-top: 60px;
    margin: 0 auto;
    background: url(../images/about-text-bg.png);
    text-align: center;
    box-sizing: border-box;
}

.main-about .profile .product .text h2 {
    line-height: 45px;
    margin-bottom: 20px;
    font-size: 36px;
    font-family: "Kozgopr6n-Bold";
    color: #fff;
}

.main-about .profile .product .text p {
    color: #fff;
}

.main-about .profile .feature {
    padding-top: 30px;
    overflow: hidden;
}

.main-about .profile .feature h2 {
    line-height: 45px;
    margin-bottom: 60px;
    font-size: 36px;
    font-family: "Kozgopr6n-Bold";
    text-align: center
}

.main-about .profile .feature ul {
    width: 104%;
}

.main-about .profile .feature li {
    position: relative;
    float: left;
    width: 46.1538%;
    min-height: 90px;
    padding-left: 110px;
    margin: 0 3.8462% 60px 0;
    box-sizing: border-box;
}

.main-about .profile .feature li img {
    position: absolute;
    left: 0;
    top: 0;
}

.main-about .profile .feature li h3 {
    line-height: 20px;
    font-size: 18px;
    font-family: "Kozgopr6n-Bold";
    color: #00904a;
}

.main-about .profile .feature li hr {
    width: 20px;
    border: 1px solid #00904a;
    margin: 10px 0;
    text-align: left;
}

.main-about .culture {
    padding: 150px 0;
    text-align: center;
    background: url(../images/culture-bg.jpg) no-repeat center;
}

.main-about .culture h2 {
    line-height: 50px;
    margin-bottom: 130px;
    font-size: 36px;
    font-family: "Kozgopr6n-Bold";
}

.main-about .culture ul {
    overflow: hidden;
}

.main-about .culture li {
    float: left;
    width: 33.3333%;
}

.main-about .culture li h3 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 30px;
    font-family: "Kozgopr6n-Bold";
    color: #333;
}

.main-about .culture li p {
    font-family: "Kozgopr6n-Regular";
    color: #333;
}

.main-about .condition {
    padding: 70px 0;
}

.main-about .condition .box {
    text-align: center;
    overflow: hidden;
    margin-bottom: 60px;
}

.main-about .condition .box h2 {
    line-height: 45px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 36px;
    font-family: "Kozgopr6n-Bold";
}

.main-about .condition .box hr {
    width: 50px;
    height: 1px;
    border: 1px solid #00904a;
    background-color: #00904a;
    margin: -2px auto 35px;
}

.main-about .condition .box ul {
    width: 100.88%;
}

.main-about .condition .box li {
    float: left;
    width: 24.12536%;
    margin: 0 0.87464% 0 0;
}

.main-about .condition .box li img {
    width: 100%;
    height: auto;
    margin-bottom: 3.49856%;
}

.main-about .history {
    padding: 70px 0;
}

.main-about .history h2 {
    line-height: 50px;
    font-size: 36px;
    font-family: "Kozgopr6n-Bold";
    ;
    margin-bottom: 30px;
    text-align: center;
}

.main-about .history .box {
    position: relative;
    padding: 50px 0 50px 20px;
}

.main-about .history .box .line {
    position: absolute;
    border-top: none;
    top: 5px;
    left: 51px;
    border-left: 3px solid #007c36;
    height: 100%;
    width: 0;
}

.main-about .history .box ul li {
    position: relative;
    width: 100%;
    padding: 0 0 0 95px;
    margin-bottom: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main-about .history .box ul li i {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 4px;
    left: 32px;
    margin-left: -8px;
    background-color: #00904a;
    border-radius: 50%;
    z-index: 2;
}

.main-about .history .box ul li hr {
    position: absolute;
    border-left: none;
    height: 0;
    width: 50px;
    margin: 0;
    border-top: 1px solid #007c36;
    left: 33px;
    top: 12px;
}

.main-about .history .box ul li .text {
    position: relative;
    padding-left: 180px;
}

.main-about .history .box ul li .text span {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 25px;
    font-size: 16px;
}

.main-about .history .box ul li .text p {
    line-height: 25px;
    font-size: 16px;
}

.main-about .certificate {
    padding: 70px 0;
}

.main-about .certificate h2 {
    line-height: 50px;
    font-size: 36px;
    font-family: "Kozgopr6n-Bold";
    ;
    margin-bottom: 30px;
    text-align: center;
}

.main-about .certificate .text {
    border: 1px solid #e1e1e1;
    padding: 24px 0px;
    margin-bottom: 60px;
}

.main-about .certificate .text ul li {
    width: 20%;
    float: left;
    border-left: 1px solid #c9c9c9;
    text-align: center;
    padding: 4px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main-about .certificate .text ul li:first-child {
    border-left: none;
}

.main-about .certificate .pic {
    overflow: hidden;
}

.main-about .certificate .pic li img {
    width: 100%;
    height: auto;
}

.main-about .certificate .four {
    margin-bottom: 60px;
}

.main-about .certificate .four ul {
    width: 100.88%;
}

.main-about .certificate .four li {
    float: left;
    width: 24.12536%;
    margin: 0 0.87464% 0.87464% 0;
}

.main-about .certificate .seven ul {
    width: 102%;
}

.main-about .certificate .seven li {
    float: left;
    width: 184px;
    margin: 0 12px 12px 0;
}

.main-about .partner {
    padding: 60px 0 30px;
}

.main-about .partner .main-width {
    overflow: hidden;
}

.main-about .partner h2 {
    line-height: 50px;
    font-size: 36px;
    font-family: "Kozgopr6n-Bold";
    ;
    margin-bottom: 30px;
    text-align: center;
}

.main-about .partner ul {
    width: 101.17647%;
    overflow: hidden;
}

.main-about .partner ul li {
    float: left;
    width: 23.837%;
    margin: 0 1.163% 1.163% 0;
}

.main-about .partner ul li img {
    width: 100%;
    height: auto;
}

.main-contact {
    padding: 55px 0 85px;
}

.main-contact .title {
    text-align: center;
    margin-bottom: 70px;
}

.main-contact .title h2 {
    line-height: 35px;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #00904a;
}

.main-contact .title p {
    font-size: 16px;
    font-family: "Kozgopr6n-ELight";
}

.main-contact .cont {
    overflow: hidden;
    padding: 0 55px 0 70px;
}

.main-contact .cont .contact-way {
    float: left;
    width: 640px;
    overflow: hidden;
}

.main-contact .cont .contact-way ul {
    overflow: hidden;
}

.main-contact .cont .contact-way ul li {
    position: relative;
    float: left;
    font-size: 18px;
    font-family: "Kozgopr6n-ELight";
    color: #666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main-contact .cont .contact-way ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: url(../images/all-icon.png) no-repeat;
}

.main-contact .cont .contact-way ul li.mail,
.main-contact .cont .contact-way ul li.tel {
    width: 355px;
    line-height: 30px;
    padding: 20px 0 20px 85px;
    margin-bottom: 40px;
}

.main-contact .cont .contact-way ul li.skype,
.main-contact .cont .contact-way ul li.phone {
    width: 285px;
    line-height: 30px;
    padding: 20px 0 20px 85px;
    margin-bottom: 40px;
}

.main-contact .cont .contact-way ul li.add {
    width: 640px;
    line-height: 30px;
    padding: 20px 0 20px 85px;
}

.main-contact .cont .contact-way ul li.mail i {
    background-position: -5px -230px;
}

.main-contact .cont .contact-way ul li.skype i {
    background-position: -75px -230px;
}

.main-contact .cont .contact-way ul li.tel i {
    background-position: -145px -230px;
}

.main-contact .cont .contact-way ul li.phone i {
    background-position: -215px -230px;
}

.main-contact .cont .contact-way ul li.add i {
    background-position: -285px -230px;
}

.main-contact .cont .form-box {
    position: relative;
    float: right;
    width: 500px;
}

.main-contact .cont .form-box input,
.main-contact .cont .form-box textarea {
    width: 100%;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    font-family: "Kozgopr6n-ELight";
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main-contact .cont .form-box input {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.main-contact .cont .form-box textarea {
    height: 85px;
    line-height: 25px;
    padding: 5px 15px;
}

.main-contact .cont .form-box .sub {
    text-align: center;
    background-color: #016f35;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.list-case {
    padding: 70px 0;
}

.list-case .list-cont ul {
    width: 101.96%;
}

.list-case .list-cont li {
    display: none;
    float: left;
    width: 23.0769%;
    margin: 0 1.9231% 40px 0;
    box-sizing: border-box;
}

.list-case .list-cont li .pic {
    overflow: hidden;
}

.list-case .list-cont li .pic img {
    width: 100%;
    /* height: auto; */
    transition: all 0.4s;
}

.list-case .list-cont li .pic img:hover {
    transform: scale(1.1, 1.1);
}

.list-case .list-cont li .text {
    text-align: center;
    padding-top: 10px;
}

.list-case .list-cont li .text h3 {
    line-height: 20px;
    font-size: 16px;
    font-family: "Kozgopr6n-Regular";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list-case .list-cont li .text h3 a {
    color: #00904a;
}

.list-case .list-cont li .text hr {
    width: 20px;
    border: none;
    border-top: 1px solid #00904a;
    margin: 10px auto;
}

.list-case .list-cont li .text p {
    line-height: 20px;
    font-family: "Kozgopr6n-ELight";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-case {
    padding: 70px 0;
    overflow: hidden;
}

.main-case .slide-case {
    float: left;
    width: 640px;
}

.main-case .slide-case img {
    width: 100%;
    height: auto;
}

.main-case .text {
    float: right;
    width: 610px;
    margin-right: 55px
}

.main-case .text .pro {
    margin-bottom: 50px;
}

.main-case .text .pro h2 {
    position: relative;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 18px;
    font-family: "Kozgopr6n-Bold";
    color: #00904a;
}

.main-case .text .pro h2:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #333;
}

.main-case .text .pro li {
    position: relative;
    height: 200px;
    padding-left: 230px;
    margin-bottom: 15px;
}

.main-case .text .pro li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: auto;
}

.main-case .text .pro li p {
    position: relative;
    float: left;
    line-height: 30px;
    margin-top: 85px;
    padding-left: 20px;
    font-size: 16px;
    font-family: "Kozgopr6n-ELight";
}

.main-case .text .pro li p:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #00904a;
    border-radius: 50%;
}

.main-case .text .info h1 {
    position: relative;
    line-height: 30px;
    margin-bottom: 15px;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 18px;
    font-family: "Kozgopr6n-Bold";
    color: #00904a;
}

.main-case .text .info h1:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #333;
}

.news-classify {
    border-bottom: 1px solid #eee;
    height: 93px;
}

.news-classify ul {
    overflow: hidden;
}

.news-classify ul li {
    float: left;
    height: 90px;
    line-height: 93px;
    font-size: 16px;
    margin: 0 25px;
    font-family: "Kozgopr6n-Light";
}

.news-classify ul li.active {
    border-bottom: 3px solid #006e2f;
}

.news-classify ul li.active a {
    color: #006e2f;
}

.list-news {
    padding: 65px 0;
    background-color: #f0f0f0;
}

.list-news .list-cont ul li {
    position: relative;
    height: 220px;
    padding: 20px 180px 20px 345px;
    margin-bottom: 30px;
    background-color: #fff;
}

.list-news .list-cont ul li .pic {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 290px;
    height: 220px;
}

.list-news .list-cont ul li .text {
    position: relative;
    height: 210px;
    padding-top: 10px;
}

.list-news .list-cont ul li .text h2 {
    font-size: 22px;
    line-height: 45px;
    font-family: "Kozgopr6n-Regular";
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-news .list-cont ul li .text h2 a {
    color: #006d34;
}

.list-news .list-cont ul li .text p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list-news .list-cont ul li .text .more {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #d2d2d2;
    font-size: 12px;
}

.list-news .list-cont ul li .text .more:hover {
    border-color: #006d34;
    background-color: #006d34;
    color: #fff;
}

.list-news .list-cont ul li .date {
    position: absolute;
    top: 25px;
    right: 0;
    width: 154px;
    height: 130px;
    padding-top: 80px;
    border-left: 1px solid #dcdcdc;
    text-align: center;
}

.list-news .list-cont ul li .date .day {
    font-size: 34px;
    line-height: 40px;
    font-family: Arial;
}

.list-news .list-cont ul li .date .years {
    font-size: 14px;
}

.main-news {
    padding: 65px 0;
    background-color: #f0f0f0;
}

.main-news .main-width {
    overflow: hidden;
}

.main-news .cont-box {
    float: left;
    width: 1005px;
}

.main-news .cont-box .content {
    padding: 45px;
    background-color: #fff;
    margin-bottom: 15px;
}

.main-news .cont-box .content .title {
    position: relative;
    padding: 0 120px 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.main-news .cont-box .content .title h1 {
    padding: 10px 0;
    line-height: 30px;
    font-size: 26px;
    color: #006d34;
}

.main-news .cont-box .content .title p {
    position: absolute;
    top: 20px;
    right: 5px;
    line-height: 20px;
}

.main-news .cont-box .content .detail h3 {
    font-size: 18px;
    font-family: "Kozgopr6n-Bold";
    margin-bottom: 15px;
    color: #000;
}

.main-news .cont-box .content .detail p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #666;
}

.main-news .cont-box .content .detail p.img {
    text-align: center;
    padding: 20px 0;
}

.main-news .cont-box .content .detail table {
    width: 100%;
}

.main-news .cont-box .content .detail table th,
.main-news .cont-box .content .detail table td {
    text-align: center;
    line-height: 25px;
    padding: 5px 0;
    border: 1px solid #ccc;
}

.main-news .cont-box .content .detail table th {
    background-color: #f5f5f5;
}

.main-news .cont-box .content .detail .contact li {
    line-height: 25px;
    padding: 5px 0;
    font-size: 16px;
}

.main-news .cont-box .subpage {
    background-color: #fff;
    padding: 10px 45px;
    line-height: 30px;
    overflow: hidden;
}

.main-news .cont-box .subpage li {
    position: relative;
    line-height: 20px;
    width: 47.5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main-news .cont-box .subpage li span {
    position: absolute;
    left: 0;
    top: 0;
}

.main-news .cont-box .subpage .prev {
    float: left;
    padding-left: 65px;
}

.main-news .cont-box .subpage .next {
    float: right;
    padding-left: 45px;
}

.main-news .other-list {
    float: right;
    width: 340px;
}

.main-news .other-list .recommend {
    background-color: #fff;
    margin-bottom: 15px;
}

.main-news .other-list .recommend h2 {
    line-height: 50px;
    font-size: 26px;
    padding-left: 20px;
    color: #666;
}

.main-news .other-list .recommend img {
    width: 100%;
    height: auto;
}

.main-news .other-list .latest {
    background-color: #fff;
    padding: 25px 20px;
}

.main-news .other-list .latest ul li {
    position: relative;
    padding: 10px 0 10px 28px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-news .other-list .latest ul li i {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 36px;
    line-height: 30px;
    width: 25px;
    text-align: center;
}

.type-change {
    height: 69px;
    background-color: #4e4e4e;
}

.type-change h2 {
    float: left;
    color: #fff;
    line-height: 69px;
    font-size: 30px;
    text-transform: capitalize;
}

.type-change form {
    margin: 0;
}

.type-change ul {
    float: right;
    padding: 25px 0;
}

.type-change ul li {
    float: left;
    height: 19px;
    padding: 0 30px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-left: 1px solid #fff;
}

.type-change ul li.pro {
    border-left: none;
}

.type-change ul li span {
    display: none;
}

.search-results {
    padding: 50px 0;
    background-color: #f5f5f5;
}

.search-results h1 {
    margin-bottom: 40px;
}

.search-results .css2 {
    overflow: hidden;
}

.search-results .css2 ul {
    width: 1370px;
    overflow: hidden;
}

.search-results .css2 ul li {
    float: left;
    width: 448px;
    margin: 0 8px 25px 0;
}

.search-results .css2 ul li .text {
    position: relative;
    height: 40px;
    background-color: #fff;
    padding: 15px 20px 0 20px;
}

.search-results .css2 ul li .text h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-results .css2 ul li .text h3 span {
    display: none;
}

.search-results .css2 ul li .text p,
.search-results .css2 ul li .text .more {
    display: none;
}

.search-results .css4 ul li {
    position: relative;
    height: 220px;
    padding: 20px 20px 20px 345px;
    margin-bottom: 30px;
    background-color: #fff;
}

.search-results .css4 ul li .pic {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 290px;
    height: 220px;
}

.search-results .css4 ul li .pic img {
    width: 100%;
    height: 100%;
}

.search-results .css4 ul li .text {
    position: relative;
    height: 220px;
}

.search-results .css4 ul li .text h3 {
    font-size: 22px;
    line-height: 45px;
    font-family: "OpenSans-Regular";
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-results .css4 ul li .text h3 span {
    display: none;
}

.search-results .css4 ul li .text h3 a {
    color: #006d34;
}

.search-results .css4 ul li .text p {
    font-size: 16px;
}

.search-results .css4 ul li .text .more {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #d2d2d2;
}

.search-results .css4 ul li .text .more:hover {
    border-color: #006d34;
    background-color: #006d34;
    color: #fff;
}

.search-results .css1 {
    overflow: hidden;
}

.search-results .css1 ul {
    overflow: hidden;
    width: 1380px;
}

.search-results .css1 ul li {
    position: relative;
    float: left;
    width: 446px;
    height: 485px;
    margin: 0 11px 30px 0;
    background-color: #fff;
}

.search-results .css1 ul li .pic {
    width: 446px;
    height: 320px;
}

.search-results .css1 ul li .pic img {
    width: 100%;
    height: 100%;
}

.search-results .css1 ul li .text {
    text-align: center;
    padding-top: 10px;
}

.search-results .css1 ul li .text h3 {
    font-size: 24px;
    line-height: 38px;
    font-family: "OpenSans-Bold";
}

.search-results .css1 ul li .text h3 span {
    font-size: 20px;
    font-family: "OpenSans-Light";
}

.search-results .css1 ul li .text p {
    display: none;
}

.search-results .css1 ul li .text p.short {
    display: block;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 12px;
    font-family: "OpenSans-Light";
    color: #979797;
}

.search-results .css1 ul li .text .more {
    display: block;
    width: 76px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #006d32;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sear-page {
    text-align: center;
}

.sear-page .pagelistbox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}

.sear-page .pagelistbox a,
.sear-page .pagelistbox span,
.sear-page .pagelistbox strong {
    float: left;
    display: block;
    line-height: 28px;
    border: 1px solid #999;
    padding: 0 10px;
    margin: 0 5px 10px;
}

.sear-page .pagelistbox strong {
    background-color: #056b39;
    border-color: #056b39;
    color: #fff;
}

.page {
    text-align: center;
    margin-top: 30px;
}

.page ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.page ul li {
    float: left;
    margin: 0 5px 10px;
}

.page ul li a {
    display: block;
    line-height: 28px;
    border: 1px solid #999;
    padding: 0 10px;
}

.page ul li a:hover {
    border-color: #00904a;
}

.page ul li.thisclass a {
    background-color: #00904a;
    border-color: #00904a;
    color: #fff;
}

.main-recruit {
    padding: 55px 0 85px;
}

.main-recruit .title {
    text-align: center;
    margin-bottom: 40px;
}

.main-recruit .title h1 {
    line-height: 35px;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #00904a;
}

.main-recruit .title p {
    font-size: 16px;
    font-family: "Kozgopr6n-ELight";
}

.main-recruit .recruit-list h2 {
    line-height: 35px;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.recruit-list {
    overflow: hidden;
    padding: 20px 11px;
    height: 100%;
}

.recruit-list .box {
    width: 48%;
    float: left;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

.recruit-list .box:nth-child(2n+1) {
    float: right;
}

.recruit-list .box .text {
    padding: 37px 2% 20px 6%;
    min-height: 173px;
}

.recruit-list .box h3 {
    font-size: 18px;
    color: #00904a;
    line-height: 25px;
    margin-bottom: 15px;
}

.recruit-list .box p {
    font-size: 14px;
    color: #333;
}

.recruit-list .box p span {
    font-weight: bold;
}

@keyframes diffusion {
    from {
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
    }

    to {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transform: scale(2, 2);
        -webkit-transform: scale(2, 2);
        -moz-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -o-transform: scale(2, 2);
    }
}

#a-top {
    position: relative;
    display: block;
    height: 0;
    top: -90px;
}