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;
}




/* 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);
    /* padding: 10px 0; */
}

.home_header_box{
    top: 100px;
}

.header_box.active {
    background: rgba(0, 0, 0, 0.7);
    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: -7px;
    left: 15px;
}
.header .logo a{
    display: block;
}
.header .logo img{
    display: block;
    width: 190px;
    height: auto;
}
.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: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 40px;
    letter-spacing: 1px;
}
.header_right .nav ul li a:hover{
    color: #dcdcdc;
}
.header_right .nav ul li a.active{
        color: #fff;background: #e60012;
}
.header_right .nav ul li .subNav_bj{
    width: 100%;
    height: 60px;
    border-top: 1px solid #333;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 100px;
    left: 0;

    transition: all 0.8s;
}
.header_right .nav ul li .subNav{
    width: 800px;
    height: auto;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -400px;
    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: #b5b5b5;
}

.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: 40px;
    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: #e60012;
    border-radius: 50px;
    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 #e60012;
}

.header_right .right_sign_box_con a.link_register{
    background: #1573f1;
    margin-left: 15px;
    border: 1px solid #1573f1;
}

.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;
}
.header_right .right_sign_box_con .language_box p span{
    background: url('../images/language_jt.png') no-repeat 60px center;
    padding-right: 20px;
    box-sizing: border-box;
    border-radius: 40px;
    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: #e60012;
    border-radius: 50px;
    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.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: 40px;
    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: #e60012;
    border-radius: 50px;
    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: 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;
}


/* sidebar_box */
.sidebar_box{
    width: 80px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 30px;
    margin-top: -120px;
    z-index: 999;
}
.sidebar_box_conter{
    width: 100%;
    height: auto;
    position: relative;
}
.sidebar_box_conter ul{
    border-radius: 10px;
    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;
    color: #333;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
}
.sidebar_box_conter ul li:hover{
    background:#e60012;
}
.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:#e60012;
    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: 50px;
    margin-top: 10px;
    position: relative;
    left: -5px;
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(to left,#fbbabf , #e66973 , #e60012);
}
.sidebar_box_link_box .link_box{
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50px;
    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: 20px;
    -moz-border-radius: 20px;
    border: 5px solid transparent;
    border-radius: 50%;
    z-index: 2;
}
.sidebar_punctuation_box .pulse {
    position: absolute;
    width: 110px; 
    height: 110px;
        left: -20px;
    top: -20px;
    border: 10px solid #e60012;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    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: 25%;
    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: #e60012;
    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%;
    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: #e60012;
    transition:all .4s;
    border-radius: 10px;
    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_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 , #d22f3c);
    -webkit-background-clip: text;
    color: transparent;
}
.home_section3_nav ul li.active h3{
    padding-left: 25px;

    background-image: linear-gradient(to right,#00bbac , #01b6db , #d22f3c);
    -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,.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 , #d22f3c);
    -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,.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;    border-radius: 5px;
}

.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,#4c4c4c , #4c4c4c );
    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,#383838 , #616161 , #383838);
}
.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;

    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: 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{
    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: 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%;
    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,.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 #ffffff;
    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: 20px;
}
.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.30);
    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,#e60012 , #e60012 , #d22f3c);
    -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: 150px;top: 55px;
}
.home_section5_new_container .ul1_box li:nth-of-type(2){
    left: 98px;  opacity:0;
}
.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; opacity:0;
}
.home_section5_new_container .ul1_box li:nth-of-type(5){
    left: 156px;top: -56px;
}


.home_section5_new_container .ul2_box li:nth-of-type(1){
    right: 162px;top: 55px;
}
.home_section5_new_container .ul2_box li:nth-of-type(2){
    right: 98px; opacity:0;
}
.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;opacity:0;
}
.home_section5_new_container .ul2_box li:nth-of-type(5){
    right: 162px;top: -56px;
}





/* 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%;
    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%;
    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%;
    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,.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 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgba(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,#d22f3c 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: 125px;
    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: 36px;
    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: 15px 25px;
    padding-right: 220px;
    box-sizing: border-box;
    border: none;
    border-radius: 60px;

    font-size: 22px;
    color: #333;
    line-height: 30px;
}
.home_section9_box .right .input_box .input_btn{
    display: block;
    width: 200px;
    height: 50px;
    background: linear-gradient(to left , #e60012 , #d22f3c);
    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,.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;

    -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: 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,.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: #d22f3c;
    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: #d22f3c;
}

.home_section11_list ul li:hover .text_box_con .box .more{
    color: #d22f3c;
}

.index_team ul li .text_box_con{ padding-left:0;}
.index_team ul li .text_box_con .box{ padding-left:0;}
.index_team ul li .text_box_con .box h3 span:nth-child(2){    color: #a7a7a7;font-weight: normal;font-size: 14px;}
.index_team ul li  .text_box_con .box h3 {
    height: 35px;
}
.index_team ul li  .text_box_con .box .article{    color: #737373;}
.index_team ul li {
    float: left;
    width: 22%;}
.index_team ul li:nth-child(2) {
    margin-top: 45px;
}
.index_team ul li:nth-child(3) {
    margin-top: 45px;
}
.index_team ul li .text_box {
    width: 100%;
    height: 265px;}
	
	
/* 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: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}
.home_section12_list ul li{
    display: inline-block;
    width: 220px;
    height: auto;
    padding: 30px 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;

    -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;    background: #2e3136;
}
.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: 42%;
    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: #868686;
    line-height: 22px;
    font-weight: 500;
}
.footer_top_box .footer_left .numbers_box p{
    font-size: 14px;
    color: #868686;
    line-height: 30px;
    margin-top: 10px;
}
.footer_top_box .footer_left .numbers_box .numbers{
    font-size: 32px;
    color: #cacaca;
    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: #868686;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
.footer_top_box .footer_right{
    float: right;
    width: 58%;
    height: auto;
}
.footer_top_box .footer_right ul{
    float: right;
    width: 100%;
    height: auto;
}
.footer_top_box .footer_right ul li{
    float: left;
    width: 20%;
    height: auto;
}
.footer_top_box .footer_right ul li .li_con{
    height: auto;
}
.footer_top_box .footer_right ul li a{
    display: block;
    font-size: 14px;
    color: #868686;
    line-height: 28px;
    text-align: center;
}
.footer_top_box .footer_right ul li p a{
    font-size: 18px;
    color: #868686;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer_top_box .footer_right ul li a:hover{
    color:#e60012;
}
.footer_bottom{
    width: 100%;
    height: auto;
    padding: 15px 0;
    box-sizing: border-box;
    background: #2e3136;
}
.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: #d22f3c;
}
.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 .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;
    }

    .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;
    }

    .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: 15px;
    }


    .home_section5_new_container .ul1_box li:nth-of-type(1){
        left: 100px;
    }
    .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: 100px;
    }
    
    
    .home_section5_new_container .ul2_box li:nth-of-type(1){
        right: 113px;
    }
    .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: 110px;
    }
    

}


@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: 10px;
    }
    .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: 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;
    }
	.index_team ul li {
    width: 47%;
}
	.index_team ul li .text_box_con .box {
    padding-left: 0;
}.index_team ul li .text_box_con .box h3 {
    height: 35px;
}
.index_team ul li .text_box_con .box .article {
    color: #737373;
    font-size: 12px;
}
.index_team ul li .text_box {
    width: 100%;
    height: 170px;
}.home_section11_list ul li:nth-child(3) {
    margin-top: 0px;
}



	
	
    .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){

    }
    .home_section1_list ul li:nth-of-type(5){
        border-right: 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: 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;
    }


    .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, 0.8);
        background-size:110%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        padding: 65px 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: 10px;
        right:10px;
    }
    .header_close svg {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .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: 2px 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:5px;
        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: 40px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        margin:  0 5px;
    }
    .phone_header_right .header_link  a.link_login{
        background: #e60012;
    }
    .phone_header_right .header_link  a.link_register{
        background: #1573f1;
    }
    .phone_header_right .header_link  a.link_language{
        background: #969696 url(../images/language_jt.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: 36px;
    }

    .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_header_box {
        top: 0px;
    }
    .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;
    }


    .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;top: 0;
    }
    .home_section5_new_container .ul1_box li:nth-of-type(2){
        left: 0; display:none;
    }
    .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;display:none;
    }
    .home_section5_new_container .ul1_box li:nth-of-type(5){
        left: 0;top: 0;
    }
    
    
    .home_section5_new_container .ul2_box li:nth-of-type(1){
        right: 0;top: 0;
    }
    .home_section5_new_container .ul2_box li:nth-of-type(2){
        right: 0;display:none;
    }
    .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;display:none;
    }
    .home_section5_new_container .ul2_box li:nth-of-type(5){
        right: 0;top: 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;
    }


}


@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;
    }
    
}