@charset "utf-8";
@media (min-width:640px){html{font-size:24px !important;}}
@media (min-width:631px) and (max-width:639px){html{font-size:23.66px !important;}}
@media (min-width:622px) and (max-width:630px){html{font-size:23.33px !important;}}
@media (min-width:613px) and (max-width:621px){html{font-size:23px !important;}}
@media (min-width:604px) and (max-width:612px){html{font-size:22.66px !important;}}
@media (min-width:595px) and (max-width:603px){html{font-size:22.33px !important;}}
@media (min-width:586px) and (max-width:594px){html{font-size:22px !important;}}
@media (min-width:577px) and (max-width:585px){html{font-size:21.66px !important;}}
@media (min-width:568px) and (max-width:576px){html{font-size:21.33px !important;}}
@media (min-width:559px) and (max-width:567px){html{font-size:21px !important;}}
@media (min-width:550px) and (max-width:558px){html{font-size:20.66px !important;}}
@media (min-width:541px) and (max-width:549px){html{font-size:20.33px !important;}}
@media (min-width:533px) and (max-width:540px){html{font-size:20px !important;}}
@media (min-width:524px) and (max-width:532px){html{font-size:19.66px !important;}}
@media (min-width:515px) and (max-width:523px){html{font-size:19.33px !important;}}
@media (min-width:506px) and (max-width:514px){html{font-size:19px !important;}}
@media (min-width:497px) and (max-width:505px){html{font-size:18.66px !important;}}
@media (min-width:488px) and (max-width:496px){html{font-size:18.33px !important;}}
@media (min-width:480px) and (max-width:487px){html{font-size:18px !important;}}
@media (min-width:471px) and (max-width:479px){html{font-size:17.66px !important;}}
@media (min-width:462px) and (max-width:470px){html{font-size:17.33px !important;}}
@media (min-width:453px) and (max-width:461px){html{font-size:17px !important;}}
@media (min-width:444px) and (max-width:452px){html{font-size:17.12px !important;}}
@media (min-width:435px) and (max-width:443px){html{font-size:16.33px !important;}}
@media (min-width:426px) and (max-width:434px){html{font-size:16px !important;}}
@media (min-width:417px) and (max-width:425px){html{font-size:15.66px !important;}}
@media (min-width:408px) and (max-width:416px){html{font-size:15.33px !important;}}
@media (min-width:400px) and (max-width:407px){html{font-size:15px !important;}}
@media (min-width:391px) and (max-width:399px){html{font-size:14.66px !important;}}
@media (min-width:382px) and (max-width:390px){html{font-size:14.33px !important;}}
@media (min-width:374px) and (max-width:381px){html{font-size:14px !important;}}
@media (min-width:365px) and (max-width:373px){html{font-size:13.66px !important;}}
@media (min-width:356px) and (max-width:364px){html{font-size:13.33px !important;}}
@media (min-width:347px) and (max-width:355px){html{font-size:13px !important;}}
@media (min-width:338px) and (max-width:346px){html{font-size:12.66px !important;}}
@media (min-width:329px) and (max-width:337px){html{font-size:12.44px !important;}}
@media (max-width:328px){html{font-size:12px !important;}}
*{
    margin: 0;
    padding: 0;
    font-family:"Microsoft YaHei","微软雅黑", Arial, STXihei,"华文细黑",SimSun,"宋体";
    box-sizing: border-box;
    list-style-type: none;
}
.clear{clear:both;}
a{text-decoration: none;}
.max_width{max-width:720px;margin: 0 auto;overflow: hidden;}
/*白色*/
.color_white{color:#ffffff;}
/*黑色*/
.color_block{color:#000000;}
/*文字加粗*/
.fize_weight{font-weight: bold;}
/*flex*/
.flex{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}

#dszt01{
    background-image: linear-gradient(to bottom,#4895f3,#2346e0);
}
.gg_title{
    display: block;
    text-align: center;
    margin-bottom: 2.083rem;
}
.gg_title>span{
    display: inline-block;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    color:#fff;
    font-size: 2.5rem;
}
.gg_title>span::before{
    content:'';
    position: absolute;
    width:100%;
    height:0.833rem;
    background-image: linear-gradient(to right,#58c1d0,#3658ec);
    border-radius: 0.833rem;
    bottom:-0.2rem;
}
.gg_title>span span{
    position: relative;
    z-index: 10;
}
.mk1 img{
    display: block;
    width:100%;
}
.mk2{
    padding: 1.667rem 2rem;
}
.mk2>div{
    margin-bottom: 2.083rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mk2>div>div.img{
    width:25%;
    padding: 2rem 0;
    position: relative;
    z-index: 10;
}
.mk2>div>div.img img{
    display: block;
    width:130%;
}
.mk2>div.right>div.img img{
    position: relative;
    left:-30%;
}
.mk2>div>div.txt{
    width:80%;
    background:url("../img/img06.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 2rem;
}
.mk2>div.left>div.txt{
    padding-right: 1rem;
    padding-left: 2.3rem;
}
.mk2>div>div.txt .name{
    color:#09e5e2;
    font-size: 1.1rem;
}
.mk2>div>div.txt .rongyu{
    font-size: 0.9rem;
    color:#fff;
    padding: 0.3rem 0;
}
.mk2>div>div.txt  .jianb{
    width:80%;
    height:2px;
    background-image: linear-gradient(to right,#58c1d0,#395bee);
}
.mk2>div>div.txt .jianjie{
    padding: 0.4rem 0 0 0;
    color:#fff;
    font-size: 0.8rem;
    text-align: justify-all;
}
.mk3{
    padding: 0 0.833rem 2.5rem;
}
.mk3>img{
    display: block;
    width:100%;
}
.mk4{
    padding: 0 1.25rem;
}

.mk4 ul{
    background: url("../img/img17.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 3.542rem 1.5rem 1.667rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mk4 ul li{
    width:28%;
    padding:3rem 0  0.5rem;
    position: relative;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.3rem 0.5rem 0 rgba(35,70,224,0.3);
}
.mk4 ul li:nth-child(1),.mk4 ul li:nth-child(2),.mk4 ul li:nth-child(3){
    margin-bottom: 4.083rem;
}
.mk4 ul li img{
    display: block;
    width:80%;
    border-radius: 50%;
    position: absolute;
    top:-2rem;
    left:10%;
}
.mk4 ul li>div{
    text-align: center;
}
.mk4 ul li>div>span{
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.mk4 ul li>div>span>span{
    display: inline-block;
    text-align: center;
    font-size:1rem ;
    color:#2346e0;
    position: relative;
    z-index: 100;
}

.mk4 ul li>div>span::before{
    content:'';
    position: absolute;
    width:100%;
    height:0.5rem;
    background:#c3dbff;
    bottom:-0rem;
    left:0;
}
.mk5{
    padding:3rem 2.5rem 4.167rem;
}
.mk5 input{
    width:100%;
    height:5rem;
    border:1px solid #fff;
    border-radius: 5rem;
    background: none;
    outline: none;
    margin-bottom: 1rem;
    padding: 0 3rem;
    color:#fff;
    font-size: 1.25rem;
}
input::-webkit-input-placeholder {
    color: #fff;
}
input::-moz-input-placeholder {
    color: #fff;
}
input::-ms-input-placeholder {
    color: #fff;
}

#dszt01>.mk5 .btn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#dszt01>.mk5 .btn>*{
    display: block;
    width:45%;
    height:3rem;
    border:none;
    text-align: center;
    line-height: 3rem;
    color:#2346e0;
    background: #fff;
    font-size: 1.25rem;
    border-radius:3rem;
    box-shadow: 0 0.333rem 0rem #8198ff;
}
#dszt01>.mk5 .btn>*::before{
    content: '';
    display: inline-block;
    width:1rem;
    height:1rem;
    background:url("../img/img16.png") no-repeat center center;
    background-size: 100% 100%;
    margin-right: 0.7rem;
}