body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
option,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

* {
    outline: 0 none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul li {
    list-style: none;
}

a {
    color: black;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: 0;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei", Helvetica, Arial, sans-serif,
        "Source Han Serif";
    font-size: 14px;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrapper_main {
    width: 100%;
    margin: 0 auto;
}

.home_wrapper {
    position: relative;
    top: 100px;
}

.home_campaign {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 999;

    background: url("../images/bannerIndex.png") center center no-repeat;
    background-size: cover;
}

.mob_home_campaign {
    display: none;
    height: 80px;
    background: url("../images/mob_bannerIndex2.jpg") center center no-repeat;
    background-size: cover;
}

.home_campaign_box {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 999;

    /* display: none; */
}

.home_campaign_close {
    width: 50px;
    height: 50px;
    /* border: 2px solid #fff; */
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    border-radius: 50%;
    background: url("../images/home_campaign_close_icon.png") center center no-repeat;
    background-size: 30px;
    cursor: pointer;
}



.privacyClause_header_box {
    background: rgba(0, 139, 191, 0.9);
    /* padding: 10px 0; */
}


/*banner*/
.section1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home_banner_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_banner_container .home_banner_slider .item {
    float: left;
    position: relative;
    height: 100%;
}

.home_banner_container .home_banner_slider .banner_pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    /* background: url(../images/home_banner1.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh; */
}

.home_banner_container .home_banner_slider .phone_banner_pic {
    display: none;
}

.home_banner_container .banner_text_pro {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.home_banner_container .banner_text_box {
    max-width: 1430px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_banner_container .banner_text_box h2 {
    font-size: 58px;
    color: #fff;
    line-height: 70px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.banner_text_pro .input_box {
    width: 460px;
    height: auto;
    position: relative;
}

.banner_text_pro .input_box .input_text {
    display: block;
    width: 100%;
    height: 58px;
    background-color: #fff;
    padding: 14px 25px;
    padding-right: 150px;
    box-sizing: border-box;
    border: none;
    border-radius: 60px;

    font-size: 16px;
    color: #888;
    line-height: 30px;
}

.banner_text_pro .input_box .input_btn {
    display: block;
    width: auto;
    height: 50px;
    background-color: #1573f1;
    padding: 10px 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 60px;
    position: absolute;
    top: 4px;
    right: 4px;

    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.banner_text_pro .input_box p {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
    padding-left: 25px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.banner_text_box .banner_text_list {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.banner_text_box .banner_text_list ul li {
    display: block;
    width: auto;
    height: 80px;
    position: relative;
    box-sizing: border-box;
    margin: 20px 0;
}

.banner_text_box .banner_text_list ul li .icon_box {
    display: inline-block;
    width: 60px;
    height: 80px;
    vertical-align: bottom;
    position: relative;
    padding-top: 10px;
    box-sizing: border-box;
}

.banner_text_box .banner_text_list ul li .icon_box img {
    display: block;
    width: 60px;
    height: 60px;

    transition: all 1s ease;
}

.banner_text_box .banner_text_list ul li .text_box {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 3px 0;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    margin-left: 30px;
}

.banner_text_box .banner_text_list ul li .text_box h3 {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 12px;

    transition: all 0.3s;
}

.banner_text_box .banner_text_list ul li .text_box p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.banner_text_box .banner_text_list ul li .text_box p br {
    display: none;
}

.banner_text_box .banner_text_list ul li:hover .icon_box img {
    transform: rotate(360deg);
}

.banner_text_box .banner_text_list ul li:hover .text_box h3 {
    font-size: 30px;
}


/* home_content */
.home_content {
    width: 100%;
    height: auto;
    position: relative;
}

.section_container_con {
    max-width: 1430px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.home_section_title {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.home_section_title h2 {
    font-size: 36px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}

/* home_section1 */
.home_section1 {
    width: 100%;
    min-height: 130px;
    margin: 0 auto;
}

.home_section1 .section_container_con {
    max-width: 1550px;
    position: relative;
}

.home_section1_list {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 9;
}

.home_section1_list ul li {
    float: left;
    width: 20%;
    height: auto;
    padding: 25px 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.home_section1_list ul li .num_box {
    width: 100%;
    height: 70px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
}

.home_section1_list ul li .num_box p {
    font-size: 22px;
    color: #15b4bc;
    line-height: 70px;
    text-align: center;
}

.home_section1_list ul li .num_box p span {
    display: inline-block;
    font-size: 58px;
    font-weight: 500;
}

.home_section1_list ul li .text_box {
    width: 100%;
    height: 60px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.home_section1_list ul li .text_box p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.home_section1_list ul li:after {
    position: absolute;
    left: 0;
    top: -6%;
    content: "";
    display: block;
    width: 100%;
    height: 112%;
    background: #15b4bc;
    transition: all 0.4s;
    border-radius: 10px;
    opacity: 0;
}

.home_section1_list ul li:hover:after {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transform: scale(1.035);
    opacity: 1;
    z-index: 2;
}

.home_section1_list ul li:hover .num_box p {
    color: #fff;
}

.home_section1_list ul li:hover .text_box p {
    color: #fff;
}

/* home_section2 */
.home_section2 {
    width: 100%;
    height: auto;
    /* border-bottom: 1px solid #ededed; */
}

.home_section2 .section_container_con {
    max-width: 1550px;
}

.home_section2_list {
    width: 100%;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.home_section2_list2 {
    display: none;
}

.home_section2_list ul li {
    /* float: left;
    width: 20%; */
    height: auto;
    padding: 5px 0;
    box-sizing: border-box;

    width: 270px !important;
    display: inline-block;
}

.home_section2_list ul li a {
    display: block;
}

.home_section2_list ul li .pic_box {
    width: 100%;
    height: 80px;
    position: relative;
    margin: 0 auto;
}

.home_section2_list ul li .pic_box img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
}

.home_section2_list ul li .pic_box .logo_pic2 {
    opacity: 0;
}

.home_section2_list ul li:hover .pic_box .logo_pic2 {
    opacity: 1;
}

/*.home_section2_list ul li:nth-of-type(1){
    width: 20.5;
    padding-right: 25px;
    box-sizing: border-box;
}
.home_section2_list ul li:nth-of-type(2){
    width: 18%;
}
.home_section2_list ul li:nth-of-type(3){
    width: 18%;
}
.home_section2_list ul li:nth-of-type(4){
    width: 21.5%;
}
.home_section2_list ul li:nth-of-type(5){
    width: 22%;
    padding-left: 30px;
    box-sizing: border-box;
}
*/

.home_section2_list .str_wrap {
    background: none !important;
}

/* home_section3 */
.home_section3 {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 90px;
    box-sizing: border-box;
}

.home_section3_container {
    width: 100%;
    height: 580px;
    position: relative;
}

.home_section3_nav {
    float: left;
    width: 28%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_section3_nav ul {
    max-width: 330px;
    width: 100%;
    height: auto;
}

.home_section3_nav ul li {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}

.home_section3_nav ul .li_con {
    width: 100%;
    height: 80px;
    position: relative;
    padding-left: 120px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_section3_nav ul li .icon_box {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #f2f2f2;

    position: absolute;
    top: 0;
    left: 0;
}

.home_section3_nav ul li .icon_box img {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;

    transition: all 0.8s;
}

.home_section3_nav ul li h3 {
    display: block;
    width: 100px;
    font-size: 24px;
    color: #333;
    line-height: 36px;
    text-align: left;
    font-weight: 500;

    transition: all 0.5s;
}

.home_section3_nav ul li:hover h3 {
    padding-left: 25px;

    background-image: linear-gradient(to right, #00bbac, #01b6db, #007ac3);
    -webkit-background-clip: text;
    color: transparent;
}

.home_section3_nav ul li.active h3 {
    padding-left: 25px;

    background-image: linear-gradient(to right, #00bbac, #01b6db, #007ac3);
    -webkit-background-clip: text;
    color: transparent;
}

.home_section3_item_container {
    float: right;
    width: 70%;
    height: 100%;
    position: relative;
}

.home_section3_item {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.home_section3_item .pic_box {
    float: right;
    max-width: 700px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.home_section3_item .pic_box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;

    border-radius: 10px;
    overflow: hidden;
}

.home_section3_item .text_box_pro {
    width: 720px;
    height: 400px;
    background: rgba(255, 255, 255, 0.97);

    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: -5px 0 15px 1px rgba(0, 0, 0, 0.08);

    position: absolute;
    right: 230px;
    top: 50%;

    z-index: 99;
    margin-top: -170px;

    padding: 45px 90px;
}

.home_section3_item .text_box_pro_bj {
    width: 381px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/home_section3_icon_logo.png") no-repeat right center;
    background-size: 100%;
}

.home_section3_item .text_box_pro .title_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.home_section3_item .text_box_pro .title_box h3 {
    display: inline-block;
    font-size: 30px;
    color: #333;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    z-index: 1;

    background-image: linear-gradient(to right, #00bbac, #01b6db, #007ac3);
    -webkit-background-clip: text;
    color: transparent;
}

.home_section3_item .text_box_pro .title_box p {
    font-size: 40px;
    color: #efefef;
    line-height: 60px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: normal;
    position: relative;
    top: -25px;
}

.home_section3_item .text_box_pro .title_box p span {
    display: inline-block;
    font-size: 80px;
}

.home_section3_item .text_box_pro .article {
    max-width: 320px;
    width: 100%;
    min-height: 128px;
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-top: 5px;

    position: relative;
    z-index: 1;
}

.home_section3_link_box {
    display: block;
    width: 150px;
    height: auto;
    padding: 2px;
    box-sizing: border-box;
    border-radius: 50px;
    margin-top: 10px;
    position: relative;
    text-align: center;

    background: linear-gradient(to top, #4875e6, #8d54e9);
    cursor: pointer;
}

.home_section3_link_box .bjs {
    width: 146px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    left: 2px;
    cursor: pointer;

    transition: all 0.38s;
}

.home_section3_link_box p {
    display: inline-block;
    width: auto;
    height: 50px;
    background: #fff;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 50px;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;

    background-image: linear-gradient(to right, #4875e6, #8d54e9);
    -webkit-background-clip: text;
    color: transparent;
    cursor: pointer;
}

.home_section3_link_box:hover p {
    color: #fff !important;
}

.home_section3_nav ul li .icon_box .icon_pic2 {
    opacity: 0;
}

.home_section3_nav ul li.active .icon_box {
    background: url("../images/icon_yuan_bjs.png") no-repeat;
    background-size: 100%;
}

.home_section3_nav ul li.active .icon_box img {
    opacity: 0;
}

.home_section3_nav ul li.active .icon_box .icon_pic2 {
    opacity: 1;
}

.home_section3_link_box:hover .bjs {
    width: 0;
    opacity: 0.8;
}

/* home_section4 */
.home_section4 {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    box-sizing: border-box;

    background-image: url(../images/home_section4_bj.png);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.home_section4_container {
    width: 100%;
    height: auto;
}

.home_section4_container .home_section4_nav {
    float: left;
    width: 50%;
    height: auto;
    padding-right: 70px;
    box-sizing: border-box;
}

.home_section4_nav ul {
    margin: 0 -2%;
}

.home_section4_nav ul li {
    float: left;
    width: 46%;
    height: 260px;
    position: relative;
    margin: 0 2%;
    margin-bottom: 4%;
    border-radius: 10px;
}

.home_section4_nav ul li .li_bj {
    width: 100%;
    height: 100%;
    background: url("../images/home_section4_nav_li_bj.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: -9%;
    left: 9%;

    opacity: 0;
    transition: all 0.6s;
}

.home_section4_nav ul li .li_con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);

    padding: 40px 35px;
    box-sizing: border-box;

    transition: all 1s;
}

.home_section4_nav ul li h3 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;

    position: relative;
    z-index: 3;
    transition: all 0.3s;
}

.home_section4_nav ul li .article {
    font-size: 15px;
    color: #333;
    line-height: 32px;
    text-align: justify;

    position: relative;
    z-index: 3;
    transition: all 0.4s;
}

.home_section4_item_container {
    float: left;
    width: 50%;
    height: auto;
    padding-left: 70px;
    box-sizing: border-box;
}

.home_section4_item {
    width: 100%;
    height: auto;
    display: none;
}

.home_section4_item .pic_box {
    width: 100%;
    height: auto;
}

.home_section4_item .pic_box img {
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
}

.home_section4_nav ul li:hover h3 {
    color: #fff;
}

.home_section4_nav ul li:hover .article {
    color: #fff;
}

.home_section4_nav ul li:hover .li_bj {
    opacity: 1;
}

.home_section4_nav ul li.active h3 {
    color: #fff;
}

.home_section4_nav ul li.active .article {
    color: #fff;
}

.home_section4_nav ul li.active .li_bj {
    opacity: 1;
}

.home_section4_nav ul li .li_con:after {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    background: linear-gradient(to left, #a1e0bb, #31d0da);
    border-radius: 10px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transition: all 0.6s;
    z-index: 1;
}

.home_section4_nav ul li:hover .li_con:after {
    height: 100%;
}

.home_section4_nav ul li.active .li_con:after {
    height: 100%;
}

/* home_section5 */
.home_section5 {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 50px;
    box-sizing: border-box;

    background: linear-gradient(to left, #00bbac, #01b6db, #007ac3);
}

.home_content .home_section5 .content_title {
    padding-bottom: 10px;
}

.home_content .home_section5 .content_title h2 {
    color: #fff;
}

.home_section5_conter {
    width: 100%;
    height: 700px;
    position: relative;
}

.home_section5_logo_pic {
    width: 700px;
    height: 700px;
    background: url("../images/home_section5_logo_pic.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -350px;
}

/* home_section5_animation_box */
.home_section5_animation_box {
    width: 700px;
    height: 700px;

    box-sizing: border-box;

    background: url("../images/home_section5_animation_box_bj.png") no-repeat center center;
    background-size: 700px;

    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -350px;
}

.home_section5_animation_yuan2 {
    width: 560px;
    height: 560px;
    border-radius: 50%;
    box-sizing: border-box;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -280px;

    background: url(../images/home_section5_animation_yuan_logo.png) no-repeat center center;
    background-size: 100% 100%;
}

.home_section5_animation_yuan {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    box-sizing: border-box;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -210px;

    background: url(../images/home_section5_animation_yuan.png) no-repeat center center;
    background-size: 100% 100%;

    z-index: 9;

    -webkit-animation: home_section5_animation_yuan_hx 5.5s linear infinite;

    animation: home_section5_animation_yuan_hx 5.5s linear infinite;
}

@-webkit-keyframes home_section5_animation_yuan_hx {
    to {
        transform: rotate(360deg);
    }
}

@keyframes home_section5_animation_yuan_hx {
    to {
        transform: rotate(360deg);
    }
}

/* home_section5_animation_xian */
.home_section5_animation_xian {
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-sizing: border-box;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -260px;
}

.xian_point_box,
.xian_point_box::before,
.xian_point_box::after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    background: #fff;
}

.xian_point_box::before {
    -webkit-animation: xian_scale 2.5s infinite;
    animation: xian_scale 2.5s infinite;
}

.xian_point_box::after {
    -webkit-animation: xian_scale2 2.5s infinite;
    animation: xian_scale2 2.5s infinite;
}

@-webkit-keyframes xian_scale {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes xian_scale {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes xian_scale2 {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes xian_scale2 {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.home_section5_animation_xian .xian_point_box1 {
    position: absolute;
    top: 70px;
    left: 70px;
}

.home_section5_animation_xian .xian_point_box2 {
    position: absolute;
    top: 70px;
    right: 70px;
}

.home_section5_animation_xian .xian_point_box3 {
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -6px;
}

.home_section5_animation_xian .xian_point_box4 {
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -6px;
}

.home_section5_animation_xian .xian_point_box5 {
    position: absolute;
    bottom: 70px;
    left: 70px;
}

.home_section5_animation_xian .xian_point_box6 {
    position: absolute;
    bottom: 70px;
    right: 70px;
}

.home_section5_container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.home_section5_container ul {
    width: 360px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_section5_container ul li {
    float: left;
    width: 360px;
    height: 110px;
    position: relative;
    margin: 35px 0;

    background: url("../images/home_section5_li_bj.png") no-repeat left top;
    background-size: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.home_section5_container ul li a {
    display: block;
    position: relative;
    z-index: 9;
}

.home_section5_container ul li .li_con {
    width: 100%;
    height: 90px;
    position: relative;
    padding-left: 90px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_section5_container ul li .li_con .icon_box {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;

    background: url("../images/home_section5_li_bj_yuan.png") no-repeat left top;
    background-size: 100%;
}

.home_section5_container ul li .li_con .icon_box img {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 23px;
    left: 23px;

    transition: all 1s ease;
}

.home_section5_container ul li .text_box {
    width: 100%;
    height: auto;
    padding-left: 12px;
    padding-right: 30px;
    box-sizing: border-box;
}

.home_section5_container ul li .text_box h3 {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 500;

    transition: all 0.5s;
}

.home_section5_container ul li .text_box p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: justify;
    transition: all 0.5s;
}

.home_section5_container .ul2_box {
    position: absolute;
    left: inherit;
    right: 0;
}

.home_section5_container .ul2_box li {
    background: url("../images/home_section5_li_bj2.png") no-repeat left top;
    background-size: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.home_section5_container .ul2_box li .li_con {
    padding-left: 0;
    padding-right: 90px;
}

.home_section5_container .ul2_box li .li_con .icon_box {
    left: inherit;
    right: 0;
}

.home_section5_container .ul2_box li .text_box {
    padding-left: 36px;
    padding-right: 12px;
}

.home_section5_container ul li:hover .li_con .icon_box img {
    transform: rotate(360deg);
}

/* NEW */
.home_section5_new_logo_pic {
    width: 580px;
    height: 580px;
    background: url("../images/home_section5_animation_box_bj.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: -290px;
}

.home_section5_new_animation_box {
    width: 630px;
    height: 630px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -315px;
    margin-left: -315px;
    border-radius: 50%;
}

.home_section5_new_animation_logo {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -140px;
    background: url(../images/home_section5_new_animation_logo.png) no-repeat center center;
    background-size: 100% 100%;
}

.home_section5_new_animation_yuan1 {
    width: 290px;
    height: 290px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -145px;
    margin-left: -145px;

    background: url(../images/home_section5_animation_yuan.png) no-repeat center center;
    background-size: 100% 100%;
}

.home_section5_new_animation_yuan2 {
    width: 420px;
    height: 420px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -210px;

    background: url(../images/home_section5_new_animation_yuan2.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-animation: home_section5_animation_yuan_hx 5s linear infinite;
    animation: home_section5_animation_yuan_hx 5s linear infinite;
}

.home_section5_new_animation_yuan2_xian {
    width: 390px;
    height: 390px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -195px;
    margin-left: -195px;
}

.home_section5_new_animation_yuan3 {
    width: 630px;
    height: 630px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -315px;
    margin-left: -315px;

    /* background: url(../images/home_section5_new_animation_yuan2.png) no-repeat center center;
    background-size: 100% 100%; */
    /* animation: home_section5_animation_yuan_hx 9s linear infinite; */
}

@keyframes home_section5_animation_yuan_hx {
    to {
        transform: rotate(360deg);
    }
}

.home_section5_new_conter {
    width: 100%;
    height: 750px;
    position: relative;
}

.home_section5_new_container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.home_section5_new_container ul {
    width: 380px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_section5_new_container ul li {
    float: left;
    width: 380px;
    height: 100px;
    position: relative;
    /* border: 2px solid rgba(255,255,255,0.30); */
    border: 2px solid transparent;
    background: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 100px;
    margin: 23px 0;
    transition: all 0.3s;
}

.home_section5_new_container ul li a {
    display: block;
    width: 100%;
    height: 96px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    box-sizing: border-box;
}

.home_section5_new_container ul li .li_con {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 96px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_section5_new_container ul li .li_con .icon_box {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 3px solid #50d5d1;
    box-sizing: border-box;
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    overflow: hidden;

    text-align: center;
}

.home_section5_new_container ul li .li_con .icon_box h3 {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    margin-top: 32px;
}

.home_section5_new_container ul li .text_box {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 30px;
    box-sizing: border-box;
}

.home_section5_new_container ul li .text_box p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: justify;
}

.home_section5_new_container ul li:hover {
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.18);
}

.home_section5_new_container ul li:hover .li_con .icon_box h3 {
    background-image: linear-gradient(to right, #00bbac, #01b6db, #007ac3);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
}

.home_section5_new_container .ul1_box li .li_con {
    padding-left: 0;
    padding-right: 96px;
}

.home_section5_new_container .ul1_box li .li_con .icon_box {
    left: inherit;
    right: -2px;
}

.home_section5_new_container .ul1_box li .text_box {
    padding-left: 30px;
    padding-right: 20px;
}

.home_section5_new_container .ul1_box li:nth-of-type(5) .text_box {
    padding-left: 15px;
}

.home_section5_new_container .ul1_box li .text_box p {
    text-align: right;
}

.home_section5_new_container .ul2_box {
    position: absolute;
    left: inherit;
    right: 0;
}

.home_section5_new_container .ul1_box li:nth-of-type(1) {
    left: 270px;
}

.home_section5_new_container .ul1_box li:nth-of-type(2) {
    left: 98px;
}

.home_section5_new_container .ul1_box li:nth-of-type(3) {
    left: 60px;
}

.home_section5_new_container .ul1_box li:nth-of-type(4) {
    left: 98px;
}

.home_section5_new_container .ul1_box li:nth-of-type(5) {
    left: 270px;
}

.home_section5_new_container .ul2_box li:nth-of-type(1) {
    right: 270px;
}

.home_section5_new_container .ul2_box li:nth-of-type(2) {
    right: 98px;
}

.home_section5_new_container .ul2_box li:nth-of-type(3) {
    right: 60px;
}

.home_section5_new_container .ul2_box li:nth-of-type(4) {
    right: 98px;
}

.home_section5_new_container .ul2_box li:nth-of-type(5) {
    right: 270px;
}

/* home_section5_new */
.home_section5_new .home_section5_new_logo_pic {
    display: none;
}

.home_section5_new .home_section5_new_animation_yuan1 {
    width: 320px;
    height: 320px;
    margin-top: -160px;
    margin-left: -160px;
    background: url(../images/home_section5_new_animation_new_yuan1_1.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-animation: home_section5_animation_yuan_hx 3s linear infinite;
    animation: home_section5_animation_yuan_hx 3s linear infinite;
    z-index: 9;
}

.home_section5_new .home_section5_new_animation_yuan2 {
    width: 460px;
    height: 460px;
    margin-top: -230px;
    margin-left: -230px;
    background: url(../images/home_section5_new_animation_yuan2_1.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-animation: home_section5_animation_yuan_hx 6s linear infinite;
    animation: home_section5_animation_yuan_hx 6s linear infinite;
    opacity: 0.85;
}

.home_section5_new .home_section5_new_animation_yuan2_xian {
    width: 520px;
    height: 520px;
    margin-top: -260px;
    margin-left: -260px;
    border: 2px solid rgba(255, 255, 255, 1);
    display: none;
}

.home_section5_new .home_section5_new_animation_yuan3 {
    width: 650px;
    height: 650px;
    margin-top: -325px;
    margin-left: -325px;
    background: url(../images/home_section5_new_animation_yuan2_new2.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-animation: home_section5_animation_yuan_hx 8.5s linear infinite;
    animation: home_section5_animation_yuan_hx 8.5s linear infinite;
    opacity: 0.85;
}

/* home_section6 */
.home_section6 {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 160px;
    box-sizing: border-box;
}

.home_section6_list {
    width: 100%;
    height: auto;
}

.home_section6_list ul {
    margin: 0 -1.5%;
}

.home_section6_list ul li {
    float: left;
    width: 30.333333%;
    height: auto;
    margin: 0 1.5%;
    position: relative;
}

.home_section6_list ul li .pic_box {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.home_section6_list ul li .pic_box img {
    display: block;
    width: 100%;
    height: auto;

    transition: transform 1.5s;
    -webkit-transition: -webkit-transform 1.5s;
    -moz-transition: -moz-transform 1.5s;
    -o-transition: -o-transform 1.5s;
}

.home_section6_list ul li .text_box {
    width: 92%;
    height: 220px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 4%;
    bottom: -65px;
    padding: 25px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.08);
}

.home_section6_list ul li .text_box h3 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    font-weight: 500;
}

.home_section6_list ul li .text_box .article {
    font-size: 15px;
    color: #4c4a4a;
    line-height: 26px;
    text-align: justify;
    height: 78px;
    margin-top: 10px;
}

.home_section6_list ul li .home_section3_link_box {
    float: right;
    margin-top: 6px;
}

.home_section6_list ul li .home_section3_link_box {
    width: 110px;
    cursor: pointer;
}

.home_section6_list ul li .home_section3_link_box .bjs {
    width: 106px;
    height: 40px;
}

.home_section6_list ul li .home_section3_link_box p {
    height: 40px;
    line-height: 20px;
    position: relative;
    z-index: 2;
}

.home_section6_list ul li:hover .pic_box img {
    transform: scale(1.2, 1.2);
}

.home_section6_list ul li .home_section3_link_box:hover .bjs {
    width: 0%;
}

/* home_section7 */
.home_section7 {
    width: 100%;
    height: auto;
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 90px;
    box-sizing: border-box;
}

.home_section7_list {
    width: 100%;
    height: auto;
    padding: 60px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 10;
}

.home_section7_list ul li {
    float: left;
    width: 20%;
    height: auto;
    padding: 15px 5px;
    padding-top: 20px;
    box-sizing: border-box;
    border-right: 1px solid #ededed;
}

.home_section7_list ul li:last-child {
    border-right: none;
}

.home_section7_list ul li .li_con {
    width: 100%;
    height: 160px;
    min-height: 80px;
    position: relative;
}

.home_section7_list ul li .li_con .pic_box {
    width: 160px;
    height: auto;
    margin: 0 auto;
}

.home_section7_list ul li .li_con .pic_box img {
    display: block;
    width: 100%;
    height: auto;
}

.home_section7_list ul li .li_con .text_box {
    width: 100%;
    height: auto;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
}

.home_section7_list ul li .li_con .text_box h3 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 4px;
}

.home_section7_list ul li .li_con .text_box p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.home_section7_link_box {
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
}

.home_section7_link_box .icon_box {
    width: 40px;
    height: 40px;
    margin: 10px auto;
}

.home_section7_link_box p {
    display: inline-block;
    width: auto;
    height: 40px;
    background: #fff;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 50px;
    padding: 5px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;

    background-image: linear-gradient(to right, #4875e6, #8d54e9);
    -webkit-background-clip: text;
    color: transparent !important;
}

.home_section7_link_box p span {
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 8px;

    /* border-bottom: 1px solid;
    border-image: linear-gradient(to right,#4875e6 , #8d54e9) 30 30; */
    background: #4875e6;
    opacity: 0;
}

.home_section7_link_box:hover p span {
    opacity: 1;
}

/* home_section8 */
.home_section8 {
    width: 100%;
    height: auto;
    padding: 90px 0;
    box-sizing: border-box;
}

.home_section8_list {
    width: 100%;
    height: auto;
}

.home_section8_list ul li {
    float: left;
    width: 50%;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.home_section8_list ul li .pic_box {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.home_section8_list ul li .pic_box .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.home_section8_list ul li .text_box {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(45deg, #007ac3 8%, #01b6db, #00bbac);
    padding: 50px 50px;
    box-sizing: border-box;
}

.home_section8_list ul li .text_box h3 {
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 500;
}

.home_section8_list ul li .text_box h3 span {
    font-size: 16px;
    font-weight: normal;
}

.home_section8_list ul li .text_box h4 {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
}

.home_section8_list ul li .text_box img {
    display: block;
    width: auto;
    height: auto;
    margin-top: 30px;
}

.home_section8_list ul li .text_box .article {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    margin-top: 30px;
    text-align: justify;
}

.home_section8_list ul li:nth-child(3) .pic_box {
    float: right;
}

.home_section8_list ul li:nth-child(3) .text_box {
    right: inherit;
    left: 0;
}

.home_section8_list ul li:nth-child(4) .pic_box {
    float: right;
}

.home_section8_list ul li:nth-child(4) .text_box {
    right: inherit;
    left: 0;
}

/* home_section9 */
.home_section9 {
    width: 100%;
    height: 200px;
    background-image: url(../images/home_section9_bj.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_section9_box {
    width: 100%;
    height: auto;
}

.home_section9_box .left {
    float: left;
    width: auto;
    height: auto;
}

.home_section9_box .left h2 {
    font-size: 40px;
    color: #fff;
    line-height: 70px;
    font-weight: 500;
}

.home_section9_box .right {
    float: right;
    width: auto;
    height: auto;
}

.home_section9_box .right .input_box {
    width: 600px;
    height: auto;
    position: relative;
}

.home_section9_box .right .input_box .input_text {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px 25px;
    padding-right: 220px;
    box-sizing: border-box;
    border: none;
    border-radius: 60px;

    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.home_section9_box .right .input_box .input_btn {
    display: block;
    width: 200px;
    height: 60px;
    background: linear-gradient(to left, #01b6db, #007ac3);
    padding: 15px 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 60px;
    position: absolute;
    top: 5px;
    right: 5px;

    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

/* home_section10 */
.home_section10 {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 90px;
    box-sizing: border-box;
}

.home_section10_list {
    width: 100%;
    height: auto;
}

.home_section10_list ul {
    margin: 0 -1%;
}

.home_section10_list ul li {
    float: left;
    width: 18%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;

    margin: 0 1%;
}

.home_section10_list ul li .pic_box {
    width: 100%;
    height: auto;
}

.home_section10_list ul li .pic_box img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* home_section11 */
.home_section11 {
    width: 100%;
    height: auto;
    background-image: url(../images/home_section11_bj.png);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    padding-top: 70px;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.home_section11_list {
    width: 100%;
    height: 580px;
}

.home_section11_list ul {
    margin: 0 -1.5%;
}

.home_section11_list ul li {
    float: left;
    width: 30.333333%;
    height: auto;
    margin: 0 1.5%;
    position: relative;
    transition: margin-top 0.3s ease-in-out;
}

.home_section11_list ul li:hover {
    margin-top: -30px;
}

.home_section11_list ul li:nth-child(2) {
    margin-top: 70px;
}

.home_section11_list ul li:nth-child(2):hover {
    margin-top: 40px;
}

.home_section11_list ul li .pic_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.home_section11_list ul li .pic_box img {
    display: block;
    width: 100%;
    height: auto;
}

.home_section11_list ul li .text_box {
    width: 100%;
    height: 150px;
    background: #fff;
    padding: 25px 25px;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    top: -20px;
}

.home_section11_list ul li .text_box_con {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}

.home_section11_list ul li .text_box_con .time_box {
    width: 40px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.home_section11_list ul li .text_box_con .time_box p {
    font-size: 13px;
    color: #c3c3c3;
    line-height: 24px;
    text-align: center;
}

.home_section11_list ul li .text_box_con .time_box p strong {
    color: #25aeec;
    font-size: 20px;
    font-weight: 600;
}

.home_section11_list ul li .text_box_con .box {
    width: 100%;
    height: auto;
    padding-left: 25px;
    box-sizing: border-box;
}

.home_section11_list ul li .text_box_con .box h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
    height: 60px;
    overflow: hidden;
}

.home_section11_list ul li .text_box_con .box .more {
    display: inline-block;
    font-size: 14px;
    color: #969696;
    line-height: 30px;
    margin-top: 12px;
}

.home_section11_list ul li:hover .text_box_con .box h3 {
    color: #007ac3;
}

.home_section11_list ul li:hover .text_box_con .box .more {
    color: #007ac3;
}

/* home_section12 */
.home_section12 {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 90px;
    box-sizing: border-box;
}

.home_section12_list {
    width: 100%;
    height: auto;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}

.home_section12_list ul li {
    display: inline-block;
    width: 220px;
    height: auto;
    padding: 20px 5px;
    box-sizing: border-box;
    margin: 0 10px;
}

.home_section12_list ul li a {
    display: block;
}

.home_section12_list ul li .pic_box {
    max-width: 200px;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    transition: margin-top 0.3s ease-in-out;
}

.home_section12_list ul li .pic_box img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.home_section12_list .str_wrap {
    background: none !important;
}

/* 行业组织机构 */
.home_section13_list {
    width: 100%;
    height: 460px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 1px rgba(69, 69, 69, 0.1000);
    border-radius: 16px 16px 16px 16px;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-bottom: 92px;
}

.home_section13_list .left {
    width: 879px;
    height: 350px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.home_section13_list .left .swiper {
    width: 100%;
    height: 100%;
}

.home_section13_list .left .swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
}


.home_section13_list .left .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 60px !important;
    margin: 5px 0 4px;
    position: relative;
}

.home_section13_list .left .swiper .swiper-wrapper .swiper-slide:hover {
    width: 798px;
    height: 58px;
    /* background: rgba(0, 139, 191, 0.9); */
    background: #1FA1D7;
    box-shadow: 0px 10px 20px 1px rgba(21, 180, 188, 0.1000);
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #1FA1D7;
}

.home_section13_list .left .swiper .swiper-wrapper .swiper-slide:hover .title {
    color: #fff;
}

.home_section13_list .left .swiper .swiper-wrapper .swiper-slide .title {
    width: 100%;
    height: 60px !important;
    line-height: 60px;
    font-size: 20px;
    font-weight: 400;
    margin-left: 330px;
    color: rgba(51, 51, 51, 0.8000);
    z-index: 2;
}

/* .home_section13_list .left .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    height: 60px !important;
} */

.home_section13_list .left .swiper .swiper-wrapper .swiper-slide-active .title {
    color: rgba(51, 51, 51, 0.8000);
}

/* .home_section13_list .left #swiper .swiper-wrapper .swiper-slide-prev .title {
    color: rgba(51, 51, 51, 0.8000);
}
.home_section13_list .left #swiper .swiper-wrapper .swiper-slide-next .title {
    color: rgba(51, 51, 51, 0.8000);
} */


.home_section13_list .right {
    width: 521px;
    height: 100%;
}

.home_section13_list .right .img {
    width: 100%;
    height: 100%;
    background: url("../images/home_section13_bj.png") no-repeat center;
    background-size: cover;
}

.home_section13_list .right .img_wap {
    display: none;
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 1600px) {
    .home_section10_list ul li .pic_box img {
        max-width: 100%;
    }

    .home_section8_list ul li {
        height: 320px;
    }

    .home_section8_list ul li .text_box {
        padding: 40px 30px;
    }

    .home_section8_list ul li .text_box h4 {
        font-size: 16px;
    }

    .home_section7_list ul li .li_con .pic_box {
        width: 120px;
    }

    .home_section7_list ul li .li_con .text_box p {
        font-size: 14px;
    }

    .home_section7_link_box .icon_box {
        margin: 0px auto;
    }

    .home_section7_list ul li .li_con {
        height: 140px;
    }

    .home_section5_conter {
        height: 530px;
    }

    .home_section5_logo_pic {
        width: 530px;
        height: 530px;
        margin-left: -265px;
    }

    .home_section5_container ul li {
        margin: 16px 0;
    }

    .home_section5 .section_container_con {
        max-width: 1230px;
    }


    .home_section4_container .home_section4_nav {
        padding-right: 50px;
    }

    .home_section4_nav ul li .li_con {
        padding: 40px 30px;
    }

    .home_section4_item_container {
        padding-top: 50px;
    }

    .home_section3_container {
        height: 480px;
    }

    .home_section3_item .pic_box {
        max-width: 500px;
    }

    .home_section3_item .text_box_pro {
        width: 520px;
        height: 350px;
        padding: 40px 60px;
    }

    .home_section3_item .text_box_pro .title_box p {
        font-size: 32px;
        line-height: 50px;
    }

    .home_section3_item .text_box_pro .article {
        margin-top: 0;
        min-height: 96px;
    }

    .home_section3_item .text_box_pro_bj {
        width: 330px;
    }

    .home_section2 .section_container_con {
        max-width: 1230px;
    }

    .home_section1 .section_container_con {
        max-width: 1230px;
    }

    .home_banner_container .banner_text_box {
        max-width: 1230px;
    }

    .banner_text_box .banner_text_list ul li .text_box h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .banner_text_box .banner_text_list ul li .text_box p {
        font-size: 14px;
        line-height: 24px;
    }

    .banner_text_box .banner_text_list ul li .text_box {
        padding: 0;
    }

    .banner_text_box .banner_text_list ul li .icon_box {
        height: 60px;
        padding-top: 0;
    }

    .banner_text_box .banner_text_list ul li {
        height: 60px;
    }

    .banner_text_box .banner_text_list {
        margin-top: 30px;
    }

    .home_banner_container .banner_text_box h2 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .banner_text_pro .input_box p {
        font-size: 15px;
    }

    .banner_text_pro .input_box .input_text {
        height: 50px;
        padding: 10px 25px;
    }

    .banner_text_pro .input_box .input_btn {
        height: 42px;
        padding: 5px 30px;
    }

    .home_section1_list {
        top: -90px;
    }

    .home_banner_container .banner_text_pro {
        padding-top: 135px;
    }

    .home_section11_list {
        height: 540px;
    }

    .home_section5_animation_box {
        width: 520px;
        height: 520px;
        margin-left: -260px;
        margin-top: 5px;
        background-size: 520px;
    }

    .home_section5_animation_yuan {
        width: 300px;
        height: 300px;
        margin-left: -150px;
        margin-top: -150px;
    }

    .home_section5_animation_yuan2 {
        width: 390px;
        height: 390px;
        margin-left: -195px;
        margin-top: -195px;
    }

    .home_section5_animation_xian {
        width: 380px;
        height: 380px;
        margin-left: -190px;
        margin-top: -190px;
    }

    .home_section5_animation_xian .xian_point_box1 {
        position: absolute;
        top: 43px;
        left: 55px;
    }

    .home_section5_animation_xian .xian_point_box2 {
        position: absolute;
        top: 43px;
        right: 55px;
    }

    .home_section5_animation_xian .xian_point_box5 {
        position: absolute;
        bottom: 43px;
        left: 55px;
    }

    .home_section5_animation_xian .xian_point_box6 {
        position: absolute;
        bottom: 43px;
        right: 55px;
    }

    .home_section5_new_conter {
        height: 620px;
    }

    .home_section5_new_animation_box {
        transform: scale(0.75);
    }

    .home_section5_new_container ul li {
        height: 90px;
        margin: 13px 0;
    }

    .home_section5_new_container ul li a {
        height: 86px;
    }

    .home_section5_new_container ul li .li_con .icon_box {
        width: 90px;
        height: 90px;
    }

    .home_section5_new_container ul li .li_con .icon_box h3 {
        margin-top: 27px;
    }

    .home_section5_new_container .ul1_box li:nth-of-type(1) {
        left: 195px;
    }

    .home_section5_new_container .ul1_box li:nth-of-type(2) {
        left: 55px;
    }

    .home_section5_new_container .ul1_box li:nth-of-type(3) {
        left: 22px;
    }

    .home_section5_new_container .ul1_box li:nth-of-type(4) {
        left: 55px;
    }

    .home_section5_new_container .ul1_box li:nth-of-type(5) {
        left: 195px;
    }

    .home_section5_new_container .ul2_box li:nth-of-type(1) {
        right: 195px;
    }

    .home_section5_new_container .ul2_box li:nth-of-type(2) {
        right: 55px;
    }

    .home_section5_new_container .ul2_box li:nth-of-type(3) {
        right: 22px;
    }

    .home_section5_new_container .ul2_box li:nth-of-type(4) {
        right: 55px;
    }

    .home_section5_new_container .ul2_box li:nth-of-type(5) {
        right: 195px;
    }

    .home_section13_list {
        height: 410px;
    }

    .home_section13_list .left {
        width: 798px;
        height: 350px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide:hover {
        width: 716px;
        height: 58px;
        background: #1FA1D7;
        box-shadow: 0px 10px 20px 1px rgba(21, 180, 188, 0.1000);
        border-radius: 0px 8px 8px 0px;
        border: 1px solid #1FA1D7;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide:hover .title {
        color: #fff;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide .title {
        margin-left: 330px;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide .title {
        font-size: 18px;
    }

    .home_section13_list .right {
        width: 521px;
        height: 100%;
    }

    .home_section13_list .right .img {
        width: 100%;
        height: 100%;
        background: url("../images/home_section13_bj.png") no-repeat right;
        background-size: 88% 100%;
    }


}

@media screen and (max-width: 1440px) {
    .home_section8_list ul li {
        height: 300px;
    }

    .home_section8_list ul li .text_box {
        padding: 40px 30px;
    }

    .home_section8_list ul li .text_box h4 {
        font-size: 15px;
        width: 110%;
    }

    .home_section8_list ul li .text_box img {
        width: 30px;
        margin-top: 20px;
    }

    .home_section8_list ul li .text_box .article {
        margin-top: 20px;
    }

    .home_section2 .section_container_con {
        max-width: 1230px;
    }

    .home_section1 .section_container_con {
        max-width: 1230px;
    }

    .home_banner_container .banner_text_box {
        max-width: 1150px;
    }

    .home_section4_container .home_section4_nav {
        padding-right: 20px;
    }

    .home_section13_list {
        height: 360px;
    }

    .home_section13_list .left {
        width: 798px;
        height: 310px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide:hover {
        width: 636px;
        height: 44px;
        background: #1FA1D7;
        box-shadow: 0px 10px 20px 1px rgba(21, 180, 188, 0.1000);
        border-radius: 0px 8px 8px 0px;
        border: 1px solid #1FA1D7;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide:hover .title {
        color: #fff;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide {
        height: 46px !important;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide .title {
        width: 100%;
        height: 46px !important;
        line-height: 46px;
        font-size: 16px;
        margin-left: 300px;
    }

    .home_section13_list .right {
        width: 521px;
        height: 100%;
    }

    .home_section13_list .right .img {
        width: 100%;
        height: 100%;
        background: url("../images/home_section13_bj.png") no-repeat right;
        background-size: 88% 100%;
    }
}

@media screen and (max-width: 1366px) {
    .home_section1 {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .home_section1_list {
        position: relative;
        top: 0;
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08);
        border-radius: 10px;
    }

    .home_banner_container .banner_text_pro {
        padding-top: 220px;
    }

    .home_banner_container .banner_text_box h2 {
        font-size: 36px;
        line-height: 56px;
        margin-bottom: 15px;
    }

    .banner_text_pro .input_box p {
        margin-top: 15px;
    }

    .banner_text_box .banner_text_list ul li {
        margin: 18px 0;
    }

    .home_section13_list {
        height: 300px;
    }

    .home_section13_list .left {
        width: 798px;
        height: 260px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide:hover {
        width: 636px;
        height: 36px;
        background: #1FA1D7;
        box-shadow: 0px 10px 20px 1px rgba(21, 180, 188, 0.1000);
        border-radius: 0px 8px 8px 0px;
        border: 1px solid #1FA1D7;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide:hover .title {
        color: #fff;
    }


    .home_section13_list .left .swiper {
        width: 100%;
        height: 100%;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide {
        height: 38px !important;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide .title {
        width: 100%;
        height: 38px !important;
        line-height: 38px;
        font-size: 15px;
        margin-left: 280px;
    }

    .home_section13_list .right {
        width: 521px;
        height: 100%;
    }

    .home_section13_list .right .img {
        width: 100%;
        height: 100%;
        background: url("../images/home_section13_bj.png") no-repeat right;
        background-size: 88% 100%;
    }
}

@media screen and (max-width: 1200px) {
    .home_section5 .section_container_con {
        width: 1230px !important;
    }
}

@media screen and (max-width: 768px) {
    .home_section_title {
        padding-bottom: 40px;
    }

    .home_section_title h2 {
        font-size: 22px;
        line-height: 40px;
    }

    .home_section12 {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .home_section12_list ul li {
        display: inline-block;
        width: 135px;
        height: auto;
        padding: 20px 5px;
    }

    .home_section12_list ul li .pic_box {
        max-width: 130px;
        width: 100%;
        height: 70px;
        margin: 0 auto;
    }

    .home_section12_list ul li .pic_box img {
        max-width: 100% !important;
    }

    .home_section11 {
        padding-top: 60px;
        padding-bottom: 55px;
    }

    .home_section11_list ul li {
        width: 97%;
        transition: initial;
        margin-bottom: 10px;
    }

    .home_section11_list ul li:hover {
        margin-top: 0px;
    }

    .home_section11_list ul li:nth-child(2) {
        margin-top: 0px;
    }

    .home_section11_list ul li:nth-child(2):hover {
        margin-top: 0px;
    }

    .home_section11_list ul li .text_box {
        padding: 20px;
        height: 130px;
    }

    .home_section11_list ul li .text_box_con .box h3 {
        font-size: 15px;
        line-height: 26px;
        height: 52px;
    }

    .home_section11_list ul li .text_box_con .box {
        padding-left: 30px;
    }

    .home_section11_list ul li .text_box_con .time_box p {
        line-height: 22px;
    }

    .home_section11_list ul li .text_box_con .time_box p strong {
        font-size: 15px;
    }

    .home_section10 {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .home_section7 {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .home_section8 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home_section8_list ul li {
        width: 100%;
        height: 270px;
        margin: 15px 0;
    }

    .home_section8_list ul li .text_box {
        padding: 25px 20px;
    }

    .home_section8_list ul li .text_box h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .home_section8_list ul li .text_box h3 span {
        font-size: 14px;
    }

    .home_section8_list ul li .text_box h4 {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }

    .home_section8_list ul li .text_box .article {
        font-size: 13px;
        line-height: 22px;
        margin-top: 15px;
    }

    .home_section8_list ul li .text_box img {
        width: 16px;
        margin-top: 18px;
    }

    .home_section8_list ul li:nth-of-type(even) .pic_box {
        float: right;
    }

    .home_section8_list ul li:nth-of-type(even) .text_box {
        left: 0;
        right: initial;
    }

    .home_section8_list ul li:nth-child(3) .pic_box {
        float: left;
    }

    .home_section8_list ul li:nth-child(3) .text_box {
        left: initial;
        right: 0;
    }

    .home_section6 {
        padding-top: 60px;
        padding-bottom: 140px;
    }

    .home_section6_list ul li {
        width: 97%;
        margin-bottom: 100px;
    }

    .home_section6_list ul li:last-child {
        margin-bottom: 0;
    }

    .home_section6_list ul li .text_box h3 {
        font-size: 18px;
    }

    .home_section6_list ul li .text_box .article {
        font-size: 14px;
        line-height: 24px;
    }

    .home_section3_link_box p {
        font-size: 14px;
    }

    .home_section5 {
        padding-top: 60px;
        padding-bottom: 270px;
    }

    .home_section5_animation_box {
        display: none;
    }

    .home_section5_container ul li {
        margin: 80px 0;
    }

    .home_section5_container .ul2_box {
        top: 135px;
    }

    .home_section5_conter {
        padding-top: 60px;
    }

    .home_section9 {
        height: 220px;
    }

    .home_section9_box .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .home_section9_box .left h2 {
        font-size: 26px;
        text-align: center;
        line-height: 40px;
    }

    .home_section9_box .right {
        width: 100%;
    }

    .home_section9_box .right .input_box {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }

    .home_section9_box .right .input_box .input_text {
        font-size: 14px;
        padding: 14px 25px;
        padding-right: 140px;
    }

    .home_section9_box .right .input_box .input_btn {
        font-size: 16px;
        width: 130px;
        height: 50px;
        top: 4px;
        right: 4px;
        padding: 10px 20px;
    }

    .home_section4_container .home_section4_nav {
        width: 100%;
        padding-right: 0;
    }

    .home_section4_nav ul li {
        width: 96%;
        height: 180px;
        margin-bottom: 20px;
    }

    .home_section4_item_container {
        display: none;
    }

    .home_section4 {
        padding-top: 60px;
    }

    .home_section4_nav ul li h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .home_section4_nav ul li .article {
        font-size: 14px;
        line-height: 26px;
    }

    .home_section4_nav ul li .li_con {
        padding: 30px;
    }

    .home_section3_nav {
        display: none;
    }

    .home_section3_item_container {
        width: 100%;
    }

    .home_section3_container {
        height: auto;
    }

    .home_section3_item {
        display: block;
        margin-bottom: 30px;
    }

    .home_section3_item:last-child {
        margin-bottom: 0;
    }

    .home_section3_item .text_box_pro {
        position: relative;
        width: 100%;
        height: 290px;
        right: 0;
        top: 0;
        margin-top: 0;

        padding: 25px 30px;
    }

    .home_section3_item .text_box_pro .title_box h3 {
        font-size: 22px;
    }

    .home_section3_item .text_box_pro .title_box p {
        font-size: 24px;
        line-height: 40px;
    }

    .home_section3_item .text_box_pro .title_box p span {
        font-size: 50px;
    }

    .home_section3_item .text_box_pro .article {
        font-size: 15px;
        line-height: 28px;
        min-height: 84px;
    }

    .home_section3_link_box {
        width: 135px;
    }

    .home_section3_link_box .bjs {
        width: 131px;
        height: 46px;
    }

    .home_section3_link_box p {
        height: 46px;
        line-height: 26px;
    }

    .home_section3_item .text_box_pro_bj {
        width: 180px;
    }

    .home_section1_list ul li {
        width: 50%;
        height: 170px;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .home_section1_list {
        box-shadow: none;
    }

    .home_section1_list ul li:nth-of-type(3) {
        border-right: none;
    }

    .home_section1_list ul li:nth-of-type(5) {
        border-right: none;
    }

    /* .home_section1_list ul li:nth-of-type(5){
        border-bottom: none;
    } */
    .home_section1_list ul li:nth-of-type(6) {
        /* border-right: none; */
        border-bottom: none;
    }

    .home_section1_list ul li .num_box {
        height: 50px;
    }

    .home_section1_list ul li .num_box p {
        font-size: 16px;
        line-height: 50px;
    }

    .home_section1_list ul li .num_box p span {
        font-size: 36px;
    }

    .home_section1_list ul li .text_box {
        height: 48px;
    }

    .home_section1_list ul li .text_box p {
        font-size: 14px;
        line-height: 24px;
    }

    .home_section2_list {
        display: none;
    }

    .home_section2_list2 {
        display: block;
    }

    .home_section2_list {
        padding: 25px 0;
    }

    .home_section2_list ul {
        padding: 0 15px;
    }

    .home_section2_list ul li {
        float: initial;
        display: inline-block;
        width: 130px !important;
        height: auto;
        box-sizing: border-box;
        margin: 0 10px;
    }

    .home_section2_list ul li .pic_box {
        max-width: 130px;
        width: 100%;
        height: 50px;
        margin: 0 auto;
    }

    .home_section2_list ul li .pic_box img {
        max-width: 100% !important;
    }

    .home_section2_list {
        padding-top: 40px;
    }

    .home_section2_list ul li .pic_box img {
        display: none;
    }

    .home_section2_list ul li .pic_box .logo_pic2 {
        display: block;
        opacity: 1;
    }

    .home_banner_container .banner_text_pro {
        padding-top: 140px;
    }

    .home_banner_container .banner_text_box h2 {
        font-size: 24px;
        line-height: 44px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .banner_text_pro .input_box {
        max-width: 225px;
        width: 100%;
    }

    .banner_text_pro .input_box .input_text {
        width: 225px;
        font-size: 12px;
        height: 40px;
        padding: 5px 15px;
        padding-right: 90px;
    }

    .banner_text_pro .input_box .input_btn {
        height: 34px;
        font-size: 12px;
        padding: 2px 13px;
        top: 3px;
        right: 3px;
    }

    .banner_text_pro .input_box p {
        font-size: 13px;
        padding-left: 15px;
        line-height: 20px;
        margin-top: 12px;
    }

    .banner_text_box .banner_text_list {
        margin-top: 35px;
    }

    .banner_text_box .banner_text_list ul li {
        min-height: 44px;
        height: auto;
        padding-left: 44px;
        box-sizing: border-box;
        margin: 20px 0;
    }

    .banner_text_box .banner_text_list ul li .icon_box {
        position: absolute;
        top: 0;
        left: 0;
        width: 44px;
        height: 44px;
    }

    .banner_text_box .banner_text_list ul li .icon_box img {
        width: 44px;
        height: 44px;
    }

    .banner_text_box .banner_text_list ul li .text_box h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .banner_text_box .banner_text_list ul li .text_box {
        margin-left: 0;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .banner_text_box .banner_text_list ul li .text_box p {
        line-height: 20px;
        font-size: 13px;
    }


    /* .home_banner_container .home_banner_slider .banner_pic{
        background: url(../images/home_banner2_banner.jpg) no-repeat center center;
        background-size: cover;
        height: 100vh;
    } */
    .home_banner_container .home_banner_slider .banner_pic {
        display: none;
    }

    .home_banner_container .home_banner_slider .phone_banner_pic {
        display: block;
    }

    .banner_text_box .banner_text_list ul li:nth-of-type(3) {
        margin-top: 40px;
    }

    .home_section4_nav ul li .li_bj {
        left: 4%;
    }

    .banner_text_box .banner_text_list ul li .text_box p br {
        display: block;
    }

    .banner_text_box .banner_text_list ul li .text_box p span {
        display: none;
    }

    .home_campaign_box {
        display: none;
    }

    .home_section2_list ul li:nth-of-type(1) {
        padding-right: 0px;
    }

    .home_section2_list ul li:nth-of-type(5) {
        padding-left: 0px;
    }

    .pc_home_campaign {
        display: none;
    }

    .mob_home_campaign {
        /* display: block; */
    }

    .home_wrapper {
        top: 0;
    }



    .home_section3_link_box .bjs {
        transition: none;
    }

    .home_campaign_close {
        width: 35px;
        height: 35px;
        background: url(../images/home_campaign_close_icon.png) center center no-repeat;
        background-size: 20px;
        top: 0;
        right: 0;
        display: none;
    }

    .home_section7_list ul li:last-child .li_con .text_box {
        padding-top: 0;
    }

    .home_section7_list ul li .li_con {
        padding-left: 120px;
        min-height: 60px;
        height: auto;
        box-sizing: border-box;
    }

    .home_section7_list ul li .li_con .pic_box {
        position: absolute;
        top: 0;
        left: 0;
    }

    .home_section7_list ul li .li_con .text_box {
        padding: 0;
        padding-left: 10px;
        text-align: left;
    }

    .home_section5_new {
        padding-bottom: 60px;
    }

    .home_section5 .section_container_con {
        width: auto !important;
    }

    .home_section5_new_container ul,
    .home_section5_new_container .ul2_box {
        position: relative;
    }

    .home_section5_new_conter {
        height: auto;
    }

    .home_section5_new_animation_box {
        display: none;
    }

    .home_section5_new_container ul {
        width: 100%;
    }

    .home_section5_new_container ul li {
        max-width: 360px;
        width: 100%;
        margin: 10px 0;
    }

    .home_section5_new_container .ul1_box li:nth-of-type(1) {
        left: 0;
    }

    .home_section5_new_container .ul1_box li:nth-of-type(2) {
        left: 0;
    }

    .home_section5_new_container .ul1_box li:nth-of-type(3) {
        left: 0;
    }

    .home_section5_new_container .ul1_box li:nth-of-type(4) {
        left: 0;
    }

    .home_section5_new_container .ul1_box li:nth-of-type(5) {
        left: 0;
    }

    .home_section5_new_container .ul2_box li:nth-of-type(1) {
        right: 0;
    }

    .home_section5_new_container .ul2_box li:nth-of-type(2) {
        right: 0;
    }

    .home_section5_new_container .ul2_box li:nth-of-type(3) {
        right: 0;
    }

    .home_section5_new_container .ul2_box li:nth-of-type(4) {
        right: 0;
    }

    .home_section5_new_container .ul2_box li:nth-of-type(5) {
        right: 0;
    }

    .home_section5_new_container .ul1_box li .li_con {
        padding-right: 86px;
    }

    .home_section5_new_container .ul1_box li:nth-child(odd) .li_con .icon_box {
        left: 0;
    }

    .home_section5_new_container .ul1_box li:nth-child(odd) .li_con {
        padding-left: 86px;
        padding-right: 0;
    }

    .home_section5_new_container ul li .text_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home_section5_new_container .ul1_box li .text_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home_section5_new_container .ul1_box li:nth-child(odd) .text_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home_section5_new_container .ul1_box li:nth-child(odd) .text_box p {
        text-align: left;
    }

    .home_section5_new_container .ul2_box li .li_con {
        padding-left: 86px;
    }

    .home_section5_new_container .ul2_box li:nth-child(odd) .li_con .icon_box {
        left: initial;
        right: 0;
    }

    .home_section5_new_container .ul2_box li:nth-child(odd) .li_con {
        padding-right: 86px;
        padding-left: 0;
    }

    .home_section5_new_container .ul2_box li:nth-child(odd) .text_box {
        padding-right: 15px;
        padding-left: 15px;
    }

    .home_section5_new_container .ul2_box li:nth-child(odd) .text_box p {
        text-align: right;
    }

    .home_section13_list {
        width: 100%;
        height: 160px;
    }

    .home_section13_list .left {
        width: 70%;
        height: 180px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide:hover {
        width: 190px;
        height: 28px;
        background: #1FA1D7;
        box-shadow: 0px 10px 20px 1px rgba(21, 180, 188, 0.1000);
        border-radius: 0px 8px 8px 0px;
        border: 1px solid #1FA1D7;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide:hover .title {
        color: #fff;
    }

    .home_section13_list .left .swiper {
        width: 100%;
        height: 100%;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide {
        height: 30px !important;
        margin: 0px 0 0px;
    }

    .home_section13_list .left .swiper .swiper-wrapper .swiper-slide .title {
        width: 100%;
        height: 30px !important;
        line-height: 30px;
        margin-left: 40px;
        font-size: 12px;
    }

    .home_section13_list .right {
        width: 44%;
        height: 100%;
    }

    .home_section13_list .right .img {
        display: none;
        width: 100%;
        height: 100%;
        background: url("../images/home_section13_bj.png") no-repeat right;
        background-size: 100% 100%;
    }

    .home_section13_list .right .img_wap {
        display: block;
    }
}

@media screen and (max-width: 768px) and (min-width: 400px) {
    .mob_home_campaign {
        height: 80px;
        background: url("../images/mob_bannerIndex3.jpg") center center no-repeat;
        background-size: cover;
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .home_section5_container ul {
        left: -5px;
    }

    .home_section5_container .ul2_box {
        right: -5px;
    }
}

@media screen and (max-width: 360px) {
    .home_section5_container .ul2_box {
        right: -25px;
    }

    .home_section5_container ul li {
        width: 340px;
        height: 104px;
    }

    .home_section5_container ul li .li_con {
        height: 84px;
        padding-left: 84px;
    }

    .home_section5_container ul li .li_con .icon_box {
        width: 84px;
        height: 84px;
    }

    .home_section5_container ul li .li_con .icon_box img {
        top: 20px;
        left: 20px;
    }

    .home_section5_container ul li .text_box {
        padding-right: 20px;
    }

    .home_section5_container .ul2_box li .text_box {
        padding-left: 28px;
        padding-right: 5px;
    }
}