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: 5%;
    background: url('../images/home_campaign_close_icon.png') center center no-repeat;
    background-size: 30px;
    cursor: pointer;
}




/* header */
.header_box {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px 0;
    box-sizing: border-box;

    /* transition: all 0.6s; */
}

.privacyClause_header_box {
    /*background: rgba(0, 139, 191, 0.9);*/
    background: #003366;
    /* padding: 10px 0; */
}

.home_header_box {
    top: 100px;
}

.header_box.active {
    /*background: rgba(0, 139, 191, 0.9);*/
    background: #201F42;
    padding: 0px 0;
    top: 0;
}

.header_box.active .header_right .nav ul li .subNav_bj {
    top: 80px;
}

.home_header_box .header_right .nav ul li .subNav_bj {
    top: 200px;
}

.home_header_box.active .header_right .nav ul li .subNav_bj {
    top: 80px;
}

.header {
    max-width: 1430px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
    padding-left: 215px;
}

.header .logo {
    width: 190px;
    height: 80px;
    padding: 22px 0;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 15px;
    /* background: url('../images/log_dl.png'); */
    background-repeat: no-repeat;
    background-size: 20% auto;
    background-position: left;
}

.header .logo a {
    display: block;
}

.header .logo img {
    display: block;
    width: 190px;
    height: auto;
}

.header .logo a {
    display: block;
    /* padding-left: 45px; */
}

.header .header_right {
    float: left;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding-left: 20px;
}

.header_right .nav {
    float: left;
    width: auto;
    height: 80px;
    position: relative;
}

.header_right .nav ul {
    float: right;
}

.header_right .nav ul li {
    float: left;
    padding: 20px 0;
    box-sizing: border-box;
    margin-right: 0px;
    position: relative;
}

.header_right .nav ul li a {
    display: block;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    letter-spacing: 1px;
}

.header_right .nav ul li a:hover {
    color: #70DEF5;
}

.header_right .nav ul li .subNav_bj {
    width: 100%;
    height: 60px;
    border-top: 1px solid #CCCCCC;
    background: #003366;
    opacity: 0.6;
    position: fixed;
    top: 100px;
    left: 0;

    transition: all 0.8s;
}

.header_right .nav ul li .subNav {
    width: 900px;
    height: auto;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -300px;
    transition: all 0.8s;

    display: none;
}

.header_right .nav ul li .subNav .subNav_jt {
    width: 8px;
    height: 7px;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -4px;
    background: url('../images/subNav_jt.png') no-repeat center center;
}

.header_right .nav ul li .subNav_con {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    box-sizing: border-box;
}

.header_right .nav ul li .subNav a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 0px;
    font-size: 15px;
}

.header_right .nav ul li .subNav a:hover {
    background: none;
    color: #70DEF5;
}

.header_right .right_sign_box {
    float: right;
    width: auto;
    height: 80px;
    position: relative;
}

.header_right .right_sign_box_con {
    float: left;
    width: auto;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.header_right .right_sign_box_con a.link {
    float: left;
    width: 90px;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.header_right .right_sign_box_con a.link span {
    position: relative;
    z-index: 2;
}

.header_right .right_sign_box_con a.link:after {
    content: '';
    display: block;
    width: 0%;
    height: 102%;
    background-color: #70DEF5;
    border-radius: 5px;
    position: absolute;
    top: -1%;
    left: -1%;
    transition: all 0.3s;
    z-index: 1;
}

.header_right .right_sign_box_con a.link:hover:after {
    width: 102%;
}

.header_right .right_sign_box_con a.link:hover {
    border: 1px solid #70DEF5;
}

.header_right .right_sign_box_con a.link_register {
    background: #0099CC;
    margin-left: 15px;
    border: 1px solid #0099CC;
}

.header_right .right_sign_box_con .language_box {
    float: left;
    width: 90px;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.header_right .right_sign_box_con .language_box p span {
    background: url('../images/language_jt_down.png') no-repeat 60px center;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.header_right .right_sign_box_con .language_box p strong {
    position: relative;
    z-index: 2;
    font-weight: normal;
    padding-right: 20px;
    box-sizing: border-box;
    color: #fff;
}

.header_right .right_sign_box_con .language_box p:after {
    content: '';
    display: block;
    width: 0%;
    height: 102%;
    background-color: #70DEF5;
    border-radius: 5px;
    position: absolute;
    top: -1%;
    left: -1%;
    transition: all 0.3s;
    z-index: 1;
}

.header_right .right_sign_box_con .language_box p:hover:after {
    width: 102%;
}

.header_right .right_sign_box_con .language_box:hover p {
    background: url('../images/language_jt_down.png') no-repeat 60px center;
}

.header_right .right_sign_box_con .language_show {
    width: 100%;
    height: auto;
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    display: none;
}

.header_right .right_sign_box_con .language_show a {
    float: left;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 5px 5px;
    padding-right: 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.header_right .right_sign_box_con .language_show a span {
    position: relative;
    z-index: 2;
}

.header_right .right_sign_box_con .language_show a:after {
    content: '';
    display: block;
    width: 0%;
    height: 102%;
    background-color: #30d0da;
    border-radius: 5px;
    position: absolute;
    top: -1%;
    left: -1%;
    transition: all 0.3s;
    z-index: 1;
}

.header_right .right_sign_box_con .language_show a:hover:after {
    width: 102%;
}

/*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: 5px;

    font-size: 16px;
    color: #888;
    line-height: 30px;
}

.banner_text_pro .input_box .input_btn {
    display: block;
    width: auto;
    height: 50px;
    background-color: #0099CC;
    padding: 10px 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    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;
}


/* sidebar_box */
.sidebar_box {
    width: 80px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 30px;
    margin-top: 0px;
    z-index: 999;
}

.sidebar_box_conter {
    width: 100%;
    height: auto;
    position: relative;
}

.sidebar_box_conter ul {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 2px 0px #b0b0b0;
}

.sidebar_box_conter ul li {
    float: left;
    width: 80px;
    height: 80px;
    padding: 13px 10px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(255, 255, 255, 0.90);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.sidebar_box_conter ul li:last-child {
    border-bottom: none;
}

.sidebar_box_conter ul li .icon_box {
    width: 60px;
    height: 32px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}

.sidebar_box_conter ul li .icon_box img {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -16px;
}

.sidebar_box_conter ul li .icon_box img.icon_pic2 {
    opacity: 0;
}

.sidebar_box_conter ul li p {
    font-size: 13px;
    product_collection.html color: #333;
    line-height: 15px;
    text-align: center;
    font-weight: 500;
}

.sidebar_box_conter ul li:hover {
    background: #0099CC;
}

.sidebar_box_conter ul li:hover .icon_box img {
    opacity: 0;
}

.sidebar_box_conter ul li:hover .icon_box img.icon_pic2 {
    opacity: 1;
}

.sidebar_box_conter ul li:hover p {
    color: #fff;
}

.sidebar_box_conter ul li .text_box {
    width: 0;
    height: 80px;
    background: #0099CC;
    box-sizing: border-box;
    padding: 20px 0px;
    box-sizing: border-box;
    position: absolute;
    top: 81px;
    right: 81px;
    opacity: 0;
}

.sidebar_box_conter ul li .text_box p {
    width: 150px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
}

.sidebar_box_link_box {
    display: block;
    width: 90px;
    height: 90px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    left: -5px;
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(to left, #00bbac, #01b6db, #007ac3);
}

.sidebar_box_link_box .link_box {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 13px 0;
    box-sizing: border-box;
    z-index: 10;
}

.sidebar_box_link_box img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-bottom: 2px;
    position: relative;
    z-index: 1;
}

.sidebar_box_link_box p {
    font-size: 13px;
    color: #333;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 1;
    font-weight: 500;
}


@keyframes warn {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0.1;
    }

    25% {
        -webkit-transform: scale(0.80);
        opacity: 0.3;
    }

    50% {
        -webkit-transform: scale(0.90);
        opacity: 0.2;
    }

    75% {
        -webkit-transform: scale(0.95);
        opacity: 0.1
    }

    100% {
        -webkit-transform: scale(1.05);
        opacity: 0;
    }
}

.sidebar_punctuation_box {
    width: 90px;
    height: 90px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 9;
}

.sidebar_punctuation_box .dot {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0px;
    top: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 5px solid transparent;
    border-radius: 5%;
    z-index: 2;
}

.sidebar_punctuation_box .pulse {
    position: absolute;
    width: 110px;
    height: 110px;
    left: -20px;
    top: -20px;
    border: 10px solid #0279bd;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2.5s ease-out;
    -moz-animation: warn 2.5s ease-out;
    animation: warn 2.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.sidebar_box_conter ul li.gotop {
    display: none;
}


/* 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, .08);
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 9;
}

.home_section1_list ul li {
    float: left;
    width: 16.666666%;
    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: #70DEF5;
    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: 40px;
    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: #70DEF5;
    transition: all .4s;
    border-radius: 5px;
    opacity: 0;
}

.home_section1_list ul li:hover:after {
    box-shadow: 0 3px 15px rgba(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 .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;
}

.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;
}

.home_section2_list ul li .pic_box .logo_pic2 {
    opacity: 0;
}

.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: 350px;
    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: 100px;
    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: 5%;
    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: 120px;
    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: 5px;
    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: 5px;
    overflow: hidden;
}

.home_section3_item .text_box_pro {
    width: 720px;
    height: 400px;
    background: rgba(255, 255, 255, 0.97);

    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: -5px 0 15px 1px rgba(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: 5px;
    margin-top: 10px;
    position: relative;
    text-align: center;

    background: linear-gradient(to top, #70DEF5, #0099CC);
    cursor: pointer;
}

.home_section3_link_box .bjs {
    width: 146px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    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: 5px;
    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: 5px;
}

.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: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(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: 5px;
    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: 5%;
    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: 5%;
    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;

    animation: home_section5_animation_yuan_hx 5.5s linear infinite;
}

@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, .30);
    border-radius: 5%;
    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: 5%;
    content: '';
    background: #fff;
}

.xian_point_box::before {
    animation: xian_scale 2.5s infinite;
}

.xian_point_box::after {
    animation: xian_scale2 2.5s infinite;
}

@keyframes xian_scale {
    0% {
        transform: scale(1);
        opacity: .7
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes xian_scale2 {
    0% {
        transform: scale(1);
        opacity: .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: 5%;
    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);
}

/* 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: 5px;
    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: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px 1px rgba(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 {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    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;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .08);
    position: relative;
    z-index: 10;
}

.home_section7_list ul li {
    float: left;
    width: 33.333333%;
    height: auto;
    padding: 10px 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    box-sizing: border-box;

    border-right: 1px solid #ededed;
}

.home_section7_list ul li:nth-child(1) {
    border-bottom: 0px solid #ededed;
    padding-top: 10px;
    padding-bottom: 30px;
}

.home_section7_list ul li:nth-child(2) {
    border-bottom: 0px solid #ededed;
    padding-top: 10px;
    padding-bottom: 30px;
}

.home_section7_list ul li:nth-child(3) {
    border-bottom: 0px solid #ededed;
    border-right: none;
    padding-top: 10px;
    padding-bottom: 30px;
}

.home_section7_list ul li:nth-child(6) {
    border-right: none;
}

.home_section7_list ul li .li_con {
    width: 100%;
    height: auto;
    min-height: 80px;
    position: relative;
    padding-left: 160px;
    box-sizing: border-box;
}

.home_section7_list ul li .li_con .pic_box {
    width: 80px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.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: 10px 0;
    padding-left: 10px;
    box-sizing: border-box;
}

.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: 5px;
    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: 2px;
    margin-bottom: -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: 5px;

    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: 5px;
    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, .08);
    border-radius: 5px;

    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;

    -webkit-transition: margin-top 0.3s ease-in-out;
    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: 5px;
}

.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: 5px;
    box-shadow: 0 5px 15px 0 rgba(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, .08);
    border-radius: 5px;
    padding: 0 20px;
    box-sizing: border-box;
}

.home_section12_list ul li {
    display: inline-block;
    width: 250px;
    height: auto;
    padding: 20px 5px;
    box-sizing: border-box;
    margin: 0 10px;
}

.home_section12_list ul li .pic_box {
    max-width: 200px;
    width: 100%;
    height: 100px;
    margin: 0 auto;

    -webkit-transition: margin-top 0.3s ease-in-out;
    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;
}

/* footer */
.footer {
    width: 100%;
    height: auto;
}

.footer_top {
    width: 100%;
    height: auto;
    padding: 55px 0;
    padding-top: 60px;
    box-sizing: border-box;
    border-top: 1px solid #ededed;
}

.footer_top_box {
    width: 100%;
    height: auto;
}

.footer_top_box .footer_left {
    float: left;
    width: 43%;
    height: auto;
    padding-top: 5px;
    padding-right: 10px;
    box-sizing: border-box;
}

.footer_top_box .footer_left .numbers_box {
    float: left;
    width: auto;
    height: auto;
    padding-right: 30px;
    box-sizing: border-box;
}

.footer_top_box .footer_left .numbers_box h3 {
    font-size: 22px;
    color: #007ac3;
    line-height: 22px;
    font-weight: 500;
}

.footer_top_box .footer_left .numbers_box p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}

.footer_top_box .footer_left .numbers_box .numbers {
    font-size: 36px;
    color: #007ac3;
    line-height: 60px;
    margin-top: 12px;
    margin-bottom: 28px;
    font-weight: 600;
}

.footer_top_box .footer_left .code_box {
    float: left;
    width: auto;
    height: auto;
}

.footer_top_box .footer_left .code_box .pic_box {
    float: left;
    width: 113px;
    height: auto;
    margin: 0 20px;
}

.footer_top_box .footer_left .code_box .pic_box img {
    display: block;
    width: 113px;
    height: auto;
    margin: 0 auto;
}

.footer_top_box .footer_left .code_box .pic_box p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.footer_top_box .footer_right {
    float: right;
    width: 57%;
    height: auto;
}

.footer_top_box .footer_right ul {
    float: right;
    width: 100%;
    height: auto;
}

.footer_top_box .footer_right ul li {
    float: left;
    width: 14.285%;
    height: auto;
}

.footer_top_box .footer_right ul li .li_con {
    width: 95px;
    height: auto;
    float: right;
}

.footer_top_box .footer_right ul li a {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
}

.footer_top_box .footer_right ul li p a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_top_box .footer_right ul li a:hover {
    color: #70DEF5;
}

.footer_bottom {
    width: 100%;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
    background: #201F42;
}

.footer_bottom p {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #7a8089;
    line-height: 30px;
    text-align: center;
}

.footer_bottom p span {
    display: none;
}

.footer_bottom p a {
    display: inline-block;
    color: #7a8089;
}

.footer_bottom p a:hover {
    color: #70DEF5;
}

.header .header_right .nav-toggle {
    display: none;
}

.phone_hearder_nav {
    display: none;
}


@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 {
        padding-left: 80px;
    }

    .home_section7_list ul li .li_con .pic_box {
        width: 80px;
        height: 80px;
    }

    .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 {
        min-height: 60px;
    }

    .home_section7_list ul li .li_con .text_box {
        padding: 0;
        padding-left: 10px;
    }

    .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;
    }

    .sidebar_box {
        top: 43%;
        right: 5px;
    }

    .sidebar_box_link_box {
        margin-bottom: 40px;
    }

    .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;
    }

}


@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_section11_list {
        height: 510px;
    }

    .home_section5 .section_container_con {
        max-width: 1200px;
    }

}

@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, .08);
        border-radius: 5px;
    }

    .header_right .nav ul li .subNav_bj {
        height: 50px;
    }

    .header_right .nav ul li .subNav_con {
        padding: 5px 0;
    }

    .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;
    }
}


@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: 24px;
        margin-top: 16px;
    }

    .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%;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .home_section1_list {
        box-shadow: none;
    }

    .home_section1_list ul li:nth-of-type(2) {
        border-right: none;
    }

    .home_section1_list ul li:nth-of-type(4) {
        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: 28px;
    }

    .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;
    }


    .header {
        max-width: 100% !important;
        width: 100% !important;
        height: auto;
    }

    .header_box {
        padding: 10px 0;
    }

    .header_right .nav {
        display: none;
    }

    .header_right .right_sign_box {
        display: none;
    }


    .header .header_right .nav-toggle {
        width: 65px;
        height: 60px;
        position: absolute;
        top: 10px;
        right: 5px;
        display: block;
    }

    .header .header_right .nav-toggle svg {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 15px;
        right: 10px;
    }

    .header .header_right .nav-toggle svg path {
        fill: #fff;
    }

    /* phone_hearder_nav */
    .phone_hearder_nav {
        max-width: 100%;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .98);
        background-size: 110%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        padding: 80px 20px;
        box-sizing: border-box;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    .body_open .phone_hearder_nav {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }


    .header_close {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .header_close svg {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 18px;
        right: 18px;
    }

    .phone_hearder_nav ul {
        width: 100%;
        height: auto;
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .phone_hearder_nav ul li {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        padding: 5px 0px;
        box-sizing: border-box;
    }

    .phone_hearder_nav ul li p {
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        padding: 0px 10px;
        box-sizing: border-box;
        position: relative;
    }

    .phone_hearder_nav ul li p svg {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 11px;
        right: 10px;
    }

    .phone_hearder_nav ul li p svg.icon_up {
        display: none;
    }

    .phone_hearder_nav ul li p.active svg {
        display: none;
    }

    .phone_hearder_nav ul li p.active svg.icon_up {
        display: block;
    }

    .phone_hearder_nav ul li p.active {
        color: #15b4bc;
    }

    .phone_hearder_nav ul li p.active svg path {
        fill: #15b4bc;
    }

    .phone_hearder_nav ul li p.active svg path {
        fill: #15b4bc;
    }

    .phone_hearder_nav ul li.li1 a {
        display: block;
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .phone_hearder_nav ul li .li_center {
        width: 100%;
        height: auto;
        padding: 0 20px;
        box-sizing: border-box;
        padding-top: 10px;
        display: none;
    }

    .phone_hearder_nav ul li .li_center a {
        display: block;
        width: 100%;
        height: auto;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        padding: 5px 10px;
        box-sizing: border-box;
    }

    .phone_header_right .header_link {
        text-align: center;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .phone_header_right .header_link a.link {
        display: inline-block;
        width: 85px;
        height: auto;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        text-align: center;
        padding: 5px 10px;
        box-sizing: border-box;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        margin: 0 5px;
    }

    .phone_header_right .header_link a.link_login {
        background: #30d0da;
    }

    .phone_header_right .header_link a.link_register {
        background: #0099CC;
    }

    .phone_header_right .header_link a.link_language {
        background: #15b4bc url(../images/language_jt_down.png) no-repeat 55px center;
        padding-right: 30px;
    }

    /* .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;
    }

    .header .logo {
        padding: 27px 0 !important;
    }

    .header .logo img {
        width: auto !important;
        height: 26px;
    }

    .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; */
        display: none;
    }

    .home_header_box {
        top: 0;
    }

    .home_wrapper {
        top: 0;
    }

    .footer_bottom p span {
        display: inline-block;
    }

    .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;
    }

}


@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;
    }
}

@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;
    }

}