﻿.zt-bananr{
    width: 100%;
    position: relative;
}
.zt-bananr > img{
    width: 100%;
    height: auto;
}
.zt-bnanr-cont{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.zt-bnanr-cont .form{
    width: 260px;
    background: rgba(0, 0, 0, 0.6);
}
.zt-bnanr-cont .form .title{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 26px;
    text-align: center;
    color: #fff
}

.zt-bnanr-cont .form .title img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.zt-bnanr-cont .form .nav1{
    width: 100%;
    font-size: 17px;
    line-height: 38px;
    display: flex
}
.zt-bnanr-cont .form .nav1 span{
    display: block;
    width: 50%;
    text-align: center;
    color:#111;
    background: #e6e6e6;
    cursor: pointer;
}
.zt-bnanr-cont .form .nav1 .action{
    background: #d30000;
    color: #fff
}
.zt-bnanr-cont .form .cont{
    width: 100%;
}
.zt-bnanr-cont .form .cont .cont-sj{
    display: block
}
.zt-bnanr-cont .form .cont .cont-sj ul{
    display: flex;
    justify-content: space-around;
    padding: 15px 0 5px;
    border-bottom: 1px solid #fff
}
.zt-bnanr-cont .form .cont .cont-sj ul li{
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.zt-bnanr-cont .form .cont .cont-sj h6{
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    
}
.zt-bnanr-cont .form .cont .cont-sj form{
    width: 92%;
    margin: 0 auto;
    padding-bottom: 18px;
}
.zt-bnanr-cont .form .cont .cont-sj form .text{
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 8px 20px;
    margin-bottom: 10px;
}
.zt-bnanr-cont .form .cont .cont-sj form p{
    font-size: 12px;
    color: #999999;
    padding-bottom: 8px;
}
.zt-bnanr-cont .form .cont .cont-sj form #submit{
    width: 100%;
    background: #d30000;
    color: #fff;
    padding: 8px 0;
}
.zt-bnanr-cont .form .cont .cont-mf {
    display: none
}
.zt-bnanr-cont .form .cont .cont-mf .title{
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.zt-bnanr-cont .form .cont .cont-mf .title h6{
    font-size: 19px;
    color: #fff
}
.zt-bnanr-cont .form .cont .cont-mf .title p{
    font-size: 14px;
    color: #fff
}
.zt-bnanr-cont .form .cont .cont-mf .title p span{
    color: #d30000;
    padding: 0 10px;
}
.zt-bnanr-cont .form .cont .cont-mf form{
    width: 92%;
    margin: 0 auto;
}
.zt-bnanr-cont .form .cont .cont-mf form .text{
    background: #fff;
    box-sizing: border-box;
    padding: 8px 20px;
    width: 100%;
    margin-bottom: 10px;
}
.zt-bnanr-cont .form .cont .cont-mf form p{
    font-size: 12px;
    color: #999
}
.zt-bnanr-cont .form .cont .cont-mf form #submit{
    background: #d30000;
    color: #fff;
    padding: 8px 0;
    width: 100%;
    margin: 10px 0 15px;
}
.zt-cont{
    width: 100%;
    background: url('../imgs/images/bananr-set-pp.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 90px 0;
}
.zt-cont h3{
    font-size: 48px;
    text-align: center;
    color: #c13838;
    margin-bottom: 84px;
}
.zt-cont ul{
    display: flex;
    justify-content: center;
}
.zt-cont ul li{
    padding: 0 12px;
}
.zt-cont a{
    width: 230px;
    display: block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 25px;
    background: #fc5e12;
    color: #fff;
    font-size: 28px;
    margin: 80px auto 0;
    cursor: pointer;
}
.zt-cont2{
    width: 100%;
    background: url('../imgs/images/zt-set2-bj.jpg') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80px;
}
.zt-cont2 h3{
    font-size: 48px;
    text-align: center;
    color: #c13838;
    padding: 70px 0;
}
.zt-cont2 .img{
    width: 49%;
    position: relative;
    z-index: 2;
}
.zt-cont2 .img::before{
    width: 90%;
    height: 310px;
    border: 9px solid #dcbca1;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    right: 15px;
    top: 30px
}
.zt-cont2 .img img{
    width: 90%;
    
}
.zt-cont2 .das{
    width: 49%;
    padding-top: 30px;
}
.zt-cont2 .das ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 5px solid #c1c1c1;
    border-bottom: 5px solid #c1c1c1;
}
.zt-cont2 .das ul li{
    width: 25%;
    text-align: center;
}
.zt-cont2 .das ul p{
    font-size: 12px;
    color: #666;
}
.zt-cont2 .das ul p i{
    font-size: 48px;
    color: #333;font-weight: bolder;text-decoration: none;font-style: normal;
    line-height: 50px;
}
.zt-cont2 .das ul li em{
    display: inline-block;
    vertical-align: text-bottom;
    padding-bottom: 24px;font-style: normal;
}
.zt-cont2 .das ul li span{
    font-size: 18px;
    color: #3d3d3d
}
.zt-cont2 .das ul li:nth-of-type(1),
.zt-cont2 .das ul li:nth-of-type(2),
.zt-cont2 .das ul li:nth-of-type(3),
.zt-cont2 .das ul li:nth-of-type(4){
   margin-bottom: 64px;
}
.zt-ct{
    width: 100%;
    height: auto;
}
.zt-set3-cont{
    width: 100%;
    background: url('../imgs/images/zt-set-bj.jpg') no-repeat;
    padding: 80px 0;
}
.zt-set3-cont img{
    width: 65%;
    display: block;
    height: auto;
    margin: 0 auto;
}
.zt-set4-cont{
    width: 100%;
    padding: 60px 0;
}
.zt-set4-cont h3{
    font-size: 48px;
    text-align: center;
    color: #c13838;
    margin-bottom: 27px;
}
.zt-set4-cont > p{
    font-size: 18px;
    color: #666;
    text-align: center;
}
.zt-set4-cont .zt-cont1{
    width: 100%;
}
.zt-set4-cont .zt-cont1 img{
    width: 100%;
    height: auto;
    
}
.zt-cont-t2{
    width: 100%;
}
.zt-cont-t2 .das{
    width: 596px;
    height: 409px;
    margin-right: 8px;
}
.zt-cont-t2 .das img{
    width: 100%;
    display: block;
    height: 409px;
}
.zt-cont-t2 .tas{
    width: 596px;
    height: 409px;
}
.zt-cont-t2 .tas ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.zt-cont-t2 .tas ul li{
    width: 294px;
    margin-bottom: 9px;
    height: 200px;
    overflow: hidden;
}
.zt-cont-t2 .tas ul li img{
    width: 100%;
    height: 200px;
}
.zt-cont-t2 .des{
    width: 100%;
}
.zt-cont-t2 .des ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.zt-cont-t2 .des ul li{
    width: 294px;
    margin-top: 8px;
}
.zt-cont-t2 .des ul li img{
    width: 100%;
    height: 200px;
}
.zt-cont-t2 .img{
    width: 100%;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.zt-cont-t2 .img span{
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate3d(-50%,50%,0);
    -webkit-transform: translate3d(-50%,50%,0);
    font-size: 18px;
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
}
.zt-cont-t2 .img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.zt-cont-t2 .img:hover span{
    opacity: 1;
}
.zt-cont-t2 .img:hover::before{
    transform: scale(1);
    -webkit-transform: scale(1);
} 
.zt-cont3 ul{
   display: flex;
   justify-content: space-between;
}
.zt-cont3 ul li{
    width: 218px;
    text-align: center;
    border: 1px solid #11060c;
    padding: 30px 0;
}
.zt-cont3 ul li i{
    width: 20px;
    height: 2px;
    background: #bebebe;
    display: block;
    margin: 12px auto;
}
.zt-cont3 ul li p{
    font-size: 12px;
    color: #666
}
.zt-set4-cont > p span{
    color: #b60101
}
.formview{
    width: 570px;
    margin: 57px auto 0;
}
.formview li{
    display: flex;
    border: 1px solid #cfcfcf;
    background: #fff;
    margin-bottom: 15px;
}
.formview li span{
    width: 98px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-right: 1px solid #cfcfcf;
    line-height: 45px;
}
.formview li .text{
    width: 470px;
    box-sizing: border-box;
    padding: 0 20px
}
.formview li:last-of-type{
    background: none;
    border:none
}
.formview li #submit{
    background: #d30000;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 0px 0 #840000;
    cursor: pointer;
}
.formview >p{
    font-size: 22px;
    color: #666
}
.formview >p i{
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url('../imgs/images/zt-last-ico.jpg') no-repeat
}

.vmop{
    width: 100%;
    display: none
}
.vmop .bj{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: 997;
}
.vmop .formtext{
    width: 504px;
    position: fixed;
    left: 50%;
    margin-left: -252px;
    top: 30%;
    background: #fff;
    z-index: 998;
    box-sizing: border-box;
    padding: 20px 30px
}
.vmop .formtext h3{
    font-size: 28px;
    text-align: center;
    color: #b60101
}
.vmop .formtext form >p{
    text-align: center;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #666;
    padding-bottom: 8px;
    
}
.vmop .formtext form ul{
    margin-top: 30px;
 

}
.vmop .formtext form li{
    display: flex;
    margin-bottom: 20px;
    justify-content: center
}
.vmop .formtext form li span{
    font-size: 18px;
    color: #333;
    display: block;
    margin-right: 20px;
    
}
.vmop .formtext form li .text{
    width: 300px;
    border: 1px solid #bfbfbf;
    padding: 10px 20px;
    box-sizing: border-box
}
.vmop .formtext form li:last-of-type{
    margin-bottom: 5px;
}
.vmop .formtext form li .submit{
    width: 90%;
    background: #d30000;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    border-radius: 8px
}
.vmop .formtext >p{
    font-size: 16px;
    color: #666;
}
.vmop .formtext >p i{
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url('../imgs/images/zt-last-ico.jpg') no-repeat
}
.vmop .desbtn{
    position: fixed;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ddd;
    border-radius: 50%;
    top: 30%;
    right: 50%;
    z-index: 999;
    cursor: pointer;
    transform: translate3d(264px,-15px,0);
    -webkit-transform: translate3d(264px,-15px,0);
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.listBanner{
    display: none
}