@charset "utf-8";
.com-width {
    max-width: 1164px;
    margin: 0 auto;
    width: 94%
}
.wp1400 {
    max-width: 1400px;
    margin: 0 auto;
    width: 94%
}
.pt60 {
    padding-top: 60px;
}
.pt100 {
    padding-top: 100px;
}
.pb60 {
    padding-bottom: 60px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb100 {
    padding-bottom: 100px;
}
.bg-gray {
    background-color: #f3f3f3;
}
.oh {
    overflow: hidden;
}
.icon {
    display: inline-block;
    vertical-align: middle;
}
.elp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.abox {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tit-34 {
    font-size: 34px;
    color: #101010;
}
.tit-20 {
    font-size: 20px;
    color: #101010;
}
.des-18 {
    font-size: 18px;
    line-height: 32px;
    color: #828282;
}
.des-16 {
    font-size: 16px;
    line-height: 24px;
    color: #828282;
}
.col {
    margin-left: -10px;
    margin-right: -10px;
    zoom: 1;
}
.col:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.col>li,
.col .item {
    float: left;
    padding: 0 10px;
}
.col li img,
.col .item img {
    max-width: 100%;
    width: 100%;
}
.col-2 li,
.col-2 .item {
    width: 50%;
}
.col-3 li,
.col-3 .item {
    width: 33.3333%;
}
.col-4>li,
.col-4 .item {
    width: 25%;
}
.col-5 li,
.col-5 .item {
    width: 20%;
}
.col-6 li,
.col-6 .item {
    width: 16.6666%;
}
.col.k16 {
    margin-left: -4px;
    margin-right: -8px;
}
.col.k16>li,
.col.k16 .item {
    padding: 0 8px;
}
.col.k90 {
    margin-left: -45px;
    margin-right: -45px;
}
.col.k90>li,
.col.k90 .item {
    padding: 0 45px;
}
/*图片放大*/
.pic-scale .pic {
    position: relative;
    overflow: hidden;
}
.pic-scale img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pic-scale:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.foot .copyTxt {
    opacity: 1;
    color: #999;
}
.foot .copyTxt a,
.foot .foot-nav dl dd a,
.foot .foot-info p,
.foot .foot-nav dl dd {
    color: #999;
    opacity: 1;
}
.foot .foot-nav dl.bignav dd a {
    color: #fff;
}
.foot .copyTxt a:hover,
.foot .foot-nav dl dd a:hover,
.foot .foot-nav dl dt a:hover,
.Copyright a:hover {
    color: #688f4e;
}

.page-banner {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.page-banner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    max-width: none;
    -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
    animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
}
@-webkit-keyframes SlickIn {
    0% {
        -webkit-transform: scale(1.1, 1.1)
    }
    100% {
        -webkit-transform: scale(1, 1)
    }
}
@-webkit-keyframes SlickOut {
    0% {
        -webkit-transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(.9, .9)
    }
}
@keyframes SlickIn {
    0% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}
@keyframes SlickOut {
    0% {
        transform: scale(1, 1)
    }
    100% {
        transform: scale(.9, .9)
    }
}
.page-banner .cont {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -53px;
}
.page-banner .cont .bc {
    font-size: 16px;
    color: #fcfcfa;
}
.page-banner .cont .bc a {
    color: #fcfcfa;
}
.page-banner .cont .tit {
    font-size: 52px;
    line-height: 1;
    color: #fcfcfa;
    margin-top: 30px;
}
.page-tit {
    text-align: center;
}
.page-tit p {
    /*margin-top: 30px;*/
    width: 695px;
    display: inline-block;
}
.intro-video {
    position: relative;
    overflow: hidden;
}
.intro-video .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    background: url(../images/video.png) no-repeat center;
    background-size: contain;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.intro-video .video-btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.intro-list {
    margin-top: 60px;
}
.intro-list .item {
    width: 29.21%;
    font-size: 16px;
    padding-left: 60px;
    position: relative;
}
.intro-list .item h4 {
    color: #000000;
}
.intro-list .item p {
    color: #808080;
    margin-top: 15px;
}
.intro-list .item .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-intro-1 {
    background-image: url(../images/about-1.png);
}
.icon-intro-2 {
    background-image: url(../images/about-2.png);
}
.icon-intro-3 {
    background-image: url(../images/about-3.png);
}
.about-support .s-l {
    width: 39.17%;
}
.about-support .s-r {
    width: 49.31%;
}
.about-support .s-l h3 {
    line-height: 51px;
}
.about-support .s-l p {
    margin-top: 10px;
    margin-bottom: 30px;
}
.culture-list {
    margin-top: 65px;
}
.culture-list .item {
    width: 31%;
    text-align: center;
}
.culture-list .item .pic {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.culture-list .item:hover .pic {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.culture-list .item h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.history-list .item {
    width: 16.6666%;
    width: calc(100% / 6);
    padding: 40px 28px;
    height: 220px;
}
.history-list .item:nth-child(2n+1) {
    border-bottom: 4px solid #2b463c;
    border-right: 4px solid #2b463c;
}
.history-list .item:nth-child(2n) {
    border-top: 4px solid #2b463c;
    border-right: 4px solid #2b463c;
}
.history-list .item:last-child {
    border-right: none;
}
.history-list .item:first-child {
    padding: 30px 0;
    text-align: center;
}
.history-list .item span {
    display: block;
    font-size: 50px;
    font-weight: bold;
    color: #4d4d4d;
    line-height: 1;
}
.history-list .item .s2 {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.history-list .item h4 {
    font-size: 30px;
    color: #688f4e;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.history-list .item h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #688f4e;
}
.history-list .item p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.page-more {
    text-align: center;
    margin-top: 60px;
}
.page-more a {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 62px;
    font-weight: bold;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.icon-com-more {
    width: 62px;
    height: 62px;
    position: relative;
    background: url(../images/more.png) no-repeat center;
    border-radius: 50%;
    margin-right: 15px;
}
.icon-com-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: dashed 1px #333333;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.page-more a:hover {
    color: #688f4e;
}
.page-more a:hover .icon-com-more:before {
    border-color: #688f4e;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.partner-list .item {
    width: 15%;
}
.mu-bg .item {
    float: left;
    width: 49.3127%;
}
.mu-bg .item~.item {
    margin-left: 1.3746%;
}
.mu-bg .item:nth-child(2) {
    margin-bottom: 1.3746%;
}
.mu-ck .item {
    width: 49.3127%;
}
.mu-gc .item {
    width: 24.1428%;
}
.mu-gc .item .tit {
    text-align: center;
    color: #101010;
    margin-top: 10px;
    font-size: 14px;
}
.mu-sb {
    margin-bottom: -30px;
}
.mu-sb .item {
    width: 24.1428%;
    text-align: center;
    margin-bottom: 30px;
}
.mu-sb .item .tit {
    color: #101010;
    font-size: 14px;
    margin-top: 6px;
}
.tab-cate .item {
    position: relative;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #919191;
}
.tab-cate .item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 2px solid #556b63;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tab-cate .item.on:before {
    opacity: 1;
}
.tab-cate .item a {
    display: block;
    font-size: 16px;
    color: #808080;
    padding-bottom: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tab-cate .item.on a,
.tab-cate .item a:hover {
    font-weight: bold;
    color: #2b463c;
}
.list-honor {
    padding-top: 60px;
    margin-bottom: -30px;
}
.list-honor .item {
    text-align: center;
    margin-bottom: 30px;
}
.list-honor .item .pic {
    height: 210px;
    line-height: 210px;
    overflow: hidden;
    text-align: center;
    border: solid 1px #ddd;
    padding: 0 15px;
    font-size: 0;
}
.list-honor .item .pic img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.list-honor .item .tit {
    font-size: 16px;
    color: #101010;
    padding-top: 20px;
}

/*产品*/
.list-product {
    margin-bottom: -40px;
}
.list-product .item {
    margin-bottom: 40px;
}
.list-product .item .abox {
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.list-product .item .abox:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.list-product .item .abox .pic {
    padding: 20px;
    height: 280px;
    text-align: center;
}
.list-product .item .abox .pic img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-height: 100%;
}
.list-product .item .abox .cont {
    padding: 0 30px;
    height: 80px;
    align-items: center;
}
.list-product .item .abox .cont .tit {
    width: 50%;
    font-size: 14px;
    color: #333333;
}
.list-product .item .abox .cont .tit h4 {
    font-size: 24px;
    color: #101010;
}
.list-product .item .abox .cont .more {
    width: 100px;
    height: 36px;
    background-color: #2b463c;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.list-product .item .abox:hover .cont .more {
    background: #688f4e;
}

.detail-mbx {
    font-size: 16px;
    color: #808080;
    padding-top: 35px;
    padding-bottom: 35px;
}
.detail-mbx strong {
    font-size: 18px;
    color: #101010;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.detail-mbx a:hover strong {
    color: #688f4e;
}
.detail-mbx span {
    margin: 0 10px;
}
.pro-slide {
    width: 49.5%;
}
.pro-slide .thumb-top {
    position: relative;
    /*background-color: #f3f3f3;*/
}
.pro-slide .thumb-top .swp-btn {
    width: 30px;
    height: 40px;
    margin-top: -20px;
    background: rgba(43, 70, 60, 0) url(../images/product-btn.png) no-repeat center;
    background-size: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pro-slide .thumb-top .swp-btn:hover {
    background: rgba(43, 70, 60, .5) url(../images/product-btn-on.png) no-repeat center;
    background-size: 8px;
}
.pro-slide .thumb-top .swiper-button-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pro-slide .thumb-top .swiper-button-prev {
    left: 0;
}
.thumb-mini {
    margin-top: 20px;
}
.thumb-mini .swiper-slide {
    width: 25%;
    height: 100%;
    border: 2px solid #f3f3f3;
}
.thumb-mini .swiper-slide-thumb-active {
    border-color: #688f4e;
}
.pro-desc {
    width: 39.5%;
}
.pro-desc h1 {
    font-size: 20px;
    font-weight: bold;
    color: #101010;
    line-height: 1.3;
}
.pro-desc .tit-des {
    font-size: 14px;
    line-height: 1.5;
    color: #808080;
    margin-top: 5px;
}
.pro-desc .subtit {
    font-size: 16px;
    color: #101010;
    margin-top: 30px;
}
.pro-desc .des {
    font-size: 14px;
    line-height: 1.75;
    color: #808080;
}
.pro-desc .color-s {
    margin-top: 8px;
    justify-content: left;
    justify-content: flex-start;
}
.pro-desc .color-s li {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    margin-right: 10px;
}
.pro-desc .color-s li.c2 {
    background-color: #000000;
}
.pro-desc .color-s li.c3 {
    background-color: #f6f1eb;
}
.pro-desc .color-s li.c4 {
    background-color: #fdf1bc;
}
.pro-desc .color-s li.on {
    /*border-color: #688f4e;*/
}
.pro-zixun {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    height: 46px;
    background-color: #2b463c;
    line-height: 46px;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    margin-top: 65px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.icon-pro-zx {
    width: 16px;
    height: 16px;
    background: url(../images/zx1.png) no-repeat center;
    background-size: contain;
    margin-right: 10px;
}
.pro-zixun:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.pro-detail {
    margin-top: 70px;
}
.pro-detail .item .tit {
    height: 80px;
    background-color: #f3f3f3;
    line-height: 80px;
    padding: 0 60px;
}
.pro-detail .item .content {
    padding: 35px 0;
    font-size: 16px;
    line-height: 1.75;
}
.pro-detail .item .content p~p {
    margin-top: 10px;
}
.pro-detail .item .content td {
    border: 1px solid #dfdfdf;
    padding: 8px 15px;
}
.pro-xg {
    margin-top: 60px;
    border: solid 1px #e5e5e5;
}
.pro-xg h3 {
    height: 46px;
    background-color: #f3f3f3;
    line-height: 46px;
    padding-left: 30px;
    font-size: 18px;
    color: #101010;
}
.pro-xg-content {
    position: relative;
    padding: 40px 0;
}
.pro-xg-slide {
    width: 80%;
    padding: 0 1px;
    margin: 0 auto;
}
.pro-xg-slide .item {
    text-align: center;
}
.pro-xg-slide .item .pic {
    /*background-color: #f3f3f3;*/
    border: 1px solid #eee;
}
.pro-xg-slide .item .tit {
    font-size: 16px;
    color: #808080;
    line-height: 36px;
    height: 36px;
    background-color: #f3f3f3;
    margin-top: 10px;
    padding: 0 10px;
}
.pro-xg-content .swp-btn {
    width: 30px;
    height: 40px;
    margin-top: -20px;
    background: rgba(43, 70, 60, .3) url(../images/product-btn-on.png) no-repeat center;
    background-size: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pro-xg-content .swp-btn:hover {
    background-color: rgba(43, 70, 60, .7);
}
.pro-xg-content .swiper-button-next {
    right: 3.5%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pro-xg-content .swiper-button-prev {
    left: 3.5%;
}
.list-case .item {
    padding: 47px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.list-case .item:hover {
    background-color: #f3f3f3;
}
.list-case .item .pic {
    width: 220px;
    height: 124px;
    overflow: hidden;
}
.list-case .item .cont {
    overflow: hidden;
    padding-left: 40px;
    padding-top: 5px;
}
.list-case .item .cont h4 a {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.list-case .item .cont p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin-top: 10px;
}
.list-case .item .cont .more {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1;
    color: #666666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.list-case .item .cont h4 a:hover,
.list-case .item .cont .more:hover {
    color: #688f4e;
}
.top-hr {
    margin: 0;
    border-color: rgba(128, 128, 128, 0.35);
}

.detail-left {
    max-width: 800px;
    width: 70%;
}
.detail-right {
    max-width: 220px;
    width: 20%;
}
.detail-tit {
    padding: 30px 0;
    text-align: center;
}
.detail-tit h1 {
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #101010;
}
.detail-tit .name {
    font-size: 16px;
    color: #808080;
    margin-top: 5px;
}
.detail-content {
    font-size: 16px;
    line-height: 1.75;
}
.detail-content img {
    display: inline-block;
    vertical-align: middle;
}
.detail-content p~p {
    margin-top: 10px;
}
.detail-right h3 {
    height: 60px;
    background-color: #f3f3f3;
    line-height: 60px;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #101010;
    margin-bottom: 40px;
}
.detail-xg .item {
    margin-bottom: 30px;
}
.detail-xg .item .pic {
    background-color: #2b463c;
}
.detail-xg .item .cont {
    height: 57px;
    background-color: #f3f3f3;
    padding: 0 20px;
}
.detail-xg .item .cont h4 {
    font-size: 16px;
    line-height: 57px;
    letter-spacing: 1px;
    color: #101010;
}
.detail-xg .item .cont .tit {
    font-size: 16px;
    letter-spacing: 1px;
    color: #101010;
    padding-top: 6px;
}
.detail-xg .item .cont .date {
    font-size: 14px;
    color: #808080;
}
.list-article .date {
    position: relative;
    padding-right: 40px;
    margin-right: 40px;
    font-size: 24px;
    color: #666666;
    line-height: 30px;
    margin-top: 50px;
}
.list-article .date:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #666666;
}
.detail-page {
    margin-top: 80px;
}
.detail-page .item {
    width: 49%;
    height: 75px;
    background-color: #f3f3f3;
    line-height: 75px;
}
.detail-page .item .abox span {
    display: inline-block;
    vertical-align: middle;
}
.detail-page .item .abox {
    font-size: 0;
    text-align: center;
}
.detail-page .item .abox .pn {
    width: 25.7%;
    font-size: 16px;
    color: #444444;
    background-color: #d9d9d9;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.detail-page .item .abox:hover .pn {
    color: #fff;
    background-color: #688f4e;
}
.detail-page .item .abox .tit {
    width: 74.3%;
    font-size: 16px;
    color: #333333;
    padding: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.detail-page .item .abox:hover .tit {
    color: #688f4e;
}
.list-down {
    background: #fff;
    padding: 60px 80px;
}
.list-down .tit-bar {
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}
.list-down .tit-bar .item {
    font-size: 22px;
    line-height: 40px;
    color: #2b463c;
    text-align: center;
    width: 13.6%;
}
.down-content .item .subitem {
    width: 13.6%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
}
.list-down .tit-bar .item:first-child,
.down-content .item .subitem:first-child {
    width: 60%;
    text-align: left;
}
.down-content .item {
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
}
.down-content .item .tit .icon {
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -4px;
    margin-right: 10px;
}
.icon-pdf {
    background-image: url(../images/i-rar.png);
}
.down-content .item .down {
    display: inline-block;
    width: 110px;
    background-color: #ffffff;
    border: solid 1px #2b463c;
    text-align: center;
    line-height: 38px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.down-content .item .down:hover {
    /*background: #688f4e;*/
    color: #688f4e;
    border-color: #688f4e;
}
.icon-down {
    width: 25px;
    height: 30px;
    background: url(../images/i-down.png) no-repeat center;
    background-size: contain;
    margin-top: -2px;
    margin-right: 10px;
}
.contact-list {
    margin-bottom: -16px;
}
.contact-list .item {
    width: 32.5%;
    height: 300px;
    background-color: #f3f3f3;
    text-align: center;
    margin-bottom: 16px;
    padding-top: 95px;
    position: relative;
}
.contact-list .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/contact-bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.contact-list .item:hover:before {
    opacity: 1;
    visibility: visible;
}
.map-content {
    margin-bottom: 100px;
}
.contact-list .item .icon {
    width: 61px;
    height: 61px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.contact-list .item .icon-c1 {
    background-image: url(../images/contact-1.png);
}
.contact-list .item .icon-c2 {
    background-image: url(../images/contact-2.png);
}
.contact-list .item .icon-c3 {
    background-image: url(../images/contact-3.png);
}
.contact-list .item .icon-c4 {
    width: 70px;
    background-image: url(../images/contact-4.png);
}
.contact-list .item .icon-c5 {
    background-image: url(../images/contact-5.png);
}
.contact-list .item .icon-c6 {
    background-image: url(../images/contact-6.png);
}
.contact-list .item:hover .icon-c1 {
    background-image: url(../images/contact-1w.png);
}
.contact-list .item:hover .icon-c2 {
    background-image: url(../images/contact-2w.png);
}
.contact-list .item:hover .icon-c3 {
    background-image: url(../images/contact-3w.png);
}
.contact-list .item:hover .icon-c4 {
    width: 70px;
    background-image: url(../images/contact-4w.png);
}
.contact-list .item:hover .icon-c5 {
    background-image: url(../images/contact-5w.png);
}
.contact-list .item:hover .icon-c6 {
    background-image: url(../images/contact-6w.png);
}
.contact-list .item p {
    font-size: 18px;
    line-height: 32px;
    color: #101010;
    margin-top: 15px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.contact-list .item p a {
    color: #101010;
}
.contact-list .item:hover p,
.contact-list .item:hover p a {
    color: #fff;
}
.sale-list li {
    text-align: center;
    width: 25%;
}
.sale-list li .pic {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.sale-list li:hover .pic {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.sale-list li .tit {
    margin-top: 28px;
    font-size: 20px;
    color: #101010;
}
.service-ln {
    margin-bottom: 100px;
}
.service-ln .item {
    width: 50%;
    position: relative;
}
.service-ln .item .cont {
    position: absolute;
    left: 0;
    top: 100px;
    width: 72%;
    padding-left: 135px;
}
.service-ln .item .cont h3 {
    font-size: 34px;
    line-height: 1.3;
    color: #101010;
}
.service-ln .item .cont p {
    margin-top: 60px;
    font-size: 24px;
    line-height: 1.5;
    color: #101010;
}
.develop-wrap {
    position: relative;
}
.develop-year {
    position: absolute;
    left: 50%;
    top: 280px;
    margin-left: 650px;
}
.develop-year li {
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    padding-left: 19px;
    position: relative;
    cursor: pointer;
}
.develop-year li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #808080;
    border-radius: 50%;
}
.develop-year li.on:before {
    background-color: #688f4e;
}
.develop-year li.on {
    color: #688f4e;
}
.develop-content {
    position: relative;
    background: #fff;
}
.develop-content:before {
    content: "";
    position: absolute;
    left: 50%;
    height: 100%;
    border-left: 2px solid #1c5448;
}
.develop-top {
    padding-top: 60px;
    background: #fff;
    text-align: center;
    position: relative;
}
.develop-bottom {
    position: relative;
}
.develop-bottom img {
    width: 100%;
}
.develop-list {
    padding-top: 100px;
    text-align: center;
}
.develop-list .item h3 {
    position: relative;
    font-size: 50px;
    color: #4d4d4d;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-right: 200px;
    font-weight: bold;
}
.develop-list .item:nth-child(2n) h3 {
    padding-right: 0;
    padding-left: 200px;
}
.develop-list .item h3:before,
.develop-list .item ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1c5448 url(../images/history-clock.png) no-repeat center;
    margin-left: -23px;
}
.develop-list .item ul li:before {
    width: 20px;
    height: 20px;
    margin-left: -9px;
    background: #1c5448 url(../images/history-point.png) no-repeat center;
    background-size: contain;
}
.develop-list .item ul {
    padding: 60px 0;
}
.develop-list .item ul li {
    position: relative;
}
.develop-list .item ul li~li {
    margin-top: 25px;
}
.develop-list .item ul li .cont {
    float: right;
    width: 50%;
    text-align: left;
    padding-left: 30px;
    margin-top: -6px;
}
.develop-list .item ul li:nth-child(2n) .cont {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 30px;
}
.develop-list .item ul li .cont h4 {
    font-size: 20px;
    line-height: 30px;
    color: #688f4e;
}
.develop-list .item ul li .cont .des {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    font-size: 16px;
    color: #333333;
    width: 60%;
}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#688f4e;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapNav{overflow-y:auto;height:100%;opacity:0;transform: translateX(-100%);transition:all 0.5s;background:#fff;width:100%;position: fixed;left:0;top:0;z-index: 40;padding:60px 0;}
.wapNav li{position:relative;}
.wapNav li a{display:block;padding-left:20px;color:#454545;height:50px;line-height:50px;border-bottom:1px solid #eee;position:relative;}
.wapNav li i{font-family:"iconfont-nav";color:#888;font-size:1.2em;font-style:normal;padding:0 20px;position:absolute;right:0;top:0px;line-height:50px;cursor: pointer;}
.wapNav li.cur>a,.wapNav .cur>a:hover{background:#688f4e;color:#fff;}
.wapNav li :hover i,.wapNav .cur i{color:#fff;}
.wapNav .navSub{display:none;background:#f1f1f1;}
.wapNav .navSub li a{height:40px;line-height:40px;padding-left:40px;font-size:.875em;}
.wapNav .navSub ul{background:#f1f1f1;}
.wapNav .navSub ul li a{height:34px;line-height:34px;padding-left:60px;}
.wapNav .menu{overflow:hidden;font-size:1rem;}
.wapNav .menu a{float:left;width:50%;text-align:center;line-height:50px;border-right:1px solid #eee;color:#454545;border-bottom:1px solid #eee;font-size:14px;}
.wapNav .menu a i{font-family:"iconfont-nav";margin-right:5px;position:relative;font-style:normal;color:#666;font-size:1rem;}
.wSearch{/*background:#f1f1f1;*/overflow:hidden;padding:20px 15px;font-size:12px;    border-bottom: 1px solid #eee;}
.wSearch form{margin:0 auto;background:#fff;height:40px;overflow:hidden;padding-right:60px;}
.wSearch .sear_text{width:100%;float:left;height:40px; line-height:40px;color:#666; padding-left:10px;background: #f5f5f5; font-size: 14px}
.wSearch .sear_btn{ float:left;width:60px;height:40px; cursor:pointer;text-align:center;background:#454545;color:#fff;font-size:14px;transition:all 0.3s;margin-right:-60px;}
.wSearch .sear_btn:hover{background:#014099;}
.nav_on {opacity: 1;transform: translateX(0);}

@media (max-width: 1600px) {
    #map-content {
        height: 400px !important;
    }
}
@media (max-width: 980px) {
    .col-4>li, .col-4 .item {
        width: 50%;
    }
    .pagination {
        margin-top: 40px;
    }
    .list-honor {
        padding-top: 40px;
        margin-bottom: -20px;
    }
    .list-honor .item {
        margin-bottom: 20px;
    }
    .list-honor .item .pic {
        height: 130px;
        line-height: 130px;
    }
    .list-product .item .abox .pic {
        height: auto;
    }
	.top .top-right .nav li.nav-li>a {
	    display: inline-block;
	}
	.drop-box {
	    display: none !important;
	}
	.page-tit p {
	    margin-top: 30px;
	    width: 100%;
	    display: inline-block;
	}
	.page-banner {
	    height: 180px;
	}
	.page-banner .cont {
	    margin-top: -37px;
	}
	.page-banner .cont .bc {
	    font-size: 12px;
	}
	.page-banner .cont .tit {
	    font-size: 24px;
	    margin-top:30px;
	}
	.pt100 {
	    padding-top: 50px;
	}
	.pb100,
	.pb60 {
	    padding-bottom: 50px;
	}
	.tit-34 {
	    font-size: 28px;
	    line-height: 1;
	}
	.des-18 {
	    font-size: 16px;
	    line-height: 1.75;
	}
	.intro-video .video-btn {
	    width: 60px;
	    height: 60px;
	    margin-left: -30px;
	    margin-top: -30px;
	}
	.intro-list {
	    margin-top: 40px;
	}
	.intro-list .item {
	    width: 100%;
	    font-size: 16px;
	    position: relative;
	    padding-left: 50px;
	}
	.intro-list .item ~ .item {
		margin-top: 20px;
	}
	.intro-list .item h4 {
	    font-size: 20px;
	}
	.intro-list .item p {
	    margin-top: 10px;
	}
	.intro-list .item .icon {
		width: 30px;
		height: 30px;
	}
	.about-support .s-l,
	.about-support .s-r {
	    width: 100%;
	}
	.about-support .s-l h3 {
	    line-height: 1.3;
	}
	.about-support .s-r {
		margin-top: 30px;
	}
	.culture-list {
	    margin-top: 30px;
	}
	.culture-list .item:nth-child(1),
	.culture-list .item:nth-child(2) {
		margin-bottom: 15px;
	}
	.culture-list .item .pic {
		width: 80px;
	}
	.culture-list .item h4 {
	    margin-top: 15px;
	    margin-bottom: 5px;
	    font-size: 18px;
	}
	.culture-list .item p {
		font-size: 14px;
		line-height: 1.75;
	}
	.history-list .item {
	    width: 100%;
	    padding: 20px;
	    height: auto;
	    border-bottom: 2px solid #2b463c;
	}
	.history-list .item:nth-child(2n+1) {
	    border-bottom: none;
	    border-right: 2px solid #2b463c;
	    border-bottom: 2px solid #2b463c;
	}
	.history-list .item:nth-child(2n) {
	    border-top: none;
	    border-right: 2px solid #2b463c;
	    border-bottom: 2px solid #2b463c;
	}
	.history-list .item span {
	    font-size: 35px;
	}
	.history-list .item h4 {
	    font-size: 20px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	.history-list .item p {
	    font-size: 14px;
	    line-height: 1.75;
	}
	.page-more {
	    margin-top: 50px;
	}
	.page-more a {
	    font-size: 16px;
	    line-height: 40px;
	}
	.icon-com-more {
	    width: 40px;
	    height: 40px;
	    background-size: 16px;
	}
	.partner-list {
		margin-bottom: -15px;
	}
	.partner-list .item {
	    width: 49%;
	    margin-bottom: 15px;
	}
	.detail-mbx {
	    padding-top: 25px;
	    padding-bottom: 25px;
	    font-size: 14px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.develop-year {
		display: none;
	}
	.develop-top {
		padding-top: 40px;
	}
	.develop-top img {
		width: 60px;
	}
	.list-product .item {
	    margin-bottom: 20px;
	    width: 50%;
	}
	.list-product .item .abox .cont .more {
		display: none;
	}
	.list-product .item .abox .cont {
	    padding: 0 10px;
	    align-items: center;
	    height: 60px;
	}
	.list-product .item .abox .cont .tit {
		width: 100%;
	}
	.list-product .item .abox .cont .tit h4 {
	    font-size: 18px;
	}
	.pagination a {
	    font-size: 18px;
	}
	.pagination .page-link {
	    margin: 0 10px;
	    width: 35px;
	    height: 35px;
	    line-height: 33px;
	    background-size: 10px;
	}
	.pro-slide {
	    width: 100%;
	}
	.pro-desc {
	    width: 100%;
	    margin-top: 30px;
	}
	.pro-desc .subtit {
	    margin-top: 20px;
	}
	.pro-zixun {
	    width: 180px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	    margin-top: 40px;
	}
	.icon-pro-zx {
	    width: 14px;
	    height: 14px;
	}
	.pro-detail {
	    margin-top: 50px;
	}
	.pro-detail .item .tit {
	    height: 50px;
	    background-color: #f3f3f3;
	    line-height: 50px;
	    padding: 0 20px;
	}
	.pro-detail .item .content {
	    padding: 30px 0;
	    font-size: 14px;
	    line-height: 1.75;
	}
	.pro-xg {
	    margin-top: 20px;
	}
	.pro-xg-content .swp-btn {
		display: none;
	}
	.pro-xg-slide {
	    width: 90%;
	}
	.pro-xg-content {
	    padding: 20px 0;
	}
	.pro-xg-slide .item .tit {
	    font-size: 14px;
	    color: #808080;
	    line-height: 36px;
	    height: 36px;
	    background-color: #f3f3f3;
	    margin-top: 5px;
	}
	.pro-xg h3 {
		padding-left: 20px;
	}
	.list-case {
		margin-bottom: -30px;
	}
	.list-case .item .pic {
		max-height: 77px;
		width: 35%;
	}
	.list-case .item .cont {
	    padding-left: 15px;
	    padding-top: 0;
	}
	.list-case .item {
	    padding: 0;
	    margin-bottom: 30px;
	}
	.list-case .item:hover {
		background: transparent;
	}
	.list-case .item .cont h4 a {
	    font-size: 16px;
	    line-height: 1;
	}
	.list-case .item .cont p {
	    font-size: 14px;
	    line-height: 1.75;
	    color: #666666;
	    margin-top: 10px;
	}
	.list-case .item .cont .more {
		display: none;
	}
	.detail-left,
	.detail-right {
	    max-width: none;
	    width: 100%;
	    float: none !important;
	}
	.detail-tit h1 {
		font-size: 22px;
		letter-spacing: 0;
	}
	.detail-tit .name {
	    margin-top: 10px;
	}
	.detail-right h3 {
	    height: 50px;
	    line-height: 50px;
	    padding-left: 20px;
	    font-size: 16px;
	    letter-spacing: 1px;
	    color: #101010;
	    margin-bottom: 20px;
	}
	.detail-right {
		margin-top: 40px;
	}
	.detail-xg {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.detail-xg .item {
		width: 49%;
	    margin-bottom: 15px;
	}
	.detail-xg .item:last-child {
		display: none;
	}
	.detail-xg .item .cont {
	    height: 40px;
	    padding: 0 10px;
	}
	.detail-xg .item .cont h4 {
	    font-size: 14px;
	    line-height: 40px;
	}
	.list-article .date {
	    padding-right: 0;
	    margin-right: 0;
	    font-size: 18px;
	    line-height: 30px;
	    margin-top: 0;
	    margin-bottom: 10px;
	    float: none !important;
	}
	.list-article .date:before {
		display: none;
	}
	.list-article .item .cont p {
		display: none;
	}
	.list-down {
	    padding: 20px;
	}
	.down-content .item {
	    padding: 10px 0;
	}
	.list-down .tit-bar {
		display: none;
	}
	.list-down .tit-bar .item:first-child, .down-content .item .subitem:first-child {
	    width: 100%;
	    font-size: 16px;
	    line-height: 34px;
	}
	.down-content .item .subitem {
	    width: 50%;
	    text-align: center;
	    font-size: 14px;
	    line-height: 35px;
	    color: #333333;
	}
	.down-content .item .down {
	    width: 90px;
	    line-height: 26px;
	    color: #333;
	    font-size: 13px;
	}
	.icon-down {
	    width: 18px;
	    height: 25px;
	    background: url(../images/i-down.png) no-repeat center;
	    background-size: contain;
	    margin-top: -2px;
	    margin-right: 10px;
	}
	.down-content .item .tit .icon {
		width: 18px;
		height: 18px;
	}
	.contact-list .item {
	    width: 49%;
	    height: auto;
	    background-color: #f3f3f3;
	    text-align: center;
	    margin-bottom: 15px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    position: relative;
	}
	.contact-list .item .icon {
		width: 40px;
		height: 40px;
	}
	.contact-list .item p {
	    font-size: 15px;
	    line-height: 1.5;
	    padding: 0 5px;
	}
	.map-content {
	    margin-bottom: 50px;
	}
	.top .top-right .nav {
		display: none;
	}
	.mu-gc,
	.mu-sb {
		margin-bottom: -10px;
	}
	.mu-gc .item,
	.mu-sb .item {
	    width: 49%;
	    margin-bottom: 10px;
	}
	.list-honor.k90 {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: -15px;
		padding-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.list-honor.k90 .item {
		width: 49%;
		padding: 0;
		margin-bottom: 15px;
	}
	.list-honor .item .tit {
	    font-size: 14px;
	    padding-top: 10px;
	}
	.pb80 {
	    padding-bottom: 40px;
	}
	.sale-list {
		margin-bottom: -20px;
	}
	.sale-list li {
	    width: 50%;
	    margin-bottom: 20px;
	}
	.sale-list li .pic {
	    width: 70px;
	}
	.sale-list li .tit {
	    margin-top: 12px;
	    font-size: 16px;
	}
	.service-ln .item {
	    width: 100%;
	}
	.service-ln .item .cont {
	    top: 0;
	    width: 100%;
	    padding-left: 20px;
	    padding: 20px;
	}
	.service-ln .item .cont h3 {
	    font-size: 28px;
	    line-height: 1;
	}
	.service-ln .item .cont p {
	    margin-top: 20px;
	    font-size: 16px;
	}
	.service-ln {
	    margin-bottom: 50px;
	}
	.foot-info .icolink {
		justify-content: center;
	}
	.foot .icolink a {
		margin: 0 10px;
	}
    #map-content {
        height: 300px !important;
    }
    .thumb-mini {
        display: none;
    }
}