@font-face {
    font-family: DINProM;
    src: url("../font/DINPro-Medium.eot");
    /* IE9 */
    src: url("../font/DINPro-Medium.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../font/DINPro-Medium.woff") format("woff"),
        /* chrome、firefox */ url("../font/DINPro-Medium.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari、Android、IOS */ url("../font/DINPro-Medium.svg") format("svg");
    /* ios 4.1 */
}

.dt_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
}

.dt_header.c {
    background-color: #fff;
}

.dt_header .w12 {
    height: 60px;
}

.dt_header .logo,
.dt_header .logo2 {
    width: 247px;
    height: 32px;
    margin-top: 14px;
    cursor: pointer;
}

.dt_header .logo {
    display: block;
}

.dt_header .logo2 {
    display: none;
}

.dt_header.c .logo {
    display: none;
}

.dt_header.c .logo2 {
    display: block;
}

.dt_header .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 120px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.dt_header.c .btn {
    border: 1px solid rgba(14, 183, 144, 0.5);
    color: #0eb790;
}

.dt_header .btn:hover {
    border: none;
    background: linear-gradient(275deg, #c3f142 0%, #0eb790 100%);
}

.dt_header.c .btn:hover {
    color: #fff;
}

.dt_banner {
    position: relative;
    width: 100%;
    height: 550px;
    background: url(../img/waterimgs/banner.jpg) no-repeat center #0c0b09;
    background-size: auto 550px;
    padding-top: 137px;
}

.dt_banner .banner_txt {
    display: block;
    width: 1158px;
    height: 138px;
    margin: 0 auto;
}

.dt_banner .banner_btn {
    display: block;
    width: 200px;
    height: 60px;
    margin: 40px auto 0;
    animation: scalemove 1s linear infinite alternate;
    transition: all 0.2s linear;
    cursor: pointer;
}

@keyframes scalemove {
    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }
}

.banner_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, 0.01);
    backdrop-filter: blur(18px);
}

.banner_nav li {
    position: relative;
    float: left;
    width: 300px;
    height: 90px;
    padding-left: 40px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s;
}

.banner_nav li img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.banner_nav li:hover {
    background: rgba(255, 255, 255, 0.15);
}

.banner_nav li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    right: 0;
    top: 25px;
}

.banner_nav li:last-of-type:after {
    display: none;
}

.banner_nav li:hover:after {
    display: none;
}

.banner_nav li.on:after {
    display: none !important;
}

.dt_section.n1 {
    width: 100%;
    background: url(../img/waterimgs/list.jpg) no-repeat top;
    background-size: cover;
    padding-bottom: 62px;
}

.dt_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 20px 0;
}

.dt_title .t_left {
    display: flex;
    flex-direction: column;
}

.dt_title .t_left h4 {
    font-weight: bold;
    font-size: 40px;
    color: #21282d;
    line-height: 47px;
}

.dt_section .desc {
    height: 20px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 16px;
    color: #21282d;
    line-height: 20px;
    margin-bottom: 20px;
}

.dt_title .t_left p {
    font-size: 16px;
    color: rgba(33, 40, 45, 0.8);
    line-height: 20px;
    margin-top: 22px;
}
.cpa_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cpa_content .item {
    width: 285px;
    height: 288px;
    background: #fafbfc;
    border-radius: 12px;
    margin-top: 40px;
    position: relative;
    cursor: pointer;
}

.cpa_content .item:hover {
    background: #fff;
    transform: translateY(-8px);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    transition: transform 1s;
}
.cpa_content .item:hover .btn{
    border: none;
    color: #fff;
    background: linear-gradient(275deg, #c3f142 0%, #0eb790 100%);
}
.cpa_content .item_img {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    position: absolute;
    top: -20px;
    left: 98px;
    margin: auto;
}
.cpa_content .item_title {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #21282d;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin: 88px auto 20px;
}
.cpa_content .item_nr_box {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
}
.cpa_content .item_nr_box .box {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cpa_content .item_nr_box .box .txt {
    font-weight: bold;
    font-size: 16px;
    color: #ff4d00;
    height: 16px;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 10px;
    line-height: 16px;
}
.cpa_content .item_nr_box .box:first-child {
    border-right: 1px solid #ced4da;
    box-sizing: border-box;
}
.cpa_content .item_nr_box .box .desc {
    font-weight: 400;
    font-size: 13px;
    color: #788190;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 10rpx;
}

.cpa_content .item .btn {
    width: 225px;
    height: 40px;
    background: #ffffff;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #d9e2df;
    font-weight: bold;
    font-size: 14px;
    color: #0eb790;
    line-height: 40px;
    text-align: center;
    margin: 20px auto 12px;
}

.cpa_content .item_nr_box .box:last-child .txt {
    color: #21282d;
}

.dt_title .t_left p em {
    color: #21282d;
    font-weight: 600;
}

.dt_title .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #d9e2df;
    color: #0eb790;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
}

.cpa_content .item .desc2 {
    font-weight: 400;
    font-size: 12px;
    color: #788190;
    line-height: 14px;
    text-align: center;
    margin-bottom: 0;
}

.dt_title .btn i {
    width: 20px;
    height: 8px;
    background: url(../img/waterimgs/jt.png) no-repeat center;
    background-size: cover;
    margin-left: 8px;
    transition: all 0.3s;
}

.dt_title .btn:hover {
    color: #fff;
    border: none;
    background: linear-gradient(275deg, #c3f142 0%, #0eb790 100%);
}

.dt_title .btn:hover i {
    background: url(../img/waterimgs/jt2.png) no-repeat center;
    background-size: cover;
}

.dt_nav {
    display: flex;
    align-items: center;
}

.dt_nav li {
    position: relative;
    float: left;
    font-size: 16px;
    color: #21282d;
    margin-right: 52px;
    cursor: pointer;
    padding-left: 28px;
}

.dt_nav li::before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 18px;
    height: 18px;
}

.dt_nav li:nth-of-type(1)::before {
    background: url(../img/waterimgs/t1.png) no-repeat center;
    background-size: cover;
}

.dt_nav li:nth-of-type(2)::before {
    background: url(../img/waterimgs/t2.png) no-repeat center;
    background-size: cover;
}

.dt_nav li:nth-of-type(3)::before {
    background: url(../img/waterimgs/t3.png) no-repeat center;
    background-size: cover;
}

.dt_nav li:nth-of-type(4)::before {
    background: url(../img/waterimgs/t4.png) no-repeat center;
    background-size: cover;
}

.dt_nav li:nth-of-type(5)::before {
    background: url(../img/waterimgs/t5.png) no-repeat center;
    background-size: cover;
}

.dt_nav li.on {
    color: #0eb790;
    font-size: 22px;
    font-weight: 600;
}

.dt_nav li.on:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 28px;
    right: 0;
    margin: auto;
    width: 60px;
    height: 3px;
    background: #0eb790;
}

.dt_nav li.on::before {
    top: 6px;
    width: 24px;
    height: 24px;
}

.dt_nav li.on:nth-of-type(1)::before {
    background: url(../img/waterimgs/t1_on.png) no-repeat center;
    background-size: cover;
}

.dt_nav li.on:nth-of-type(2)::before {
    background: url(../img/waterimgs/t2_on.png) no-repeat center;
    background-size: cover;
}

.dt_nav li.on:nth-of-type(3)::before {
    background: url(../img/waterimgs/t3_on.png) no-repeat center;
    background-size: cover;
}

.dt_nav li.on:nth-of-type(4)::before {
    background: url(../img/waterimgs/t4_on.png) no-repeat center;
    background-size: cover;
}

.dt_list {
    padding-top: 45px;
}

.dt_item {
    float: left;
    width: 224px;
    background: #fafbfc;
    border-radius: 12px;
    margin: 0 20px 20px 0;
    transition: all 0.3s;
}

.dt_item:nth-child(5n) {
    margin-right: 0;
}

.dt_top {
    position: relative;
    width: 224px;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.dt_top img {
    width: 100%;
}

.dt_top .fen {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 18px;
    background: linear-gradient(133deg, #101e2c 0%, #1a3a52 100%);
    border-bottom-left-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-family: DINProM;
}

.dt_top .mb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 224px;
    height: 80px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding-top: 44px;
}

.dt_top .mb .icon {
    display: flex;
    align-items: center;
}

.dt_top .mb .icon img {
    width: 20px;
    height: 20px;
    margin-right: -8px;
}

.mb_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
}

.mb_item p {
    flex: 1;
    padding-right: 18px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt_bot {
    width: 100%;
    padding: 16px 14px 14px 14px;
}

.dt_bot .cps {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 28px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #ff4c00;
    color: #ff4a08;
    font-size: 12px;
}

.dt_bot .cps em {
    font-family: DINProM;
}

.dt_bot p {
    font-size: 13px;
    color: #788190;
    margin-top: 14px;
    line-height: 15px;
}

.dt_bot .p1 em {
    font-size: 16px;
    color: #21282d;
}

.dt_bot .p2 em {
    font-size: 16px;
    color: #ff4c00;
}

.dt_bot p em {
    font-weight: 600;
    font-family: DINProM;
}

.dt_bot .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #d9e2df;
    color: #0eb790;
    font-size: 14px;
    margin-top: 20px;
    transition: all 0.3s;
    cursor: pointer;
}

.dt_item:hover .btn {
    border: none;
    color: #fff;
    background: linear-gradient(275deg, #c3f142 0%, #0eb790 100%);
}

.dt_item:hover {
    background: #fff;
    transform: translateY(-8px);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.more {
    font-size: 16px;
    color: #0eb790;
    line-height: 16px;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}

 .more:hover {
    text-decoration: underline;
}

.more img {
    width: 20px;
    height: 20px;
    vertical-align: -3px;
}

.dt_zn {
    width: 100%;
    height: 260px;
    background: url(../img/waterimgs/bg1.png) no-repeat center;
    background-size: cover;
    transition: all 0.3s;
}

.dt_zn.on {
    background: url(../img/waterimgs/bg2.png) no-repeat center;
    background-size: cover;
}

.dt_zn .zn_item {
    float: left;
    width: 50%;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dt_zn .zn_item p {
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    line-height: 30px;
}

.dt_zn .zn_item .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    background: #ffffff;
    border-radius: 12px;
    margin-top: 30px;
    font-size: 16px;
    color: #21282d;
    cursor: pointer;
}

.dt_zn .zn_item .btn img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.dt_zn .zn_item .btn:hover {
    color: #0eb790;
}

.dt_section.n3 {
    width: 100%;
    height: 888px;
    background: url(../img/waterimgs/qt_bg.jpg) no-repeat center;
    background-size: cover;
}

.qt_item {
    position: relative;
    float: left;
    width: 580px;
    height: 266px;
    background: #ffffff;
    border-radius: 12px;
    margin: 0 40px 40px 0;
    padding: 40px 30px 0 30px;
    transition: all 0.3s;
}

.qt_item:nth-child(2n) {
    margin-right: 0;
}

.qt_item h4 {
    font-size: 24px;
    color: #000000;
    line-height: 30px;
}

.qt_item p {
    font-size: 16px;
    color: #788190;
    line-height: 20px;
    margin-top: 20px;
}

.qt_item .btn {
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: 1;
    width: 116px;
    height: 40px;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #0eb790;
    font-size: 14px;
    color: #0eb790;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.qt_item img {
    height: 60px;
    margin-top: 43px;
    cursor: pointer;
}

.qt_item:hover {
    transform: translateY(-8px);
    background: url(../img/waterimgs/qt_item.png) no-repeat center #fff;
    background-size: cover;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.qt_item:hover .btn {
    border: none;
    color: #fff;
    background: linear-gradient(275deg, #c3f142 0%, #0eb790 100%);
}

.dt_section.n4 {
    padding-bottom: 100px;
}

.num_list {
    display: flex;
}

.num_item {
    position: relative;
    flex: 1;
}

.num_item span {
    font-size: 40px;
    color: #0eb790;
    font-family: DINProM;
    line-height: 43px;
}

.num_item p {
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
}

.num_item:after {
    position: absolute;
    right: 0;
    top: 22px;
    content: "";
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
}

.num_item:last-of-type:after {
    display: none;
}

.num_item div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s;
}

.num_item:hover div {
    transform: translateY(-8px);
}

.swiper_box {
    width: 1200px;
    margin: 60px auto 0;
}

.hz_swiper .swiper-slide {
    width: 1690px;
    height: 280px;
}

.hz_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.hz_swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.hzhb_left {
    position: absolute;
    top: -40px;
    left: 0;
    width: 120px;
    height: 360px;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.hzhb_right {
    position: absolute;
    top: -40px;
    right: 0;
    width: 120px;
    height: 360px;
    background: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

#login-box {
    display: none;
    position: fixed;
    height: 680px;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -320px;
    z-index: 10000002;
    border-radius: 12px;
    overflow: hidden;
    /* background: #037cff; */
    padding: 20px;
}

.icp-close {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 36px;
    height: 33px;
    background: url(../img/dtimgs/bg-loginclose.png) no-repeat;
    z-index: 10000001;
    cursor: pointer;
}

#bg-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000001;
}

.video_pop {
    width: 370px;
}

.hy_class .wen_pop {
    padding: 36px 30px !important;
}

.hy_class p {
    color: rgba(33, 40, 45, 0.8);
    font-size: 14px;
    line-height: 24px !important;
    margin-bottom: 10px;
}

.hy_class h1,
.hy_class h2 {
    color: rgba(33, 40, 45, 1);
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    margin: 10px 0;
}

.fixed_r {
    position: fixed;
    right: 30px;
    bottom: 10%;
    width: 60px;
    z-index: 99999;
    width: 60px;
}

.fixed_r .cont {
    padding: 5px 0;
    background: #ffffff;
    box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-bottom: 10px;
}

.fixed_r .item {
    height: 80px;
    text-align: center;
    padding-top: 13px;
    cursor: pointer;
}

.fixed_r .item img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.fixed_r .item .tit {
    display: block;
    color: #5c677c;
    font-size: 12px;
    margin-top: 8px;
    transition: all 0.3s;
}

.fixed_r .item:hover .tit {
    color: #0eb790;
}

.fixed_r .return_top {
    width: 60px;
    height: 40px;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.fixed_r .iconfont {
    display: inline-block;
    font-size: 30px;
    color: #292834;
}

.fixed_r .return_top:hover .iconfont {
    color: #0eb790;
}

/* rtb footer */
.rtb_footer {
    width: 100%;
    background: #181c29;
}

.rtb_footer .foot_nav {
    display: flex;
    padding: 36px 0;
}

.rtb_footer .item {
    flex: 1;
    display: flex;
    align-items: center;
}

.rtb_footer .item img {
    width: 48px;
    height: 48px;
}

.rtb_footer .item .r {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.rtb_footer .item h4 {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.rtb_footer .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}

/* rtb footer end */

/*弹窗*/
.tui_pop {
    border-radius: 20px;
    padding: 40px 30px 30px 10px;
}

.tui_pop .form_block {
    flex: 1;
    position: relative;
}

.tui_pop .form_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tui_pop .form_item i {
    color: #ff0000;
}

.tui_pop input {
    width: 100%;
    height: 40px;
    padding-left: 14px !important;
    border-radius: 2px;
    border: 1px solid #dadadf;
    padding-left: 24px;
    font-size: 14px;
    color: #333;
    text-align: left;
    border-radius: 5px;
}

.tui_pop input:focus {
    border-color: #2ccca1;
}

.tui_pop label {
    width: 100px;
    color: #5c677c;
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
}

.tui_pop .yzm_img {
    position: absolute;
    width: 100px;
    height: 40px;
    right: 0;
    top: 0;
    border-radius: 5px;
}

.tui_pop .getyzmCode {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 40px;
    background: #2ccca1;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
    border-radius: 5px;
    cursor: pointer;
}

.tui_pop .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;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.tui_pop .btn:hover,
.tui_pop .getyzmCode:hover {
    opacity: 0.8;
}

/*弹窗end*/

