/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: Arial, '';
    color: #333;
}

a {
    color: #666;
}

a:hover {
    color: #e33d43;
    text-decoration: none;
}

p {
    line-height: 1.5em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper1 {
    width: 1170px;
    margin: 0 auto;
}

input,
textarea,
select {
    outline: none
}

@media(max-width:768px) {
    .wapper1 {
        width: 100%;
    }
}


/*common end*/

.headbg {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 55;
    top: 0;
    left: 0;
}

.head {}

.head .logo {
    float: left;
    width: 23%;
    height: 100px;
    position: relative;
}

.head .logo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 20px 0;
}

.head .h_rt1 {
    float: right;
    margin: 35px 0 0 0;
}

.h_lang1 {
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.h_search1 {
    float: right;
    border: 1px solid #dadada;
    height: 28px;
    margin: 0 0 0 20px;
}

.h_search1 .button1 {
    float: left;
    width: 28px;
    height: 28px;
    background: url(../images/Search-btn.png) center no-repeat;
    background-size: contain;
}

.h_search1 .text1 {
    float: right;
    border: none;
    width: 170px;
    height: 28px;
    line-height: 28px;
}


/*menu*/

.menu {
    height: 40px;
    line-height: 40px;
    float: right;
}

.menu ul li {
    float: left;
    position: relative;
}

.menu ul li dl {
    background: #fff;
    width: 180px;
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    display: none;
}

.menu ul li dl dd {
    line-height: 22px;
}

.menu ul li dl dd a {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-align: left;
    padding: 10px 15px;
}

.menu ul li dl dd a:hover {
    color: #e33d43;
    background: #e5e5e5;
}

.menu a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    font-weight: normal;
    display: block;
    text-align: center;
    padding: 0 25px;
}

.menu a:hover {
    color: #e33d43;
}

a.menu_hover {
    color: #e33d43;
}

.menu ul li.menu_down span a {
    background: url(../images/Arrow-1.png) right 8px center no-repeat;
}

@media(max-width:768px) {
    .headbg {
        display: none;
    }
}

.head_mbg {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 55;
    top: 0;
    left: 0;
    display: none;
}

.head_m {
    height: 67px;
    border-bottom: 3px solid #e11b22;
    position: relative;
}

.head_m .logo {
    width: 60%;
    height: 67px;
    position: relative;
    margin: 0 auto;
}

.head_m .logo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.h_lang2 {
    position: absolute;
    top: 20px;
    left: 5%;
}

.h_lang2 a {
    display: block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #999;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}


/**/

.nav_open {
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 5%;
    font-size: 24px;
    color: #999;
}

.nav_open i {
    vertical-align: middle;
}

.navbg {
    width: 100%;
    height: 100%;
    background: #888;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 666;
    display: none;
}

.nav {
    padding: 70px 0 0 0;
    position: relative;
}

.h_search2 {
    border: 1px solid #dadada;
    height: 28px;
    position: absolute;
    top: 20px;
    left: 5%;
}

.h_search2 .button1 {
    float: right;
    width: 28px;
    height: 28px;
    background: url(../images/Search-btn.png) center no-repeat;
    background-size: contain;
}

.h_search2 .text1 {
    float: left;
    width: 170px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}

.nav_close {
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 5%;
    font-size: 24px;
    color: #fff;
}

.nav_close i {
    vertical-align: middle;
}

.nav_list {
    height: calc(100vh - 70px);
    overflow-Y: scroll;
    background: #fff;
}

.tree {
    background: #fafafa;
    padding: 0 5%;
}

.tree_box {}

.tree_one,
.tree_two {
    display: none;
    overflow: hidden;
}

.tree_box h3 {
    font-weight: normal;
    font-size: 18px;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    margin: 0;
    position: relative;
    border-bottom: 1px dotted #cccccc;
}

.tree_box h3 a {
    color: #333;
    position: relative;
    z-index: 10;
}

.tree_box h3 a:hover {
    color: #e33d43;
}

.tree_box h3 span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: right;
}

.tree_box h3 span i {}

.tree_one {
    background: #f1f1f1;
}

.tree_one h4 {
    font-weight: normal;
    font-size: 16px;
    position: relative;
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    margin: 0 0 0 5%;
    border-bottom: 1px dotted #cccccc;
}

.tree_box h4 a {
    color: #666;
    position: relative;
    z-index: 10;
}

.tree_box h4 a:hover {
    color: #e33d43;
}

@media(max-width:768px) {
    .head_mbg {
        display: block;
    }
}

.index_bg1 {
    background: #efefef;
}

.bannerbg {
    padding: 40px 0 10px 0;
}

.swiper-container1 {
    padding: 0 0 30px 0;
}

.swiper-container1 .swiper-slide {
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container1 .swiper-slide a {
    display: block;
    width: 100%;
}

.swiper-container1 .swiper-slide img {
    display: block;
    width: 100%;
}

.banner_txt {
    width: 29%;
    padding: 30px 30px 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.banner_txt .h2 {
    font-size: 16px;
    line-height: 26px;
}

.banner_txt .h3 {
    font-size: 26px;
    line-height: 36px;
    margin: 30px 0 0 0;
    font-weight: bold;
}

.banner_txt .h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 30px 0 0 0;
}

.more1 {
    height: 44px;
    margin-top: 30px;
}

.more1 span {
    display: block;
    float: left;
    font-size: 16px;
    padding: 0 40px 0 40px;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    color: #e40d0d;
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.more1 span:hover {
    padding: 0 60px 0 40px;
}

.more1 span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 30px solid #FFFFFF;
    border-bottom: 22px solid transparent;
}

.swiper-container1 .swiper-pagination1 {
    bottom: 0;
}

.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
}

.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e33d43;
    opacity: 1;
}

.swiper-container1 .swiper-button-prev1,
.swiper-container1 .swiper-button-next1 {
    display: none;
}

.swiper-container1 .swiper-button-prev1 {}

.swiper-container1 .swiper-button-next1 {}

@media(max-width:768px) {
    .bannerbg {
        padding: 0 0 10px 0;
    }
    .banner_txt {
        width: 90%;
        padding: 20px 5% 0 5%;
    }
    .banner_txt .h3 {
        font-size: 24px;
        line-height: 34px;
        margin: 10px 0 0 0;
    }
    .banner_txt .h4 {
        display: none;
    }
    .banner_txt .more1 {
        display: none;
    }
}

.con01bg {
    padding: 20px 0 40px 0;
}

.con01 {}

.con01 ul li {
    float: left;
    width: calc((100% - 40px)/3);
    margin: 0 20px 0 0;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.con01 ul li:hover {
    box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);
}

.con01 ul li:nth-child(3n) {
    margin-right: 0;
}

.con01 ul li .img {
    padding-bottom: 80%;
}

.con01 ul li .txt {
    padding: 5% 5% 30px 5%;
    color: #333;
}

.con01 ul li .txt .h2 {
    font-size: 16px;
    line-height: 26px;
    color: #0390d3;
}

.con01 ul li .txt .h3 {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.con01 ul li .txt .h4 {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.more2 {
    height: 44px;
    margin-top: 30px;
}

.more2 span {
    display: block;
    float: left;
    font-size: 16px;
    padding: 0 40px 0 40px;
    height: 44px;
    line-height: 44px;
    background: #e11b22;
    color: #fff;
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.more2 span:hover {
    padding: 0 60px 0 40px;
}

.more2 span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 30px solid #e11b22;
    border-bottom: 22px solid transparent;
}

@media(max-width:768px) {
    .con01bg {
        padding: 20px 5% 40px 5%;
    }
    .con01 ul li {
        float: left;
        width: calc(100% - 20px);
        margin: 20px 0 0 0;
        padding: 10px;
    }
    .con01 ul li .img {
        float: left;
        width: 42%;
        padding-bottom: 35%;
    }
    .con01 ul li .txt {
        float: right;
        width: 48%;
        padding: 0 5% 0 5%;
        color: #333;
    }
    .con01 ul li .txt .h3 {
        font-size: 16px;
        line-height: 26px;
        height: 78px;
        margin: 10px 0 0 0;
        font-weight: normal;
    }
    .con01 ul li .txt .h4 {
        display: none;
    }
    .con01 .more2 {
        display: none;
    }
}

.con02bg {
    padding: 20px 0 40px 0;
}

.con02 {}

.con02 ul li {
    float: left;
    width: calc((100% - 60px)/4);
    margin: 70px 20px 0 0;
}

.con02 ul li:nth-child(4n) {
    margin-right: 0;
}

.con02 ul li .nr_box {
    border: 4px solid #d90000;
    padding: 0 0 15px 0;
}

.con02 ul li .img {
    height: 100px;
    position: relative;
    margin-top: -50px;
}

.con02 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con02 ul li .txt {
    padding: 0 20px 20px 20px;
    text-align: center;
}

.con02 ul li .txt .h2 {
    font-size: 24px;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    margin: 10px 0 0 0;
    font-weight: bold;
    color: #dd0000;
}

.con02 ul li .txt .h3 {
    font-size: 16px;
    line-height: 26px;
    height: 130px;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.more3 {}

.more3 a {
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #dd0000;
}

.more3 a:hover {
    background: #dd0000;
    color: #fff;
}

.con02 ul li:nth-child(5) {
    width: 100%;
    margin: 70px 0 0 0;
}

.con02 ul li:nth-child(5) .txt .h3 {
    height: 52px;
}

@media(max-width:768px) {
    .con02bg {
        padding: 20px 5% 40px 5%;
    }
    .con02 ul li {
        float: left;
        width: 100%;
        margin: 70px 0 0 0;
    }
    .con02 ul li .txt .h3 {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
        margin: 20px 0 0 0;
    }
}

.con03bg {
    padding: 40px 0 40px 0;
    background: #efefef;
}

.con03 {}

.con03 ul li {
    float: left;
    width: calc((100% - 60px)/4);
    margin: 0 20px 20px 0;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.con03 ul li:hover {
    box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.25);
}

.con03 ul li:nth-child(4n) {
    margin-right: 0;
}

.con03 ul li .img {
    padding-bottom: 75%;
}

.con03 ul li .txt {
    width: 94%;
    padding: 3% 3% 20px 3%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.con03 ul li .txt .h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

.con03 ul li .txt .h3 {
    font-size: 16px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    margin: 10px 0 0 0;
}

.con03 .more2 {
    margin-top: 10px;
}

@media(max-width:768px) {
    .con03bg {
        padding: 40px 5% 40px 5%;
    }
    .con03 ul li {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .con03 ul li .txt .h3 {
        font-size: 16px;
        line-height: 26px;
        height: 104px;
        margin: 10px 0 0 0;
    }
    .con03 .more2 {
        display: none;
    }
}

.footbg {
    background: #02071d;
}

.foot {
    color: #fff;
}

.foot a {
    color: #d3dee5;
}

.foot a:hover {
    color: #fff;
}

.foot .box1 {
    padding: 50px 0;
}

.foot .box1 .lt {
    float: left;
}

.foot .box1 .lt .h2 {
    font-size: 12px;
    line-height: 22px;
}

.foot .box1 .lt .h3 {
    font-size: 18px;
    line-height: 28px;
}

.foot .box1 .rt {
    float: right;
}

.foot .box1 .rt .text1 {
    float: left;
    background: none;
    border: 1px #1aaaf3 solid;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    width: 118px;
    color: #1aaaf3;
}

.foot .box1 .rt .text2 {
    float: left;
    background: none;
    border: 1px #1aaaf3 solid;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    width: 153px;
    color: #1aaaf3;
    margin-left: 10px;
}

.foot .box1 .rt .text3 {
    float: left;
    background: none;
    border: 1px #1aaaf3 solid;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    width: 168px;
    color: #1aaaf3;
    margin-left: 10px;
}

.foot .box1 .rt .text4 {
    float: left;
    background: none;
    border: 1px #1aaaf3 solid;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    width: 323px;
    color: #1aaaf3;
    margin-left: 10px;
}

.foot .box1 .rt .button1 {
    float: left;
    border: 1px solid #0086ff;
    background: #0086ff;
    color: #fff;
    height: 42px;
    line-height: 42px;
    width: 136px;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
}

.foot .box2 {
    border-top: 1px #013362 solid;
    padding: 50px 0;
}

.foot .box2 .f_logo {
    float: left;
    width: 126px;
}

.foot .box2 .f_logo img {
    display: block;
    max-width: 100%;
}

.foot .box2 .ct {
    float: left;
    width: calc(100% - 300px);
    margin: 0 24px;
    text-align: center;
}

.foot .box2 .ct dl dt {
    font-size: 16px;
    line-height: 46px;
    margin-bottom: 30px;
}

.foot .box2 .ct dl dt a {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.foot .box2 .ct dl dt a:after {
    transition: all 0.2s ease;
    content: "";
    width: 0;
    height: 4px;
    background-image: linear-gradient(90deg, #008aff, #fa0ac4 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.foot .box2 .ct dl dt a:hover:after {
    width: 100%;
}

.foot .box2 .ct dl dd {
    font-size: 12px;
    line-height: 22px;
}

.foot .box2 .ct dl dd a {}

.foot .box2 .ct dl dd a:hover {}

.foot .box2 .rt {
    float: right;
    width: 126px;
}

.foot .box2 .rt img {
    display: block;
    width: 100%;
}

@media(max-width:768px) {
    .footbg {
        padding: 0 5%;
    }
    .foot .box1 {
        padding: 20px 0;
    }
    .foot .box1 .lt {
        float: left;
        width: 100%;
    }
    .foot .box1 .rt {
        float: right;
        width: 100%;
    }
    .foot .box1 .rt .text1 {
        border: 1px #1aaaf3 solid;
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
        width: calc(100% - 22px);
        margin: 10px 0 0 0;
    }
    .foot .box1 .rt .text2 {
        border: 1px #1aaaf3 solid;
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
        width: calc(100% - 22px);
        margin: 10px 0 0 0;
    }
    .foot .box1 .rt .text3 {
        border: 1px #1aaaf3 solid;
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
        width: calc(100% - 22px);
        margin: 10px 0 0 0;
    }
    .foot .box1 .rt .text4 {
        border: 1px #1aaaf3 solid;
        height: 42px;
        line-height: 42px;
        padding: 0 10px;
        width: calc(100% - 22px);
        margin: 10px 0 0 0;
    }
    .foot .box1 .rt .button1 {
        border: 1px solid #0086ff;
        height: 42px;
        line-height: 42px;
        width: calc(100% - 2px);
        margin: 10px 0 0 0;
    }
    .foot .box2 {
        padding: 20px 0;
        border-top: none;
    }
    .foot .box2 .f_logo {
        display: none;
    }
    .foot .box2 .ct {
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
    }
    .foot .box2 .ct dl dt {
        display: none;
    }
    .foot .box2 .rt {
        float: none;
        width: 126px;
        margin: 0 auto;
    }
}


/*Add------------------------------------------------------------------------------*/

.weizhi {
    font-size: 12px;
    line-height: 32px;
    height: 32px;
}

.weizhi a {}

.weizhi a:hover {}

.tit1 {
    border-bottom: 1px solid #ddd;
}

.tit1 .h2 {
    font-size: 14px;
    line-height: 34px;
    font-weight: bold;
    padding: 0 10px;
}

.insidebg {
    padding: 20px 0 40px 0;
}

.inside {}

.inside_lt {
    float: left;
    width: 870px;
    border: 1px solid #ddd;
}

.inside_con {
    padding: 10px 10px;
}

.inside_rt {
    float: right;
    width: 280px;
}

.inside_rt .list {}

.inside_rt .list ul li {
    border-top: 1px #e5e5e5 dashed;
    padding: 10px 10px;
}

.inside_rt .list ul li:hover {
    background: #fafafa;
}

.inside_rt .list ul li:nth-child(1) {
    border-top: none;
}

.inside_rt .list ul li .img {
    padding-bottom: 76%;
    position: relative;
    background: #f1f1f1;
}

.inside_rt .list ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.inside_rt .list ul li .txt {}

.inside_rt .list ul li .txt .h2 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 5px;
}

@media(max-width:768px) {
    .insidebg {
        padding: 20px 5% 40px 5%;
    }
    .inside_lt {
        float: none;
        width: calc(100% - 2px);
        border: 1px solid #ddd;
    }
    .inside_rt {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}

.solution {}

.solution ul li {
    float: left;
    width: calc((100% - 40px)/3);
    margin: 0 20px 20px 0;
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 5px;
}

.solution ul li:nth-child(3n) {
    margin-right: 0;
}

.solution ul li .img_box {
    position: relative;
}

.solution ul li .img {
    padding-bottom: 74%;
    position: relative;
    background: #f1f1f1;
}

.solution ul li:hover .img {
    background: #e5e5e5;
}

.solution ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.solution ul li .num {
    position: absolute;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #229f24;
    color: #fff;
    border-radius: 50px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.solution ul li .txt {}

.solution ul li .txt .h2 {
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 5px;
}

@media(max-width:768px) {
    .solution ul li {
        float: left;
        width: calc((100% - 10px)/2);
        margin: 0 10px 10px 0;
        border-bottom: 1px dotted #e5e5e5;
        padding-bottom: 5px;
    }
    .solution ul li:nth-child(3n) {
        margin-right: 10px;
    }
    .solution ul li:nth-child(2n) {
        margin-right: 0;
    }
}

.solution_detail {
    padding: 10px 0;
}

.solution_detail .box1 {}

.solution_detail .box1_lt {
    float: left;
    width: 340px;
}

.solution_detail .box1_lt .img {
    border: 1px solid #ddd;
    padding-bottom: 88%;
    position: relative;
    background: #F1F1F1;
}

.solution_detail .box1_lt .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.solution_detail .box1_rt {
    float: right;
    width: 480px;
}

.solution_detail .box1_rt .h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.solution_detail .box1_rt .h3 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
}

.solution_detail .box2 {}

.solution_detail .box2 .list {
    margin-top: 10px;
}

@media(max-width:768px) {
    .solution_detail .box1_lt {
        float: none;
        width: 100%;
    }
    .solution_detail .box1_rt {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .solution_detail .box2 {
        margin-top: 20px;
    }
}

.inside_con2 {
    padding: 20px 0 40px 0;
}

@media(min-width:768px) {
    .con01 ul {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between;
    }
    .con01 ul li {
        width: 32%;
    }
}
.foot_right {
    float: right;  /* 浮动到右侧 */
    margin-left: 10px;  /* 可选：与左侧内容保持间距 */
}