.container {
    max-width: 1400px;
    width: 98%;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
.clearfix:after{content:"."; height:0; display:block; visibility:hidden; clear:both; font-size:0;}
.clearfix{zoom:1;}
.dybanner {
    position: relative;
}
.dybanner img {
    height: 620px;
    width: 100%;
}
.dybanner .txt {
    position: absolute;
    left: 10%;
    top: 30%;
    color: #fff;
}
.dybanner .txt p {
    font-size: 32px;
    line-height: 1;
}
.dybanner .txt h3 {
    font-size: 60px;
    margin-top: 24px;
    line-height: 1;
}
.dybanner .txt h4 {
    font-size: 40px;
    margin-top: 40px;
    line-height: 1;
}

.dy_index1 {
    padding: 30px 0 60px;
    background: url("../images/bg-1.png") right center no-repeat;
}
.dy_index1 img {
    margin-top: 80px;
}
.dy_index1 p {
    font-size: 28px;
    line-height: 1.5;
}
.dy_index1 p span {
    font-size: 82px;
    color: #c6384b;
    font-weight: 700;
}
.dy_index1 p em {
    font-style: normal;
    color: #c6384b
}
.dy_index2 {
    border-top: 1px solid #ededed;
    padding-top: 66px;
    text-align: center;
}
.dy_index3 {
    text-align: center;
    background: #f9f9f9;
    padding-bottom: 120px;
}
.dy_index3 .tit {
    padding: 150px 0 50px;
    font-size: 38px;
}
.dy_index4 {
    background: #f9f9f9;
    padding-bottom: 120px;
}
.dy_index4 ul {
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
.dy_index4 li {
    width: calc(25% - 1px);
    float: left;
    padding-top: 110px;
    padding-bottom: 80px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
.dy_index4 li p {
    margin-top: 20px;
    font-size: 26px;
}

.dy_index4 ul li:first-child {
    width: calc(50% - 1px);
    background: url("../images/dy4_pic0_bg.jpg");
    text-align: left;

}
.dy_index4 ul li h3,
.dy_index4 ul li h4 {
    margin-left: 10%;
    color: #fff;
}
.dy_index4 ul li h3 {
    font-size: 48px;
}
.dy_index4 ul li h4 {
    font-size: 24px;
    margin-top: 16px;
    padding-bottom: 18px;
}
.dy_index5 {
    background: #f9f9f9;
    padding-bottom: 120px;
}
.dy_index5 .container {
    background: url("../images/dy5_bg.jpg") no-repeat center;
}
.dy_index5 ul li {
    float: left;
    width: 16.66%;
    text-align: center;
}
.dy_index5 ul {
    padding-bottom: 130px;
}
.dy_index5 h3 {
    font-size: 48px;
    color: #fff;
    padding: 80px 0 140px 115px;
}
.dy_index5 ul li .tit {
    position: relative;
    font-size: 36px;
    color: #fff;
}
.dy_index5 ul li .tit:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background: rgba(243,240,240,0.3);
}
.dy_index5 ul li .tit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background: rgba(243,240,240,0.3);
}
.dy_index5 ul li h4 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 25px;
    color: #fff;
}
@media screen and (max-width: 1200px){
    .dybanner .txt p {
        font-size: 28px;
    }
    .dybanner .txt h3 {
        font-size: 50px;
    }
    .dybanner .txt h4 {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px){
    .dybanner img {
        height: auto;
    }
    .dybanner .txt p {
        font-size: 18px;
    }
    .dybanner .txt h3 {
        font-size: 20px;
        font-weight: 700;
        margin-top: 15px;
    }
    .dybanner .txt h4 {
        font-size: 14px;
        margin-top: 13px;
        line-height: 1.2;
    }
    .dy_index1 p {
        font-size: 16px;
        text-indent: 2em;
    }
    .dy_index1 p span {
        font-size: 22px;
    }
    .dy_index1 img {
        margin-top: 30px;
    }
    .dy_index3 .tit {
        font-size: 20px;
        padding: 50px 0;
    }
    .dy_index4 li{
        width: calc(50% - 1px);
    }
    .dy_index4 ul li:first-child {
        width: calc(100% - 1px);
        background: url(../images/dy4_pic0_bg.jpg) center;
    }
    .dy_index3 {
        padding-bottom: 60px;
    }
    .dy_index4 li {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .dy_index4 ul li h3 {
        font-size: 20px;
    }
    .dy_index4 ul li h4 {
        font-size: 16px;
    }
    .dy_index4 li p {
        font-size: 18px;
    }
    .dy_index4 {
        padding-bottom: 60px;
    }
    .dy_index5 h3 {
        padding: 40px 0;
        text-align: center;
        font-size: 22px;
    }
    .dy_index5 ul li .tit {
        font-size: 18px;
    }
    .dy_index5 ul li h4 {
        font-size: 12px;
        text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
    }
    .dy_index5 ul {
        padding-bottom: 70px;
    }
    .dy_index5 {
        padding-bottom: 80px;
    }
}
.web_index1 {
    padding-top: 100px;
}
.web_index1 li{
    float: left;
    width: 23.5%;
    margin: 18px 0.5% 70px;
    background: #f1f1f1;
    border-radius: 12px;
    padding-bottom: 50px;
}
.web_index1 li img {
    transition: .3s;
}
.web_index1 li:hover .img img {
    transform: scale(1.2);
}
.web_index1 li .img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f20f0f;
    border-radius: 50%;
    margin-top: -50px;
}
.web_index1 li h4 {
    text-align: center;
    font-size: 22px;
    color: #222;
    position: relative;
    margin-top: 20px;
}
.web_index1 li h4:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 56px;
    margin-left: -28px;
    border-bottom: 3px solid #f20f0f;
}
.web_index1 li .desc {
    padding: 40px 30px 20px;
    font-size: 16px;
    line-height: 1.6;
    height: 170px;
    overflow: hidden;
}

.web_index2 {
    background-color: #f1f1f1;
    padding: 60px 0;
}
.web_index2 .tit {
    font-size: 50px;
    color: #040000;
    position: relative;
    font-weight: bold;
    text-align: center;
}
.web_index2 .tit span{
    color: #f20f0f;
}
.web_index2 .tit:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -35px;
    content: '';
    display: inline-block;
    background-color: #f20f0f;
    width: 70px;
    height: 4px;
}
.web_index2 ul {
    padding-top: 76px;
}
.web_index2 ul li {
    float: left;
    width: calc(94% / 3);
    margin: 15px 1%;
    background: #fff;
}
.web_index2 ul li .img {
    max-height: 285px;
    overflow: hidden;
}
.web_index2 ul li img {
    transition: .3s;
}
.web_index2 ul li:hover img {
    transform: scale(1.2);
}
.web_index2 ul li .txt {
    padding: 20px 0 50px;
    text-align: center;
}
.web_index2 ul li .txt h3 {
    font-size: 24px;
}
.web_index2 ul li .txt p {
    font-size: 17px;
    color: #666666;
}
.web_index3 {
    padding-top: 80px;
    text-align: center;
}
.web_index3 h3,
.web_index4 h3{
    font-size: 50px;
    color: #040000;
    position: relative;
    font-weight: bold;
}
.web_index3 h3 span,
.web_index4 h3 span{
    color: #f20f0f;
}
.web_index3 h3:after,
.web_index4 h3:after{
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -35px;
    content: '';
    display: inline-block;
    background-color: #f20f0f;
    width: 70px;
    height: 3px;
}
.web_index3 .tit p,
.web_index4 .tit p{
    color: #222222;
    font-size: 26px;
    margin-top: 50px;
}
.web_index3_con {
    padding: 50px 0;
}

.web_index3_con .btn {
    display: block;
    background: #f20f0f;
    width: 500px;
    padding: 15px 20px;
    margin: 50px auto 0;
    font-size: 28px;
    color: #fff;
    border-radius: 10px;
}

.web_index4 {
    padding-top: 50px;
    background: #f1f1f1;
}
.web_index4 .web4_nav {
    padding: 60px 0 40px;
}
.web_index4 .web4_nav li {
    float: left;
    width: calc(100% / 9 - 1px);
    border-right: 1px dashed #a0a0a0;
    text-align: center;
}

.web4_con {
    background: #f1f1f1;
    padding: 0 0 100px;
}
.web_index4 .tit{
    text-align: center;
}
.web4_con .tit p{
    margin-top: 0;
}
.case_con {
    padding: 100px 0;
    background: #f5f5f5;
}
.case_con li {
    float: left;
    width: calc(97% / 3);
    margin: 0 0.5% 20px;
    overflow: hidden;
}
.case_con li .txt {
    background: #ffffff;
    padding: 25px 0;
}
.case_con li .txt .tit {
    width: 72%;
    padding-left: 9%;
    background: #fff url(../images/case_xian.png) no-repeat;
}
.case_con li .txt .tit h5 {
    line-height: 23px;
    font-size: 16px;
    color: #444;
}
.case_con li .txt .tit p {
    font-size: 12px;
    color: #999;
    display: block;
    height: 22px;
    overflow: hidden;
}
.case_con li .txt .jt {
    width: 19%;
    height: 41px;
    background: url(../images/youjiantou.png) no-repeat 33px center;
    transition: 0.5s;
}
.case_con li:hover .jt {
    background: url(../images/youjiantou_on.png) no-repeat 43px center;
}
.case_con li .img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 230px;
    overflow: hidden;
}
.case_con li .img img {
    transition: .5s;
}

.case_con li:hover img{
    transform: scale(1.2);
}
.case_con li .img .dask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 9;
    transition: .5s;
}
.case_con li .img .dask a.yulan {
    position: absolute;
    top:45%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width:95px;
    height:35px;
    line-height:35px;
    text-align:center;
    color:#fff;
    font-size: 14px;
    border-radius:5px;
    z-index: 99;
    right:-50px;
    background:#f20f0f;
    transition: .5s;
}
.case_con li:hover .img .dask {
    opacity: 1;
}
.case_con li:hover .dask a.details {
    left: 25%;
}
.case_con li:hover .dask a.yulan {
    right: 25%;
}
.case_con li .txt .jt {
    display: none;
}
@media screen and (max-width: 768px){
    .web_index1 li {
        width: 48%;
        margin: 0 1% 70px;
    }
    .web_index1 li h4 {
        font-size: 18px;
    }
    .web_index1 li .desc {
        padding: 10px;
        font-size: 14px;
    }
    .web_index1 li .img {
        width: 75px;
        height: 75px;
        margin-top: -35px;
    }
    .web_index1 {
        padding-top: 80px;
    }
    .web_index2 .tit {
        font-size: 20px;
    }
    .web_index2 ul {
        padding-top: 55px;
    }
    .web_index2 ul li {
        width: 48%;
    }
    .web_index2 ul li .txt h3 {
        font-size: 16px;
    }
    .web_index2 ul li .txt p {
        font-size: 12px;
        padding: 0 5px;
    }
    .web_index3 h3, .web_index4 h3 {
        font-size: 20px;
    }
    .web_index3 {
        padding-top: 50px;
    }
    .web_index3 .tit p, .web_index4 .tit p {
        font-size: 16px;
    }
    .web_index3 .tit p, .web_index4 .tit p {
        margin-top: 35px;
    }
    .web_index3_con .btn {
        width: 210px;
        font-size: 14px;
        text-align: center;
    }
    .web_index4 {
        padding-top: 30px;
    }
    .web_index4 .web4_nav {
        padding: 30px 0 0px;
    }
    .web_index4 .web4_nav li .img {
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .web_index4 .web4_nav li {
        width: calc(100% / 3 - 1px);
        margin-bottom: 15px;
    }
    .web_index1 li h4:before {
        content: none;
    }
    .edge1-content>h2 {
        font-size: 20px!important;
    }
    .web4_con {
        padding: 0 0 100px!important;
    }
    .case_con li {
        width: 48%;
        margin: 0 1% 20px;
    }
    .case_con li .img {
        height: 100px;
    }
    .case_con li .txt .tit {
        width: 100%;
        padding-left: 0;
    }
    .case_con li .txt .tit h5 {
        font-size: 14px;
    }
    .case_con li .txt .jt {
        display: none;
    }
}
.seo_index1 {
    padding: 90px 0;
}
.seo_tit{
    margin-bottom: 50px;
    text-align: center;
}
.seo_tit h3 {
    color: rgba(0,0,0,0.08);
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 30px;
}
.seo_tit h3 span {
    color: rgba(0,0,0,0.15);
}
.seo_tit p {
    font-size: 40px;
    color: #222;
    line-height: 1;
    letter-spacing: 6px;
}
.seo_index1 .con {
    font-size: 20px;
    color: #666;
    line-height: 1.8;
    text-indent: 2em;
}

.seo_index2 {
    padding: 90px 0;
    border-top: 1px solid #dedede;
}
.seo_index2 .i {
    text-align: center;
    line-height: 1.2;
}
.seo_index2 .iconfont {
    font-size: 80px;
    color: #222;
    transition: all .3s ease;
}
.seo_index2 ul li {
    float: left;
    width: 25%;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
    transition: .3s;
}
.seo_index2 ul li:hover {
    box-shadow: 0rem 0.1rem 1rem 0rem #bdbcbc;
}
.seo_index2 ul li:hover .iconfont {
    color: #3745bd;
}
.seo_index2 ul li:hover h3 {
    color: #3745bd;
}
.seo_index2 ul li h3 {
    font-size: 22px;
    font-weight: bold;
    color: #252525;
}

.seo_index2 ul li p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding-top: 15px;
    height: 130px;
    overflow: hidden;
}

.seo_index3 {
    padding: 90px 0;
    border-top: 1px solid #dedede;
}
.seo_index3 ul li {
    float: left;
    width: 17%;
    margin: 0 4%;
}
.seo_index3 ul li .img {
    height: 186px;
    background: url(../images/seobg.png) center center no-repeat;
}
.seo_index3 ul li .img span {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    line-height: 120px;
    text-align: center;
    color: #3a3a3a;
    position: relative;
    margin: auto;
    top: 33px;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s;
}
.seo_index3 ul li p {
    color: #707070;
    font-size: 18px;
    padding-top: 25px;
    text-align: center;
}

.seo_index4 {
    padding: 90px 0;
    background: #3a3a3a;
}
.seo_index4 .seo_tit h3 {
    color: #444;
}
.seo_index4 .seo_tit p{
    color: #fff;
}

.seo_index4 ul li {
    float: left;
    text-align: center;
    width: 20%;
}
.seo_index4 ul li .iconfont {
    width: 130px;
    height: 130px;
    line-height: 130px;
    display: block;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    font-size: 50px;
    text-align: center;
    color: #3a3a3a;
    transition: all .3s ease;
}
.seo_index4 ul li p {
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-top: 30px;
}

.seo_index5 {
    padding: 90px 0;
}

.seo_index5 ul li {
    float: left;
    width: 23%;
    padding-right: 2%;
    margin-right: 2%;
    position: relative;
    box-sizing: border-box;
}
.seo_index5 ul li .i {
    text-align: center;
    width: 80px;
    padding-top: 25px;
}
.seo_index5 ul li .iconfont {
    font-size: 60px;
    color: #3a3a3a;
    line-height: 0.8;
}
.seo_index5 ul li .txt{
    width: calc(100% - 80px);
}
.seo_index5 ul li .txt h4{
    color: #3a3a3a;
    font-size: 24px;
    font-weight: bold;
}
.seo_index5 ul li .txt p {
    color: #666;
    font-size: 16px;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fontss/iconfont.woff2?t=1655368272972') format('woff2'),
    url('../fontss/iconfont.woff?t=1655368272972') format('woff'),
    url('../fontss/iconfont.ttf?t=1655368272972') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    color: #f88324;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.applets_index1 {
    background: url("../images/applets_index1-bg.jpg") no-repeat center;
    padding: 80px 0 50px;
}
.applets_tit {
    text-align: center;
}
.applets_tit h2 {
    font-size: 35px;
    color: #333;
}
.applets_tit p {
    font-size: 16px;
    color: #999;
}
.applets_index1 ul li {
    width: calc(46% - 30px);
    margin: 0 2% 30px;
    float: left;
    padding: 20px 0 35px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 22.56px 1.44px rgb(125 156 191 / 15%);
}
.applets_index1 ul {
    padding-top: 30px;
}
.applets_index1 ul li .img {
    float: left;
}
.applets_index1 ul li .txt {
    padding-left: 20px;
    float: left;
    width: calc(100% - 92px);
}
.applets_index1 ul li .txt h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.applets_index1 ul li .txt .active {
    color: #999;
}
.applets_index1 ul li .txt p {
    font-size: 16px;
    line-height: 30px;
}
.applets_index2 {
    background: url("../images/applets_index2_bg.jpg") no-repeat center;
    padding: 50px 0;
}
.applets_index2 ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 40px 0 30px;
}
.applets_index2 ul li h3 {
    margin-top: 20px;
    font-size: 20px;
    color: #333;
}
.applets_index2 ul li p {
    font-size: 16px;
    color: #999;
}

.applets_index3 {
    padding: 50px 0;
    background-color: #f5faff;
}
.applets_index3_con {
    padding-top: 50px;
}
.applets_index3_con .applets_index3l {
    float: left;
    width: 40%;
}
.applets_index3_con .applets_index3r {
    float: right;
    width: 55%;
}
.applets_index3_con .box1 ul{
    display: flex;
    justify-content: space-between;
}
.applets_index3_con .box1 ul li {
    width: 32%;
    font-size: 18px;
    color: #999;
    display: flex;
    align-items: center;
}
.applets_index3_con .box1 ul li span {
    background-color: #a3ccf6;
    display: inline-block;
    width: 7px;
    height: 36px;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 0 0 9px rgb(0 0 0 / 15%);
}
.applets_index3_con .box1 ul li:nth-child(2) span {
    background-color: #5eb6ff;
}

.applets_index3_con .box1 ul li:nth-child(3) span {
    background-color: #2589ff;
}
.applets_index3_con .box2 .lis {
    position: relative;
    margin-top: 60px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.applets_index3_con .box2 .lis span {
    display: block;
    width: 102px;
    margin-right: 8px;
    color: #666;
}
.applets_index3_con .box2 .lis ul {
    width: calc(100% - 110px);
    height: 58px;
    border-radius: 10px;
    margin-bottom: 0;
    box-shadow: 0 0 9px rgb(0 0 0 / 25%);
    background-color: #e8e8ed;
}
.applets_index3_con .box2 .lis ul li {
    width: 14.2857%;
    float: left;
    line-height: 58px;
    text-align: center;
    color: #fff;
    background-color: #a3ccf6;
}
.applets_index3_con .box2 .lis ul li:nth-child(1) {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.applets_index3_con .box2 .lis ul li:nth-child(2) {
    background-color: #5eb6ff;
}

.applets_index3_con .box2 .lis ul li:nth-child(3) {
    background-color: #2589ff;
}
.applets_index3_con .box2 .lis .ul2 li {
    width: 25%;
}
.applets_index3_con .box2 .lis .ul3 li:nth-child(3) {
    width: 68%;
}
.applets_index3_con .box2 .lis:nth-child(3) .hot{
    position: absolute;
    right: 50px;
    top: -5px;
}
.applets_index3_con .box2 .lis:nth-child(3) img{
    width: 40px;
}
.applets_index4 {
    background: url("../images/applets_index4_bg.jpg") no-repeat center;
    padding: 70px 0 90px;
}
.applets_index4_con {
    padding-top: 55px;
}
.applets_index4_conl {
    float: left;
    width: 48%;
}
.applets_index4_conr {
    float: right;
    width: 48%;
    padding-top: 40px;
}
.applets_index4_conr h3 {
    font-size: 30px;
    margin-bottom: 40px;
}
.applets_index4_conr p {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}
.applets_index4_conr .btn {
    margin-top: 80px;
}
.applets_index4_conr .btn a {
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    box-shadow: 0 0 9px rgb(0 0 0 / 15%);
    text-align: center;
    background-color: #fbfbfb;
}
.applets_index5 {
    padding-bottom: 110px;
}
.applets_index5 .tit h3 {
    font-size: 27px;
    color: #000;
}
.applets_index5 .tit span {
    width: 30px;
    height: 1px;
    background: #b40c0f;
    display: block;
    margin: 5px 0px;
}
.applets_index5 .tit p {
    font-size: 14px;
    color: #666;
}
.applets_index5 ul {
    margin-top: 40px;
}
.applets_index5 ul li {
    float: left;
    width: calc(33.3% - 30px);
    margin-right: 30px;
    cursor: pointer;
}
.applets_index5 ul li .img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #ccc;
}
.applets_index5 ul li .img .img1_bg {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.applets_index5 ul li .img .img1_bg a{
    color: #fff;
}
.applets_index5 ul li .img img {
    transition: .6s;
    width: 100%;
    height: 300px;
}
.applets_index5 ul li .txt .txtl{
    float: left;
}
.applets_index5 ul li .txt .txtr {
    float: right;
}
.applets_index5 ul li .txt .txtl h3 {
    color: #000;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.applets_index5 ul li .txt .txtl p{
    color: #666;
}
.applets_index5 ul li:hover h3 {
    color: #e2070b!important;
}
.applets_index5 ul li:hover img {
    transform: scale(1.2);
}
.applets_index5 ul li:hover .img1_bg {
    opacity: 1;
}
@media screen and (max-width: 768px){
    .applets_index1 {
        padding: 40px 0 20px;
    }
    .applets_tit h2 {
        font-size: 20px;
    }
    .applets_index1 ul li {
        width: calc(100% - 15px);
        margin: 0 auto;
        padding: 20px 0 20px 15px;
    }
    .applets_index2 ul li {
        width: 50%;
        padding: 20px 0 10px;
    }
    .applets_index2 ul li p {
        font-size: 14px;
    }
    .applets_index1 ul li .txt h3 {
        font-size: 16px;
    }
    .applets_index1 ul li .txt p {
        font-size: 14px;
    }
    .applets_index2 ul li h3 {
        font-size: 18px;
    }
    .applets_index3_con .applets_index3l {
        width: 100%;
    }
    .applets_index3_con .applets_index3r {
        width: 100%;
    }
    .applets_index3_con .box2 .lis {
        margin-top: 30px;
    }
    .applets_index3_con .box2 .lis ul {
        height: 40px;
    }
    .applets_index3_con .box2 .lis ul li {
        line-height: 40px;
    }
    .applets_index3_con .box2 .lis span {
        width: 75px;
    }
    .applets_index4_conl {
        width: 100%;
    }
    .applets_index4_conr {
        width: 100%;
    }
    .applets_index4_conr h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .applets_index4_conr p {
        font-size: 14px;
    }
    .applets_index4_conr .btn {
        margin-top: 40px;
    }
    .applets_index4_conr .btn a {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
    .applets_index5 .tit h3 {
        font-size: 20px;
    }
    .applets_index5 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .applets_index5 {
        padding-bottom: 50px;
    }

    .seo_index1,.seo_index2,.seo_index3,.seo_index4,.seo_index5 {
        padding: 40px 0;
    }
    .seo_tit h3 {
        font-size: 18px;
    }
    .seo_tit p {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .seo_index1 .con {
        font-size: 16px;
    }
    .seo_tit {
        margin-bottom: 20px;
    }
    .seo_index2 ul li {
        width: 50%;
    }
    .seo_index2 ul li h3 {
        font-size: 18px;
    }
    .seo_index2 ul li p {
        height: 204px;
        font-size: 14px;
        line-height: 1.5;
    }
    .seo_index3 ul li {
        width: 100%;
        margin: 0 auto 30px;
    }
    .seo_index3 ul li p {
        padding-top: 10px;
    }
    .seo_index4 ul li {
        margin-bottom: 20px;
    }
    .seo_index4 ul li p {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 15px;
    }
    .seo_index4 ul li .iconfont {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
    .seo_index5 ul li {
        width: 98%;
        margin-bottom: 20px;
    }
    .seo_index5 ul li .i {
        float: left;
        padding-top: 15px;
    }
    .seo_index5 ul li .txt {
        float: right;
    }
    .seo_index5 ul li .txt h4 {
        font-size: 20px;
    }
    .subnav-list {
        display: block;
        margin-top: 20px;
        float: left;
    }
}
.xhs_banner {
    display: block;
    position: relative;
    font-size: 0;
    height: 800px;
    background: #e5344e;
}

.xhs_banner .bg {
    width: 100%;
    height: auto;
}

.xhs_banner .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 795px;
    width: 100%;
}

.xhs_banner .content .bannerTitle {
    text-align: center;
    padding-bottom: 4px;
    padding-top: 16px;
    position: relative;
}

.xhs_banner .content .bannerTitle p {
    font-size: 58px;
    line-height: calc(98 / 58);
    color: #fff;
    font-weight: bold;
    padding: 0 106px;
}
.xhs_banner .content .bannerTitle p:first-child{
    text-align: left;
}
.xhs_banner .content .bannerTitle p:nth-child(2){
    text-align: right;
}
.xhs_banner .content .bannerTitle i {
    font-size: 58px;
    line-height: calc(84 / 58);
    font-weight: bold;
    color: #fff;
    font-style: normal;
}

.xhs_banner .content .bannerTitle span {
    display: block;
    background: url(../images/bannerImg2.png) no-repeat center;
    font-size: 28px;
    line-height: calc(48 / 28);
    color: #fff;
    letter-spacing: 22px;
    margin-top: 42px;
}

.xhs_banner .content .bannerTitle .leftTop {
    position: absolute;
    top: 0;
    left: 0;
}

.xhs_banner .content .bannerTitle .rightBottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.xhs_banner .content .bannerTitle .rightBottom img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.xhs_banner .content .btn {
    width: 240px;
    line-height: 54px;
    background-color: #ffffff;
    border-radius: 27px;
    color: #fb3159;
    font-size: 16px;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 56px;
}

.xhs_banner .content .btn img {
    margin-right: 12px;
}
.home-service .title {
    text-align: center;
    padding-top: 57px;
    padding-bottom: 68px;
}

.home-service .title p {
    font-size: 42px;
    line-height: 88px;
    color: #292b33;
}
.home-service .w1400 {
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-service {
    background: #f8f9fb;
    padding-bottom: 57px;
}

.home-service .service-box {
    background: #fff;
    width: calc(25% - 70px);
    box-shadow: 0 0 46px rgba(2, 36, 96, 0.05);
    padding: 0 35px 30px;
    box-sizing: border-box;
    margin-bottom: 70px;
}
.home-service .service-box .service-img {
    text-align: center;
    padding: 55px 0 40px 0;
}
.home-service .service-box .service-title {
    text-align: center;
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.home-service .service-box .service-description {
    text-align: left;
    font-size: 15px;
    color: #6b6f74;
    line-height: 28px;
}
.home-service .service-more {
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.home-service .service-more p {
    text-align: center;
    color: #6b6f74;
    font-size: 15px;
    padding-left: 15px;
}

@media (max-width: 1360px) {
    .home-service .service-box {
        width: calc(25% - 20px);
    }
}

@media (max-width: 996px) {
    .home-service .service-box {
        width: calc(50% - 20px);
    }
}

@media (max-width: 750px) {
    .home-service .service-box .service-img {
        padding: 45px 0 40px 0;
    }
    .home-service .service-box {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1500px) {
    .home-service .w1400 {
        width: 90%;
    }
}

.block2 {
    padding-bottom: 35px;
}
.block2 .title {
    text-align: center;
    padding-top: 57px;
    padding-bottom: 68px;
}

.block2 .title p {
    font-size: 42px;
    line-height: 88px;
    color: #292b33;
}
.block2 .w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block2 .w1400 .list {
    width: calc(430 / 1400 * 100%);
    margin-bottom: 60px;
    margin-left: calc(55 / 1400 * 100%);
}

.block2 .w1400 .list:nth-child(3n + 1) {
    margin-left: 0;
}

.block2 .w1400 .list:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.block2 .w1400 .list a {
    display: block;
    overflow: hidden;
}

.block2 .w1400 .list .img {
    font-size: 0;
}

.block2 .w1400 .list .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.block2 .w1400 .list .listTitle {
    font-size: 22px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    margin-top: 26px;
}

.block2 .w1400 .list span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    color: #919396;
    line-height: 1.5;
}

.block2 .w1400 .list span a {
    display: block;
    color: #4c4d4e;
}

.block2 .w1400.contact {
    padding: 49px 100px;
    background-color: #faf1f2;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block2 .w1400.contact .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block2 .w1400.contact .left .img {
    width: 82px;
    height: 82px;
    background-color: #0042ff;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: 54px;
}

.block2 .w1400.contact .left .img img {
    margin: 0 auto;
}

.block2 .w1400.contact .left .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block2 .w1400.contact .left .cont p {
    font-size: 38px;
    letter-spacing: 2px;
    color: #1a1a1a;
    margin-top: -8px;
}

.block2 .w1400.contact .left .cont div {
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
    opacity: 0.7;
}

.block2 .w1400.contact .btn {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    width: 220px;
    line-height: 50px;
    background-color: #f32e55;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block2 .w1400.contact .btn img {
    margin-right: 12px;
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
}

/* 案例展示 */
.case .w1400 {
    flex-wrap: wrap;
}
.case .w1400 .item {
    border-top: solid 6px #f32e55;
    background-color: #f8f9fb;
    width: 31.5%;
    padding: 75px 44px 69px;
}
.case .w1400 .item h5 {
    color: #1a1a1a;
    font-size: 22px;
    margin-bottom: 25px;
}
.case .w1400 .item p {
    font-size: 15px;
    color: #6b6f74;
    line-height: 2;
    min-height: 90px;
}

.case .w1400 .item img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.case .w1400.case-banner {
    margin: 80px auto 105px;
}
/* 合作流程 */
.step {
    padding-bottom: 100px;
}
.step .title {
    text-align: center;
    padding-top: 57px;
    padding-bottom: 68px;
}

.step .title p {
    font-size: 42px;
    line-height: 88px;
    color: #292b33;
}
.step .w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step .w1400 .list {
    width: 15.2142857143%;
    margin-left: 24px;
    background: #f8f9fb;
    min-height: 300px;
    padding: 62px 38px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.step .w1400 .list .tit {
    font-size: 22px;
    color: #1a1a1a;
}
.step .w1400 .list .tips {
    font-size: 15px;
    color: #6b6f74;
    line-height: 2;
    margin-top: 14px;
}
.step .w1400 .list .num {
    font-size: 120px;
    color: #f33a55;
    opacity: 0.07;
    position: absolute;
    font-weight: bold;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.step .w1400 .list:first-child {
    margin-left: 0;
}
/* 服务优势 */
.strength-content {
    background-color: #f8f9fb;
}
.strength {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.strength .item {
    border: solid 1px #e8e8e8;
    height: 248px;
    text-align: center;
    width: calc(20% - 30px);
    margin-bottom: 40px;
}
.strength .item.none {
    display: none;
}
.strength .item img {
    margin-top: 35px;
}
.block4 .title {
    text-align: center;
    padding-top: 57px;
    padding-bottom: 68px;
}

.block4 .title p {
    font-size: 42px;
    line-height: 88px;
    color: #292b33;
}
.block4 .w1400 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 100px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.block4 .w1400 .img {
    font-size: 0;
}

.block4 .w1400 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block4 .w1400 ul li {
    width: 25%;
    text-align: center;
    position: relative;
}

.block4 .w1400 ul li::after {
    width: 1px;
    height: 77px;
    background-color: black;
    opacity: 0.1;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.block4 .w1400 ul li:first-child::after {
    display: none;
}

.block4 .w1400 ul li p {
    font-size: 22px;
    color: #f33a55;
    font-family: number;
}

.block4 .w1400 ul li p span {
    font-size: 68px;
    font-family: number;
    font-weight: bold;
}

.block4 .w1400 ul li div {
    font-size: 20px;
    color: #6b6f74;
    margin-top: 13px;
}
.subnav-list>ul>li+li {
    margin-bottom: 10px;
}
@media screen and (max-width: 768px){
    .xhs_banner {
        height: 450px;
    }
    .xhs_banner .content .bannerTitle p {
        font-size: 5vw;
        padding: 0 56px;
    }
    .xhs_banner .content {
        width: 90%;
        top: 55%;
    }
    .xhs_banner .content .bannerTitle span {
        width: 80%;
        margin: 0 auto;
        font-size: 4.5vw;
        letter-spacing: 0;
        background: url(../images/bannerImg2.png) no-repeat center;
        background-size: 100% auto;
    }
    .xhs_banner .content .btn {
        width: 200px;
        line-height: 35px;
        margin-top: 30px;
        font-size: 14px;
    }
    .home-service .title p,.block2 .title p,.step .title p,.block4 .title p {
        font-size: 5vw;
        line-height: 2;
    }
    .home-service .service-box {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
    .w1400 {
        width: 90% !important;
    }
    .case .w1400 .item {
        width: 100%;
        margin-bottom: 40px;
    }
    .case .w1400 .item h5 {
        font-weight: 400;
    }
    .block2 .w1400.contact {
        display: none;
    }
    .step .w1400 .list {
        width: calc(50% - 15px);
        margin-left: 0;
        margin-bottom: 30px;
    }
    .strength .item {
        width: calc(50% - 30px);
    }
    .block4 .w1400 ul {
        flex-wrap: wrap;
    }
    .block4 .w1400 ul li {
        width: 50%;
        margin-bottom: 15px;
    }
    .block4 .w1400 ul li p {
        font-size: 5vw;
    }
    .block4 .w1400 ul li p span {
        font-size: 7vw;
    }
    .block4 .w1400 ul li div {
        font-size: 14px;
    }
}
