﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*头部开始********************************************************************************************/

/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
    font-family: "PMZD";
    src: url("../font/PMZD.woff2") format("woff2"),
    url("../font/PMZD.woff") format("woff"),
    url("../font/PMZD.ttf") format("truetype"),
    url("../font/PMZD.eot") format("embedded-opentype"),
    url("../font/PMZD.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Light";
    src: url("../font/Montserrat-Light.woff2") format("woff2"),
    url("../font/Montserrat-Light.woff") format("woff"),
    url("../font/Montserrat-Light.ttf") format("truetype"),
    url("../font/Montserrat-Light.eot") format("embedded-opentype"),
    url("../font/Montserrat-Light.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Regular";
    src: url("../font/Montserrat-Regular.woff2") format("woff2"),
    url("../font/Montserrat-Regular.woff") format("woff"),
    url("../font/Montserrat-Regular.ttf") format("truetype"),
    url("../font/Montserrat-Regular.eot") format("embedded-opentype"),
    url("../font/Montserrat-Regular.svg") format("svg");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold.woff2") format("woff2"),
    url("../font/Montserrat-Bold.woff") format("woff"),
    url("../font/Montserrat-Bold.ttf") format("truetype"),
    url("../font/Montserrat-Bold.eot") format("embedded-opentype"),
    url("../font/Montserrat-Bold.svg") format("svg");
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../font/SourceHanSansCN-Regular.woff2") format("woff2"),
    url("../font/SourceHanSansCN-Regular.woff") format("woff"),
    url("../font/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
    url("../font/SourceHanSansCN-Regular.svg") format("svg");
}
.w {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.mCSB_scrollTools{
    width: 2px;
}
.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #666;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background:  #ccc;
    opacity: 1;
}
::-webkit-input-placeholder{
    color: #fff;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #fff;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after{
    display: none;
}
.next1,
.prev1{
    width: 40px;
    height: 40px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    outline:none;
    position: static;
}
.prev1{
    background: url(../images/prev_icon1.png) no-repeat center center;
    opacity: 0.2;
}

.next1{
    background: url(../images/next_icon1.png) no-repeat center center;
    opacity: 0.2;
    margin-left: 27px;
}
.prev1:hover{
    opacity: 1;
}
.next1:hover{
    opacity: 1;

}
.prev2,
.next2{
    width: 50px;
    height: 50px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    outline:none;
}
.prev2{
    background: url(../images/prev_icon2.png) no-repeat center center;
}
.next2{
    background: url(../images/next_icon2.png) no-repeat center center;
}
.prev2:hover{
    background: url(../images/prev_icon2_hover.png) no-repeat center center;
}
.next2:hover{
    background: url(../images/next_icon2_hover.png) no-repeat center center;
}

.prev2{
    position: static;
    margin-top: 0;
}
.next2{
    position: static;
    margin-left: 40px;
    margin-top: 0;
}


/*导航*/
.full_menu{
    display: none;
}
.top_nav {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.top_nav .logo{
    width: 200px;
    height: 100%;
    background: url(../images/logo_color.png) no-repeat center center;
    -o-background-size: contain !important;
    background-size: contain !important;
}


.top_nav .w{
    height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top_nav_right{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav_list li {
    position: relative;
    float: left;
    font-size: 0;
}

.nav_list li>a {
    position: relative;
    line-height: 100px;
    font-size: 18px;
    padding: 0 35px;
    color: #0e3460;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.top_nav .nav_list li:hover>a,
.top_nav .nav_list li.on>a{
    font-weight: 700;
}
.top_nav .nav_list li .hide_menu{
    position: absolute;
    top: 100%;
    left: -35px;
    width: -webkit-calc(100% + 70px);
    width: -moz-calc(100% + 70px);
    width: calc(100% + 70px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    display: none;
    background: #fff;
    border-top: 4px solid #674498;
    background-clip: padding-box;
}
.top_nav .nav_list li:hover .hide_menu{
    display: block;
}
.top_nav .nav_list li .hide_menu dd a{
    width: 100%;
    padding: 8px 20px;
    line-height: 24px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #555;
    text-align: center;
}

.top_nav .nav_list li .hide_menu dd a:hover{
    color: #0e3460;
}

.action_list{

}
.action_list li{
    line-height: 100px;
    padding-left: 40px;
}
.action_list li.line{
    padding-left: 10px;
}
.action_list li.search_box{
    position: relative;

}
.action_list li.search_box i{
    background: url(../images/search_icon_color.png) no-repeat center right;
    padding-right: 30px;
    cursor: pointer;
}
.action_list li.search_box .search_ipt{
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: none;
}

.action_list li.search_box .search_ipt input{
    background: transparent;
    width: 100%;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.action_list li.search_box:hover .search_ipt{
    display: block;
}

.action_list .lan_box a{
    font-family: Montserrat-Regular;
    background: url(../images/lan_icon_color.png) no-repeat center right;
    padding-right: 30px;
}


.top_nav_white.top_nav{
    background: transparent;
    border-bottom: 1px solid transparent;
}
.top_nav_white.top_nav .logo{
    background: url(../images/logo.png) no-repeat center center;
}
.top_nav_white .nav_list li>a{
    color: #fff;
}
.top_nav_white .action_list li{
    color: #fff;
}
.top_nav_white .action_list li.search_box i {
    background: url(../images/search_icon.png) no-repeat center right;
}
.top_nav_white .action_list .lan_box a {
    background: url(../images/lan_icon.png) no-repeat center right;
}
/*首页banner----------------------------------------------------------------------------------------------*/
.sec1{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.sec1 .action_con{
    position: absolute;
    bottom: 55px;
    width: 100%;
    left: 0;
}
.sec1 .action_con .w{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.banner_swiper li,
.banner_swiper li>a{
    width: 100%;
    height: 100%;
}

.banner_swiper .banner_img{
    width: 100%;
    height: 100%;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -o-transition: all 4s;
    transition: all 4s;
}
.banner_swiper .swiper-slide-active .banner_img{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.banner_info{
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    color: #fff;
}
.banner_info .tip{
    font-size: 18px;
    font-family: Montserrat-Regular;
}
.banner_info .title1{
    font-family: Montserrat-Bold;
    width: 60%;
    font-size: 50px;
    line-height: 55px;
    margin: 15px 0 30px;
}
.banner_info .title2{
    font-size: 27px;
      width: 60%;
    letter-spacing: 0px;
}
.sec1 .swiper-pagination-banner{
    left: auto;
    bottom: auto;
    top: 45%;
    right: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    text-align: center;
}
.sec1 .swiper-pagination-banner .swiper-pagination-total,
.sec1 .swiper-pagination-banner .swiper-pagination-current{
    width: auto;
    height: auto;
    background: transparent;
    color: #fff;
    font-family: Montserrat-Regular;
    padding: 10px;
}
.sec1 .swiper-pagination-banner .swiper-pagination-current{
    opacity: 0.3;
}
.sec1 .swiper-pagination-banner .line{
    width: 1px;
    height: 50px;
    background: #fff;
    position: relative;
    left: 15px;
    opacity: 0.3;

}

/*第二屏 技术和学术引领型*/
.sec{
    padding: 100px 0;
}

.index_title{
    margin-bottom: 45px;
}
.index_title.center{
    text-align: center;
}

.index_title .title1{
    color: #666;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: Montserrat-Regular;
}

.index_title .title2{
    font-size: 48px;
    color: #19adb2;
    font-weight: 700;
}

.read_more1{
    color: #674498;
    border-top: 1px solid #674498;
    border-bottom: 1px solid #674498;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 17px 100px 17px 0;
    background: url(../images/read_more.png) no-repeat center right;
}
.read_more1:hover{
    padding: 17px 85px 17px 15px;
}
.read_more1.white{
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: url(../images/read_more_white.png) no-repeat center right;
}


/*视频弹窗*/
.video_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: -200%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video_mark.open{
    top: 0;

}
.video_mark .video_box{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 60%;
    max-height: 70%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.video_mark .video_box video{
    max-width: 100%;
    max-height: 100%;
}
.video_mark .video_box .close{
    position: absolute;
    top: -20px;
    right: -20px;
    background: url(../images/close3.png) no-repeat center center;
    width: 40px;
    height: 40px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    z-index: 100;
    cursor: pointer;
}
.sec.sec2{
    padding-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sec2 .left{
    width: 46.35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sec2 .left_text{

}
.sec2 .left_text .name{
    font-size: 20px;
    line-height: 30px;
}
.sec2 .left_text .big_name{
    font-size: 40px;
    font-weight: 700;
    color: #0e3460;
}
.sec2 .left_text .big_name span{
    font-size: 72px;
    font-family: Montserrat-Bold;
}
.sec2 .left_text .big_name span font{
    color: #674498;
}
.sec2 .video_bg{
    width: 100%;
    height: 520px;
    background: url(../images/about_img.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.sec2 .video_bg .video_text{
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sec2 .video_bg .video_text span{
    font-family: Montserrat-Regular;
    color: #fff;
}
.sec2 .video_bg .video_text i{
    width: 300px;
    height: 1px;
    background: #fff;
    margin: 0 45px;
}
.sec2 .video_bg .video_text .video_open{
    width: 60px;
    height: 60px;
    background: url(../images/video_icon1.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;

}
.sec2 .right{
    padding-left: 90px;
    width: 53.65%;
}
.sec2 .right_text{
    color: #666;
}
.sec2 .right_text .name{
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 30px;
}
.sec2 .right_text .text{
    line-height: 30px;
    margin-bottom: 45px;
}
.num_list{
    margin-top: 100px;
    padding: 75px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.num_list:before{
    background: #19adb2;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -160px;
    content: "";
    display: block;

}
.num_list li{
    color: #fff;
    position: relative;
    z-index: 1;
}

.num_list li img{
    height: 60px;
}
.num_list li .text .p1{
    font-family: Montserrat-Regular;
    margin: 35px 0 10px;
}
.num_list li .text .p1 span{
    font-size: 60px;
    font-family: PMZD;
    font-weight: 700;
    margin-right: 10px;
    padding-bottom: 10px;
}
.num_list li .text .p2{
    color: #fff;
    opacity: 0.3;
}
.num_list li .text .p1 span.font{
    font-size: 30px;
    font-family: PMZD;

}
/*解决方案*/
.sec.sec3{
    padding-bottom: 0;
}
.index_solution_menu{
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
.index_solution_menu:before{
    width: 200%;
    height: 1px;
    background: #f9fafb;
    position: absolute;
    top: 85px;
    left: -50%;
    content: "";
    display: block;
}
.index_solution_menu a{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    padding: 0 10px;
}
.index_solution_menu a .icon img{
    height: 60px;
}
.index_solution_menu a span{
    line-height: 24px;
    color: #666;
    display: block;
}
.index_solution_menu a .dot{
    background: rgba(14,52,96,0.2);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: 20px 0 15px;

}
.index_solution_menu a.on .dot,
.index_solution_menu a:hover .dot{
    background: rgba(14,52,96,1);
}
.index_solution_menu a.on span,
.index_solution_menu a:hover span{
    color: rgba(14,52,96,1);
}



.index_solution_con{

}

.index_solution_con .solution_area{
    display: none;
    position: relative;
    padding-top: 70px;
}
.index_solution_con .solution_area a{
    width: 100%;
}
.index_solution_con .solution_area.active{
    display: block;
}

.solution_area .bg_img{
    width: 100%;
    height: 540px;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.solution_area .area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.solution_area .area .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.solution_area .left{
    width: 46.25%;
    padding: 75px 200px 75px 0;
    position: relative;
    color: #fff;
}
.solution_area .left_con{
    position: relative;
    z-index: 1;
}
.solution_area .left:before{
    width: 200%;
    height: 100%;
    background: #65aadd;
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;

}

.solution_area .left .title_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}
.solution_area .left .title_icon{
    height: 60px;
    margin-right: 30px;
}

.solution_area .left .name1{
    font-size: 54px;
    margin-bottom: 8px;
}
.solution_area .left .name2{
    font-size: 16px;
}
.solution_area .left .read_more2{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    color: #674498;
    font-size: 72px;
    width: 100px;
    height: 100px;
    line-height: 93px;
    text-align: center;
    font-family: "Microsoft YaHei";
}
.solution_area .num{
    font-family: Montserrat-Bold;
    font-size: 200px;
    color: #19adb2;
    margin-top: -50px;
}


/*第四屏 新闻资讯*/
.sec4{
    background: #fff;
}

.sec4_top{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}
.sec4_top .index_title{
    margin-bottom: 0;
}
.index_title .title1 .line{
    width: 125px;
    height: 1px;
    background: #666;
    position: relative;
    top: -5px;
    margin: 0 10px;
}

.news_list{

}

.news_list li a{
    width: 100%;
}
.news_list li .img_con{
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    position: relative;
}
.news_list li .img_con .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.news_list li .time{
    font-family: PMZD;
    color:#0e3460;
    opacity: 0.5;
    margin: 25px 0 20px;
}

.news_list li .title{
    font-size: 24px;
    line-height: 36px;
    height: 72px;
    margin-bottom: 45px;
}
.news_list li .line{
    width: 100%;
    height: 1px;
    background: #e6eaef;
    margin-bottom: 15px;
    position: relative;
}
.news_list li .line:after{
    width: 0;
    height: 1px;
    background: #674498;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}
.news_list li .read_more1{
    border: none;
    color: #666;
    background: url(../images/read_more_new.png) no-repeat center right;
}
.news_list li:hover .line:after{
    width: 100%;
}
.news_list li:hover .title{
    color: #674498;
}
.news_list li:hover .read_more1{
    color: #674498;
    background: url(../images/read_more.png) no-repeat center right;
}
.help{
    background: -webkit-linear-gradient(to right,#65aadd 60%,#674599);
    background: -o-linear-gradient(to right,#65aadd 60%,#674599);
    background: -moz-linear-gradient(to right,#65aadd 60%,#674599);
    background: -webkit-gradient(linear,left top, right top,color-stop(60%, #65aadd),to(#674599));
    background: -webkit-linear-gradient(left,#65aadd 60%,#674599);
    background: -moz-linear-gradient(left,#65aadd 60%,#674599);
    background: -o-linear-gradient(left,#65aadd 60%,#674599);
    background: linear-gradient(to right,#65aadd 60%,#674599);
    color: #fff;
    cursor: pointer;
}
.help .title{
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}
.help .tip{
    margin: 15px 0 50px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.message_area textarea::-webkit-input-placeholder,
.message_area input::-webkit-input-placeholder{
    color: rgba(255,255,255,0.5);
}
.message_area textarea::-moz-placeholder,
.message_area input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: rgba(255,255,255,0.5);
}
.message_area textarea:-moz-placeholder,
.message_area input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: rgba(255,255,255,0.5);
}
.message_area textarea:-ms-input-placeholder,
.message_area input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: rgba(255,255,255,0.5);
}
.message_area{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.message_area .submit_con{
    width: 200px;
}
.message_area .submit_con input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #674498;
    border-radius: 5px;
    background: #fff;
    font-size: 20px;
}
.message_area ul{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
}
.message_area li.li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
    overflow: hidden;
}


.message_area li.li select,
.message_area li.li input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border: none;
    color: #fff;
    background: none;
}
.message_area li.li select{
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: none;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/arrow.png) no-repeat 288px center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
}
.message_area li.li select option {
    background: #19adb2;
    color: #fff;
}




/*底部*/
footer{
    position: relative;
    color: #fff;
    background: #333;
}

.footer_con{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 95px 0 45px;
}

.footer_con .logo{

}
.footer_con .logo img{
    width: 171px;
}
.footer_con .part_title{
    margin-bottom: 20px;
    font-size: 24px;
}
.footer_con .part .contact{
    margin-bottom: 30px;
}
.footer_con .part .contact p{
    line-height: 30px;
}
.footer_con .part .ewm_con{

}
.footer_con .part .ewm_con .img_con{
    width: 108px;
    text-align: center;
}
.footer_con .part .ewm_con .img_con img{
    width: 75px;
    height: 75px;
}
.footer_con .part .ewm_con .img_con p{
    font-size: 14px;
    line-height: 18px;
    opacity: 0.3;
    padding: 5px 0 0;
      text-align: center;
}
.footer_con .part .ewm_con .img_con:first-of-type{
    margin-right: 20px;
}
.footer_con .part2,
.footer_con .part3,
.footer_con .part4{
    padding-top: 20px;
}
.footer_con .solution_link li a{
    width: 100%;
    line-height: 35px;
}
.footer_con .part_title2{
    margin-bottom: 30px;
}
.footer_con .part .link_list li a{
    text-align: center;
    margin: 15px 0;
    width: 210px;
}
.footer_con .part .link_list li a img{
    max-width: 100%;
}

.copy_right{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 25px 0;
    line-height: 25px;
    color: rgba(255,255,225,0.3);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.copy_right span,
.copy_right a{
    padding: 0 5px;
}


.inner{
    position: relative;
    z-index: 1;
}

.inner .inner_img{
    width: 100%;
}

.inner .inner_wrap {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

.inner .inner_title{
    margin-bottom: 70px;
}
.inner_title .en_title{
    font-size: 60px;
    font-family: Montserrat-Bold;
    margin-bottom: 20px;
}
.inner_title .title{
    font-size: 40px;
}


.left_menu{

}
.left_menu ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.left_menu li{
    margin: 0 30px;
    padding: 0 3px;
    position: relative;
}
.left_menu li:first-of-type{
    margin-left: 0;
}
.left_menu li a:before{
    width: 0;
    height: 10px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #674498;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}
.left_menu li a{
    font-size: 24px;
    line-height: 32px;
    position: relative;
    z-index: 10;
}

.left_menu li a:hover:before,
.left_menu li a.on:before {
    width: 100%;
}

.index_title.wrap_title .title2{
    font-size: 40px;
    color: #333;
}


/*领导团队*/
.team .read_more1{
    border: none;
}
.team_list{

}
.team_list li{
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
    position: relative;
    overflow: hidden;
}
.team_list li:nth-of-type(3n){
    margin-right: 0;
}
.team_list li a{
    width: 100%;
}
.team_list li .img_con{
    width: 100%;
    padding-top: 124%;
    position: relative;
}
.team_list li .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.team_list li .name_con{
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    text-align: center;
    padding: 18px 0;
}
.team_list li .name{
    font-size: 30px;
    line-height: 36px;
    color: #674498;
    font-weight: 600;
}
.team_list li .Partner{
    font-size: 18px;
    line-height: 30px;
}
.team_list li .info_con{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(33,74,144,0.9);
    color: #fff;
}

.team_list li .info_con .line{
    width: 1px;
    height: 80px;
    background: #fff;
    margin: 0 0 40px;
}
.team_list li .info_con .name{
    color: #fff;
}
.team_list li .info_con .Partner{
    margin-bottom: 40px;
}
.team_list li .info_con .info{
    line-height: 30px;
}
.team_list li .info_con .info p{
    position: relative;
}
.team_list li .info_con .info p:before{
    //position: absolute;
    //top: 13px;
    //left: 0;
    //background: #fff;
    //border-radius: 50%;
    //width: 4px;
    //height: 4px;
    //display: block;
    //content: "";
}
.team_list li:hover .name_con{
    bottom: -100%;
}
.team_list li:hover .info_con{
    top: 0;
}


.wrap{
    padding: 50px 0;
}
.left_nav_list{
    border-right: 1px solid rgba(255,255,255,0.1);
}
.left_nav_list li{
    float: left;
    width: 210px;
    padding-right: 20px;
}
.left_nav_list li>a{
    width: 100%;
}
.left_nav_list li .line{
    width: 25px;
    height: 1px;
    background: #fff;
    margin: 25px 0 25px;
}
.left_nav_list li .hide_menu dd a{
    line-height: 20px;
    padding: 8px 0;
    width: 100%;
    opacity: 0.3;
}
.right_contact{

}

.right_contact .contact_list li{
    margin-top: 35px;
}
.right_contact .contact_list span{
    line-height: 30px;
    opacity: 0.3;
}
.right_contact .contact_list p.phone{
    font-size: 30px;
    font-family: PMZD;
}
.right_contact .contact_list p.email{
    font-family: Montserrat-Regular;
}
.right_contact .contact_list img{
    width: 99px;
    height: 99px;
}
.footer_link{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer_link .title{
    font-size: 18px;
}
.footer_link .link_list{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer_link .link_list li{
    margin-left: 75px;
}
.footer_link .link_list li a img{
    max-height: 50px;
    max-width: 210px;
}
/*公司概览*/
.about_video_bg{
    width: 100%;
    height: 520px;
    position: relative;
    background: url(../images/big_about_img.jpg) no-repeat center center;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about_video_bg .video_open_con{
    text-align: center;
}
.about_video_bg .play{
    padding-top: 5px;
    color: #fff;
}
.about_video_bg .video_open{
    width: 60px;
    height: 60px;
    background: url(../images/video_icon1.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;

}
.about_title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.about_title.white{
    color: #fff;
}
.GXP .about_title{
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 30px;
}
.circle_con{
    color: #674498;
    position: relative;
}
.circle_list{
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.circle_list li{
    width: 48%;
    margin: 1% 0;
    height: 270px;
    padding: 45px 22% 45px 45px;
    position: relative;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.circle_list li img{
    max-height: 55px;
}
.circle_list li p{
    font-size: 24px;
    line-height: 36px;
}

.circle_list li:nth-of-type(2n){
    padding: 45px 45px 45px 25%;
}
.circle_list li.li2 .p2{
    position: absolute;
    left: 60px;
}
.circle_center{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.circle_center img{
    width: 800px;
}
.circle_center .text{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-45%);
    -moz-transform: translate(-50%,-45%);
    -ms-transform: translate(-50%,-45%);
    -o-transform: translate(-50%,-45%);
    transform: translate(-50%,-45%);
    text-align: center;
}
.circle_center .text h5{
    font-size: 30px;
    font-weight: 700;
}
.circle_center .text p{
    font-size: 20px;
    padding: 20px 0 35px;
}
.CARO{
    color: #fff;
    background: #19adb2;
    padding-bottom: 0 !important;
    position: relative;
}
.CARO .feiji{
    width: 1700px;
    margin-left: -50px;

}
.CARO .about_title{
    position: absolute;
    width: 100%;
    bottom: 40px;
}
.CARO_title{
    text-align: center;
    margin-bottom: 110px;
}
.CARO_center .part .part_title,
.CARO_title h5{
    font-family: Montserrat-Bold;
    font-size: 40px;
}
.CARO_center .part .tip,
.CARO_title h6{
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}
.CARO_center{
    position: absolute;
    width: 100%;
    top: 65px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.CARO_center .part{
    width: 20%;
}
.CARO_center .part:first-of-type{
    text-align: left;
}
.CARO_center .part .text{
    line-height: 30px;
    margin-top: 15px;
}
.CMC{
    overflow: visible;
}
.CMC .CMC_img{
    margin: 50px 0 0;
    width: 100%;
}
.advantage_list{
    background: #19adb2;
    padding: 35px 0;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -150px;

}
.advantage_list li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.advantage_list li:last-of-type{
    border-right: none;
}
.about_map{
    background: #f3f5f7;
}
.about_map .left{
    line-height: 60px;
    z-index: 1;
    position: relative;
}
.about_map .left strong{
    font-size: 30px;
    color: #674498;
    margin: 0 5px;
    font-family: Montserrat-Regular;
}
.about_map_img{
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
.about_map_img img{
    width: 1023px;
}
/*领导团队*/
.pageing{
    text-align: center;
    margin-top: 30px;
}
.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,
.JZD_PAGE_FIRST,
.JZD_PAGE_LAST,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE{
    display: none;
}
.JZD_PAGE_SHUZIYE{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#19adb2;
    border-radius: 50%;
}
.JZD_PAGE_SHUZIYE.JZD_PAGE_DISABLED{
 
    color:#fff;
    background: #19adb2;
}
.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT{
    padding: 0 15px;
    font-size: 18px;
    color:#19adb2;
    font-family: Montserrat-Light;
}
.team_page .team_list li{
    margin-bottom: 3.125%;
}

/*解决方案*/
.solution_list{

}
.solution_list li{
    padding: 70px 0 50px;
}
.solution_list li a{
    width: 100%;
}
.solution_list li .solution_box{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.solution_list li:nth-of-type(2n) .solution_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.solution_list li .bg_img{
    width: 55.625%;
    height: 520px;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
}
.solution_list li .bg_img .num{
    color: #fff;
    font-size: 24px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: #19adb2;
    text-align: center;
    position: absolute;
    top: -75px;
    left: 100px;
    font-family: Montserrat-Regular;
}

.solution_list li:nth-of-type(2n) .bg_img .num{
    left: auto;
    right: 100px;
}
.solution_list li .bg_img .line{
    position: absolute;
    width: 150px;
    height: 1px;
    background: #674498;
    top: 198px;
    right: -75px;
}
.solution_list li:nth-of-type(2n) .bg_img .line{
    right: auto;
    left: -75px;
}
.solution_list li .info_con{
    width: 44.375%;
    padding-left: 100px;
}
.solution_list li:nth-of-type(2n) .info_con{
    padding-left: 0;
    padding-right: 100px;
}
.solution_list li .info_con img{
    height: 60px;
    margin-bottom: 45px;
}
.solution_list li .info_con .name1{
    font-size: 30px;
    color: #19adb2;
    margin-bottom: 5px;
}
.solution_list li .info_con .name2{
    font-size: 16px;
    color: #666;
}

.solution_list li .info_con .info{
    color: #666;
    margin: 18px 0 40px;
}
/*解决方案详情*/
.solution_menu .index_solution_menu{
    margin-bottom: 0;
}
.sec.solution1{
    position: relative;
    overflow: visible;
    padding-top: 0;
}
.solution1 .left{
    width: 53.65%;
    padding-right: 100px;
      min-height: 265px;
}
.solution1 .right{
    width: 46.35%;
    height: 520px;
    position: absolute;
    top: 0;
    right: 0;
}
.solution_title{
    margin-bottom: 40px;
}
.solution_title.center{
    text-align: center;
}
.solution_title .title1{
    font-size: 40px;
    font-weight: 700;

}
.solution_title .title2{
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;

}
.solution1 .left .info{
    color: #666;
}
.solution2{
    background: #19adb2;
    color: #fff;
}
.solution2 .solution_lit_title{
    width: 50%;
}
.solution_lit_title{
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 40px;
}
.solution_lit_title.white{
    color: #fff;
}
.solution_lit_title span{
    color: #19adb2;
}
.solution2_info{
    -webkit-columns: 750px 2;
    -moz-columns: 750px 2;
    columns: 750px 2;
}
.solution2_info img{
      max-width: 100%;
}
.solution2_info p{
    font-size: 20px;
    line-height: 25px;
    padding: 15px 0;
}
.advantages_list{
    margin-bottom: 60px;
}
.advantages_list p{
    background: #f3f5f7;
    border-radius: 30px;
    padding: 20px 20px 20px 48px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
}
.advantages_list p:before {
    //content: '';
    //display: block;
    //position: absolute;
    //top: 31px;
    //left: 35px;
    //width: 5px;
    //height: 5px;
    //border-radius: 50%;
    //background: #674498;
}
.solution3_list{

}
.solution3_list li{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #e6eaef;
    margin-bottom: 45px;
    padding-bottom: 45px;
}
.solution3_list li:last-of-type{
    border-bottom: none;
}
.solution3_list li .lit_title{
    width: 200px;
    line-height: 36px;
    color: #19adb2;
    font-size: 20px;
    font-weight: 700;
    padding-right: 15px;
}
.solution3_list li .info_con{
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);

    line-height: 36px;
}
.download_list{

}
.download_list li{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f3f5f7;
    padding: 20px 0;
}
.download_list li img{
    width: 196px;
}
.download_list li .info_con{
    padding-left: 75px;
}
.download_list li .info_con .title{
    color: #19adb2;
    font-size: 20px;
    font-weight: 700;
}
.download_list li .info_con .info{
    margin: 23px 0;
}
.download_list li .info_con .download_a{
    font-size: 18px;
    border-radius: 25px;
    background: #674498;
    padding: 12px 35px;
    color: #fff;
}

/*新闻资讯*/
.news{

}
.news .solution_title{
    margin-bottom: 0;
}
.reverse.solution_title .title2{
    margin-top: 0px;
    margin-bottom: 10px;

}
.news_top_container{
    margin-bottom: 90px;
}
.news_top_container li{

}
.news_top_container li a{
    width: 100%;
}

.news_top_container li .img_con{
    position: absolute;
    width: 46.25%;
    height: 460px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 1;
}
.news_top_container li .img{
    width: 100%;
    height: 100%;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.news_top_container li .info_con{
    padding: 110px 90px;
    width: 53.75%;
    position: relative;
}
.news_top_container li .info_con:before{
    background: #f3f5f7;
    width: -webkit-calc(100% + 90px);
    width: -moz-calc(100% + 90px);
    width: calc(100% + 90px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
}
.news_top_container li .time{
    font-family: PMZD;
    color: rgba(14,52,96,0.5);
}

.news_top_container li .title{
    font-size: 30px;
    line-height: 36px;
    height: 72px;
    margin: 20px 0 25px;
}
.news_top_container li .read_more1{
    margin-top: 70px;
}
.news .news_list{

}
.news .news_list li{
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
}
.news .news_list li:nth-of-type(3n){
    margin-right: 0;
}
/*新闻详情*/
.inner .inner_wrap.inner_detail_wrap{
    bottom: 0;
    overflow: hidden;
}

.inner_detail_left{
    position: relative;
    color: #fff;
    width: 65.625%;
    padding: 60px 160px 70px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;

}
.inner_detail_left:before{
    display: block;
    content: '';
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #19adb2;
}
.crumbs{
    z-index: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;

}
.crumbs a,
.crumbs span{
    line-height: 40px;
    padding: 0 10px;
}
.crumbs{
    padding-left: 20px;
    background: url(../images/index_icon.png) no-repeat center left;
    margin-bottom: 35px;
}

.inner_detail_left .title{
    position: relative;
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}
.inner_detail_left .title .big_title{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
}

.inner_detail_left .title .time{
    font-family: PMZD;
}

.page_detail{

}

.detail_left{
    width: 65.625%;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.page_info p, .page_info {
    line-height: 30px;
    color: #666;
}
.jump_page{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ecf0f3;
    border-bottom: 1px solid #ecf0f3;
}
.jump_page .prev,
.jump_page .next{
    color:#999;
}

.jump_page .prev a:hover,
.jump_page .next a:hover{
    color:#674498;
}
.jump_page .list_btn{
    width: 50px;
    height: 50px;
    background: url(../images/list_icon.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
}

.detail_right{
    width: 34.375%;
    position: relative;
}
.recommend_con{
    position: relative;
    padding: 0 0 100px 90px;
}
.recommend_con:before{
    width: 150%;
    height: 200%;
    background: #f3f5f7;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    content: '';

}
.recommend_warp{
    position: relative;
    z-index: 1;
}

.recommend_name{
    font-size: 30px;
    margin-bottom: 40px;
}
.recommend_list{
    border-bottom: 1px solid rgba(51,51,51,0.3);
}


.recommend_list li a{
    border-top: 1px solid rgba(51,51,51,0.3);
    width: 100%;
    padding: 20px 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recommend_list li .name{
    font-size: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-bottom: 10px;
}

.recommend_list li .time{
    font-family: PMZD;
    color: rgba(51,51,51,0.5);
}
.recommend_list li:hover .name{
    color: #674498;
}

/*人才发展*/
.join1{
    position: relative;
}
.join1 .ico{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
}
.join1 .left{
    width: 50%;
    padding-right: 12rem;
}
.join1 .right{
    width: 50%;
}
.join1_text_list{

}
.join1_text_list li{
    padding: 45px 0;
}
.join1_text_list li .p0{
    font-size: 40px;
    font-weight: bold;
    margin-top: 15px;
}
.join1_text_list li .p1{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.join1_text_list li .p2{
    line-height: 30px;
    color: #666;
	font-size:16px;
}
.join_img_container li .img{
    width: 100%;
    height: 575px;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.join1 .right .action_con{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #19adb2;
    color: #fff;
    width: 200px;
    height: 80px;

}
.prev3,
.next3{
    position: static;
    width: 40px;
    height: 40px;
    margin: 0;
    opacity: 0.5;
}
.prev3{
    background: url(../images/prev_icon3.png) no-repeat center center;

}
.next3{
    background: url(../images/next_icon3.png) no-repeat center center;
}
.prev3:hover,
.next3:hover{
    opacity: 1;
}
.swiper-pagination-imgs{
    position: static;
    width: auto;
    margin: 0 20px;
    font-family: Montserrat-Regular;
}
.join2{
    background: #f3f5f7;
}
.join2_list{
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
}
.join2_list li{
    margin: 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    text-align: center;
    overflow: hidden;
    padding: 0 30px 30px;
    border-radius: 20px;
}
.join2_list li .num{
    width: 140px;
    height: 70px;
    line-height: 70px;
    position: relative;
    font-family: Montserrat-Regular;
    font-size: 18px;
    margin-bottom: 12px;
    color: #19adb2;
}
.join2_list li .num i{
    z-index: 1;
    position: relative;
}
.join2_list li .num:before{
    width: 100%;
    height: 200%;
    background: rgba(33,74,144,0.2);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
}
.join2_list li p{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
/*社会招聘*/
.join_society{
    background: #f3f5f7;
}
.filter{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.filter .left{

}
.filter .filter_select_con{
    background: #fff;
    margin-right: 20px;
}
.filter select{
    width: 300px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border: none;
    color: #666;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/arrow2.png) no-repeat 270px center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
}
.filter select option {
    background: #fff;
    color: #666;
}

.filter .search_ipt{
    overflow: hidden;
}
.filter ::-webkit-input-placeholder{
    color: #666;
}
.filter ::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #666;
}
.filter :-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #666;
}
.filter :-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #666
}
.filter .search_ipt .text{
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    background: #fff;
    color: #666;
}
.filter .search_ipt .submit{
    padding: 0 64px 0 40px;
    height: 60px;
    cursor: pointer;
    color: #fff;
    background: #19adb2 url(../images/search_icon.png) no-repeat 83px center;
}
.join_list{

}
.join_list li{
    width: 23.75%;
    margin-right: 1.66%;
    margin-bottom: 1.66%;
    float: left;
    cursor: pointer;
    background: #fff;
}
.join_list li:nth-of-type(4n){
    margin-right: 0;
}

.join_list li .name{
    line-height: 75px;
    font-size: 20px;
    height: 75px;
    overflow: hidden;
    padding: 0 30px;
    border-bottom: 1px solid #e6eaef;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #19adb2;
}
.join_list li:hover .name{
    background: #19adb2;
    color: #fff;
}

.join_list li dl{
    padding: 20px 0;
}
.join_list li dl dd{
    color: #999;
    line-height: 40px;
    padding: 0 30px;
}
.join_list li dl dd span{
    color: #000;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    line-height: 40px;
}
.join_list li .position,
.join_list li .office{
    display: none;
}
.resume_way{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0 50px;
}
.resume_way .lit_title{
    font-size: 24px;
    color: #19adb2;
}
.resume_way .info{
    margin: 0 80px;

}
.resume_way .ewm_img{
    width: 80px;
    height: 80px;
}


.display_mark{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: -200%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.display_mark.open{
    top: 0;
}

.display_mark .display_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1600px;
    height: 80%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.display_title{
    padding: 0 90px;
    height: 240px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #19adb2;
    color: #fff;
}
.display_title .name{
    font-size: 30px;
    margin-bottom: 15px;
}
.display_title .lit_title{
    font-size: 18px;
    margin-bottom: 15px;
}

.display_title .part_info{
    line-height: 36px;
}
.display_title .part_info p{

    text-align: inherit;
}
.display_title .part_right{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.display_title .part_right .part_info{
    font-size: 14px;
}
.display_title .part2{
    margin-left: 70px;
    text-align: center;
}
.display_title .part2 .ewm{
    width: 120px;
    height: 120px;
}
.display_title .part2 p{
    font-size: 14px;
    padding-top: 15px;
}
.display_area{
    padding: 40px 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: -webkit-calc(100% - 240px);
    height: -moz-calc(100% - 240px);
    height: calc(100% - 240px);
}

.display_area .part{
    padding-bottom: 40px;
    height: 50%;
}
.display_area .part:last-of-type{
    padding-bottom: 0;
}
.display_area .part .part_title{
    font-size: 24px;
}
.display_area .part .line{
    background: #19adb2;
    width: 30px;
    height: 2px;
    margin: 20px 0 15px;
}

.display_box .close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: url(../images/close3.png) no-repeat center center;
    width: 50px;
    height: 50px;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 100;
    cursor: pointer;
}
/*学校招聘*/
.join_school{
    background: url(../images/school_bg.png) no-repeat center left;
    -o-background-size: auto 80%;
    background-size: auto 80%;
}
.join_school_area{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
}
.join_school_area .left{
    width: 45%;
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
 
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.join_school_area .left .top_name{
      margin-bottom: 140px;
}
.join_school_area .right{
    width: 55%;
    border: 10px solid #19adb2;
    border-radius: 50px;
    padding: 50px 30px;
    position: relative;

}
.join_school_area{

}
.join_school_area .top_name .p1{

}
.join_school_area .top_name .p2{
    color: #19adb2;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
}
.join_school_area .bot_way .p1{
    color: #19adb2;
    font-weight: bold;
    font-size: 24px;
}
.join_school_area .bot_way .info{
    margin: 20px 0 30px;
}
.join_school_area .bot_way .ewm{
    width: 80px;
    height: 80px;
}
.require_list {
    position: relative;
    z-index: 5;
}
.require_list li{
    margin: 45px 0;
}
.require_list li .p1{
    font-size: 24px;
    color: #19adb2;
    margin-bottom: 13px;
}
.join_school_area .right .xing{
    width: 240px;
    height: 200px;
    position: absolute;
    top: -20px;
    left: -30px;
    background: #fff url(../images/xing.png) no-repeat top left;
}
.join_school_area .right .re{
    width: 220px;
    height: 210px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: #fff url(../images/re_img.png) no-repeat bottom right;
}
/*联系我们*/
.contact1{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact1 .left{
    width: 42.7%;
    padding-right: 50px;
}
.contact1 .part1{

}
.contact1 .part1 .p1{
    font-size: 100px;
    font-family: Montserrat-Regular;
    position: relative;
}
.contact1 .part1 .p1:after{
    width: 84px;
    height: 86px;
    background: url(../images/smile.png) no-repeat center center;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    right: 120px;
}
.contact1 .part1 .p2{
    font-size: 40px;
    font-weight: bold;

}
.contact1 .part2{
    margin: 80px 0 50px;
}

.contact1 .part2 .p1{
    font-size: 30px;
    margin-bottom: 10px;
}
.contact1 .part2 .p2{
    font-size: 20px;
    line-height: 30px;
    color: #666;

}
.contact1 .part3{
    margin-bottom: 40px;
}

.contact1 .part4 .p1,
.contact1 .part3 .p1{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;

}
.contact1 .part3 .p2{
    font-size: 20px;
    font-weight: bold;
    font-family: Montserrat-Regular;
}


.contact1 .part4 .p2{
    font-size: 20px;
    font-weight: bold;
    font-family: Montserrat-Regular;
}
.contact1 .map{
    width: 57.3%;
    height: 650px;
}

#map{
    width: 100%;
    height: 100%;
}
.sec.contact2{
    background: #19adb2;
    color: #fff;
    padding-bottom: 40px;
}
.contact2 .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact2 .add_list{
    width: 65%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.contact2 .add_list li{
    width: 27%;
    margin-right: 9.5%;
    margin-bottom: 9.5%;

}
.contact2 .add_list li .name{
    font-size: 22px;
    margin-bottom: 25px;
}
.contact2 .add_list li:nth-of-type(3n){
    margin-right: 0;
}
.white.index_title .title1{
    color: #fff;
}
.white.index_title .title1 .line{
    background: #fff;
}
.white.index_title .title2{
    color: #fff;
}
.contact3_top{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.contact3_top .info{
    width: 58.75%;
    color: #666;
}
.message_con{

}
.message_list{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.message_list li.li{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
    background: #f3f5f7;
    overflow: hidden;
}
.message_list li.li:last-of-type{
    margin-right: 0;
}
.message_list li.li textarea,
.message_list li.li select,
.message_list li.li input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border: none;
    color: #333;
    background: none;
}
.message_list li.li select{
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/arrow2.png) no-repeat 352px center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
}
.message_list li.li select option {
    background: #f3f5f7;
    color: #333;
}
.message_list li.li.textarea_li textarea{
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
}
.message_list ::-webkit-input-placeholder{
    color: #999;
}
.message_list ::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999;
}
.message_list :-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.message_list :-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #999;
}
.message_bot{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}
.message_bot .agree{
    color: #999;
    line-height: 30px;
    font-size: 14px;
}
.message_bot .agree input{
    appearance:  auto;
    -moz-appearance:  auto;
    -webkit-appearance:  auto;
    margin-right: 5px;
}
.message_bot .submit{
    width: 230px;
    line-height: 60px;
    height: 60px;
    background: #19adb2;
    color: #fff;
    font-size: 18px;
}

/*搜索结果*/

/*搜索结果页*/
.search{

}
.search_title{
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 40px;
}
.search_list{
    border-top: 1px solid #eeeeee;
}
.search_list li{
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.search_list li:after{
    width: 0;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #674498;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.search_list li a{
    padding: 30px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_list li .title{
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.search_list li .source{
    color: #999999;
}
.search_list li .time{
    color: #674498;
    font-family: Montserrat-Light;
}
.search_list li:hover .title{
    color: #674498;
}
.search_list li:hover:after{
    width: 100%;
}
.inner .inner_wrap.inner_search_wrap{
    bottom: 0;
}




.sec_terms .part{
    margin-top: 40px;
}
.sec_terms .lit_title{
    font-family: Montserrat-Bold;
    line-height: 30px;
}
.terms_info p,
.terms_info{
    font-family: Montserrat-Light;
    line-height: 30px;
}









/*新增企业文化2022-8-22*/
.culture{
    background: url(../images/culture_bg.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}
.culture_list{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.culture_list li{
    color: #fff;
    position: relative;
    width: 46.875%;
   padding: 9% 50px;
      background-size: cover !important;
}
.culture_list li .icon{
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    position: absolute;
    top: -55px;
    background: #674498;
    border-radius: 50%;
}
.culture_list li img{
    height: 45px;
}

.video_sec{
    background: url(../images/video_big_img.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}
.action_area{
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video_list .video_icon,
.action_area .video_open{
    width: 60px;
    height: 60px;
    background: url(../images/video_icon2.png) no-repeat center center;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    margin: 40px 0 80px;

}
.video_sec .read_more1{
    border: none;
    color: #fff;
}


.video_list{

}
.video_list li{

}
.video_list li>a{
    width: 100%;
}
.video_list li .img_con{
    width: 100%;
    padding-top: 37.5%;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
}

.video_list li .img_con .video_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
}
.video_list li:hover .img_con .video_icon{
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -ms-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
}
.video_list li .title{
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    background: #19adb2;
    text-align: center;
}
.video_part_list{
    padding-top: 100px;
}
.video_part_list li .top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px;
}
.video_part_list li .top .wrap_title{
    margin-bottom: 0;
}
.video_part_list li .action_btn{
    padding: 12px 25px;
    color: #fff;
    background: #674498;
    position: relative;
    border-radius: 20px;
}
.video_list.video_part_list li{
    float: left;
    width: 48.125%;
    margin-right: 3.75%;
    margin-bottom: 3.75%;
}
.video_list.video_part_list li:nth-of-type(2n){
    margin-right: 0;
}


.video_list.video_part_list li .img_con{
    padding-top: 56.36%;
}
.video_list.video_part_list li .title{
    color: #333;
    background: #f3f5f7;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.video_list.video_part_list li:hover .title{
    background: #19adb2;
    color: #fff;
}
.video_list.video_part_list li .title:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 19px;
    background: #674498;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.video_list.video_list3{
        padding-top: 0;
}
.video_list.video_list3 li{
    width: 31.25%;
    margin-right: 3.125%;
}
.video_list.video_list3 li:nth-of-type(2n){
    margin-right: 3.125%;
}
.video_list.video_list3 li:nth-of-type(3n){
    margin-right: 0;
}



.our_culture_list{

}
.our_culture_list.culture_list li{
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    padding:16% 0 !important;
}
.our_culture_list.culture_list li.culture_li1{
    background: url(../images/culture_img1.jpg) no-repeat center center;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.our_culture_list.culture_list li.culture_li2{
    background: url(../images/culture_img2.jpg) no-repeat center center;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.our_culture_list.culture_list li .icon{
    position: static;
    margin-bottom: 45px;
}
.our_culture_list.culture_list li .info{
    width: 50%;
}
.our_culture_list.culture_list li .info p{
    text-align: center;
}
.plat1{

}
.plat1 .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.plat1 .left,
.plat1 .right{
    width: 50%;
}
.plat1 .right p{
    line-height: 30px;
    padding: 15px 0 15px 25px;
    position: relative;
    border-bottom: 1px solid rgba(14,52,96,0.1);
}
.plat1 .right p:last-of-type{
    border-bottom: none;
}
.plat1 .right p:after{
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 6px;
    height: 6px;
    border: 2px solid #674498;
    border-radius: 50%;

}
.wrap_title.color .title2{
    color: #3a72b8;
}

.plat2{
    padding-bottom: 50px;
    background: #f2faff;
    position: relative;
}
.plat2 .wrap_title{
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 50px;
}
.plat2 .wrap_title .title2{
    color: #3a72b8;
}
.plat2_con{
    text-align: center;
    position: relative;
    padding-bottom: 100px;
}
.plat2_img{
    width: 1091px;
}
.plat2_list{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.plat2_list li{
    text-align: left;
    position: absolute;
}

.plat2_list li .p1{
    color: #3a72b8;
    margin-bottom: 10px;
}
.plat2_list li .p2{
    line-height: 24px;
}
.plat2_list li:first-of-type{
    top: 12%;
    left: 0;

}
.plat2_list li:nth-of-type(2){
    left: 60px;
    top: 60%;
}
.plat2_list li:nth-of-type(3){
    left: 50%;
    bottom: 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.plat2_list li:nth-of-type(4){
    right: 0;
    top: 12%;
}
.plat2_list li:nth-of-type(5){
    right: 60px;
    top: 60%;
}


.plat3 .w{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.plat3 .left,
.plat3 .right{
    width: 50%;
}
.plat3 .left{
    padding-right: 100px;
}
.plat3 .right{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.plat3 .right img{
    max-width: 42%;
}
.plat4{
    background: url(../images/plat4_bg.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
}
.plat4_list{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding-top: 50px;
}
.plat4_list li{
    width: 22.5%;
}
.plat4_list li .title{
    font-size: 30px;
    margin: 40px 0 30px;
}
.plat5{
    background: #fff url(../images/plat5_bg.jpg) no-repeat center center;
    -o-background-size: 100% 100% ;
    background-size: 100% 100% ;
}

.plat5_con{
    text-align: center;
    position: relative;
}
.plat5_img{
    width: 507px;
}
.plat5_list{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.plat5_list li{
    text-align: left;
    color: #fff;
    background: #135aa9;
    border-radius: 50px;
    width: 500px;
    padding: 20px 38px;
    position: absolute;
}

.plat5_list li .p1{
    font-size: 18px;
    margin-bottom: 10px;
}
.plat5_list li .p2{
    line-height: 24px;
}
.plat5_list li:first-of-type{

    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

}
.plat5_list li:first-of-type p{
    text-align: center;
}
.plat5_list li:nth-of-type(2){
    left: 0;
    top: 30%;
    background: #004fa2;
}
.plat5_list li:nth-of-type(3){
    left: 0;
    bottom: 0;
    background: #0873ba;
}
.plat5_list li:nth-of-type(4){
    right: 0;
    top: 30%;
    background: #185088;
}
.plat5_list li:nth-of-type(5){
    right: 0;
    bottom: 0;
    background: #2d91ca;
}









.plat6{
    background: #f3f5f7;
}

.plat6 .prev2{
    background: url(../images/prev_icon4.png) no-repeat center center;
}
.plat6 .next2{
    background: url(../images/next_icon4.png) no-repeat center center;
}
.plat6 .prev2:hover{
    background: url(../images/prev_icon2_hover.png) no-repeat center center;
}
.plat6 .next2:hover{
    background: url(../images/next_icon2_hover.png) no-repeat center center;
}



/*1920-------------------------------------------------------------------------------------------------------------------*/




@media screen and (max-width: 1680px) {
    .join_list li dl dd span {
        width: -webkit-calc(100% - 75px);
        width: -moz-calc(100% - 75px);
        width: calc(100% - 75px);
        line-height: 36px;
    }
    .w{
        width: 1280px;
    }
    body{
        font-size: 15px;
    }
    .sec {
        padding: 80px 0;
    }
    .prev1, .next1{
        width: 35px;
        height: 35px;
    }
    .next1 {
        margin-left: 18px;
    }
    .prev2, .next2 {
        width: 45px;
        height: 45px;
    }
    .next2 {
        margin-left: 25px;
    }
    .top_nav .logo{
        width: 170px;
    }
    .top_nav .w{
        height: 80px;
    }
    .nav_list li>a {
        line-height: 80px;
        font-size: 17px;
        padding: 0 30px;
    }
    .action_list li {
        line-height: 80px;
        padding-left: 30px;
    }
    .top_nav .nav_list li .hide_menu {
        left: -30px;
        width: -webkit-calc(100% + 60px);
        width: -moz-calc(100% + 60px);
        width: calc(100% + 60px);
        padding: 8px 0;
        border-top: 3px solid #674498;
    }
    .top_nav .nav_list li .hide_menu dd a {
        padding: 8px 15px;
        line-height: 22px;
        font-size: 15px;
    }

    .banner_info .title1 {
        font-size: 40px;
        line-height: 50px;
        margin: 10px 0 20px;
    }
    .banner_info .title2 {
        font-size: 24px;
          width: 60%;
        letter-spacing: 0px;
    }

    .sec2 .left_text .name {
        font-size: 18px;
        line-height: 28px;
    }
    .sec2 .left_text .big_name {
        font-size: 34px;
    }
    .sec2 .left_text .big_name span {
        font-size: 65px;
    }
    .sec2 .right {
        padding-left: 80px;
    }
    .sec2 .right_text .text{
        margin-bottom: 35px;
    }
    .sec2 .right_text .name {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .read_more1 {
        padding: 15px 90px 15px 0;
    }
    .read_more1:hover {
        padding: 15px 75px 15px 15px;
    }
    .num_list {
        margin-top: 80px;
        padding: 60px 0;
    }
    .num_list li img {
        height: 50px;
    }
    .num_list li .text .p1{
        margin: 25px 0 0px;
    }
    .num_list li .text .p1 span {
        font-size: 50px;
    }
    .num_list:before {
        left: -140px;
    }
    .sec2 .video_bg {
        height: 440px;
    }
    .sec2 .video_bg .video_text i {
        width: 230px;
        margin: 0 35px;
    }
    .about_video_bg .video_open,
    .sec2 .video_bg .video_text .video_open {
        width: 50px;
        height: 50px;
    }
    .index_title .title1 {
        margin-bottom: 10px;
    }
    .index_title .title2 {
        font-size: 40px;
    }
    .index_title .title1 .line{
        width: 100px;
    }
    .index_solution_menu a .icon img {
        height: 50px;
    }
    .index_solution_menu:before {
        top: 75px;
    }
    .solution_area .left {
        width: 48%;
        padding: 60px 140px 60px 0;
    }
    .solution_area .left .name1 {
        font-size: 44px;
        margin-bottom: 5px;
    }
    .solution_area .left .title_icon {
        height: 50px;
        margin-right: 25px;
    }
    .solution_area .left .title_con {
        margin-bottom: 25px;
    }
    .solution_area .left .read_more2 {
        font-size: 60px;
        width: 80px;
        height: 80px;
        line-height: 73px;
    }
    .solution_area .num {
        font-size: 170px;
        margin-top: -47px;
    }
    .solution_area .bg_img {
        height: 470px;
    }
    .index_solution_con .solution_area {
        padding-top: 50px;
    }
    .index_title {
        margin-bottom: 40px;
    }
    .index_solution_menu {
        margin-bottom: 40px;
    }
    .sec4_top {
        margin-bottom: 35px;
    }
    .news_list li .time {
        margin: 20px 0 15px;
    }
    .news_list li .title {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
        margin-bottom: 30px;
    }
    .news_list li .line {
        margin-bottom: 10px;
    }
    .help .title {
        font-size: 26px;
        line-height: 32px;
    }
    .message_area .submit_con {
        width: 160px;
    }
    .message_area ul {
        width: -webkit-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
    }
    .message_area li.li {
        margin-right: 20px;
    }
    .message_area li.li select {
        background: url(../images/arrow.png) no-repeat 233px center transparent;
    }
    .message_area li.li select, .message_area li.li input {
        height: 54px;
        line-height: 54px;
        padding: 0 15px;
    }
    .message_area .submit_con input {
        height: 54px;
        line-height: 54px;
        font-size: 18px;
    }
    .footer_con {
        padding: 75px 0 35px;
    }
    .footer_con .logo img {
        width: 160px;
    }
    .footer_con .part .contact p {
        line-height: 28px;
    }
    .footer_con .part_title {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .footer_con .solution_link li a {
        line-height: 32px;
    }
    .footer_con .part_title2 {
        margin-bottom: 25px;
    }
    .footer_con .part .link_list li a {
        margin: 12px 0;
        width: 170px;
    }

    .footer_con .part .ewm_con .img_con img {
        width: 70px;
        height: 70px;
    }
    .footer_con .part .ewm_con .img_con p {
        font-size: 12px;
        line-height: 17px;
        padding: 5px 0 0;
    }
    .footer_con .part .ewm_con .img_con {
        width: 100px;
    }
    .footer_con .part .ewm_con .img_con:first-of-type{
        margin-right: 15px;
    }

    .copy_right {
        padding: 20px 0;
    }

    .inner .inner_wrap {
        bottom: 90px;
    }
    .inner .inner_title {
        margin-bottom: 60px;
    }

    .inner_title .en_title {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .inner_title .title {
        font-size: 36px;
    }

    .team_list li .name {
        font-size: 24px;
        line-height: 30px;
    }

    .team_list li .Partner {
        font-size: 16px;
        line-height: 30px;
    }

    .team_list li .name_con {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        bottom: 15px;
        left: 15px;
        padding: 15px 0;
    }
    .team_list li .info_con {
        padding: 40px;
    }
    .team_list li .info_con .Partner {
        margin-bottom: 30px;
    }

    .index_title.wrap_title .title2 {
        font-size: 30px;
    }
    .right_contact .contact_list p.phone {
        font-size: 26px;
    }

    .right_contact .contact_list li {
        margin-top: 30px;
    }

    .right_contact .contact_list img {
        width: 90px;
        height: 90px;
    }

    .left_nav_list li {
        width: 168px;
        padding-right: 15px;
    }
    .left_nav_list li .line {
        margin: 20px 0 20px;
    }
    .left_nav_list li .hide_menu dd a {
        padding: 6px 0;
    }
    .footer_link {
        padding: 24px 0;
    }
    .footer_link .link_list li a img {
        max-height: 40px;
        max-width: 170px;
    }
    .footer_link .link_list li {
        margin-left: 50px;
    }
    .about_video_bg {
        height: 440px;
    }
    .GXP .about_title {
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 25px;
    }
    .circle_center img {
        width: 650px;
    }
    .circle_list li p {
        font-size: 20px;
        line-height: 30px;
    }
    .circle_list li img {
        max-height: 46px;
        max-width: 170px;
    }
    .circle_list li {
        height: 230px;
        padding: 40px 22% 40px 40px;
    }
    .circle_list li:nth-of-type(2n) {
        padding: 40px 40px 40px 25%;
    }
    .CARO .feiji {
        width: 1380px;
        margin-left: -50px;
    }
    .CARO_center .part .part_title, .CARO_title h5 {
        font-family: Montserrat-Bold;
        font-size: 30px;
    }
    .CARO_center .part .text {
        line-height: 22px;
        margin-top: 1px;
    }
    .CARO_center .part .tip, .CARO_title h6 {
        font-size: 16px;
        margin-top: 5px;
    }

    .CARO_title {
        margin-bottom: 90px;
    }
    .CARO_center .part {
        width: 23%;
    }
    .CARO_center {
        top: 55px;
    }
    .about_title {
        font-size: 34px;
    }
    .advantage_list li {
        font-size: 16px;
        line-height: 20px;
    }
    .advantage_list {
        padding: 25px 0;
        bottom: -116px;
    }
    .about_map_img img {
        width: 875px;
    }
    .about_map .left strong {
        font-size: 24px;
        margin: 0 2px;
    }
    .about_map .left {
        line-height: 50px;
    }
    .circle_center .text h5 {
        font-size: 24px;
    }
    .circle_center .text p {
        font-size: 16px;
        padding: 10px 0 20px;
    }
    .pageing{
        margin-top: 20px;
    }
    .solution_list li .bg_img .num {
        font-size: 22px;
        width: 120px;
        height: 120px;
        line-height: 120px;
        top: -60px;
        left: 80px;
    }
    .solution_list li:nth-of-type(2) .bg_img .num {
        right: 80px;
    }
    .solution_list li .bg_img {
        height: 420px;
    }
    .solution_list li {
        padding: 50px 0 40px;
    }
    .solution_list li .info_con img {
        height: 50px;
        margin-bottom: 30px;
    }

    .solution_list li .info_con .name1 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    .solution_list li .info_con {
        padding-left: 80px;
    }
    .solution_list li:nth-of-type(2) .info_con {
        padding-right: 80px;
    }

    .solution_list li .info_con .info {
        margin: 12px 0 30px;
    }
    .solution_list li .bg_img .line {
        width: 100px;
        top: 150px;
        right: -50px;
    }
    .solution_list li:nth-of-type(2) .bg_img .line{
        left: -50px;
    }
    .solution_title .title1 {
        font-size: 36px;
        font-weight: 700;
    }
    .solution_title .title2 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 14px;
    }

    .solution_title {
        margin-bottom: 30px;
    }
    .solution1 .right {
        height: 430px;
    }
    .solution1 .left {
        padding-right: 80px;
      min-height: 230px;
    }
    .solution_lit_title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    .solution2_info{
        -webkit-columns: 580px 2;
        -moz-columns: 580px 2;
        columns: 580px 2;
    }
    .solution2_info p {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 0;
    }
    .advantages_list p {
        padding: 18px 18px 18px 40px;
        margin-bottom: 15px;
    }
    .advantages_list p:before {
        top: 28px;
        left: 28px;
    }
    .solution3_list li .lit_title {
        width: 180px;
        line-height: 32px;
        font-size: 18px;

    }
    .solution3_list li .info_con {
        width: -webkit-calc(100% - 180px);
        width: -moz-calc(100% - 180px);
        width: calc(100% - 180px);
        line-height: 32px;
    }
    .solution3_list li {
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
    .download_list li img {
        width: 175px;
    }
    .download_list li .info_con .info {
        margin: 16px 0;
    }
    .download_list li .info_con .title {
        font-size: 18px;
    }
    .download_list li .info_con .download_a {
        font-size: 16px;
        padding: 10px 30px;
    }
    .download_list li .info_con {
        padding-left: 60px;
    }
    .news_top_container li .title {
        font-size: 24px;
        line-height: 30px;
        height: 60px;
        margin: 15px 0 20px;
    }
    .news_top_container li .read_more1 {
        margin-top: 50px;
    }
    .news_top_container li .info_con {
        padding: 90px 80px;
    }
    .news_top_container li .img_con {
        height: 380px;
    }
    .news_top_container li .info_con:before {
        width: -webkit-calc(100% + 80px);
        width: -moz-calc(100% + 80px);
        width: calc(100% + 80px);
    }
    .news_top_container {
        margin-bottom: 75px;
    }
    .reverse.solution_title .title2 {
        margin-bottom: 5px;
    }

    .inner_detail_left {
        padding: 50px 120px 55px 0;
    }

    .inner_detail_left .title .big_title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .inner_detail_left .title {
        padding: 25px 0;
    }
    .detail_left {
        padding-right: 80px;
    }
    .jump_page .list_btn {
        width: 40px;
        height: 40px;
    }
    .jump_page {
        padding: 20px 0;
    }

    .recommend_name {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .recommend_list li .name {
        font-size: 18px;
    }
    .recommend_list li a {
        padding: 16px 0 20px;
    }
    .recommend_con {
        padding: 0 0 80px 75px;
    }

    .join1_text_list li .p1 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .join1_text_list li {
        padding: 25px 0;
    }
    .join_img_container li .img {
        height: 480px;
    }
    .join1 .left {
        width: 50%;
        padding-right: 7rem;
    }
    .join1 .ico {
        width: 250px;
    }
    .join1 .right .action_con {
        width: 180px;
        height: 70px;
    }
    .join2_list {
        width: -webkit-calc(100% + 16px);
        width: -moz-calc(100% + 16px);
        width: calc(100% + 16px);
        left: -8px;
    }
    .join2_list li {
        margin: 0 8px;
        padding: 0 20px 20px;
        border-radius: 20px;
    }
    .join2_list li p {
        font-size: 16px;
        line-height: 30px;
    }
    .join2_list li .num {
        width: 120px;
        height: 60px;
        line-height: 60px;
    }
    .filter select {
        width: 280px;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
        background: url(../images/arrow2.png) no-repeat 250px center transparent;
    }
    .filter .filter_select_con {
        margin-right: 15px;
    }
    .filter .search_ipt .text {
        height: 50px;
        line-height: 50px;
        padding: 0px 15px;
        width: 280px;
    }
    .filter .search_ipt .submit {
        padding: 0px 50px 0 30px;
        height: 50px;
        line-height: 50px;
        background: #674498 url(../images/search_icon.png) no-repeat 69px center;
    }
    .resume_way {
        padding: 50px 0 40px;
    }


    .join_list li .name {
        line-height: 60px;
        font-size: 20px;
        height: 60px;
        padding: 0 20px;
    }
    .join_list li dl dd {
        line-height: 36px;
        padding: 0px 20px;
    }
    .join_list li dl {
        padding: 15px 0;
    }
    .display_mark .display_box {
        width: 1280px;
    }
    .display_title .name {
        font-size: 26px;
    }
    .display_title .part_info {
        line-height: 30px;
    }
    .display_title .part2 .ewm {
        width: 100px;
        height: 100px;
    }
    .display_title .part2 {
        margin-left: 50px;
    }

    .display_title {
        padding: 0 70px;
        height: 200px;
    }
    .display_area {
        padding: 30px 70px;
        height: -webkit-calc(100% - 200px);
        height: -moz-calc(100% - 200px);
        height: calc(100% - 200px);
    }
    .join_school_area .top_name .p2 {
        font-size: 24px;
        line-height: 34px;
        margin-top: 8px;
    }
    .join_school_area .bot_way .p1 {
        font-size: 20px;
    }
    .join_school_area .bot_way .info {
        margin: 15px 0 20px;
    }
    .join_school_area .right {
        border: 8px solid #674498;
        padding: 40px 30px;
    }
    .require_list li .p1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .require_list li {
        margin: 30px 0;
    }

    .join_school_area .right .re {
        width: 200px;
        height: 190px;
        -o-background-size: 180px;
        background-size: 180px;
    }
    .join_school_area .right .xing {
        width: 220px;
        height: 180px;
        top: -15px;
        left: -25px;
        -o-background-size: 150px;
        background-size: 150px;
    }

    .join_school_area {
        padding-top: 35px;
    }
.join_school_area .left .top_name{
      margin-bottom: 110px;
}
    .contact1 .part1 .p1 {
        font-size: 75px;
    }
    .contact1 .part1 .p1:after {
        width: 68px;
        height: 71px;
        top: -38px;
        right: 105px;
    }

    .contact1 .part1 .p2 {
        font-size: 34px;
    }

    .contact1 .part2 .p1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .contact1 .part2 .p2 {
        font-size: 18px;
        line-height: 27px;
        color: #666;
    }
    .contact1 .part3 .p2 {
        font-size:18px;
    }

    .contact1 .part4 .p2 {
        font-size: 18px;
    }
    .contact1 .part2 {
        margin: 55px 0 40px;
    }

    .contact1 .part3 {
        margin-bottom: 30px;
    }
    .contact1 .map {
        width: 57.3%;
        height: 525px;
    }
    .contact2 .add_list li .name {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .contact2 .add_list li {
        margin-bottom: 6.5%;
    }

    .message_list {
        margin-bottom: 15px;
    }
    .message_list li.li textarea, .message_list li.li select, .message_list li.li input {
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }
    .message_list li.li select {
        background: url(../images/arrow2.png) no-repeat 283px center transparent;
        -o-background-size: 12px;
        background-size: 12px;
    }
    .message_bot{
        padding-top: 10px;
    }
    .message_bot .submit {
        width: 190px;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }
    .search_list li a {
        padding: 25px 0;
    }

    .search_title {
        line-height: 28px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sec_terms .part {
        margin-top: 30px;
    }
    .team_list li .info_con .line {
        height: 40px;
        margin: 0 0 30px;
    }


    .culture_list li .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        top: -45px;
    }
    .culture_list li img {
        height: 39px;
    }
    .culture_list li {
          padding: 9% 40px;
    }
    .video_list .video_icon,
    .action_area .video_open {
        width: 55px;
        height: 55px;
        margin: 30px 0 70px;
    }
    .video_part_list{
        padding-top: 80px;
    }
    .video_part_list li .action_btn {
        padding: 10px 20px;
    }
    .video_part_list li .top {
        margin-bottom: 35px;
    }
    .video_list li .title {
        padding: 0 20px;
        height: 65px;
        line-height: 65px;
        font-size: 18px;
    }

    .our_culture_list.culture_list li {
        padding: 70px 0;
        margin-bottom: 40px;
    }
    .our_culture_list.culture_list li .icon {
        position: static;
        margin-bottom: 40px;
    }

    /*1680-------------------------------------------------------------------------------------------------------------------*/
    .num_list li .text .p1 span.font {
        font-size: 24px;
    }
    .plat1 .right p {
        line-height: 27px;
        padding: 12px 0 12px 20px;
    }
    .plat1 .right p:after {
        top: 21px;
        border: 1px solid #674498;
    }
    .plat4_list {
        padding-top: 30px;
    }
    .plat4_list li img{
        width: 70px;

    }
    .plat4_list li .title {
        font-size: 26px;
        margin: 30px 0 20px;
    }
    .plat3 .left {
        padding-right: 80px;
    }
    .plat2_img {
        width: 880px;
    }
    .plat2 .wrap_title {
        top: 37px;
    }
    .plat5_img {
        width: 430px;
    }
    .plat5_list li {
        width: 390px;
        padding: 18px 35px;
    }
    .plat5_list li .p1 {
        font-size: 17px;
        margin-bottom: 8px;
    }


}

@media screen and (max-width: 1500px) {
    body{
        font-size: 15px;
    }


}



@media screen and (max-width: 1366px) {
    .join_list li dl dd span {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
        line-height: 32px;
    }
    .w{
        width: 1080px;
    }
    .mCSB_inside > .mCSB_container {
        margin-right: 20px;
    }
    body {
        font-size: 14px;
    }
    .top_nav .w {
        height: 70px;
    }
    .prev1, .next1{
        width: 30px;
        height: 30px;
    }
    .prev2,
    .next2 {
        width: 40px;
        height: 40px;
    }
    .next2 {
        margin-left: 20px;
    }

    .sec {
        padding: 65px 0;
    }
    .nav_list li>a {
            line-height: 70px;
    font-size: 15px;
    padding: 0 20px;
    }
    .action_list li.search_box i{
        padding-right: 25px;
        -o-background-size: 15px auto !important;
        background-size: 15px auto !important;
    }
    .action_list .lan_box a{
        padding-right: 25px;
        -o-background-size: 15px auto !important;
        background-size: 15px auto !important;
    }
    .banner_info .tip {
        font-size: 16px;
    }
    .banner_info .title1 {
        font-size: 36px;
        width: 65%;
        line-height: 40px;
        margin: 15px 0 20px;
    }
    .banner_info .title2 {
        font-size: 20px;
          
        letter-spacing: 0px;
    }
    .sec2 .right{
        padding-left: 65px;
    }
    .sec2 .left_text .name {
        font-size: 16px;
        line-height: 28px;
    }
    .sec2 .left_text .big_name {
        font-size: 30px;
    }
    .sec2 .left_text .big_name span {
        font-size: 60px;
    }
    .sec2 .right_text .name {
        line-height: 28px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sec2 .right_text .text {
        line-height: 27px;
        margin-bottom: 30px;
    }
    .num_list {
        margin-top: 60px;
        padding: 50px 0;
    }
    .num_list li img {
        height: 45px;
    }
    .num_list li .text .p1 span {
        font-size: 44px;
    }
    .num_list li .text .p1 {
        margin: 20px 0 0px;
    }
    .num_list:before {
        left: -115px;
    }
    .sec2 .video_bg {
        height: 370px;
    }
    .sec2 .video_bg .video_text i {
        width: 200px;
        margin: 0 30px;
    }
    .index_title .title2 {
        font-size: 34px;
    }
    .index_title .title1 {
        margin-bottom: 7px;
    }
    .index_title .title1 .line{
        width: 80px;
        top: -4px;
        margin: 0 8px;
    }
    .index_solution_menu a .icon img {
        height: 45px;
    }
    .index_solution_menu:before {
        top: 63px;
    }
    .index_solution_menu a .dot {
        width: 8px;
        height: 8px;
        margin: 15px 0 10px;
    }
    .solution_area .left {
        padding: 50px 100px 50px 0;
    }
    .solution_area .left .name1 {
        font-size: 36px;
        margin-bottom: 5px;
    }
    .solution_area .left .name2 {
        font-size: 15px;
    }
    .solution_area .left .title_icon {
        height: 50px;
        margin-right: 20px;
    }
    .solution_area .left .read_more2 {
        font-size: 45px;
        width: 60px;
        height: 60px;
        line-height: 56px;
    }
    .solution_area .num {
        font-size: 128px;
        margin-top: -33px;
    }
    .solution_area .bg_img {
        height: 385px;
    }
    .index_solution_con .solution_area {
        padding-top: 40px;
    }
    .index_solution_menu {
        margin-bottom: 30px;
    }
    .news_list li .time {
        margin: 15px 0 10px;
    }
    .news_list li .title {
        font-size: 17px;
        line-height: 27px;
        height: 54px;
        margin-bottom: 20px;
    }
    .news_list li .line {
        margin-bottom: 5px;
    }
    .read_more1 {
        padding: 13px 75px 13px 0;
    }
    .read_more1:hover {
        padding: 13px 65px 13px 10px;
    }
    .help .tip {
        margin: 12px 0 35px;
        font-size: 15px;
        line-height: 24px;
    }
    .message_area li.li select, .message_area li.li input {
        height: 50px;
        line-height: 50px;
        padding: 0 12px;
    }
    .message_area .submit_con input {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .message_area .submit_con {
        width: 140px;
    }
    .message_area ul {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
    }
    .message_area li.li {
        margin-right: 15px;
    }
    .footer_con .solution_link li a {
        line-height: 30px;
    }
    .message_area li.li select {
        background: url(../images/arrow.png) no-repeat 198px center transparent;
    }
  .action_list li {
    line-height: 70px;
    padding-left: 20px;
}
    .top_nav .logo {
        width: 150px;
    }
    .footer_con .logo img {
        width: 140px;
    }
    .footer_con .part .contact p {
        line-height: 25px;
    }
    .footer_con .part_title2 {
        margin-bottom: 20px;
    }
    .footer_con .part_title {
        font-size: 16px;
    }
    .footer_con .part .link_list li a {
        margin: 10px 0;
        width: 145px;
    }
    .copy_right {
        padding: 15px 0;
    }
    .footer_con {
        padding: 50px 0 30px;
    }

    .inner_title .en_title {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .inner .inner_title {
        margin-bottom: 50px;
    }
    .inner_title .title {
        font-size: 28px;
    }
    .left_menu li a {
        font-size: 20px;
        line-height: 30px;
    }

    .left_menu li a:before {
        height: 6px;
    }
    .team_list li .name {
        font-size: 22px;
        line-height: 25px;
    }
    .team_list li .name_con {
        padding: 12px 0;
    }

    .team_list li .info_con {
        padding: 35px;
    }

    .index_title.wrap_title .title2 {
        font-size: 26px;
    }

    .wrap {
        padding: 40px 0;
    }
    .left_nav_list li .line {
        margin: 15px 0 15px;
    }
    .left_nav_list li .hide_menu dd a {
        padding: 5px 0;
    }
    .left_nav_list li {
        width: 142px;
        padding-right: 15px;
    }
    .right_contact .contact_list p.phone {
        font-size: 22px;
    }

    .right_contact .contact_list li {
        margin-top: 20px;
    }
    .right_contact .contact_list img {
        width: 75px;
        height: 75px;
    }

    .footer_link .link_list li a img {
        max-height: 35px;
        max-width: 150px;
    }
    .footer_link .title {
        font-size: 16px;
    }
    .footer_link .link_list li {
        margin-left: 40px;
    }
    .footer_link {
        padding: 20px 0;
    }
    .GXP .about_title {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .circle_list li p {
        font-size: 16px;
        line-height: 25px;
    }

    .circle_list li {
        height: 200px;
        padding: 35px 22% 35px 35px;
    }
    .circle_list li:nth-of-type(2n) {
        padding: 35px 35px 35px 25%;
    }
    .circle_center img {
        width: 540px;
    }
    .circle_center .text h5 {
        font-size: 20px;
    }
    .circle_center .text p {
        font-size: 15px;
        padding: 10px 0 20px;
    }
    .CARO .feiji {
        width: 1180px;
        margin-left: -50px;
    }
    .CARO_center .part .part_title, .CARO_title h5 {
        font-size: 32px;
    }

    .CARO_center .part .tip, .CARO_title h6 {
        font-size: 15px;
        margin-top: 4px;
    }

    .CARO_center .part .text {
        line-height: 25px;
        margin-top: 10px;
    }
    .CARO_center .part {
        width: 25%;
    }
    .CARO_center {
        top: 10px;
    }
    .CARO .about_title {
        bottom: 30px;
    }
    .about_title {
        font-size: 30px;
    }
    .advantage_list li {
        font-size: 15px;
    }
    .advantage_list {
        padding: 20px 0;
        bottom: -102px;
    }
    .about_map .left {
        line-height: 45px;
    }
    .about_map .left strong {
        font-size: 22px;
        margin: 0 2px;
    }
    .about_map_img img {
        width: 730px;
    }
    .help .title {
        font-size: 22px;
        line-height: 30px;
    }
    .wrap {
        padding: 30px 0;
    }
    .about_video_bg {
        height: 370px;
    }
    .circle_list li img {
        max-height: 40px;
        max-width: 150px;
    }
    .pageing{
        margin-top: 0;
    }
    .solution_list li .bg_img .num {
        font-size: 20px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        top: -50px;
        left: 60px;
    }
    .solution_list li:nth-of-type(2) .bg_img .num {
        right: 60px;
    }
    .solution_list li .bg_img {
        height: 350px;
        width: 54%;
    }
    .solution_list li {
        padding: 40px 0 30px;
    }
    .solution_list li .info_con img {
        height: 45px;
        margin-bottom: 25px;
    }

    .solution_list li .info_con .name1 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .solution_list li .info_con {
        padding-left: 65px;
        width: 46%;
    }
    .solution_list li:nth-of-type(2) .info_con {
        padding-right: 65px;
    }

    .solution_list li .info_con .info {
        margin: 10px 0 22px;
    }
    .solution_list li .bg_img .line {
        width: 80px;
        top: 122px;
        right: -40px;
    }
    .solution_list li:nth-of-type(2) .bg_img .line{
        left: -40px;
    }
    .solution_title .title1 {
        font-size: 32px;
    }
    .solution_title .title2 {
        font-size: 16px;
        line-height: 25px;
        margin-top: 5px;
    }
    .solution_title {
        margin-bottom: 20px;
    }
    .solution1 .left {
        padding-right: 65px;
          min-height: 195px;
    }
    .solution1 .right {
        height: 360px;
    }
    .solution_lit_title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .solution2_info{
        -webkit-columns: 480px 2;
        -moz-columns: 480px 2;
        columns: 480px 2;
    }
    .solution2_info p {
        font-size: 16px;
        line-height: 22px;
        padding: 9px 0;
    }
    .advantages_list {
        margin-bottom: 50px;
    }
    .solution3_list li {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .download_list li .info_con {
        padding-left: 50px;
    }

    .download_list li .info_con .info {
        margin: 12px 0;
    }

    .download_list li .info_con .download_a {
        font-size: 15px;
        padding: 9px 25px;
    }
    .download_list li img {
        width: 150px;
    }
    .news_top_container li .title {
        font-size: 20px;
        line-height: 25px;
        height: 50px;
        margin: 12px 0 15px;
    }
    .news_top_container li .read_more1 {
        margin-top: 40px;
    }
    .news_top_container li .info_con {
        padding: 75px 60px;
    }

    .news_top_container li .img_con {
        height: 310px;
    }
    .news_top_container li .info_con:before {
        width: -webkit-calc(100% + 55px);
        width: -moz-calc(100% + 55px);
        width: calc(100% + 55px);
    }
    .news_top_container {
        margin-bottom: 60px;
    }
    .reverse.solution_title .title2 {
        margin-bottom: 2px;
    }

    .inner_detail_left {
        padding: 40px 100px 45px 0;
    }

    .inner_detail_left .title .big_title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .inner_detail_left .title {
        padding: 22px 0;
    }
    .detail_left {
        padding-right: 60px;
    }
    .jump_page .list_btn {
        width: 35px;
        height: 35px;
    }
    .jump_page {
        padding: 15px 0;
    }

    .recommend_name {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .recommend_list li .name {
        font-size: 16px;
    }
    .recommend_list li a {
        padding: 12px 0 15px;
    }
    .recommend_con {
        padding: 0 0 65px 65px;
    }

    .join1 .ico {
        width: 200px;
    }
    .join1 .left {
        padding-right: 7rem;
    }

    .join1_text_list li .p1 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .join1_text_list li {
        padding: 15px 0;
    }
    .join_img_container li .img {
        height: 390px;
    }
    .join1 .right .action_con {
        width: 160px;
        height: 60px;
    }
    .swiper-pagination-imgs {
        margin: 0 15px;
    }
    .join2_list li {
        margin: 0 5px;
        padding: 0 15px 20px;
    }
    .join2_list li .num {
        width: 100px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .join2_list {
        width: -webkit-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: calc(100% + 10px);
        left: -5px;
    }
    .join2_list li p {
        font-size: 15px;
        line-height: 28px;
    }
    .filter {
        margin-bottom: 25px;
    }
    .filter select {
        width: 250px;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        background: url(../images/arrow2.png) no-repeat 220px center transparent;
    }
    .filter .filter_select_con {
        margin-right: 15px;
    }
    .filter .search_ipt .text {
        height: 45px;
        line-height: 45px;
        padding: 0px 15px;
        width: 250px;
    }
    .filter .search_ipt .submit {
        padding: 0px 45px 0 20px;
        height: 45px;
        line-height: 45px;
        background: #674498 url(../images/search_icon.png) no-repeat 56px center;
        -o-background-size: 15px;
        background-size: 15px;
    }
    .resume_way {
        padding: 30px 0 20px;
    }
    .resume_way .lit_title {
        font-size: 20px;
    }
    .resume_way .info {
        margin: 0 50px;
    }
    .display_mark .display_box {
        width: 1080px;
    }
    .display_title .name {
        font-size: 22px;
    }
    .display_title .part_info {
        line-height: 27px;
    }
    .display_title .part2 .ewm {
        width: 80px;
        height: 80px;
    }
    .display_title .part2 {
        margin-left: 40px;
    }

    .display_title {
        padding: 0 60px;
        height: 180px;
    }
    .display_area {
        padding: 30px 60px;
        height: -webkit-calc(100% - 180px);
        height: -moz-calc(100% - 180px);
        height: calc(100% - 180px);
    }
    .display_area .part .part_title {
        font-size: 20px;
    }

    .join_list li .name {
        line-height: 50px;
        font-size: 18px;
        height: 50px;
        padding: 0 15px;
    }
    .join_list li dl dd {
        line-height: 32px;
        padding: 0px 15px;
    }
    .join_list li dl {
        padding: 10px 0;
    }


    .join_school_area .top_name .p2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 8px;
    }
    .join_school_area .bot_way .p1 {
        font-size: 18px;
    }
    .join_school_area .bot_way .info {
        margin: 10px 0 15px;
    }
    .join_school_area .right {
        border: 6px solid #674498;
        padding: 40px 30px;
    }
    .require_list li .p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .require_list li {
        margin: 20px 0;
    }

    .join_school_area .right .re {
        width: 150px;
        height: 130px;
        -o-background-size: 120px;
        background-size: 120px;
    }
    .join_school_area .right .xing {
        width: 200px;
        height: 160px;
        top: -15px;
        left: -20px;
        -o-background-size: 120px;
        background-size: 120px;
    }
    .join_school_area {
        padding-top: 30px;
    }
  .join_school_area .left .top_name{
      margin-bottom: 80px;
}
    .contact1 .part1 .p1 {
        font-size: 60px;
    }
    .contact1 .part1 .p2 {
        font-size: 30px;
    }
    .contact1 .part1 .p1:after {
        width: 55px;
        height: 57px;
        top: -32px;
        right: 80px;
    }
    .contact1 .part2 .p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .contact1 .part2 .p2 {
        font-size: 16px;
        line-height: 25px;
    }

    .contact1 .part3 .p2 {
        font-size: 24px;
    }
    .contact1 .part4 .p1, .contact1 .part3 .p1 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .contact1 .part2 {
        margin: 40px 0 30px;
    }

    .contact1 .map {
        height: 450px;
    }

    .contact2 .add_list li {
        margin-bottom: 5.5%;
        margin-right: 8%;
        width: 28%;
    }
    .contact2 .add_list li .name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .message_bot .submit {
        width: 160px;
    }
    .message_list li.li select {
        background: url(../images/arrow2.png) no-repeat 234px center transparent;
        -o-background-size: 12px;
        background-size: 12px;
    }
    .search_title {
        line-height: 24px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .search_list li a {
        padding: 20px 0;
    }
    .sec_terms .part {
        margin-top: 20px;
    }
    .advantages_list p:before {
        top: 30px;
        left: 28px;
        width: 4px;
        height: 4px;
    }
    .team_list li .info_con .line {
        height: 40px;
        margin: 0 0 20px;
          display: none;
    }
  .team_list li .Partner {
    font-size: 15px;
    line-height: 25px;
    padding-top: 5px;
}

    /*1366-------------------------------------------------------------------------------------------------------------------*/
    .num_list li .text .p1 span.font {
        font-size: 18px;
    }
    .culture_list li .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        top: -35px;
    }
    .culture_list li img {
        height: 34px;
    }
    .culture_list li {
           padding: 9% 30px;
    }
    .video_list .video_icon,
    .action_area .video_open {
        width: 50px;
        height: 50px;
        margin: 20px 0 60px;
    }
    .culture .index_title {
        margin-bottom: 20px;
    }
    .video_part_list {
        padding-top: 60px;
    }
    .video_list li .title {
        padding: 0 20px;
        height: 55px;
        line-height:55px;
        font-size: 16px;
    }


    .our_culture_list.culture_list li {
        padding: 60px 0;
        margin-bottom: 30px;
    }
    .our_culture_list.culture_list li .icon {
        position: static;
        margin-bottom: 30px;
    }
    .our_culture_list .index_title {
        margin-bottom: 30px;
    }
    .plat1 .right p {
        line-height: 25px;
        padding: 10px 0 10px 20px;
    }
    .plat1 .right p:after {
        top: 19px;
    }
    .plat4_list {
        padding-top: 20px;
    }
    .plat4_list li img{
        width: 60px;

    }
    .plat4_list li .title {
        font-size: 22px;
        margin: 25px 0 18px;
    }

    .plat3 .left {
        padding-right: 60px;
    }
    .plat2_img {
        width: 700px;
    }
    .plat2_con {
        padding-bottom: 70px;
    }
    .plat2 .wrap_title {
        top: 30px;
    }

    .plat5_img {
        width: 345px;
    }
    .plat5_list li {
        width: 340px;
        padding: 16px 30px;
    }
    .plat5_list li .p1 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .plat5_list li .p2 {
        line-height: 22px;
    }
    .plat5_list li:first-of-type {
        top: -99px;
    }




















}
@media screen and (max-width: 1280px) {
    .next1 {
        right: 90px;
    }
    .prev1 {
        left: 80px;
    }
}



/*移动端*/
@media screen and (max-width: 900px) {
    .join_list li dl dd span {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
        line-height: 26px;
    }

    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;
    }

    body {
        background: #fff;
    }

    /*视频弹窗*/
    .video_mark .video_box {
        width: 90%;
        max-width: inherit;
        max-height: inherit;
    }

    .prev2, .prev1, .next1, .next2 {
        width: 30px;
        height: 30px;
    }

    .next2 {
        margin-left: 7px;
    }

    .top_nav .w {
        height: 60px;
    }

    .top_nav .logo {
        width: 130px;
    }

    .sec1 .swiper-pagination-banner,
    .sec1 .action_con {
        display: none;

    }

    .top_nav .menu {
        width: 40px;
        height: 40px;
        background: url(../images/menu.png) no-repeat center right;
        -o-background-size: 65% !important;
        background-size: 65% !important;
          margin-left: 10px;
    }

    .top_nav_white .menu {
        background: url(../images/menu_white.png) no-repeat center right;
    }
  .lan_right{
        display: flex;
    color: #fff;
    align-items: center;
        font-size: 17px;
  }
    /*全屏导航*/
    .full_menu {
        display: block;
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        z-index: 10001;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
       background: #19adb2;
        color: #fff;
    }

    .full_menu.open {
        left: 0;
    }

    .full_menu .top {
        height: 80px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .full_menu .top .logo {

    }

    .full_menu .top .logo img {
        width: 110px;
    }

    .full_menu .top .close {
        width: 40px;
        height: 40px;
        background: url(../images/close.png) no-repeat center right;
    }

    .full_menu .w {
        height: 100%;
    }

    .full_meum_list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .full_meum_list {
        position: relative;
        width: 100%;
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        overflow-y: auto;
          overflow-x: hidden;
    }

    .full_meum_list li {

    }

    .full_meum_list li > a {
        width: 100%;
        font-size: 24px;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .full_meum_list li .hide_menu {
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .full_meum_list li dd a {
        line-height: 25px;
        font-size: 16px;
        opacity: 0.7;
        padding: 5px 10px;
        width: 100%;
    }

    .sec1 {
        height: 300px;
    }

    .sec {
        padding: 30px 0;
    }

    .banner_info {
        top: 34%;
    }

    .banner_info .tip {
        font-size: 14px;
    }

    .banner_info .title1 {
        font-size: 20px;
        line-height: 25px;
        margin: 8px 0 15px;
        width: 100%;
    }

    .banner_info .title2 {
        font-size: 14px;
      width: 100%;
        letter-spacing: 0px;
    }

    .sec.sec2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sec2 .left {
        width: 100%;
    }

    .sec2 .left_text .name {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .sec2 .left_text .big_name {
        font-size: 20px;
    }

    .sec2 .left_text .big_name span {
        font-size: 45px;
    }

    .sec2 .video_bg {
        height: 200px;
        margin-top: 20px;
    }

    .about_video_bg .video_open,
    .sec2 .video_bg .video_text .video_open {
        width: 40px;
        height: 40px;
    }

    .sec2 .video_bg .video_text i {
        width: 140px;
        margin: 0 20px;
    }

    .sec2 .video_bg .video_text {
        bottom: 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 15px;
    }

    .sec2 .right {
        padding-left: 15px;
        padding-top: 20px;
        width: 100%;
    }

    .sec2 .right_text .name {
        line-height: 25px;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .sec2 .right_text .text {
        line-height: 26px;
        margin-bottom: 20px;
    }
    .video_sec .read_more1{
        background: url(../images/read_more_m2.png) no-repeat center right;
    }
    .read_more1 {
        padding: 12px 40px 12px 0;
        background: url(../images/read_more_m.png) no-repeat center right;
    }

    .read_more1:hover {
        padding: 12px 40px 12px 0px;
    }

    .news_list li .read_more1 {
        background: url(../images/read_more_new_m.png) no-repeat center right;
    }

    .news_list li:hover .read_more1 {
        background: url(../images/read_more_m.png) no-repeat center right;
    }

    .num_list {
        margin-top: 30px;
        padding: 40px 0;
    }

    .num_list li .text .p1 span {
        font-size: 28px;
        margin-right: 5px;
    }

    .num_list li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        padding: 0 10px;
    }

    .num_list li img {
        height: 35px;
    }

    .num_list li .text .p1 {
        margin: 10px 0 5px;
    }

    .index_title .title2 {
        font-size: 25px;
    }

    .index_title .title1 {
        margin-bottom: 5px;
    }

    .index_title {
        margin-bottom: 25px;
    }

    .index_title .title1 .line {
        width: 60px;
        top: -5px;
        margin: 0 5px;
    }

    .mobile_solution_box {
        overflow-x: auto;
    }

    .index_solution_menu {
        margin-bottom: 20px;
        width: 200%;
    }

    .index_solution_menu:before {
        width: 100%;
        top: 49px;
    }

    .index_solution_menu a .icon img {
        height: 35px;
    }

    .index_solution_menu a .dot {
        width: 6px;
        height: 6px;
        margin: 12px 0 5px;
    }

    .index_solution_menu a span {
        line-height: 20px;
    }

    .solution_area .num {
        font-size: 60px;
        margin-top: 0;
        display: none;
    }

    .solution_area .area .w {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .solution_area .left:before {
        width: 100%;
    }

    .solution_area .left {
        padding: 25px 20px 90px;
        width: 100%;
    }

    .solution_area .left .read_more2 {
        font-size: 28px;
        width: 45px;
        height: 45px;
        line-height: 44px;
    }

    .solution_area .left .name1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .solution_area .left .name2 {
        font-size: 13px;
    }

    .solution_area .left .title_icon {
        height: 45px;
        margin-right: 18px;
    }

    .solution_area .bg_img {
        height: 320px;
    }

    .sec4_top {
        margin-bottom: 20px;
    }

    .news_list li .title {
        font-size: 15px;
        line-height: 25px;
        height: 50px;
        margin-bottom: 15px;
    }

    .news_list li .time {
        margin: 12px 0 5px;
    }

    .news_list li .line {
        margin-bottom: 0px;
    }

    .help .title {
        font-size: 20px;
        line-height: 28px;
        width: 80%;
        margin: 0 auto;
    }

    .help .tip {
        margin: 12px 0 30px;
        font-size: 14px;
        line-height: 24px;
    }

    .message_area {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .message_area ul {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .message_table li.li {
        margin-bottom: 15px;
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -moz-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: 48%;
        margin-right: 0;
    }

    .message_area li.li select, .message_area li.li input {
        height: 45px;
        line-height: 45px;
        padding: 0px 10px;
    }

    .message_area li.li select {
        background: url(../images/arrow.png) no-repeat 92% center transparent;
        -o-background-size: 8px;
        background-size: 8px;
    }

    .message_area .submit_con {
        width: 100%;
        text-align: center;
    }

    .message_area .submit_con input {
        height: 45px;
        line-height: 45px;
        width: 120px;
        font-size: 16px;
    }

    .footer_con {
        padding: 30px 0 0px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_con .part {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer_con .part2 {
        display: none;
    }

    .footer_con .part_title2 {
        margin-bottom: 15px;
    }

    .footer_con .part .link_list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;

    }

    .footer_con .part .link_list li {
        width: 27%;
        margin-bottom: 10px;
    }

    .footer_con .part .link_list li a {
        width: 100%;
    }

    .copy_right {
        padding: 12px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .left_menu {
        display: none;
    }


    .index_title.wrap_title .title2 {
        font-size: 20px;
    }

    .inner .inner_wrap {
        bottom: 15px;
    }

    .inner .inner_title {
        margin-bottom: 0;
    }

    .inner_title .en_title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .inner_title .title {
        font-size: 20px;
    }

    .team_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .right_contact .contact_list li {
        margin-top: 15px;
    }

    .right_contact {
        margin-bottom: 15px;
    }

    .footer_link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_link .link_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .footer_link .link_list li {
        margin-left: 0;
        width: 30%;
    }

    .footer_link .link_list li a {
        width: 100%;
    }

    .footer_link .link_list li a img {
        max-height: 30px;
        max-width: 100%;
    }

    .footer_link .title {
        margin-bottom: 15px;
    }

    .sec.sec2 .w {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sec2 .w .right {
        padding-left: 0;
    }

    .about_video_bg {
        height: 220px;
    }

    .GXP .about_title {
        font-size: 18px;
        line-height: 30px;
    }

    .circle_list li {
        height: 230px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px 20px 24% 20px;
    }

    .circle_list li:nth-of-type(2n) {
        padding: 20px 20px 24% 20px;
    }

    .circle_list li:nth-of-type(3),
    .circle_list li:nth-of-type(4) {
        padding: 28% 20px 20px 20px;
    }

    .circle_list li p {
        font-size: 15px;
        line-height: 22px;
    }

    .circle_center {
        width: 100%;
        text-align: center;
    }

    .circle_center img {
        width: 90%;
    }

    .circle_center .text h5 {
        font-size: 16px;
    }

    .circle_center .text p {
        font-size: 14px;
        padding: 5px 0 10px;
    }

    .circle_list li img {
        max-height: 30px;
        max-width: 120px;
        margin-bottom: 15px;
    }

    .circle_list li.li2 .p2 {
        left: 20px;
        bottom: 80px;
    }

    .circle_center .text {
        top: 52%;
    }

    .CARO .feiji {
        width: 100%;
        margin-left: 0;
    }

    .CARO_title {
        margin-bottom: 30px;
    }

    .CARO_center .part {
        width: 100%;
        margin-bottom: 20px;
    }

    .CARO_center {
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: 0;
    }

    .CARO_center .part .part_title, .CARO_title h5 {
        font-size: 24px;
    }

    .CARO_center .part:first-of-type {
        text-align: left;
    }

    .CARO .about_title {
        bottom: 0;
        position: relative;
        margin: 30px 0 20px;
    }

    .about_title {
        font-size: 20px;
    }

    .CMC .CMC_img {
        margin: 20px auto;
        width: 80%;
    }

    .advantage_list {
        padding: 15px 0;
        bottom: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
        position: relative;
    }

    .advantage_list li {
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -moz-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: 50%;
        font-size: 15px;
        line-height: 18px;
        margin: 10px 0;
        padding: 0 10px;
        border-right: none;
    }

    .about_map .left {
        line-height: 40px;
    }

    .about_map .left strong {
        font-size: 18px;
        margin: 0 2px;
    }

    .about_map_img {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 15px 0 0;
    }

    .about_map_img img {
        width: 100%;
    }

    .solution_list li .solution_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .solution_list li .bg_img {
        height: 250px;
        width: 100%;
    }

    .solution_list li .info_con {
        padding-left: 0;
        width: 100%;
        padding: 20px 0;
    }

    .solution_list li:nth-of-type(2) .info_con {
        padding-right: 0;
    }

    .solution_list li .bg_img .num {
        font-size: 16px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        top: -35px;
        left: 45px;
    }

    .solution_list li:nth-of-type(2) .bg_img .num {
        right: 45px;
    }

    .solution_list li .info_con .name1 {
        font-size: 22px;
    }

    .solution_list li .info_con .name2 {
        font-size: 15px;
    }

    .solution_list li {
        padding: 30px 0 20px;
    }

    .solution1 .left {
        padding-right: 15px;
        width: 100%;
        padding-bottom: 20px;
    min-height: inherit;
    }

    .solution1 .right {
        height: 230px;
        position: relative;
        width: 100%;
    }

    .solution_title .title1 {
        font-size: 22px;
    }

    .solution_title {
        margin-bottom: 15px;
    }

    .solution_lit_title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
.solution2 .solution_lit_title{
    width:100%;
}
  .solution2_info {
    columns: inherit;
}
    .solution2_info p {
        font-size: 15px;
        line-height: 20px;
        padding: 6px 0;
    }

    .advantages_list p {
        padding: 12px 12px 12px 25px;
        margin-bottom: 12px;
        border-radius: 15px;
    }

    .advantages_list p:before {
        top: 23px;
        left: 16px;
        width: 4px;
        height: 4px;
    }

    .advantages_list {
        margin-bottom: 30px;
    }

    .solution3_list li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .solution3_list li .lit_title {
        width: 100%;
        line-height: 32px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .solution3_list li .info_con {
        width: 100%;
        line-height: 28px;
    }

    .download_list li {
        padding: 20px;
    }

    .download_list li .info_con {
        padding-left: 15px;
    }

    .download_list li .info_con .title {
        font-size: 16px;
        line-height: 20px;
    }

    .download_list li .info_con .info {
        margin: 10px 0;
    }

    .download_list li .info_con .download_a {
        font-size: 14px;
        padding: 7px 20px;
    }

    .news_top_container li .info_con {
        padding: 30px 15px;
        width: 100%;
    }

    .news_top_container li .info_con:before {
        width: 100%;
        height: -webkit-calc(100% + 40px);
        height: -moz-calc(100% + 40px);
        height: calc(100% + 40px);
        bottom: 0;
        top: auto;
    }

    .news_top_container li {
        padding: 220px 0 0;
    }

    .news_top_container li .img_con {
        height: 220px;
        width: 90%;
        left: 5%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        top: 0;
    }

    .news_top_container li .title {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        margin: 8px 0 13px;
    }

    .news_top_container li .read_more1 {
        margin-top: 18px;
    }

    .news_top_container {
        margin-bottom: 30px;
    }

    .news .news_list li {
        float: left;
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px;
    }

    .news .news_list li:nth-of-type(3n) {
        margin-right: 3%;
    }

    .news .news_list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .inner .inner_wrap.inner_detail_wrap {
        position: relative;
    }

    .inner_detail_left {
        padding: 25px 15px;
        width: 100%;
    }

    .inner_detail_left:before {
        right: -15px;

    }

    .inner_detail_left .title .big_title {
        font-size: 20px;
        line-height: 28px;
    }

    .inner_detail_left .title {
        padding: 15px 0;
    }

    .detail_left {
        padding-right: 0;
        padding-bottom: 20px;
        width: 100%;
    }

    .detail_right {
        width: 100%;
    }

    .recommend_con {
        padding: 25px 0;
    }

    .recommend_con:before {
        height: 100%;
        left: -15px;
    }

    .join1 .left {
        padding-right: 0;
        width: 100%;
    }

    .join1_text_list li .p1 {
        font-size: 18px;
    }

    .join1_text_list li {
        padding: 10px 0;
    }

    .join1 .right {
        width: 100%;
        padding-top: 20px;
    }

    .join_img_container li .img {
        height: 270px;
    }

    .join1 .right .action_con {
        width: 150px;
        height: 50px;
    }

    .join2_list {
        width: 100%;
        position: static;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .join2_list li {
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -moz-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        width: 48%;
        margin: 0 0 10px;
    }

    .filter {
        margin-bottom: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    }

    .filter .left {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .filter .filter_select_con {
        margin-right: 5px;
        margin-left: 5px;
    }

    .filter select {
        width: 160px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        background: url(../images/arrow2.png) no-repeat 137px center transparent;
        -o-background-size: 11px;
        background-size: 11px;
    }

    .filter .search_ipt .text {
        height: 40px;
        line-height: 40px;
        padding: 0px 15px;
        width: 252px;
    }

    .filter .search_ipt .submit {
        padding: 0px 35px 0 15px;
        height: 40px;
        line-height: 40px;
        background: #674498 url(../images/search_icon.png) no-repeat 49px center;
        -o-background-size: 13px;
        background-size: 13px;
    }

    .filter .search_ipt {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .resume_way {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0 15px;
    }

    .resume_way .info {
        margin: 15px 0;
    }

    .join_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .join_list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .join_list li .name {
        line-height: 40px;
        font-size: 16px;
        height: 40px;
        padding: 0 12px;
    }

    .join_list li dl dd {
        line-height: 26px;
        padding: 0px 12px;
    }

    .display_mark .display_box {
        width: 100%;
        height: 100%;
    }

    .display_title {
        padding: 0 30px;
        height: 150px;
    }

    .display_title .name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .display_title .part2 .ewm {
        width: 70px;
        height: 70px;
    }

    .display_title .part2 p {
        font-size: 14px;
        padding-top: 10px;
    }

    .display_box .close {
        top: 5px;
        right: 5px;
        width: 40px;
        height: 40px;
    }

    .display_area {
        padding: 20px 30px;
        height: -webkit-calc(100% - 150px);
        height: -moz-calc(100% - 150px);
        height: calc(100% - 150px);
    }

    .display_area .part .part_title {
        font-size: 16px;
    }

    .join_school_area .left {
        width: 100%;
        padding-right: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding-bottom: 50px;
    }

    .join_school_area {
        padding-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .join_school_area .right {
        border: 3px solid #674498;
        padding: 30px 20px;
        width: 100%;
    }

    .join_school {
        background-position: top left;
        -o-background-size: 50% auto;
        background-size: 50% auto;
    }

    .join_school_area .top_name .p2 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 8px;
    }
  .join_school_area .left .top_name{
      margin-bottom: 0;
}
    .join_school_area .bot_way {
        margin-top: 30px;
    }

    .require_list li .p1 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .join_school_area .right .re {
        width: 100px;
        height: 90px;
        -o-background-size: 85px;
        background-size: 85px;
    }

    .join_school_area .right .xing {
        width: 120px;
        height: 80px;
        top: -20px;
        left: -10px;
        -o-background-size: 100px;
        background-size: 100px;
    }

    .contact1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact1 .left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .contact1 .part1 .p1 {
        font-size: 40px;
    }

    .contact1 .part1 .p2 {
        font-size: 20px;
    }

    .contact1 .part1 .p1:after {
        width: 40px;
        height: 43px;
        top: -24px;
        right: auto;
        left: 172px;
    }

    .contact1 .part2 .p1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contact1 .part3 .p2 {
        font-size: 20px;
    }

    .contact1 .part4 .p2 {
        font-size: 16px;
    }

    .contact1 .part2 {
        margin: 30px 0 30px;
    }

    .contact1 .map {
        height: 320px;
        width: 100%;
    }

    .contact2 .w {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact2 .add_list {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 15px;
    }

    .contact2 .add_list li .name {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .contact2 .add_list li {
        margin-right: 5%;
        margin-bottom: 30px;
        width: 47.5%;
    }

    .contact2 .add_list li:nth-of-type(3n) {
        margin-right: 5%;
    }

    .contact2 .add_list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .contact3_top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .contact3_top .info {
        width: 100%;
    }

    .message_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;

    }

    .message_list li.li {
        width: 48%;
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -moz-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .message_list li.li.textarea_li {
        width: 100%;
        margin-right: 0;
    }

    .message_bot {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0px;
    }

    .message_bot .agree {
        margin-bottom: 10px;
    }

    .inner .inner_wrap.inner_search_wrap {
        display: none;
    }

    .search_title {
        line-height: 22px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    /*900----------------------------------------------------------------------------------------------------------------*/
    .num_list li .text .p1 span.font {
        font-size: 15px;
        padding-top: 5px;
    }
    .sec.culture {
        padding: 50px 0 0px;
    }

    .culture_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .culture_list li {
       padding: 20% 30px;
        margin-bottom: 40px;
        width: 100%;
    }

    .culture_list li .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: -30px;
    }

    .culture_list li img {
        height: 24px;
    }

    .video_list .video_icon,
    .action_area .video_open {
        width: 40px;
        height: 40px;
        margin: 15px 0 30px;
    }

    .video_part_list {
        padding-top: 30px;
    }

    .video_list.video_part_list li {
        width: 100%;
        margin-right: 0;
    }

    .video_part_list li .action_btn {
        padding: 8px 15px;
        font-size: 12px;
    }

    .video_part_list li .top {
        margin-bottom: 15px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }


    .our_culture_list.culture_list li {
        padding: 40px 15px;
    }

    .our_culture_list.culture_list li .info {
        width: 100%;
    }

    .our_culture_list.culture_list li .icon {
        position: static;
        margin-bottom: 20px;
    }

    .our_culture_list .index_title {
        margin-bottom: 20px;
    }

    .plat4_list,
    .plat3 .w,
    .plat1 .w {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .plat3 .left, .plat3 .right,
    .plat1 .left, .plat1 .right {
        width: 100%;
    }

    .plat3 .left {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .plat4_list li {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .plat4_list li img {
        width: 45px;
    }

    .plat4_list li .title {
        font-size: 18px;
        margin: 20px 0 15px;
    }

    .plat5 .wrap_title {
        position: static;
    }

    .plat2_img {
        width: 80%;
    }

    .plat2 .wrap_title {
        top: 4px;
        left: 0px;
    }

    .plat2 .index_title .title1 {
        font-size: 10px;
    }

    .plat2 .index_title.wrap_title .title2 {
        font-size: 16px;
        text-align: center;
    }

    .plat2_list {
        position: static;
        padding-top: 20px;
    }

    .plat2_list li {
        position: static;
        margin-bottom: 15px;
        text-align: center;
    }

    .plat2_list li:nth-of-type(3) {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;

    }

    .plat2_con {

        padding-bottom: 0;
    }

    .plat2 {
        padding-bottom: 20px;
    }
    .plat5_img {
        width: 60%;
    }
    .plat5_list{
        padding-top: 20px;
        position: static;
    }
    .plat5_list li {
        width: 90%;
        padding: 16px 30px;
        position: static;
        margin-left: 5%;
        margin-bottom: 15px;
    }
    .plat5_list li:first-of-type {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;

    }
    .plat5_list li:first-of-type p{
        text-align: left;
    }



}



@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

}