﻿

.banner{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}
.banner .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.banner ul{}
.banner li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.banner li img{
    width: 100%;
    display: block;
}
.banner li .container{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.banner li .txt{
    width: 38%;
    text-align: left;
    margin-top: 24%;
    line-height: 1;
    margin-left: 15%;
}
.banner li:nth-child(2) .txt{
    margin-left: 42%;
}
.banner li .txt .t1{
    font-size: 36px;
    margin-bottom: 15px;
}
.banner li .txt .t2{
    font-size: 80px;
    color: #246c2f;
    margin-bottom: 15px;
}
.banner li .txt .t3{
    font-size: 48px;
    margin-bottom: 30px;
}
.banner .prev,
.banner .next{
    position: absolute;
    width: 74px;
    height: 74px;
    top: 48%;
    left: -100%;
    right: auto;
    display: block;
    transition: all .5s;
}
.banner .next{
    left: auto;
    right: -100%;
}
.banner .prev:before, .banner .next:before{
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    background: #ebe9eb;
    border-radius: 6px;
    position: absolute;
}
.banner:hover .prev{
    left: 2%;
    right: auto;
}
.banner:hover .next{
    left: auto;
    right: 2%;
}

/*index_pro*/
.index_pro{
    width: 100%;
    padding: 70px 0 60px 0;
    position: relative;
    overflow: hidden;
}
.pro_tab{
    margin: 45px 0 30px 0;
}
.pro_tab ul{
    text-align: center;
}
.pro_tab li{
    display: -webkit-inline-box;
}
.pro_tab li a{
    font-size: 16px;
    color: #7b7b7b;
    padding: 0 30px;
    border-right: 1px dashed #89868d;
}
.pro_tab li:last-child a{
    border-right:0;
}
.pro_tab li.on a, .pro_tab li a:hover{
    color: #246c2f;
}
.pro_con{
    position: relative;
}
.pro_con ul{
    margin-top: 10px;
}
.pro_con li{
    width: 23%;
    margin: 0 1% 1% 1%;
    float: left;
}
.pro_con li .re_pic{
    box-shadow:-5px 0px 5px #ccc,
            0px -5px 5px #ccc,
            5px 0px 5px #ccc,
            0px 5px 5px #ccc;
    transition: all 0.3s ease-in-out;
}
.pro_con li .re_pic img{
    transition: all 0.3s ease-in-out;
}
.pro_con li a{}
.pro_con li p{
    font-size: 16px;
    color: #4f4f4f;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.pro_con li a:hover p{
   color: #246c2f; 
}
.pro_con li a:hover .re_pic img{
    transform: scale(1.1);
}
.index_pro .more_pro{
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}
.index_pro .more_pro a{
    font-size: 16px;
    border-bottom: 1px solid #000000;
}
.index_pro .more_pro a:hover{
    color: #246c2f;
}

/*index_adv*/
.index_adv{
    width: 100%;
    background: #142931;
    padding-top: 95px;
    position: relative;
    overflow: hidden;
}
.adv_left{
    width: 45%;
    float: left;
    margin-right: 5%;
    background: #ffffff;
}
.adv_left .text{
    text-align: left;
    padding: 14% 13%;
}
.adv_left .text div{}
.adv_left .text .mtit{
    font-size: 30px;
    color: #000000;
    border-left: 6px solid #142931;
    text-indent: 15px;
    margin-bottom: 40px;
    line-height: 1;
}
.adv_left .text .tit{
    font-size: 52px;
    color: #142931;
    margin-bottom: 30px;
    line-height: 1.2;
}
.adv_left .text .ftit{
    font-size: 24px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.2;
}
.adv_right{
    width: 50%;
    float: right;
}
.adv_right ul{
    overflow: hidden;
    padding-bottom: 30px;
}
.adv_right li{
    padding: 30px 0;
    overflow: hidden;
}
.adv_right li .pic{
    float: left;
    width: 10%;
    margin-right: 5%;
}
.adv_right li .pic img{}
.adv_right li .text{
    float: left;
    width: 85%;
    color: #ffffff;
}
.adv_right li .text .tit{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}
.adv_right li .text p{
    font-size: 16px;
}

/*index_customize*/
.index_customize{
    width: 100%;
    padding: 85px 0 60px 0;
    position: relative;
    overflow: hidden;
}
.customize_l{
    width: 50%;
    float: left;
    margin-right: 8%;
    margin-top: 4%;
}
.customize_l .index_tit{
    text-align: left;
}
.customize_l dl{
    margin: 45px 0 30px 0;
}
.customize_l dt{
    font-family: AVC;
    font-weight: bold;
    font-size: 21px;
    color: #000000;
    cursor: pointer;
}
.customize_l dt:before{
    content:"";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    background: #246c2f;
    display: -webkit-inline-box;
}
.customize_l dt.on{
    font-size: 24px;
    font-family: BarlowCondensed-Bold;
}
.customize_l dd{
    margin-top: 10px;
    font-size: 16px;
    color: #737373;
    height: 120px;
}
.customize_r{
    width: 42%;
    float: left;
}
.customize_r img{
    width: 100%;
}

/*index_ggt*/
.index_ggt{
    width: 100%;
    padding: 100px 0 130px 0;
    background: url(/template/default/images/bg_ggt.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.index_ggt .index_tit{}
.index_ggt .index_tit .tit{
    color: #ffffff;
}
.index_ggt .index_tit .ftit{
    color: #ffffff;
    line-height: 1.2;
}
.index_ggt .but_ggt{
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
}
.index_ggt .but_ggt .index_more2{
    font-size: 16px;
    font-weight: bold;
    color: #246c2f;
    padding: 8px 20px;
    background: #ffffff;
    border-radius: 30px;
    display: -webkit-inline-box;
}
.index_ggt .but_ggt .index_more2 i{
    width: 36px;
    height: 36px;
    background-image: url(/template/default/images/icon_more.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: -webkit-inline-box;
    vertical-align: middle;
    margin-left: 10px;
    transition: all .3s;
}
.index_ggt .but_ggt .index_more2:hover i{
    margin-left: 20px;
}

/*index_about*/
.index_about{
    width: 100%;
    padding: 80px 0 60px 0;
    position: relative;
    background: #f1f5f3;
    overflow: hidden;
}
.index_about .about_text{
    font-size: 16px;
    color: #7b7b7b;
    text-align: center;
    line-height: 30px;
    margin: 20px 0 60px 0;
}
.index_about .about_con{}
.about_con_l{
    width: 46%;
    float: left;
    margin-right: 4%;
}
.about_con_l .item{
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
    background: #ffffff;
    /*padding-bottom: 38%;*/
    position: relative;
    overflow: hidden;
}
.about_con_l .item:nth-child(2n){
    margin: 0 0 4% 0;
}
.about_con_l .item .text{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 10%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1;
}
.about_con_l .item1{
    text-align: center;
}
.about_con_l .item1 .tit{
    font-size: 40px;
    color: #246c2f;
}
.about_con_l .item1 .num{
    font-size: 70px;
    color: #246c2f;
    margin-bottom: 25px;
}
.about_con_l .item1 .num span{
    -webkit-text-stroke-width: 0;
    text-stroke-width: 0;
    font-size: 21px;
}
.about_con_l .item1 p{
    font-size: 18px;
    color: #444444;
}
.about_con_l .item2{
    text-align: left;
}
.about_con_l .item2 i{
    width: 43px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: -webkit-inline-box;
    vertical-align: middle;
    margin-bottom: 15px;
}
.about_con_l .item2 i.dt{
    background-image: url(/template/default/images/icon_about1.png);
}
.about_con_l .item2 i.pd{
    background-image: url(/template/default/images/icon_about2.png);
}
.about_con_l .item2 .tit{
    font-size: 24px;
    color: #2d2d2d;
    margin-bottom: 15px;
}
.about_con_l .item2 p{
    font-size: 16px;
    color: #7b7b7b;
    line-height: 1.4;
}
.about_con_r{
    width: 44%;
    float: left;
    background-image: url(/template/default/images/about00.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: -webkit-inline-box;
    vertical-align: middle;
    position: relative;
    padding-bottom: 36.8%;
}
.about_con_r .tit{
    width: 55%;
    font-size: 35px;
    color: #ffffff;
    line-height: 1.4;
    position: absolute;
    left: 10%;
    bottom: 8%;
    
}
.about_con_r .about_sptb{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #69c29c;
    position: absolute;
    right: -10%;
    bottom: 18%;
    text-align: center;
    line-height: 76px;
    border: 7px solid #ffffff;
    cursor: pointer;
}
.about_con_r .about_sptb i{
    width: 14px;
    height: 18px;
    background-image: url(/template/default/images/icon_bf.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: -webkit-inline-box;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}
.about_con_r .about_sptb:hover i{
    transform: scale(1.5);
}

/*index_case*/
.index_case{
    width: 100%;
    padding: 70px 0 115px 0;
    position: relative;
    overflow: hidden;
}
.index_case .index_tit{
    text-align: left;
    position: relative;
}
.case_con{
    margin-top: 40px;
}
.case_con_l{
    width: 49%;
    float: left;
    margin-right: 5%;
    position: relative;
}
.case_con_l ul{}
.case_con_l li{
    position: relative;
}
.case_con_l li a{}
.case_con_l li .re_pic{
    padding-bottom: 90%;
}
.case_con_l li .text{
    color: #ffffff;
    padding: 0 30px 0 30px;
    height: 60px;
    line-height: 60px;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
}
.case_con_l li .text .tit{
    font-family: AVC;
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
    font-size: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: none;
}
.case_con_l li .text p{
    font-size: 16px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}
.case_con_l li .text .weizhi{}
.case_con_l li .text .weizhi i{
    width: 12px;
    height: 16px;
    background-image: url(/template/default/images/icon_map.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    display: -webkit-inline-box;
    vertical-align: text-top;
}
.case_con_l li .text .weizhi span{
    font-size: 14px;
    margin-left: 8px;
}
.case_con_r{
    width: 46%;
    float: left;
}
.case_con_r ul{}
.case_con_r li{
    padding: 25px 0;
    border-bottom: 1px solid #ececec;
}
.case_con_r li:last-child{
    border-bottom: 0;
}
.case_con_r li a{}
.case_con_r li .tit{
    font-family: AVC;
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
    font-size: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.case_con_r li p{
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case_con_r li span{
    font-size: 14px;
    color: #afafaf;
}
.case_con_r li a:hover .tit{
    color: #246c2f;
}

.case_con_l .pagen{
    position: absolute;
    right:10px;
    bottom:15px;
    z-index: 9;
}
.case_con_l .prev,
.case_con_l .next{
    width: 50px;
    height: 50px;
    background: #ffffff;
    display: table-cell;
}
.case_con_l .prev:before, .case_con_l .next:before{
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    position: absolute;
}
.case_con_l .prev{
    border-right: 1px solid #d6d6d6;
}
.index_case .more_case{
    font-size: 16px;
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 0;
    top: 30px;
}
.index_case .more_case:hover{
    color: #246c2f;
}


@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1500px) {
.banner li .txt .t1 {
    font-size: 30px;
}
.banner li .txt .t2{
    font-size: 56px;
}
.banner li .txt .t3{
    font-size: 40px;
}
.banner .prev, .banner .next{
    width: 60px;
    height: 60px;
}
.banner .prev:before, .banner .next:before{
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.pro_tab li a {
    font-size: 14px;
    padding: 0 20px;
}
.pro_con li p{
    font-size: 14px;
    line-height: 50px;
}
.index_pro .more_pro a{
    font-size: 14px;
}
.adv_left .text .mtit{
    font-size: 24px;
    margin-bottom: 30px
}
.adv_left .text .tit{
    font-size: 42px;
}
.adv_left .text .ftit{
    font-size: 20px;
}
.adv_right li {
    padding: 20px 0;
}
.adv_right li .text .tit {
    font-size: 24px;
}
.adv_right li .text p {
    font-size: 14px;
}
.customize_l dl {
    margin: 30px 0 20px 0;
}
.customize_l dt{
    font-size: 18px;
}
.customize_l dt.on{
    font-size: 20px;
}
.customize_l dd{
    font-size: 14px;
    height: 100px;
}
.index_ggt{
    padding: 80px 0 100px 0;
}
.index_ggt .but_ggt .index_more2{
    font-size: 14px;
}
.index_ggt .but_ggt .index_more2 i{
    width: 26px;
    height: 26px;
}
.index_about .about_text{
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0 50px 0;
}
.about_con_l .item1 .tit{
    font-size: 30px;
}
.about_con_l .item1 .num{
    font-size: 56px;
    margin-bottom: 20px;
}
.about_con_l .item1 p{
    font-size: 16px;
}
.about_con_l .item2 .tit{
    font-size: 20px;
}
.about_con_l .item2 p{
    font-size: 14px;
}
.about_con_r .tit{
    font-size: 28px;
}
.about_con_r .about_sptb{
    width: 80px;
    height: 80px;
    line-height: 63px;
}
.index_case .more_case{
    font-size: 14px;
}
.case_con_l li .text {
    height: 50px;
    line-height: 50px;
}
.case_con_l li .text .tit{
    font-size: 20px;
}
.case_con_l li .text p{
    font-size: 14px;
    margin-bottom: 20px;
}
.case_con_l li .text .weizhi span{
    font-size: 12px;
}
.case_con_r li .tit{
    font-size: 20px;
}
.case_con_r li p{
    font-size: 14px;
    margin-bottom: 15px;
}
.case_con_r li span{
    font-size: 12px;
}
.case_con_l .prev, .case_con_l .next{
    width: 50px;
    height: 50px;
}
.case_con_l .prev:before, .case_con_l .next:before{
    width: 50px;
    line-height: 50px;
}


}
@media only screen and (max-width: 1430px) {
.banner li .txt .t1 {
    font-size: 24px;
}
.banner li .txt .t2{
    font-size: 48px;
}
.banner li .txt .t3{
    font-size: 30px;
}
.adv_left .text .mtit {
    font-size: 20px;
}
.adv_left .text .tit {
    font-size: 32px;
}
.adv_left .text .ftit {
    font-size: 16px;
    margin-bottom: 50px;
}
.adv_right li .text .tit {
    font-size: 20px;
    margin-bottom: 10px;
}
.adv_right li .text p {
    font-size: 13px;
    line-height: 1.4;
}
.adv_right li {
    padding: 15px 0;
}
.customize_l dt {
    font-size: 16px;
}
.customize_l dt.on {
    font-size: 18px;
}
.index_more2 {
    font-size: 12px;
}
.index_ggt .but_ggt .index_more2 i {
    width: 22px;
    height: 22px;
}
.about_con_l .item1 .tit {
    font-size: 24px;
}
.about_con_l .item1 .num {
    margin-bottom: 20px;
}
.about_con_l .item1 p {
    font-size: 14px;
}
.about_con_l .item2 .tit {
    font-size: 18px;
}
.about_con_r .tit {
    font-size: 22px;
}
.case_con_l li .text .tit{
    font-size: 18px;
}
.case_con_r li .tit{
    font-size: 18px;
}
.case_con_r li .tit{
    margin-bottom: 6px;
}
.case_con_r li p {
    margin-bottom: 10px;
    line-height: 1.4;
}
}
@media only screen and (max-width: 1359px) {

}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1023px) {
.banner li .txt{
    margin-top: 15%;
}
.banner li .txt .t1 {
    font-size: 20px;
}
.banner li .txt .t2{
    font-size: 36px;
}
.banner li .txt .t3{
    font-size: 24px;
}
.adv_left .text .mtit {
    font-size: 18px;
}
.adv_left .text .tit {
    font-size: 28px;
}
.adv_left .text .ftit {
    font-size: 14px;
    margin-bottom: 50px;
}
.adv_right li .text .tit {
    font-size: 18px;
    margin-bottom: 10px;
}
.about_con_l {
    width: 100%;
    float: none;
    margin-right: 0;
}
.about_con_r{
    width: 100%;
    padding-bottom: 100%;
}
.about_con_r .about_sptb {
    right: 0;
}
.case_con_l {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
}
.case_con_r {
    width: 100%;
    float: none;
}
.case_con_l li .text .tit{
    -webkit-text-stroke-width: 0;
    text-stroke-width: 0;
    font-weight: bold;
}
.case_con_r li .tit{
    -webkit-text-stroke-width: 0;
    text-stroke-width: 0;
    font-weight: bold;
}
}

@media only screen and (max-width: 767px) {
    
    .banner{padding-top:0px;}
    
.banner li .txt .t1 {
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
}
.banner li .txt .t2{
    font-size: 20px;
}
.banner li .txt .t3{
    font-size: 15px;
    margin-bottom: 10px;
    display: none;
}
.index_pro {
    padding: 30px 0 30px 0;
}
.pro_tab {
    margin: 20px 0 20px 0;
    overflow: scroll;
}
.pro_tab ul {
    width: max-content;
}
.pro_tab li{
    float: left;
}
.pro_con li{
    width: 98%;
}
.index_adv{
    margin-top: 30px;
}
.adv_left {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
}
.adv_right {
    width: 100%;
    float: none;
}
.adv_left .text {
    padding: 10% 7%;
}
.adv_left .text .mtit{
    margin-bottom: 15px;
}
.adv_left .text .tit{
    margin-bottom: 15px;
}
.adv_left .text .ftit{
    margin-bottom: 30px;
}
.index_customize{
    padding: 40px 0 40px 0;
}
.customize_l {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
}
.customize_r {
    width: 100%;
    float: none;
}
.customize_l dd{
    height: 140px;
}
.index_ggt {
    padding: 30px 0 40px 0;
}
.index_ggt .but_ggt {
    margin-top: 20px;
}
.index_about {
    padding: 40px 0 30px 0;
}
.index_about .about_text{
    margin: 10px 0 30px 0;
}
.about_con_l .item{
    padding-bottom: 60%;
}
.index_case{
    padding: 30px 0 30px 0;
}
.index_case .more_case{
    display: none;
}
.case_con {
    margin-top: 15px;
}

}