﻿/*-----------------[初始化]--------------*/
html {
    /*overflow-x: hidden;*/
}

body {
    color: #404040;
    /*font-size: 12px;*/
    font-size: 16px;
    line-height: 1.5;
    /*overflow-x: hidden;*/
    min-width: 1260px;
    position: relative;
    font-family: '微软雅黑';
    /*font-family: "微软雅黑","Microsoft Yahei";*/
    background-color: #F7F8FA;
}

a {
    color: #444;
}

a:hover {
    color: #007b41;
}

img {
    /* max-width: 100%; */
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

input,
textarea,
select {
    font-size: 12px;
    color: #444;
    font-family: '微软雅黑';
    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/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/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: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.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;
    background-color: #fff;
}

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

.logo img {
    display: inline-block;
    vertical-align: middle;
}
.logo .logo-img{
    height: 50px;
}
.logo .logo-img2{
    margin-left: 15px;
    height: 50px;
}

.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, 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: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.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: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

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

.nav2 {
    background-color: #138e37;
    /*margin-top:1px;*/
    width: 142px;
    margin-left: 199px;
}

.nav2 li {
    text-align: center;
    width: 100%;
}

.nav2 .v1 {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    text-align: center;
}

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

.nav2 .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: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

/* .nav2 li:hover .v1:after, .nav2 li:hover .v1:before, .nav2 li.on .v1:after, .nav2 li.on .v1:before {
        opacity: 1;
    }*/
.nav2 li a:hover .v1:after,
.nav2 li a:hover .v1:before,
.nav2 li.onSelect a .v1:after,
.nav2 li.onSelect a .v1:before {
    color: red;
    background: #f2b228;
}

.nav2 li.onSelect,
.nav2 li:hover {
    background: #f2b228;
}

.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: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.menuBtn b {
    display: block;
    height: 3px;
    background-color: #008742;
    margin: 3px 0 5px;
    border-radius: 2px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.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: 20px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

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

.banner .slick-dots li button {
    display: block;
    width: 10px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner .slick-dots li.slick-active button {
    background-color: #fff;
}

.ban-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 77px;
    background: rgba(0, 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, 0.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: 60px;
    position: relative;
    z-index: 12;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.07);
}
.fd-link .links{
    display: flex;
    align-items: center;
    height: 100%;
}
.fd-link .links-tit{
    font-size: 18px;
    margin-right: 7px;
}

.fd-link dl {
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    border-radius: 10px;
    margin-left: 16px;
}

.fd-link dt {
    line-height: 40px;
    padding-right: 50px;
    font-size: 16px;
    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, 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/ft-bg.png) no-repeat center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

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

.fd-logo {
    float: left;
    margin-top: 48px;
    display: flex;
    align-items: center;
}
.fd-logo-text{
    font-size: 30px;
    font-weight: 600;
    margin-left: 8px;
    margin-top: -10px;
}

.fd-txt {
    float: left;
    margin-left: 60px;
    margin-top: 23px;
}

.fd-txt h3 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    margin-bottom: 20px;
}
.fd-txt p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.fd-txt p + p{
    margin-top: 6px;
}
.fd-txt p span{
    margin-left: 46px;
}

.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 {
    color: #fff;
    line-height: 58px;
    font-size: 12px;
    background: #09471c;
}

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

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

/*******************************
    -------[=正文]-------
********************************/
.g-chun .header {
    /* background: url(../images/hd-chun.jpg) no-repeat center top; */
    background: url(../images/hd-chun.jpg) center top;
}

.g-chun .logo {
    line-height: 120px;
}

.g-chun .so {
    margin-top: 38px;
}

.g-chun .nav {
    background-color: #cb2125;
}

.fix-qr {
    width: 140px;
    position: fixed;
    top: 50%;
    left: 70px;
    z-index: 1024;
    background-color: #017841;
    display: none;
    padding: 38px 0 11px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fix-qr .tit {
    text-align: center;
    color: #fff;
    margin-bottom: 11px;
}

.fix-qr .tit h3 {
    font-size: 20px;
    font-family: Impact;
    line-height: 27px;
}

.fix-qr .qr {
    width: 118px;
    margin: 0 auto;
}

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

.fix-qr .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: url(../images/fix-close.png) no-repeat center center;
    cursor: pointer;
}
