
.banner{
    position: relative;
}
.banner span.title{
    font-size: 60px;
    font-weight: bold;
}
.banner .swiper-slide::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/img/index_banner_bg.png) center center/100% 100%;
    left: 0;
    top: 0;
    z-index: 8;
}
.zktx{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 68px;
}
.zktx .zltx_top figure{
    margin-top: 48px;
}
.zktx_con figure,.zltx_top figure{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 75px;
}
.zltx_top figure>img{
    width: 687px;
}
.zltx_top figure figcaption{
    flex: 3;
    position: relative;
    height: 540px;
    background-color: #455377;
    
}
.zltx_top figure figcaption:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 32px solid #384669;
    border-left: 15px solid transparent;
    left: -15px;
    top: 0;
}
.zltx_top figure figcaption:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid #384669;
    border-left: 15px solid transparent;
    left: -15px;
    bottom: 0;
}
.zltx_top figure figcaption img{
    width: 164px;
    
    margin:20px 0 20px 7.5%;
}
.zltx_top figure figcaption p{
    font-size: 12px;
    color: #fff;
    width: 85%;
    margin: 0 auto;
    line-height: 24px;
	letter-spacing: 1px;
}
.zltx_top figure figcaption a{
    display: block;
    font-size: 16px;
    width: 155px;
    height: 40px;
    line-height: 40px;
    border:1px solid #fff;
    text-align: center;
    color: #fff;
    margin: 20px 0 0 7.5%;
}
.zltx_top figure figcaption a:hover{
    background-color: #fff;
    color: #384669;
    border:1px solid #fff;
}
.zktx_con figure figcaption{
    flex: 3;
    display: inline-flex;
    background-color: #f5f5f5;
    height: 340px;
    text-align: center;
    position: relative;
}
.zktx_con figure figcaption>div{
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.zktx_con figure figcaption div img{
    width: 150px;
}
.zktx_con figure figcaption div p{
    font-size: 16px;
     color: #333;
}
.zktx_con figure figcaption div p b{
    font-size: 18px;
    font-weight: bold;
    color: #455377;
}
.zktx_con figure>img{
    width: 742px;
}


.dz_biaodan{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    background-color:rgba(0, 0, 0, 0.6);
    z-index: 1000;
    
}

.dz_biaodan{
    display: none;
}
.dingwei{
 
    left: 30%;

}

.dz_biaodan_con{
    width: 574px;
	height: auto;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0 0 41px;
    position: relative;
}
.dz_biaodan_con_close{
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 8px;
    top: 15px;
}
.dz_biaodan_con_top{
    display: block;
    width: 100%;
    height: 9px;
    background-color: #455377;
    margin-bottom: 41px;
}
.dz_biaodan_con dl{
    width: 460px;
    margin: 0 auto;
    
}
.dz_biaodan_con dl i{
    font-size: 14px;
	letter-spacing: 1px;
	color: #ff0000;
}
.dz_biaodan_con dl dt{
    text-align: center;
}
.dz_biaodan_con dl dt b{
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 5px;
    color: #333333;
    display: block;
}
.dz_biaodan_con dl dt span{
	font-size: 14px;
	letter-spacing: 1px;
    color: #999999;
    display: block;
    margin:  16px auto 11px;
}
.dz_biaodan_con dl dt em{
    font-size: 14px;
	letter-spacing: 1px;
    color: #333333;
    display: block;
    flex: 1;
}
.dz_biaodan_con dl dd{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 26px;
}

.dz_biaodan_con dl dd em{
    width: 100%;
    font-size: 14px;
	letter-spacing: 1px;
    color: #808080;
    margin-right: 5px;
}
.dz_biaodan_con dl dd input{
    border: none;
    outline: none;
    width: 100%;
	height: 34px;
	background-color: #eeeeee;
}
.dz_biaodan_con dl dd input[type="submit"]{
    width: 128px;
	height: 42px;
    background-color: #455377;
    font-size: 16px;
	line-height: 42px;
	letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}
@media only screen and (max-width: 414px){
    .dz_biaodan_con{
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
    }
    .dz_biaodan_con dl{
        width: 90%;
        max-width: 460px;
    }
    .dingwei{
        left: 8%;
    }
    .dz_biaodan_con dl dd{
        margin-top: 10px;
    }
    .zltx_top figure figcaption a{
        margin: 20px 0 0 7.5%;
    }
}