﻿
/*-----------------[初始化]--------------*/
body {
    color: #444;
    /*font-size: 12px;*/
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: "微软雅黑","Microsoft Yahei";
    background-color: #eef2f5;
}

a {
    color: #444;
}

    a:hover {
        color: #007b41;
    }

img {
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

input, textarea, select {
    font-size: 12px;
    color: #444;
    font-family: "微软雅黑","Microsoft Yahei";
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type='submit'], input[type='reset'], input[type='button'], select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input[type='submit'], input[type='reset'], input[type='button'] {
        cursor: pointer;
    }

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/icon/iconfont.eot');
    src: url('../fonts/icon/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/icon/iconfont.woff2') format('woff2'), url('../fonts/icon/iconfont.woff') format('woff'), url('../fonts/icon/iconfont.ttf') format('truetype'), url('../fonts/icon/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 14px;
    border-radius: 50%;
    line-height: 22px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}

.icon-link:before {
    content: "\e748";
}

.ani {
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*布局*/
.wp {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wp2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden;
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden;
}

.index {
    background-color: #fff;
}

/*******************************
  -------[=头部]-------
********************************/
.header {
    overflow: hidden;
    border-top: 2px solid #008446;
}

.logo {
    float: left;
    line-height: 90px;
}

    .logo img {
        display: inline-block;
        vertical-align: middle;
        height: 66px;
    }

.so {
    float: right;
    position: relative;
    margin-top: 24px;
}

    .so .inp {
        width: 300px;
        height: 43px;
        border: 1px solid #e1e1e1;
        border-radius: 43px;
        background-color: #fff;
        padding: 0 50px 0 27px;
        font-size: 14px;
        color: #000;
    }

    .so .btn {
        position: absolute;
        top: 0;
        right: 0px;
        width: 40px;
        height: 43px;
        border: 0;
        cursor: pointer;
        background: url(../images/i-so.png) no-repeat left center;
    }

.nav-bg {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,.5);
    display: none;
}

.nav {
    height: 60px;
    background-color: #138e37;
}

    .nav li {
        float: left;
        width: 8.33%;
    }

    .nav .v1 {
        display: block;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        width: 88px;
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .nav .v1:after {
            content: '';
            position: absolute;
            top: -7px;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #f2b228;
            z-index: -1;
            opacity: 0;
            transition: .3s;
            -ms-transition: .3s;
            -moz-transition: .3s;
            -webkit-transition: .3s;
            -o-transition: .3s;
        }

        .nav .v1:before {
            content: '';
            position: absolute;
            top: 0px;
            bottom: 0;
            right: -8px;
            z-index: -1;
            width: 8px;
            opacity: 0;
            background: url(../images/i-nv1.png) no-repeat center center;
            transition: .3s;
            -ms-transition: .3s;
            -moz-transition: .3s;
            -webkit-transition: .3s;
            -o-transition: .3s;
        }

    .nav li:hover .v1:after, .nav li:hover .v1:before, .nav li.on .v1:after, .nav li.on .v1:before {
        opacity: 1;
    }

.so-mo {
    display: none;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
    position: absolute;
    z-index: 9;
    display: none;
    right: 10px;
    top: 9px;
    width: 40px;
    height: 40px;
    padding: 7px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

    .menuBtn b {
        display: block;
        height: 3px;
        background-color: #008742;
        margin: 3px 0 5px;
        border-radius: 2px;
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }

    .menuBtn.open {
    }

        .menuBtn.open b {
            display: none;
            margin: 0;
            position: absolute;
            left: 5px;
            top: 45%;
            width: 30px;
        }

            .menuBtn.open b:first-child {
                display: block;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
            }

            .menuBtn.open b:last-child {
                display: block;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
            }

/*******************************
  -------[=banner]-------
*******************************/
.banner {
    height: 450px;
    position: relative;
}

    .banner .slick-slider, .banner .slick-list, .banner .slick-track, .banner .slick-slide {
        height: 100%;
    }

        .banner .slick-slide a {
            outline: 0;
            position: relative;
            display: block;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            -o-background-size: cover;
            -ms-background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover;
            background-size: cover;
        }

    .banner .slick-dots {
        position: absolute;
        left: 0;
        bottom: 102px;
        width: 100%;
        text-align: center;
        z-index: 99;
    }

        .banner .slick-dots li {
            display: inline-block;
            margin: 0 2px;
        }

            .banner .slick-dots li button {
                display: block;
                width: 44px;
                height: 4px;
                font-size: 0;
                line-height: 0;
                text-indent: 999px;
                border: 0;
                cursor: pointer;
                background: url(../images/i-ban1.png) no-repeat center center;
            }

            .banner .slick-dots li.slick-active button {
                background-image: url(../images/i-ban2.png);
            }

.ban-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 77px;
    background: rgba(0,0,0,.5);
}

    .ban-txt .tit {
        height: 77px;
        width: 89px;
        float: left;
        font-size: 22px;
        color: #fff;
        background-color: #008446;
        text-align: center;
        line-height: 28px;
        padding-top: 10px;
    }

    .ban-txt .txt {
        overflow: hidden;
        padding-left: 35px;
        padding-top: 16px;
        position: relative;
        letter-spacing: 1px;
    }

    .ban-txt .desc {
        font-size: 14px;
        line-height: 22px;
        color: rgba(255,255,255,.85);
        height: 44px;
        overflow: hidden;
    }

    .ban-txt .name {
        font-size: 14px;
        line-height: 22px;
        color: #f2b228;
        position: absolute;
        right: 0;
        top: 38px;
    }


/*******************************
  -------[=底部]-------
********************************/
.fd-link {
    height: 52px;
    position: relative;
    z-index: 12;
    background-color: #fff;
}

    .fd-link dl {
        width: 25%;
        float: left;
        border-left: 1px solid #ddd;
        position: relative;
    }

        .fd-link dl:last-child {
            border-right: 1px solid #ddd;
        }

    .fd-link dt {
        line-height: 52px;
        padding-right: 50px;
        font-size: 16px;
        color: #343333;
        padding-left: 20px;
        background: url(../images/i-03.png) no-repeat right 19px center;
        cursor: pointer;
    }

    .fd-link dd {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%;
        padding: 10px 0;
        background-color: #fff;
        border-bottom: 1px solid #007b41;
        box-shadow: 0px 0px 15px rgba(0,0,0,.06);
        display: none;
    }

        .fd-link dd a {
            font-size: 16px;
            line-height: 40px;
            padding: 0 20px;
            display: block;
            height: 40px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .fd-link dd a:hover {
                color: #fff;
                background-color: #007b41;
            }

.footer {
    color: #fff;
    background: url(../images/fd-bg1.jpg) no-repeat center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.fd-con {
    overflow: hidden;
    padding-top: 58px;
    padding-bottom: 40px;
}

.fd-logo {
    float: left;
    margin-top: 48px;
}

.fd-txt {
    float: left;
    margin-left: 95px;
}

    .fd-txt h3 {
        font-size: 22px;
        font-weight: normal;
        position: relative;
        padding-bottom: 14px;
        margin-bottom: 10px;
    }

        .fd-txt h3:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 30px;
            background-color: #fff;
        }

    .fd-txt .txt {
        font-size: 16px;
        line-height: 27px;
    }

        .fd-txt .txt .r {
            margin-left: 30px;
            width: 268px;
        }

.fd-qr {
    float: right;
}

    .fd-qr ul {
        overflow: hidden;
        margin: 0 -7px;
    }

    .fd-qr li {
        float: left;
        margin-left: 20px;
        text-align: center;
    }

    .fd-qr .pic {
        width: 119px;
        margin: 0 auto 15px;
    }

        .fd-qr .pic img {
            width: 100%;
            display: block;
        }

    .fd-qr p {
        font-size: 14px;
    }

.fd-copy {
    line-height: 58px;
    border-top: 1px solid #3e8263;
    font-size: 16px;
    background: rgba(0,0,0,.2);
}

    .fd-copy a {
        color: #fff;
        margin-left: 2em;
    }

        .fd-copy a:hover {
            text-decoration: underline;
        }





/*******************************
    -------[=正文]-------
********************************/




