.w1200 {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.zbtn {
    width: 96px;
    height: 34px;
    background: #06B38A;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    transition: all .2s;
    -o-animation: all .2s;
    -webkit-animation: all .2s;
}

.zbtn:hover {
    background: #087c61;
}

.zhuanti_body {
    background-color: #F5F6FA;
}

.zts-banner {
    width: 100%;
    height: 440px;
    background: url(../img/dt/banner.jpg) no-repeat center;
    background-size: auto 440px;
}

.zts-bcon {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.zts-bcon h2 {
    display: inline-block;
    padding-top: 78px;
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 56px;
    background: url(../img/dt/banner-img.png) no-repeat right 67px;
    background-size: 49px auto;
}

.zts-bcon p {
    margin-top: 20px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

/*zts-nav*/
.zts-nav {
    position: relative;
    margin-top: -40px;
    overflow: hidden;
    z-index: 2;
}

.zts-nav ul {
    width: 1300px;
}

.zts-nav li {
    float: left;
    margin-right: 21px;
    padding: 20px 0 0 94px;
    width: 386px;
    height: 150px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-size: 60px 60px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.zts-nav li h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.zts-nav li p {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.zts-nav li a {
    display: block;
    margin-top: 20px;

}

.zts-nav li a:hover {
    background: #087c61;
}

.zts-nav li.znav1 {
    background-image: url(../img/dt/nav1.png);
}

.zts-nav li.znav2 {
    background-image: url(../img/dt/nav2.png);
}

.zts-nav li.znav3 {
    background-image: url(../img/dt/nav3.png);
}

.zts-title {
    margin-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}

.zts-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
}

.zts-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.zts-center {
    margin-top: 20px;
    background: #fff;
}

.zts-center ul {
    padding-left: 25px;
}

.zts-center li {
    float: left;
    padding: 40px 0;
    width: 230px;
    text-align: center;
}

.zts-center li img {
    width: 100px;
    height: 100px;
}

.zts-center li h3 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.zts-center li p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #FF6000;
}

.zts-center li a {
    display: inline-block;
    margin-top: 15px;
    width: 120px;
}


/*dtb-pop*/
.dtb-pop {
    display: none;
    padding: 30px 30px 15px;
}

.dtb-layer .layui-layer-title {
    margin: 0 30px;
    padding: 0;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    background: none;
    text-align: center;
    font-weight: 600;
    color: #333333;
}

.cff0 {
    color: #FF0000;
}

.dtb-pop input {
    width: 100%;
    height: 40px;
    padding-left: 14px !important;
    background: #F4F5F9;
    border-radius: 2px;
    border: 1px solid #DADADF;
    padding-left: 24px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.dtb-pop input:focus {
    border-color: #2CCCA1;
}

.dtb-pop .layui-form-label {
    padding: 9px 0px !important;
}

.dtb-pop .layui-input-block {
    margin-left: 100px;
}

.dtb-pop .layui-input-inline {
    margin-right: 0;
    float: left;
    width: 200px;
    position: relative;
}

.dtb-pop .layui-form-mid {
    margin: 0;
    float: left;
    width: 40px;
    position: relative;
    text-align: center;
}

.dtb-pop .layui-input-inline .layui-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 0;
    border-style: dashed;
    border-color: transparent;
    z-index: 2;
}

.dtb-pop .layui-btn {
    display: block;
    margin: 30px auto 0;
    width: 232px;
    height: 44px;
    font-size: 16px;
    line-height: 44px !important;
    background: #2CCCA1;
    box-shadow: 0px 8px 16px 0px rgba(44, 204, 161, 0.2);
    border-radius: 24px;
}

.dtb-pop .layui-form-checked i {
    border-color: #06B38A !important;
    background-color: #06B38A;
}

#popwem {
    padding: 30px !important;
}

#popwem .kefu {
    width: 180px;
    text-align: center;
    transition: all .3s;
}

#popwem .kefu img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

#popwem .kefu span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 14px;
    margin-top: 20px;
}

.fixed_pop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(0, 0, 0, .3);
}

.xmpx_tpl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 400px;
    height: 466px;
    z-index: 1000000;
    background-image: url(/p/style/web/zt/img/dt/dt_px.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.xmpx_tpl .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url(/p/style/web/img/close3.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}