/* 首页 */
.pc{
    display: block;
}
.yd{
    display: none;
}
.swiper {
    width: 100%;
    height: 100%;
}
.banner{
    position: relative;
    width:100%;
    height: auto;
}
.banner img{
    width:100%;
}
.banner .txt{
    position: absolute;
    left:0px;
    top:18.75%;
    margin-left:0px;
    color:#fff;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    width:100%;
}
.banner .learnBtn{
    display: block;
    position: absolute;
    left:50%;
    margin-left:-150px;
    top:60%;
    width: 300px;
    height: 85px;
    background: rgba(255,255,255,0.37);
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.49);
    font-size: 30px;
    color:#fff;
    text-align: center;
    line-height: 77px;
}
.tabTitle{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.tabTitle .t1{
    font-size: 20px;
    font-weight: bold;
    color: #6CB82D;
}
.tabTitle .t2{
    font-weight: bold;
    color: #333333;
    letter-spacing: 2px;
    font-size: 40px;
}
.indexTab{
    padding:73px 0;
}
.productList{
    display: flex;
    flex-wrap: wrap;
}
.productList div{
    position: relative;
    overflow: hidden;
}
.productList div:hover{
    background-color: #699f9c ;
}
.productList div:first-child{
    width:58.29%;
}
.productList div:nth-child(2){
    width:41.71%;
}
.productList div:nth-child(3){
    width:41.71%;
}
.productList div:nth-child(4){
    width:58.29%;
}
.productList img{
    width:100%;
    height:100%;
    display: block;
    float: left;
    transition: all 0.4s ease;
    
}
.productList div:hover img{
    opacity: 0.5;
    transform: scale(1.1);
}
.productList div p{
    position: absolute;
    left:-20%;
    bottom:-20%;
    transform: translate(-50%,50%);
    color:#fff;
    font-size: 48px;
    font-weight: bold;
    transition: all 0.4s ease;
    width:100%;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    cursor: pointer;
}
.productList div:hover p{
    left:50%;
    bottom:50%;
}
.img{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.img img{
    transition: all 0.6s;
    width:100%;
}
.img:hover img{
    /**transform: scale(1.2);**/
}

.coreAdvantagesList{
     overflow: hidden;
}
.coreAdvantagesList .coredangepic
{
    width:48%;
    height: auto;
    float: right;
    overflow: hidden;
}
.coreAdvantagesList .coredangepic:first-child
{
    float: left;
}
.coredangepic img{
   transition: all 0.6s;
   width:100%;
}
.coredangepic img:hover{
   transform: scale(1.2);
}

.ourTechnologyList{
    height:600px;
    background: #F6F6F6;
    padding-top:110px;
    position: relative;
}
.ourTechnologyList .title{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 12px;
   
}
.ourTechnologyList .des{
    color: rgba(0,0,0,0.65);
    line-height: 28px;
    font-size: 20px;
}
.ourTechnologyList .txt{
    width:47%;
    margin-left:50px;
}
.ourTechnologyList .btn{
    display: block;
    width: 150px;
    height: 50px;
    background: #6CB82D;
    border-radius: 40px;
    font-size: 20px;
    color:#fff;
    text-align: center;
    line-height: 46px;
    margin-top:200px;
	float:right;
}
.ourTechnologyList .img{
    position: absolute;
    right:0;
    bottom:-60px;
    width:41%;
}
.aboutUs{
    width:100%;
    margin-top:126px;
    position: relative;
    padding-top:0;
    padding-bottom:0;
   
}
.aboutUs .txt{
    width: 662px;
    position: absolute;
    right:129px;
    top:50%;
    transform: translateY(-50%);
}
.aboutUs .txt .title{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 36px;
}
.aboutUs .txt .des{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom:15px;
}
.aboutUs .txt .btn{
    width: 150px;
    height: 50px;
    background: rgba(255,255,255,0.37);
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.49);
    font-size: 20px;
    color:#fff;
    text-align: center;
    line-height: 42px;
    display: block;
    margin-top:80px;
}
.aboutUs img{
    width:100%;
}
.form{
    position: relative;

}
.form .tabTitle{
    margin-bottom: 0;
}
.form .txt{
    text-align: center;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
    color: rgba(0,0,0,0.65);
    font-size: 20px;
}
.form img{
    width:60%;
    margin:0 auto;
    display: block;
}
.formArea{
    position: absolute;
    top:53%;
    left:0;
    right: 0;
    height:70%;
    background-color: #6CB82D;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
   padding:30px 0;
}
.formArea a.btn{
    width: 280px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    text-align: center;
    line-height: 56px;
    color: #6CB82D;
    font-size: 20px;
    display: block;
    margin:10px auto 0;
}
.formArea .item{
    display: flex;
    width:60%;
    margin:0 auto;
    align-items: center;
}
.formArea .item label{
    width:112px;
    text-align: right;
    font-size: 20px;
    position: relative;
    bottom:-6px;

   
}
.formArea .item .input{
    flex:1;
    border-bottom:solid 1px #fff;
    margin-left:59px;
    height:40px;
}
.formArea .item .input input{
    height:100%;
    width:100%;
    border:none;
    background: transparent;
    color:#fff;
    font-size: 20px;
}
select {
    word-wrap: normal;
    background: transparent;
    color: #fff;
    border: none;
    background-color: #191C1F;
    margin-left:20px;
}
/* 产品列表页 */
.productWrap{
    width:100%;
}
.productWrap .learnBtn{
    width:300px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.49);
    line-height: 77px;
    position: static;
    font-weight: normal;
    background: transparent;
    margin:145px auto 0;
    text-transform: none;
}
.productWrap .banner .txt{
    width:330px;
    position: absolute;
    left:70%;
    margin-left:0;
    top:30%;
}
.productWrap .banner .txt p{
    font-size: 20px;
    line-height: 30px;
}
.productWrap .banner .txt p.type{
    font-size: 60px;
    font-weight: bold;
    color: #6CB82D;
    line-height: 90px;
    margin-top: 25px;
}
.productWrap .banner .txt p.types
{
   color:rgb(255,255,255,0.74);
}

.productArea{
    position: relative;
    padding-top:40px;
    background: #FFFFFF;
    min-height: 600px;
}
.productArea .menulist{
    width:200px;
    margin-right:54px;
}
.productArea .menulist .list{
    margin-bottom: 30px;
    cursor: pointer;
}
.productArea .menulist .list p{
    color:#333;
    font-size: 24px;
    margin-top:15px;
    text-align: center;
}
.productArea .menulist .pImg{
    width:200px;
    height:200px;
    border: 2px solid #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productArea .menulist .pImg:hover{
    border: 2px solid #6CB82D;
}
.productArea .menulist .pImg img{
    width:168px;
}
.productArea{
}
.productArea .container{
    position: relative;
}
.productListTab ul{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productListTab ul li{
    width:32%;
    background: linear-gradient(180deg, rgba(241,242,244,0.74) 0%, rgba(243,243,243,0.5) 100%);
    height:auto;
    margin-bottom: 50px;
    text-align: center;
    padding:50px 0;
    transition: all 0.4s ease;

}
.productListTab ul li p{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-top:50px;
}
.productListTab ul li a{
    display: block;
    width: 150px;
    height: 50px;
    background: #6CB82D;
    border-radius: 40px;
    font-size: 20px;
    color:#fff;
    margin:50px auto 0;
    line-height: 50px;
}
.productListTab ul li:hover{
    box-shadow: 0px 2px 35px 0px rgba(212,215,216,0.74);
}
.productListTab ul li img{
    max-width:70%;
}
/* 产品详情 */
.productDetailWrap .banner .txt{
    width:330px;
    position: absolute;
    left:76%;
    margin-left:0;
    top:25%;
    height:500px;
}
.productDetailWrap .banner .txt p{
    font-size: 20px;
    line-height: 30px;
}
.productDetailWrap .banner .txt p.type{
    font-size: 54px;
    font-weight: bold;
    color: #fff;
    line-height: 90px;
    margin-top: 25px;
}
.productDetailWrap .learnBtn{
    width:300px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.49);
    line-height: 77px;
    position: static;
    font-weight: normal;
    background: transparent;
    margin:45px auto 0;
    text-transform: none;
}
.productDetailWrap .banner .txt  p.des{
    font-size: 16px;
}

.pageNumber{
    position: absolute;
    bottom: -10px;
    left:62%;
    font-size: 20px;
}
.bar{
    font-size: 30px;
}
.productDetail .container{
    padding:80px 0;
}
.productDetail .pImg{
    width:48%;
    height:640px;
    background: linear-gradient(180deg, rgba(241,242,244,0.74) 0%, rgba(243,243,243,0.5) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:60px;
}
.productDetail .pImg img{
    width:80%;
}
.productDetail .txt{
    flex:1;
}
.productDetail .txt .t{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
.productDetail .txt .des,.productDetail .txt li{
    font-size: 20px;
    color: rgba(0,0,0,0.65);
    line-height: 28px;
    margin-bottom: 16px;
}
.productDetail .txt li{
    padding-left:30px;
    position: relative;
}
.productDetail .txt li::before{
    position: absolute;
    content:"";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #333333;
    left:0;
    top:12px;
}
.downBtn{
    width: 150px;
    height: 50px;
    background: #333333;
    border-radius: 40px;
    font-size: 20px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    margin-bottom: 32px;
}
.contactForm{
    width: 75%;
    background: #FFFFFF;
    box-shadow: 0px 2px 40px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
    /* position: absolute;
    top:25%;
    left:50%;
    margin-left:-37.5%; */
    padding:94px 119px 94px;
    z-index: 2;
    margin:-25% auto 0;
    position: relative;
}
.contactForm a{
    display: block;
    width: 280px;
    height: 60px;
    background: #7CBC46;
    border-radius: 47px;
    margin:90px auto 0;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color:#fff;
}
.contactForm .item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
}
.contactForm .item {
    font-size: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.contactForm .item .list{
    width:100%;
}
.contactForm .item .lastList{
    width:100%;
}
.contactForm .item p{
    font-size: 24px;
}
.contactForm .item input{
    height: 64px;
    background: #FFFFFF;
    border: 1px solid #979797;
    width:100%;
    display: block;
    margin-top:10px;
    padding-left:20px;
    line-height: 64px;
}
.contactInfo{
    margin-bottom:108px;
}
.contactInfo .title{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}
.contactInfo{
    margin-top:86px;
}
.contactInfo .btns{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin:54px auto 69px;
}
.contactInfo .btns span{
    width: 288px;
    padding-left: 70px;
    height: auto;
    font-size: 24px;
    color: rgba(0,0,0,0.65);
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    position: relative;
    background: url('../images/chengshimoren.png') no-repeat;
    background-size:100% auto;
    text-transform: uppercase;
}
.contactInfo .btns i{
    width: 0; 
    height: 0;
    border-width: 16px;
    border-style: solid;
    border-radius: 3px;
    border-color:#000000 transparent transparent transparent;
    position: absolute;
    bottom:-30px;
    left:50%;
    margin-left:-16px;
    display: none;
}
.contactInfo .btns span.cur{
    background: url('../images/chengshixuanzhong.png') no-repeat;
    background-size:100% auto;
    color:#fff;
}
.contactInfo .btns span.cur i{
    display: block;
}
.contactInfo .address{
    width:100%;
    height:auto;
    position: relative;
}
.contactInfo .address img{
    width:100%;
    height:100%;
}
.contactInfo .address .con{
    color:#FFF;
    font-size: 30px;
    padding:60px 30px;
}
.contactInfo .address .con img{
    height:auto;
}
.contactInfo .address .content .con:first-child{
    display: block;
}
.contactInfo .address .con .title{
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
}
.contactInfo .address .con p{
    display: flex;
    margin-bottom: 23px;
    line-height: 1.2;
    font-size: 20px;
}
.contactInfo .address .con p span.txt{
    flex:1;
}
.contactInfo .address .con p span.icon{
    width:23px;
    margin-right:23px;
}
/* 核心技术 */
.technologyWrap .title{
    width:70%;
    margin:166px auto 90px;
    text-align: center;
}
h2{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    margin-bottom: 22px;
}
.technologyWrap .title p{
    font-size: 28px;
    color: #999999;
    line-height: 35px;
    width:80%;
    margin:0 auto;
}
header.technology{
    background-color: #000;
    height:100px;
}
.technologyWrap img{
    width:100%;
}
.technologyWrap .tab1{
    position: relative;
    width:100%;
    margin-bottom: 105px;
}
.technologyWrap .tab1 p{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    position: absolute;
    left:70px;
    bottom:30%;
}
.technologyWrap .technologyImg{
    position: absolute;
    width:205px;
    right:95px;
    top:65px;
}
.technologyWrap .tab2{
    margin-bottom: 102px;
}
.technologyWrap .tab2 .txt{
    width:588px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right:27px;
}
.technologyWrap .tab2 .txt .t{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 50px;
    margin-bottom: 40px;
    
}
.technologyWrap .tab2 .txt a{
    display:block;
    width: 150px;
    height: 50px;
    background: #333333;
    border-radius: 40px;
    text-align: center;
    line-height: 46px;
    color:#fff;
    margin-top:79px;
}
.technologyWrap .tab2 .txt .des{
    font-size: 20px;
    color: #999999;
    line-height: 30px;
}
.technologyWrap .tab2{
    display: flex;
    justify-content: space-between;
}
.technologyWrap .tab3{
    position: relative;
    margin-bottom: 83px;
}
.technologyWrap .tab4
{
    margin-bottom: 20px;
}
.technologyWrap .tab3 .txt{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width:655px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    letter-spacing: 3px;
    text-align: center;
}
.technologyWrap .tab3 a{
    display: block;
    width: 300px;
    height: 85px;
    background: rgba(255,255,255,0.27);
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.49);
    line-height: 77px;
    text-align: center;
    color:#fff;
    font-weight: normal;
    font-size: 30px;
    margin:90px auto 0;
}
.technologyWrap .tab4{
    margin-bottom: 79px;
}
.technologyWrap .tab4 .title{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    text-align: center;
    margin: 0 auto 46px;
}
.technologyWrap .tab4  .imgs{
    display: flex;
    justify-content: space-between;
}
.technologyWrap .tab4 .imgs .img{
    width:32%;
    height: auto;
}
.aboutWrap .banner{
    position: relative;
}
.aboutWrap .banner .txt {
    text-align: center;
    position: absolute;
    top:50%;
    width:990px;
    text-transform: none;
    transform: translateY(-50%);
    left:50%;
    margin-left:-495px;
}
.aboutWrap .banner .txt p:first-child{
    font-size: 50px;
    color: #FFFFFF;
}
.aboutWrap .banner .txt p:last-child{
    font-size: 96px;
    font-weight: bold;
    color: #FFFFFF;
}
.aboutWrap .tab1 {
    height:1053px;
    position: relative;
    margin-top:145px;
    margin-bottom: 150px;
}
.aboutWrap .tab1 .left{
    width:63.8%;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-350px;
    height:700px;
    z-index: 2;
}
.aboutWrap .tab1 .left .playBtn{
    width:125px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.aboutWrap .tab1 .right{
    width:51%;
    height: 1053px;
    background: #EDEDED;
    float:right;
    position: relative;
}
.aboutWrap .tab1 .right .txt{
    width:383px;
    position: absolute;
    right:5%;
    top:0;
    height:100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: rgba(0,0,0,0.46);
    text-align: left;
    align-items: flex-start;
}
.aboutWrap .tab1 .right .t{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 60px;
	text-transform: uppercase;
}
.aboutWrap .tab1 .right .des{
    font-size: 20px;
    color: rgba(0,0,0,0.46);
    line-height: 30px;
    margin-bottom: 70px;
}
.aboutWrap .tab1 .right a{
    display: inline-block;
    width: 150px;
    height: 50px;
    background: #333333;
    border-radius: 40px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}
video{
    width:100%;
    height:100%;
    object-fit:fill;
}
.aboutWrap .tab2{
    margin-bottom: 145px;
}
.aboutWrap .tab2 .title{
    width: 269px;
    height: 100px;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.aboutWrap .tab2 .des{
    font-size: 20px;
    font-weight: 400;
    color: rgba(0,0,0,0.46);
    line-height: 30px;
    margin-bottom: 100px;
}
.aboutWrap .tab2 ul{
    display: flex;
    justify-content: space-between;
}
.aboutWrap .tab2 ul li{
    width:24%;
    
}
.aboutWrap .tab2  li img{
    width:100%;
    height:100%;
}
.aboutWrap .tab2 .type1{
    width:100%;
    height:257px;
}
.aboutWrap .tab2 .type2{
    width:100%;
    height:384px;
    background-color: #6CB82D;
    position: relative;
}
.aboutWrap .tab2 ul li:nth-child(2) .type2,.aboutWrap .tab2 ul li:nth-child(4) .type2{
    background: #181818;
}
.aboutWrap .tab2 .type2 div{
    width:80%;
    position: absolute;
    left:10%;
    top: 41px;
}
.aboutWrap .tab2 li:nth-child(2) .type2 div,.aboutWrap .tab2 li:nth-child(4) .type2 div{
    width:80%;
    position: absolute;
    left:10%;
    top:41px;
    bottom:auto;
}
.aboutWrap .tab2 .type2 p{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}
.aboutWrap .tab2 .type2 p:nth-child(2){
    text-transform: uppercase;
}
.aboutWrap .tab2 .type2 p:nth-child(3){
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
}
.aboutWrap .tab3{
    margin-bottom: 160px;
}
.aboutWrap .tab3 .leftTxt{
    display: flex;
    color: rgba(0,0,0,0.46);
    align-items: center;
}
.aboutWrap .tab3 .leftTxt .t{
    width: 172px;
    height: 100px;
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    line-height: 50px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.aboutWrap .tab3 .leftTxt .txt{
    flex:1;
}
.aboutWrap .tab3 .leftTxt .des{
    font-size: 20px;
    font-weight: 400;
    color: rgba(0,0,0,0.46);
    line-height: 30px;
}
.aboutWrap .tab3 .leftTxt .img{
    width:41.5%;
    margin-left:70px;
}
.aboutWrap .tab3 .container{
    display: flex;
    justify-content: space-between;
}
.aboutWrap .tab3 .left{
    width:56.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aboutWrap .tab3  img{
    width:100%;
}
.aboutWrap .tab3 .right{
    width:40%;
}
.pusher{
    position: fixed;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 60px;
    background-color: rgba(0,0,0,0.5);
    z-index: 4;
    transition:all ease-in-out .3s;
  }
  .pusher.on{
      right:  0;
  }
@media only screen and (max-width: 1400px){
.productListTab ul li{
    width:49%;
}
}
@media only screen and (max-width: 1199px){
    .contactForm .item{
        font-size: 22px;
    }
    .contactForm .item input{
        height:40px;
        line-height: 40px;
    }
    .contactInfo .address .con{
        left:10px;
    }
    .contactInfo .btns{
        width:100%;
    }
    .technologyWrap .tab2{
        flex-direction: column;
    }
    .technologyWrap .tab2 .txt{
        width:100%;
        margin-bottom:20px;
    }
	.technologyWrap .tab2 .txt .t
	{
          font-size: 24px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.technologyWrap .tab2 .txt .des
	{
        font-size:16px;
	}
    .technologyWrap .tab2 .txt a{
        margin-top: 20px;
        width: 100px;
        height: 35px;
        line-height: 31px;
        font-size: 12px;
    }
    .aboutWrap .tab1 .left{
        position: static;
        width:100%;
        height:auto;
    }
    .aboutWrap .tab1 video{
        height:auto;
    }
    .aboutWrap .tab1{
        height:auto;
        display: flex;
        flex-direction: column;
    }
    .aboutWrap .tab1 .left{
        margin-top:20px;
    }
    .aboutWrap .tab1 .right{
        float:none;
        width:100%;
        height:auto;
    }
    .aboutWrap .tab1 .right .txt{
        width:96%;
        text-align: center;
        align-items: flex-start;
        left: 2%;
        right: 2%;
        height: auto;
        position: relative;

    }
    .aboutWrap .tab1 .right .t
    {
        font-size: 24px;
        margin: 20px 0px;
    }
	.aboutWrap .tab1 .right .des {
		font-size: 12px;
		line-height: 25px;
		margin-bottom: 20px;
        text-align: left;
		}
    .aboutWrap .tab2 .title
    {
        width: 100%;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    height: auto;
    }
	.aboutWrap .tab2 .des
	{
      font-size:12px;
	  line-height:25px;
	}
    .aboutWrap .tab2 ul{
        flex-wrap: wrap;
    }
    .aboutWrap .tab2 ul li{
        width:48%;
        margin-bottom: 30px;
    }
	.aboutWrap .tab2 .type2 p
	{
       font-size:24px;
	}
	.aboutWrap .tab2 .type2 p:nth-child(3)
	{
       font-size:12px;
	}
	.aboutWrap .tab2 .type1
	{
       height:auto;
	}
	.aboutWrap .tab3 .leftTxt .t {
		width: 172px;
		height: auto;
		font-size: 24px;
		font-weight: bold;
		color: #000000;
		line-height: 50px;
		margin-bottom: 0px;
	}
	.aboutWrap .tab3 .leftTxt .des {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.46);
    line-height: 25px;
   }
}
@media only screen and (max-width: 991px) {
    .aboutWrap .tab2 ul li{
        width:100%;
        margin-bottom: 30px;
    }
    .technologyWrap .tab3 a {
        display: block;
        width: 100px;
        height: 35px;
        background: rgba(255, 255, 255, 0.27);
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.49);
        line-height: 31px;
        text-align: center;
        color: rgb(255, 255, 255);
        font-weight: normal;
        font-size: 12px;
        margin: 10px auto 0px;
        letter-spacing: 0px;
    }
    .technologyWrap .tab3 .txt{
        font-size: 16px;
        line-height: 25px;
    }
    .technologyWrap{
     overflow: hidden;
        }
    .technologyWrap img{
        display:inline-block;
    }
    .technologyWrap .tab3 .txt{
        width:90%;
    }
    .technologyWrap .tab4  .imgs{
overflow: hidden;
    }
    .technologyWrap .tab4 .imgs .img{
        margin-bottom:20px;
    }
	.technologyWrap .tab4
	{ 
       margin-bottom:0px;
	}
    .technologyWrap .tab4 .title{
        font-size: 24px;
    line-height: 24px;
    margin: 0 auto 20px;
    }
    .container{
        padding:0 15px;
        max-width: 100%;
    }
    .form .txt{
        font-size: 12px;
        margin-bottom: 0;
    }
    .banner{
        height:460px;
    }
    .banner .txt{
        width:100%;
        margin-left:0%;
    }
    .banner .txt{
        font-size: 22px;
        margin-top: 30px;
    }
    .banner .learnBtn{
        width: 120px;
        height: 35px;
        font-size: 12px;
        line-height: 31px;
        border-radius: 40px;
        border: 1px solid rgba(255,255,255,0.49);
        top: 75%;
        margin-left:-60px;
    }
    .productArea{
        padding-top: 20px;
    }
    .productList div:first-child{
        width:100%;
    }
    .productList div:nth-child(2){
        width:100%;
    }
    .productList div:nth-child(3){
        width:100%;
    }
    .productList div:nth-child(4){
        width:100%;
    }
    .ourTechnologyList .img{
        margin-right: 2%;
        bottom: -20px;
    }
    .ourTechnologyList .txt{
        width:65%;
        margin-left:0;
    }
    .ourTechnologyList .title{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .ourTechnologyList .des
    {
        line-height: 18px;
    font-size: 12px;
    }
    .ourTechnologyList{
        height:auto;
        padding-top:0px;
        padding-bottom: 20px;
    }
    .aboutUs .txt{
        width: 96%;
        right: 2%;
    }
    .aboutUs{
        height: auto;
		margin-top:20px;
    }
    .aboutUs img{
        height:100%;
    }
    .aboutUs .txt .title{
        font-size: 16px;
        margin-bottom: 0px;
        text-align: left;
        line-height: 32px;
    }
    .aboutUs .txt .des {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .aboutUs .txt .btn{
        width: 90px;
        border-radius: 40px;
        font-size: 12px;
        height: 25px;
        line-height: 21px;
        border: 1px solid rgba(255,255,255,0.49);
        margin-top: 10px;
    }
	.tabTitle .t1{
	    font-size:16px;
	}
    .tabTitle .t2{
        font-size: 24px;
		letter-spacing:0px;
    }
    .productList div p{
        font-size: 24px;
        width:100%;
        text-align: center;
    }
    .form img{
        width:100%;
    }
    .formArea{
        position: relative;
        padding: 0px 15px 30px;
        height: 410px;
        margin-top: -90px;
        z-index: 1;
        margin-bottom: -100px;
    }
    .formArea .item{
        width:100%;
        margin-top:20px;
    }
    .formArea .item label{
        width:87px;
    }
    .formArea .item .input{
        margin-left:20px;
    }
    .productWrap .banner{
        height:550px;
    }
    .productWrap .banner .txt{
        width: 100%;
        top:15%;
        left: 0%;
        margin-left: 0;
    }
    .productWrap .banner .txt p {
        font-size: 24px;
        line-height: 30px;
    }
    .productWrap .banner .txt p.type {
        font-size: 24px;
        font-weight: bold;
        color: #6CB82D;
        line-height: 30px;
        margin-top: 10px;
    }
    .productWrap .banner .txt p.types {
        color: rgb(255,255,255,0.74);
        font-size: 12px;
        line-height: 18px;
    }
    .productWrap .learnBtn{
        margin: 20px auto 0;
    }
    .productArea .menulist{
        width:100%;
        margin-right:0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	.productArea .menulist .list
	{
        margin-bottom:20px;
	}
    .productArea .container{
        flex-direction: column;
    }
    .productArea .menulist .pImg{
        width:170px;
        height:170px;
    }
    .productArea .menulist .pImg img{
        width:60px;
    }
    .productArea .menulist .list p{
        font-size: 12px;
    }
    .productListTab ul li{
        width:48%;
        margin: 0px 1%;
		height: auto;
		margin-bottom: 0px;
		text-align: center;
		padding: 20px 0;
    }
	.productListTab ul li p
	{
       font-size: 16px;
       margin-top: 0px;
	}
	.productListTab ul li a {
        height: 32px;
    margin: 0px auto;
    line-height: 32px;
    font-size: 16px;
    width: 100px;
	}
    .productDetailWrap .banner .txt{
        width:100%;
        left:0;
        margin-left:0;
        height: auto;
        top: 10%;
    }
    .productDetailWrap .banner .txt p.type
    {
        font-size: 25px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    margin-top: 0px;
    }
    .productDetail .txt .des,.productDetail .txt li{
    font-size: 12px;
    color: rgba(0,0,0,0.65);
    line-height: 21px;
    margin-bottom: 10px;
    }
    .yddown{
        width: 100px;
        height: 35px;
        background: #333333;
        border-radius: 20px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .swiper{
        position: relative;
        right: auto;
        top:5px;
        margin-bottom: 0px;
        width:100%;
    }
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
        background-color: #333;
    }
    .pageNumber{
        color:#333;
    }
    .productDetail .container{
        flex-direction: column;
        padding:10px  0; 
    }
    .productDetail .pImg{
        width:100%;
        margin-top:0px;
        height:auto;
        padding:20px 0;
    }
    .productDetail .txt{
        padding: 20px 15px;
    }
	.productDetail .txt .t
	{
        font-size: 24px;
		margin-bottom: 20px;
	}
    .pageNumber{
        display: none;
        left:80%;
    }
    .swiper-pagination-progressbar{
        width:200px !important;
        margin-left:-110px;
    }
    .contactForm{
        position: relative;
        padding:20px;
        width: 94%;
        top: 20px;
        left: 3%;
        margin-left: 0%;
    }
    .contactForm .item{
        flex-direction: column;
    }
    .contactForm .item .list{
        width:100%;
    }
    .contactForm a{
        margin: 30px auto 0;
    }
    .contactForm a{
        width:210px;
        line-height: 45px;
        height:45px;
    }
    .contactInfo .btns span {
        width: 90px;
        height: 50px;
        background: #FFFFFF;
        border: 1px solid rgba(0,0,0,0.45);
        font-size: 18px;
        color: rgba(0,0,0,0.65);
        line-height: 46px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px;
        margin: 0 3px 22px;
    }
    .contactInfo .btns {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 40px auto;
        flex-wrap: wrap;
    }
    .contactInfo {
        margin-top:30px;
    }
    .contactInfo .address .con{
        position: static;
    }
    .contactInfo .address{
        height:auto;
    }
    .contactInfo .address img{
        height:auto;
    }
    .contactInfo .address .con{
        width:100%;
        padding:50px 20px;
        height:auto;
        margin-top:20px;
    }
    .contactInfo .address .con .title{
        font-size: 28px;
    }
    .contactInfo .address .con{
        font-size: 20px;
    }
    .contactInfo .title{
        font-size: 24px;
       
    }
    .technologyWrap .title{
        width:100%;
        padding:0 15px;
        margin: 80px auto 20px;
    }
    .technologyWrap .tab1
    {
        margin-bottom: 20px;
    }
    .technologyWrap .tab2
    {
        margin-bottom: 20px;
    }
    .technologyWrap .tab3 {
        margin-bottom: 20px;
     }
    h2{
        line-height:28px;
        font-size: 24px;
    }
    .technologyWrap .title p{
        font-size: 16px;
        line-height:25px;
    }
    header.technology{
        background-color: #000;
        height:60px;
    }
    .technologyWrap .technologyImg {
        width: 100px;
        right: 22px;
        top: 16px;
        height: auto;
    }
    .technologyWrap .tab1 p {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
        line-height: 24px;
        position: absolute;
        left: 16px;
        bottom: 10%;
    }
    .aboutWrap .banner .txt{
        width:90%;
        margin-left:-45%;
    }
    .aboutWrap .banner .txt p:last-child{
        font-size: 22px;
    }
    .aboutWrap .banner .txt p:first-child{
        font-size: 22px;
    }
    .indexTab
    {
        padding: 20px 0;
    }
	.form
	{
        padding:0px;
	}
    .tabTitle
    {
        margin-bottom: 20px;
    }
    .aboutWrap .tab3 .right{
        width:100%;
    }
    .aboutWrap .tab3 .leftTxt{
        flex-direction: column;
        margin-top:20px;
    }
    .aboutWrap .tab3 .leftTxt .img{
        width:100%;
        margin-left:0;
        margin-top:30px;
        margin-bottom: 30px;
    }
    .aboutWrap .tab3 .leftTxt .txt{
        width:100%;
    }
    .aboutWrap .tab3 .left{
        width:100%;
    }
    .aboutWrap .tab3 .container{
        flex-direction: column;
    }
    .aboutWrap .tab3,.aboutWrap .tab2,.aboutWrap .tab2 .des,.aboutWrap .tab1{
        margin-bottom:20px;
    }
    .aboutWrap .tab1{
        margin-top:0px;
    }
    footer.index{
        padding-top:140px;
    }
    .contactInfo .btns i{
        width: 0; 
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-radius: 3px;
        border-color:#000000 transparent transparent transparent;
        position: absolute;
        bottom:-20px;
        left:50%;
        margin-left:-10px;
        display: none;
    }
    .pc{
        display: none;
    }
    .yd{
        display: block;
    }
    .banner .learnBtn
    {
        display: block;
    }
    .aboutWrap .tab2 li img
    {
        height: auto;
    }
    .banner
    {
        height: auto;
    }
    .banner img
    {
        height: auto;
    }
    .ourTechnologyList .btn
    {
        margin-top: 20px;
        font-size: 12px;
        width: 100px;
        height: 35px;
        line-height: 31px;
    }

   
}
@media only screen and (max-width: 767px){
    .productArea .menulist .pImg{
        width:80px;
        height:80px;
    }
}

@media only screen and (min-width: 3300px){

        .swiper
        {
            top: 50%;
        }
        .contactForm
        {
            margin: -30% auto 0;
        }
        .banner img {
           /** height: 70vh;**/
        }
}

.proshaixuan
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.shaixuandange{
    display: flex;
}
.shaixuandange label{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 38px;
}
.dangexiala{
    margin: 0px 10px;
}
.dangexiala .layui-input{
    background-color: #F7F7F7;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    border: 1px solid #EAEAEA;
}
.dangexiala .layui-form-select dl dd
{
    color: #333333;
}
.dangexiala .layui-form-select dl dd:hover
{
   background-color: #6CB82D;
   color: #FFFFFF;
}
.layui-form-select dl dd.layui-this
{
    background-color: #6CB82D;
    color: #FFFFFF;
}
.caidanimg
{
    position: absolute;
	top:60px;
    left: 0px;
    cursor: pointer;
    z-index: 999;
}
.caidanimg img{
    width: 25px;
}
.caidanheise{
    display: block;
}
.caidanlvse{
    display: none;
}
.erjicandan
{
    cursor: pointer;
    position: absolute;
    top: -40px;
    left: 0px;
    padding-left: 10%;
    padding-right: 150px;
    padding-top: 150px;
    padding-bottom: 150px;
    display: block;
    z-index: 9999;
	height:calc(70vh);
    overflow: hidden;
}
.caidanxx
{
    display: block;
    position: relative;
    left: -600px;
    transition: all .4s;
}
.erjicandan:hover 
{
    background: linear-gradient(180deg, rgba(255,255,255,0.74) 0%, rgba(255,255,255,0) 100%);
}
.erjicandan:hover .caidanxx
{
    display: block;
    left: 0px;
}
.caidan
{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 45px;
    margin-bottom: 10px;
}
.caidan a
{
    text-decoration: none;
    color: #333333;
}
.caidan.on a
{
    text-decoration: none;
    color: #6CB82D;
}
.caidan a:hover
{
    text-decoration: none;
    color: #6CB82D;
}
.caidan a:hover::after {
  content: '';
  width: 40%;
  height: 1px;
  display: block;
  border-bottom: 1px solid #6CB82D;
  padding: 1px;
}
.caidan.on a::after {
  content: '';
  width: 40%;
  height: 1px;
  display: block;
  border-bottom: 1px solid #6CB82D;
  padding: 1px;
}
.leibienr
{
    position:relative;
    padding: 100px 80px;
	padding-bottom:0px;
}

.leibietupian
{
    position: relative;
    width: 100%;
}
.leibietupian img{
    width: 100%;
}
.leibiexiaotu{
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.xiaotuneirong
{
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: 180px;
    transition: all .4s;
    /**top: 250px;**/
    top: 0px;
}
.xiaotuneirong .zuoceanniu
{
    position: absolute;
    left: -87px;
    top: 75px;
    cursor: pointer;
    display: block;
}
.xiaotuneirong .zuoceanniu img
{
    width: 35px;
}
.xiaotuneirong .youceanniu
{
    position: absolute;
    right: -87px;
    top: 75px;
    cursor: pointer;
    display: block;
}
.xiaotuneirong .youceanniu img
{
    width: 35px;
}
.leibiexiaotu:hover .xiaotuneirong
{
    top: 0px;
    display: block;
}
.inner
{
    width:210px;
	height:180px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.innernr
{
    width: 90%;
    height: 90%;
    background: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
}
.innernr:hover
{
    width: 100%;
    height: 100%;
    border:1px solid #6CB82D;
}
.innernr img
{
   width:140px;
   max-width:190px;
   max-height:180px;
   transition: all 1s;
}
.innernr:hover img
{
    transform: scale(1.3,1.3);
}
.proinfo
{
   width:100%;
   min-height:500px;
   padding:10px;
   background-color:#EFF1F2;
}
.prodange
{
   width:100%;
   display:flex;
   justify-content:space-between;
   margin-bottom:10px;
}
.prodange:last-child
{
   margin-bottom:0px;
}
.prozc
{
	flex:1;
	background-color:#FFFFFF;
	font-size: 28px;
	font-weight: 500;
	color: #333333;
	display:flex;
	justify-content:center;
	align-items:center;
}
.prozj
{
   flex:1;
   padding:0px 10px;
}
.dgzj
{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	font-size: 28px;
	font-weight: 500;
	color: #333333;
	display:flex;
	justify-content:center;
	align-items:center;
}
.zjnr
{
	width:100%;
	height:70px;
	line-height:70px;
	text-align:center;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
.zjnr:last-child
{
   margin-bottom:0px;
}

.proyc
{
   flex:2;
}
.ycnr
{
	width:100%;
	height:70px;
	line-height:70px;
	padding-left:10%;
	text-align:left;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	margin-bottom:10px;
}
.ycnr:last-child
{
   margin-bottom:0px;
}
.ycnr.on
{
  background-color:#FFFFFF;
}

.chanpininfo
{
   width:100%;
   position: relative;
   height:calc(100vh);
}
.proxiala{
    position: absolute;
    top:40px;
	left:0px;
	width:100%;
	z-index:2;
}
.proxx
{
    position: relative;
	width:100%;
    max-width: 100%;
	height:100%;
	padding:100px 50px 0px 50px;
}
.leibiemingcheng
{
    font-size: 40px;
    color: #000000;
    line-height: 40px;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.leibiejiantou
{
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.leibiejiantou img
{
    width: 31px;
}
.proimg
{
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
}
.proimg img
{
	max-width:50%;
	max-height:100%;
}
@media only screen and (max-width: 1510px){
.inner{
    width:190px;
}
.proimg img
{
	max-width:50%;
	max-height:100%;
}
}

.dizhixinxi
{
    margin: 60px 0px 101px 0px;
    display: flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    width: 100%;
    height: 666px;
}
.xxdz
{
    flex: 2;
    height: 666px;
    background-color: #7cbc46;
    padding:89px 70px;
}
.zhuyaodizhi
{
    width: 100%;
    height: auto;
    position: relative;
}
.zhuyaodizhi .dizhinr
{
    color: #FFF;
    font-size: 30px;
}
.zhuyaodizhi .dizhinr .title {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    margin-bottom:73px;
}
.zhuyaodizhi .dizhinr  p {
    display: flex;
    margin-bottom: 40px;
    line-height: 1.2;
    font-size: 20px;
}
.zhuyaodizhi .dizhinr  p span.icon {
    width: 23px;
    margin-right: 23px;
}
.zhuyaodizhi .dizhinr  p span.txt {
    flex: 1;
}
.zhuyaodizhi .dizhinr .anniu {
    width: 271px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #6AAE31;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.zhuyaodizhi .dizhinr .anniu a
{
    text-decoration: none;
    color: #6AAE31;
}
.xxdt
{
    flex: 3;
    height: 666px;
}
#allmap
{
    position: relative;
    width:100%;
    height: 666px;
    overflow: hidden;
    z-index: 1;
}
.alldizhi
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-between;
}
.dangedizhi
{
    width:28%;
}
.dangedizhi .address{
    width:100%;
    height:auto;
    position: relative;
}
.dangedizhi .address .con{
    color:#000000;
    font-size: 30px;
    padding:0px;
}
.dangedizhi .address .con img{
    height:auto;
}
.dangedizhi .address .content .con:first-child{
    display: block;
}
.dangedizhi .address .con .title{
    font-size: 36px;
    font-weight: bold;
    color: #000000;
}
.dangedizhi .address .con .fengexian{
    width: 45px;
    height: 6px;
    background: #6AAE31;
}
.dangedizhi .address .con p{
    display: flex;
    margin-bottom: 23px;
    line-height: 1.2;
    font-size: 20px;
}
.dangedizhi .address .con p span.txt{
    flex:1;
    line-height: 30px;
}
.dangedizhi .address .con p span.icon{
    width:23px;
    margin-right:23px;
}

.pro_1
{
    width: 100%;
    margin-bottom: 43px;
    display: flex;
    justify-content:space-between;
}
.pro_1_1
{
    flex: 1;
}
.pro_1_1 img
{
   width:100%;
}
.pro_1_2
{
    flex: 2;
    padding-left:0px;
}
.pro_1_3
{
    width:100%;
    padding-top: 33px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}
.pro_1_4
{
    width:100%;
    padding-top: 51px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
    line-height: 28px;
    text-align: left;
}
.pro_2
{
    width: 100%;
    margin-bottom: 43px;
}
.pro_2_1
{
    width: 100%;
    padding-left:29px;
    height: 60px;
    background: #6AAE31;
    font-size: 36px;
    font-weight: bold;
    color: rgba(255,255,255,0.85);
    line-height: 60px;
    text-align: left;
}
.pro_2_2
{
    width: 100%;
    height: 109px;
    border-bottom:1px solid #D8D8D8;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    color: #000000;
}
.pro_2_2:last-child
{
    border-bottom:0px solid #D8D8D8;
}
.pro_2_3
{
    width: 33%;
    padding-left:29px;
    text-align: left;
}
.pro_2_4
{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}
.pro_2_5
{
    font-size: 20px;
    font-weight: 400;
    color: rgba(51,51,51,0.65);
    line-height: 30px;
}
.pro_3
{
    width: 100%;
    margin-bottom: 43px;
}
.pro_3_1
{
    width: 100%;
    padding-left:29px;
    height: 60px;
    border-bottom:1px solid #D8D8D8;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    color: #000000;
}
.pro_3_2
{
    width: 100%;
    padding:0px 29px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.pro_3_3
{
    width:31%;
    margin:25px 0px;
    color: #6AAE31;
    display: flex;
    justify-content:space-between;
}
.pro_4
{
    width: 100%;
    margin-top: 80px;
}
.pro_4_1
{
    cursor: pointer;
    display: block ;
    margin:0 auto;
    width: 222px;
    height: 60px;
    background: #6AAE31;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}
.pro_4_1:hover
{
    color: #FFFFFF;
}
@media only screen and (max-width: 1680px){
    .pro_1
    {
        margin-bottom: 38px;
    }
    .pro_1_3
    {
        font-size: 26px;
        line-height: 26px;
    }
    .pro_1_4
    {
        font-size: 18px;
        line-height: 25px;
    }
    .pro_2
    {
        margin-bottom: 38px;
    }
    .pro_2_1
    {
        padding-left:25px;
        height: 53px;
        font-size: 32px;
        line-height: 53px;
    }
    .pro_2_2
    {
        height: 89px;
    }
    .pro_2_3
    {
        padding-left:25px;
    }
    .pro_2_4
    {
        font-size: 18px;
        line-height: 26px;
    }
    .pro_2_5
    {
         font-size: 18px;
        line-height: 26px;
    }
    .pro_3
    {
        margin-bottom: 38px;
    }
    .pro_3_1
    {
        padding-left:25px;
        font-size: 32px;
        line-height: 32px;
    }
    .pro_3_2
    {
        padding:0px 22px;
    }
    .pro_4_1
    {
        width: 194px;
        height: 53px;
        border-radius: 26px;
        font-size: 18px;
        line-height: 53px;
    }
    .dizhixinxi {
        margin: 53px 0px 88px 0px;
        height: 580px;
    }
    .xxdz {
        height: 580px;
        padding: 78px 61px;
    }
    .xxdt {
    height: 580px;
    }
    #allmap {
    height: 580px;
    }
    .zhuyaodizhi .dizhinr .title {
        font-size: 26px;
        margin-bottom: 64px;
    }
    .zhuyaodizhi .dizhinr p {
        margin-bottom: 35px;
        font-size: 18px;
    }
    .zhuyaodizhi .dizhinr .anniu {
     width: 237px;
    height: 53px;
    border-radius: 26px;
    font-size: 18px;
    font-weight: 400;
    line-height: 53px;
    }
    .zhuyaodizhi .dizhinr p span.icon {
        width: 20px;
        margin-right: 20px;
    }
    .zhuyaodizhi .dizhinr p span.icon img{
        width: 20px;
    }
    .dangedizhi .address .con .title{
        font-size: 32px;
    }
    .dangedizhi .address .con .fengexian {
        width: 39px;
        height: 5px;
    }
    .dangedizhi .address .con p {
        margin-bottom: 20px;
        font-size:18px;
    }
    .dangedizhi .address .con p span.icon {
        width: 20px;
        margin-right: 20px;
    }
   

}
@media only screen and (max-width: 1400px){
    .pro_1
    {
        margin-bottom: 32px;
    }
    .pro_1_3
    {
        font-size: 23px;
        line-height: 23px;
    }
    .pro_1_4
    {
        font-size: 15px;
        line-height: 21px;
    }
    .pro_2
    {
        margin-bottom: 32px;
    }
    .pro_2_1
    {
        padding-left:22px;
        height: 45px;
        font-size: 27px;
        line-height: 45px;
    }
    .pro_2_2
    {
        height: 77px;
    }
    .pro_2_3
    {
        padding-left:22px;
    }
    .pro_2_4
    {
        font-size: 15px;
        line-height: 23px;
    }
    .pro_2_5
    {
         font-size: 15px;
        line-height: 23px;
    }
    .pro_3
    {
        margin-bottom: 32px;
    }
    .pro_3_1
    {
        padding-left:22px;
        font-size: 27px;
        line-height: 27px;
    }
    .pro_3_2
    {
        padding:0px 20px;
    }
    .pro_4_1
    {
        width: 167px;
        height: 45px;
        border-radius: 23px;
        font-size: 15px;
        line-height: 45px;
    }
     .dizhixinxi {
        margin: 45px 0px 75px 0px;
        height: 500px;
    }
    .xxdz {
        height: auto;
        padding: 36px;
    }
    .xxdt {
    height: 500px;
    }
    #allmap {
    height: 500px;
    }
    .zhuyaodizhi .dizhinr .title {
        font-size: 23px;
        margin-bottom: 55px;
    }
    .zhuyaodizhi .dizhinr p {
        margin-bottom: 30px;
        font-size: 15px;
    }
    .zhuyaodizhi .dizhinr .anniu {
     width: 203px;
    height: 45px;
    border-radius: 23px;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    }
    .zhuyaodizhi .dizhinr p span.icon {
        width: 17px;
        margin-right: 17px;
    }
    .zhuyaodizhi .dizhinr p span.icon img{
        width: 17px;
    }
    .dangedizhi .address .con .title{
        font-size: 27px;
    }
    .dangedizhi .address .con .fengexian {
        width: 33px;
        height: 5px;
    }
    .dangedizhi .address .con p {
        margin-bottom: 20px;
        font-size:15px;
    }
    .dangedizhi .address .con p span.icon {
        width: 17px;
        margin-right: 17px;
    }

}
.swiper-pagination-bullet-active{
    background:#6CB82D;
}
.xiaotuneirong .swiper-wrapper
{
   justify-content: center;
}

@media only screen and (max-width: 991px){
    .dizhixinxi{
        display: block;
        height: auto;
    }
    .alldizhi
    {
        display: block;
    }
    .dangedizhi
    {
        width: 100%;
    }
    .fp-section
    {
        height: auto;
    }
    .productDetail
    {
        padding: 6px;
    }
    header.ons .nav_list_con1 > li > a
    {
        color:#FFFFFF;
    }
    header.ons .nav_list_con1 > li.active > a
    {
        color:#6CB82D;
    }
    .zhuyaodizhi .dizhinr .anniu
    {
        margin:0 auto;
    }
    .dangedizhi .address .con p
    {
       margin-bottom: 10px;
    }
    .pro_4
    {
        margin-top: 20px;
    }
    .pro_1 {
        margin-bottom: 20px;
    }
    .pro_1_3
    {
        padding-top: 20px;
    }
    .pro_1_4
    {
        padding-top: 20px;
    }
}