.m0 {
    margin: 0;
}

.ml0 {
    margin-left: 0;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mr0 {
    margin-right: 0;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.p1 {
    padding: 1px;
}

.pl5 {
    padding-left: 5px;
}

.p5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

/* Demo 1 */
#demo_1 {
    top: 70px;
    z-index: 9;
}

#demo_1.m_nav_fixed button {
    background: #c62860;
}

#demo_1.m_nav_fixed button:hover,
#demo_1.m_nav_fixed button.nav_btn_active,
#demo_1.m_nav_fixed ul {
    background: #9e1847;
}

/* Demo 2 */
#demo_2 {
    top: 130px;
    z-index: 8;
}

#demo_2.m_nav_fixed button {
    background: #e86814;
}

#demo_2.m_nav_fixed button:hover,
#demo_2.m_nav_fixed button.nav_btn_active,
#demo_2.m_nav_fixed ul {
    background: #D35400;
}

/* Demo 3 */
#demo_3 {
    top: 190px;
    z-index: 7;
}

#demo_3.m_nav_fixed button {
    background: #08cbc4;
}

#demo_3.m_nav_fixed button:hover,
#demo_3.m_nav_fixed button.nav_btn_active,
#demo_3.m_nav_fixed ul {
    background: #00b4ae;
}

/* Demo 4 */
#demo_4 {
    top: 250px;
    z-index: 6;
}

#demo_4.m_nav_fixed button {
    background: #90b912;
}

#demo_4.m_nav_fixed button:hover,
#demo_4.m_nav_fixed button.nav_btn_active,
#demo_4.m_nav_fixed ul {
    background: #79a002;
}

/* Demo 5 */
#demo_5 {
    top: 310px;
    z-index: 5;
}

#demo_5.m_nav_fixed button {
    background: #744783;
}

#demo_5.m_nav_fixed button:hover,
#demo_5.m_nav_fixed button.nav_btn_active,
#demo_5.m_nav_fixed ul {
    background: #643771;
}

.m_header {
    z-index: 10;
}

.pic_auto img {
    height: 260px;
    max-width: none;
}

.pic_auto {
    width: 500px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*
.pic_auto1 {
    background-image: url(../images/1.jpg);
}

.pic_auto2 {
    background-image: url(../images/2.jpg);
}

.pic_auto3 {
    background-image: url(../images/3.jpg);
}

.pic_auto4 {
    background-image: url(../images/4.jpg);
}

.pic_auto5 {
    background-image: url(../images/5.jpg);
}

.pic_auto6 {
    background-image: url(../images/6.jpg);
}

.pic_auto7 {
    background-image: url(../images/6.jpg);
}
*/

.waterfall_box .item {
    margin-bottom: 10px;
}

.waterfall_box .item a {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, .3);
    font-size: 0;
    line-height: 0;
}

.content,
.bg_fix {
    background-attachment: fixed;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
}


/*.loadingdown {
    background-image: url("../images/l_c.png");
    z-index: 89;
}*/



/*
2018/2/7  by mike*/



/*header*/
.banner_full{
    background-size: cover;
}


.m_header .m_nav{
    border-top:1px solid #cccccc;
}
.m_header .m_nav_list{
    position: relative;
}
.m_header .m_nav_list h3{
    font-size: 1.17em;
    font-weight: bold;
}
.m_lang{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -179px;
    display: none;
    border-top:1px solid #cccccc;
}
.m_lang a{
    width: 50%;
    float: left;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.m_lang a:first-child{
    border-right:1px solid #cccccc;
    margin-left: -1px;
}
.m_lang a:nth-child(3){
    border-right:1px solid #cccccc;
    margin-left: -1px;
}
.m_lang span{
    display: -moz-inline-stack;
     display: inline-block;
    *display: inline;
    zoom: 1;
    width: 50%;
}

.header_right{
    padding-left: 50px;
}
.header .logo_box{
    margin: 16px 0 15px 20px;
    width: 248px;
}
.n_haeder .logo_box img{
    width: 100%;
}
.header{
    background: none;
    height: 98px;
    border-bottom:none;
}
.banner_full .search_ico span{
    background: url(/asset/frontend/images/cn/new/soso.png) no-repeat;
    background-size: cover;
}
.search_ico span{
    display: block;
    background: url(/asset/frontend/images/cn/new/soso02.png) no-repeat;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-top: 40px;
    position: relative;
    margin-right: 30px;
}
.search_ico .header_search{
    position: absolute;
    top: 24px;
    left: -400px;
    overflow: hidden;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
    display: inline-block;
    display: -moz-inline-stack;
    height: 48px;
    zoom: 1;
    width: 300px;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    z-index: 8888;
}
.search_ico span:hover .header_search{
    left: -150px;
     opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.header_search button.btn_search{
    background:#fff url(/asset/frontend/images/cn/new/soso.png) no-repeat center center;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    line-height: 33px;
    text-align: center;
/*    background: transparent;*/
    outline: none;
    border: none;
}

.lang{
    width: 160px;
    margin-top: 40px;
    margin-right: 65px;
}
.banner_full .lang .zh,.banner_full.lang .en{
    color: #0061a5;
}
.lang .zh,.lang .en{
    font-size: 16px;
  color: #666;
    display: block;
    text-align: left;
}
.lang {
    height: 30px;
}
.lang .yan{
    display: none;
    padding-top: 5px;
    padding-left: 3px;
    padding-bottom: 5px;
    padding-right: 25px;
    background: #fff;
}
.lang a{
    display: block;
    z-index: 99;
    position: static;
    text-transform:uppercase;
}
.lang .ok{
    padding-top: 5px;
    padding-left: 3px;
    padding-bottom: 5px;
    padding-right: 25px;
    background: url("/asset/frontend/images/cn/new/down02.png") no-repeat right center;
}
.banner_full .lang .ok{
    background: url("/asset/frontend/images/cn/new/down.png") no-repeat right center;
}
.nav_to{
    position: relative;
}
.nav_to .nav_togglee {
    color: #fff;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform-origin: 50% 50%;
    position: absolute;
    top: 40px;
    right: 15px;
    margin-top: -0px;
    z-index: 999;
}
.nav_to .nav_togglee {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
.banner_full .nav_to .nav_togglee span,
.banner_full .nav_to .nav_togglee span:before,
.banner_full .nav_to .nav_togglee span:after {

    background: #0061a5;

}
.nav_to .nav_togglee span,
.nav_to .nav_togglee span:before,
.nav_to .nav_togglee span:after{
    background: #666;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    height: 3px;
    width: 35px;
    position: absolute;
    display: block;
    content: '';

}

.nav_to .nav_togglee span:before {
    top: -10px;
}
.nav_to .nav_togglee span:after {
    bottom: -10px;
}
.nav_to .nav_togglee span,
.nav_to .nav_togglee span:before,
.nav_to .nav_togglee span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.nav_to .nav_togglee.active span {
    background-color: transparent;
}
.nav_to .nav_togglee.active span:before,
.nav_to .nav_togglee.active span:after {
    top: 0;
}
.nav_to .nav_togglee.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.nav_to .nav_togglee.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}



.banner_full .footer{
    position: absolute;
    bottom: 0;
    background: none;
    border-top: none;

}
.fb a{
    color: #333;
}
.ind_full{

}
.ind_full{
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 45%;
}
.ind_full > a{
    width: 30%;
    margin: 0 1.5%;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.ind_full .img_box{
    /*height: 100%;*/
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%;
}
.ind_full .img_box:hover{
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1)
}
.ind_full >a > p{

    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #0061a5;
    margin-top: 20px;
}

/*����*/
.header_qiu{
    border-bottom: 2px solid #e6e6e6;
}
.nav_list{
    /*padding-left: 50px;*/
}
.nav_list > li > a > span{
    color: #666;
    padding: 41px 0 20px
}
.nav_list > li > a:hover span{
    color: #0077cb;
}
.nav_list > li.active > a > span{
    color: #0077cb;
}
.nav_list > li > a{
    padding: 0 24px;
}
/*����*/
.ban{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top:38.02% ;

}
.ban{
    position: relative;
}
.ban p{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    /*font-family: "˼Դ����";*/
}

.recruit_list li h4 span b{
    border-right: none;
}
.recruit_list .recruit_h span b{
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.recruit_list .recruit_h span{
    background: none;
}
.recruit_list li h3 span b,
.recruit_list li h4 span b{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
}
.recruit_list h4:hover,
.recruit_list h4.on{
    background: #f1f1f1;
}
.recruit_list h3, .recruit_list h4{
    border-bottom: 1px solid #ece5e5;
}
.recruit_list h3{
    border-top: 1px solid #ece5e5;
}

.recruit_list li{
    position: relative;
}

.recruit_list li .recruit_txt{
    position: absolute;
}
.recruit_list span.first_q{
    width: 40%;
    text-align: left;
}
.recruit_list span.first_q b{
    text-align: left;
    padding-left: 20px;
}
.recruit_list li h3 span,
.recruit_list li h4 span{
    display: inline-block;
    text-align: center;
    width: 20%;
}
.qiu h5{
    font-size: 28px;
    color: #333;
    font-weight: normal;
    line-height: 1;
    margin: 50px 0 30px 0;
}
.recruit_list h4:hover .first_q,
.recruit_list h4.on .first_q{
    background: url("/asset/frontend/images/cn/new/right01.png") no-repeat 80% center;
}
.recruit_from{
    position: relative;
}
.recruit_xq{
    position: absolute;
    right: 0;
    width: 60%;
    top:0;
    background: #fff;
    z-index: 666;
   /* border: 1px solid #ece5e5;*/
    border-top: none;
}
.recruit_from.on .recruit_xq{
    border-top: 1px solid #ece5e5;
}
.recruit_list{
    position: static;
    z-index: 2;
}
.sort_list h4{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 30px 0;
}
.sort_list p{
    font-size: 14px;
    color: #666;
    line-height: 1;
    margin-bottom: 12px;
}
.sort_list{
    padding: 30px 40px;
}

.recruit_from .recruit_xq{

}
.recruit_from.on .recruit_xq{
    border: 1px solid #ece5e5;
  /*  border-top: none;*/
}
.inp-box{
    position: relative;
    height: 40px;
    margin: 40px 0 80px 0;
}
.file-label a {
    line-height: 40px;
    border: none;
    padding-left: 3px;
    position: absolute;
    z-index: 1;
    background: #0061a5;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    width: 130px;
    overflow: hidden;
}
.file-label.upfile{
    font-weight: normal;
    margin-bottom: 0;
}
.inp-file{
    width: 130px;
}
.inp-file{filter:alpha(opacity:0); opacity:0;overflow: hidden;position: absolute;z-index: 22;min-width:150px;line-height: 40px;width:100px;display: inline-block; }

.m_submit{
    line-height: 40px;
    border: none;
    background: #0061a5;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    width: 130px;
    cursor: pointer;
    margin-left: 160px;

}


.train h5{
    font-size: 28px;
    color: #333;
    font-weight: normal;
    line-height: 1;
    margin: 50px 0 30px 0;
}
.train p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*���ڼ�����ʾ��*/
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 1.6;
}

.train a{
    display: block;
    color: #0061a5;
    font-size: 14px;
    /*width: 84px;*/
    margin: 20px 0 34px 0;
    /*background: url("/asset/frontend/images/cn/new/down.png") no-repeat right center;*/
}
.train ul{
    margin: 0 -20px;
}
.train .xian{
    border-bottom: 1px solid #e5e5e5;
}
.train li{
    width: 50%;
    float: left;
    padding: 0 20px;
}


.train_1400{
    width: 1400px;
    margin: 0 auto;



}
.train_all{
    padding: 60px 0;
}
.train_img{
    text-align: center;
}
.train_img img{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.train_img2 img{
    width: 100%;
    display: block;
    margin-top: 20px;
}
.footer{
    background: #f1f1f1;
    padding: 30px;
border-top: 1px solid #e5e5e5;
}
.footer .fb{
    text-align: center;
}







/*δ��*/
.future{
    background: #f1f1f1;
    overflow: hidden;

}

.fulture_ul li{
    float: left;
    width:33.333%;
    margin-top: 46px;

}
.fulture_ul li a{
    margin: 0 auto;
    display: block;
    width: 96%;
}
.fulture_ul li a:hover h5{
color: #0061a5;
}
.fulture_ul li img{
    width: 100%;

}
.fulture_ul h5{
    font-weight: normal;
    font-size: 18px;
    color: #333;
    margin: 30px 0 13px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.fulture_ul{
    padding-bottom: 130px;
    overflow: hidden;
}
.fulture_ul p{
    font-size: 14px;
    color: #999;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*���ڼ�����ʾ��*/
    overflow: hidden;
}
.future_slick .slick-dots li{
    width: 25px;
    height: 25px;
    background: none;
    margin: 0 6px;

}
.future_slick .slick-dots li a{
    color: #666;
    background: #fff;
    font-size: 14px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
}
.future_slick .slick-dots li a:hover{
    background: #0061a5 !important;
    color: #fff;
}
.future_slick .slick-dots li.slick-active a {
    background: #0061a5 !important;

    color: #fff;
}
.future_slick .slick-dots{
    bottom: 40px;
    z-index: 2;
}


/*��������*/
.new{
    background: #fff;
    padding: 0 10px;
}
.new_tit{
    margin: 60px 0 50px 0;
}
.new_tit h3{
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.new_tit p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 35px;
}
.new_tit i {
    font-style: normal;
    padding-right: 11px;
    color: #9a9999;
    font-size: 14px;
}
.new_tit em{
    color: #9a9999;
    font-size: 14px;
}
.New_bom {
    overflow: hidden;

 /*   border-top: 1px solid #ddd;*/

    padding-top: 30px;
    padding-bottom: 60px;
    margin-top: 75px;
    color: #666;
    font-size: 14px;
    position: relative;
}
.New_bom span{
    display: block;
    height: 1px;
    background: url("/asset/frontend/images/cn/new/xian.png") repeat-x;
    top: 0;
    position: absolute;
    width: 100%;
}
.New_bom a {
    color: #474747;
    font-size: 12px;
    cursor: pointer;
}

.new_con table td{
    padding: 5px;
}

/*��������*/
.down_list{
    position: relative;
}
.nav_listdown{
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    /*height: 100%;*/
    margin-top: 0;
    overflow-y: auto;
    background:#aaa ;
    z-index: 1100;
}
.nav_listdown .nav_qiu h3{
    font-size: 36px;
    font-weight: normal;
    color: #fff;
}
.nav_listdown .nav_qiu a{
    font-size: 16px;
    color: #0061a5;
}

.nav_listdown .nav_qiu h4 a{
    padding: 40px 32px;
  display: inline-block;
    *display: inline;
    *zoom: 1;
}
.last_qiuz {
    background: #fff;
    overflow: hidden;
    margin: 28px 0 50px;
}
.nav_listdown{
    padding-top: 35px;
    padding-bottom: 70px;
    display: none;
}
.nav_listdown.show_navdown{
    display: block;
}
.qiu_list{
    overflow: hidden;
    float: left;
}
.qiu_list ul{
    display: block;
    margin-bottom: 46px;
}
.nav_listdown .nav_qiu .qiu_list ul> li >a{
display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1;
}
.nav_listdown .nav_qiu .qiu_list ul> li >a:hover{
    color: #0061a5;
}
.banner_full .down_list{
    position: absolute;
    top: 98px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}
.recruit .mt20,.future_slick.future_540{
    display: none;
}
@media (max-width: 1200px){
    .m_lang{
        display: block;
    }
    body{
        padding-top: 50px;
    }
   .train_1400{
       width: 100%;
       padding: 0 8px;
   }
    .train_img img{
        display:block;
        margin: 0 auto 15px auto;

    }
    .ind_full{
        width: 100%;
    }
    .train_img{
        margin: 0;
    }
    .train ul{
        margin: 0;
    }
    .banner_full{
        height: auto;
    }
    .banner_full .down_list{
       top: 50px;
    }

}
@media (max-width: 1025px){
    .ind_full > a{
        width: 28%;
    }
}
@media (max-width: 992px){
    .fulture_ul h5{
        margin: 13px 0;
    }
    .fulture_ul li{
        margin-top: 20px;
    }
    .fulture_ul{
        padding-bottom: 99px;
    }
    .ind_full{
        text-align: center;
    }
    .ind_full > a{
        width: 32%;
        display: inline-block;
        margin: 0;
        padding: 0 10px;
    }
/*    .recruit_xq{
        width: 100%;
        bottom: 0;

    }*/
    .recruit .mt20{
        display: block;
    }
    .mt20 .recruit_list li .recruit_txt{
        position: static;
    }
    .mt20 .recruit_list li .recruit_txt h3,
    .mt20 .recruit_list li .recruit_txt h4{
        line-height: 3;
        font-size: 18px
    }
    .recruit_from{
        display: none;
    }
    .qiu h5{
        padding: 0 10px;
    }
    .qiu h5,
    .train h5{
        font-size: 24px;
        margin: 35px 0 15px 0;
    }
    .recruit_txt .recruit_box h6{
        font-weight: normal;
        margin-top: 20px;
    }
    .inp-box{
        margin: 10px 0 30px 0;
    }
}
@media (max-width: 767px) {
    .future_slick{
        display: none;
    }
    .future_slick.future_540{
        display: block;
    }
    .future_slick.future_540 .fulture_ul li{
        width: 100%;
    }
    .recruit_list li h4 span{
        width: 33%;
    }
    .ind_full > a{
        display: block;
        width:60%;
        height: auto;
        margin: auto;
    }
/*    .ind_full .img_box{
        height: 80%;
    }*/
    .ind_full >a > p{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .ind_full{
        height: 100%;
    }
}
@media (max-width: 540px){
    .ban p{
        font-size: 28px;
    }
    .ind_full{
        position: initial;
        height: auto;
        margin-top: 50px !important;
    }
    .ind_full a{
        margin-bottom: 20px;
    }
    .banner_full .footer{
        position: initial;
    }
    .recruit_list li.recruit_h span b{
        font-size: 14px;
    }
    .recruit_list li span b{
        font-size: 12px;
        height: 35px;
        line-height: 35px;
    }
    .qiu h5, .train h5{
        font-size: 22px;
    }
    .train li{
        padding: 0 5px;
    }
}
@media (max-width: 340px){
    .qiu h5, .train h5{
        font-size: 18px;
    }
    .train p{
        font-size: 12px;
    }
}

/*����*/
.ie7 .recruit_list SPAN.first_q{
    width: 39%;
}
.ie7 .train LI{
    width: 45%;
}
.ie7 .fulture_ul LI{
    width: 32.33%;
}

@media (max-width: 1420px) {
    .train_1400{
        width: 100%;
    }
}
@media (max-width: 1430px) {
    .nav_list > li > a{
        padding: 0 20px;
    }
}
@media (max-width: 1330px) {
    .nav_list > li > a{
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .m_header .m_nav{
        z-index: 1100;
    }
    .m_header .m_nav_list > li > a{
        padding: 0;
        text-indent: 2em;
    }
    .m_header .m_nav_list .m_lang  a{
        padding: 0;
    }
}

/*2018.5.25 neal*/
.New_text {
    width: 670px;
    margin: auto;
    margin-bottom: 50px;
}
.New_text .new_con{
    margin-right: 30px;
}
.New_text ul{
    line-height: 0;
    font-size: 0;
    padding-bottom: 80px;
    background: url(/asset/frontend/images/cn/new/douhao.png) no-repeat right bottom;
    border-bottom: 1px solid #e5e5e5;
}
.New_text li{
    font-size: 16px;
    border-left: 7px solid #f5f5f5;
    line-height: 2;
    padding-left: 30px;
}
.New_text li:first-child{
    padding-top: 10px;
}
.New_text li:last-child{
    padding-bottom: 10px;
}
.New_text .new_tit h3{
    text-align: left;
}
.New_text strong{
    font-size: inherit;
}
@media (max-width: 670px) {
    .New_text{
        width: 100%;
    }
}


/*viki增加3.13*/
@charset "UTF-8";
* {
    font-family: "微软雅黑", -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul, li {
    list-style: none;
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
}

.banner_nor {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 20.2838%;
}
.banner_text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
}
.banner_text .container_1200 {
    text-align: right;
}
.banner_text.center .container_1200 {
    text-align: center;
}
.banner_text p {
    margin-top: 28px;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.banner_text ul {
    margin-top: 38px;
}
.banner_text ul.tr li {
    width: 129px;
    height: 129px;
    line-height: 129px;
    background: url(/asset/frontend/images/cn/new/train_img3.png) no-repeat center;
    background-size: cover;
}
.banner_text ul.tr li p {
    color: #33fbf0;
    margin-top: 35px;
}
.banner_text ul li {
    display: inline-block;
    width: 110px;
    height: 111px;
    line-height: 111px;
    background: url(/asset/frontend/images/cn/new/huang_img2.png) no-repeat center;
    background-size: cover;
    text-align: center;
    margin: 0 10px;
}
.banner_text ul li p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}
.title {
    font-size: 36px;
    padding: 50px 0 38px;
    text-align: center;
}
.title.wh {
    color: #fff;
}
.title.wh p {
    color: #fff;
}
.title p {
    font-size: 16px;
    color: #7c7c7c;
    line-height: 1.7;
    margin-top: 24px;
}
.talent {
    padding-bottom: 112px;
}
.talent .tal_t {
    position: relative;
    font-size: 30px;
    color: #333;
    text-align: center;
    padding-bottom: 20px;
    margin: 50px 0 90px;
}
.talent .tal_t:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -17px;
    width: 34px;
    height: 2px;
    background: #ff9c08;
}
.talent .row {
    padding: 0 30px;
    margin: 0;
}
.talent .col {
    font-size: 16px;
    color: #999;
}
.talent .col span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.talent .item {
    padding-top: 74px;
}
.talent .one span {
    color: #8e5594;
}
.talent .two {
    margin-top: 132px;
}
.talent .two span {
    color: #6fa872;
}
.talent .thr {
    margin-top: 76px;
}
.talent .thr span {
    color: #e3ab00;
}
.talent .four {
    margin-top: 80px;
}
.talent .four span {
    color: #b2b2b2;
}
.talent ul {
    position: relative;
    padding: 32px 0;
    margin-top: 80px;
}
.talent ul:before, .talent ul:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    border-top: 1px dashed #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
}
.talent ul:before {
    top: 0;
}
.talent ul:after {
    bottom: 0;
}
.talent li {
    font-size: 16px;
    color: #676767;
    margin-bottom: 10px;
    line-height: 1.8;
}
.talent li em {
    margin-right: 12px;
}
.career {
    background: url(/asset/frontend/images/cn/new/hr_img5.png) no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
}
.career .con {
    background: #fff;
    padding: 60px 70px;
}
.career .tip {
    text-align: center;
    margin-bottom: 12px;
}
.career .tip em {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    color: #03489d;
    font-weight: bold;
    vertical-align: top;
    line-height: 1.7;
}
.career .tip span {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    color: #666;
    vertical-align: top;
    text-align: left;
    line-height: 1.7;
}
.career .img_bot {
    position: relative;
}
.career .promo {
    width: 100%;
    position: absolute;
    left: -19px;
    top: 72px;
    padding-left: 246px;
}
.career .col_lg_1_5 {
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 0;
}
.career .col_lg_1_5 p {
    color: #03489d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}
.career .col_lg_1_5 p:first-child {
    color: #ff8a00;
}
.career .arrow {
    display: none;
    position: absolute;
    width: 47px;
    height: 47px;
    background: url(/asset/frontend/images/cn/new/hr_arrow.png) no-repeat center;
    background-size: cover;
    right: -25px;
    top: 50%;
    margin-top: -23.5px;
}
.career .pro1 {
    padding-top: 119px;
}
.career .pro2 {
    padding-top: 93px;
}
.career .pro3 {
    padding-top: 62px;
}
.career .pro4 {
    padding-top: 30px;
}
.career ul {
    position: absolute;
    left: 214px;
    top: 100px;
}
.career ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #03489d;
    font-weight: bold;
    margin-bottom: 5px;
}
.career ul li:first-child {
    color: #ff8a00;
}
.career ul li:first-child:before {
    background: #ff8a00;
}
.career ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 7px;
    height: 17px;
    margin-top: -8.5px;
    background: #03489d;
}
.ceo_intro {
    position: relative;
}
.ceo_intro .con {
    background: url(/asset/frontend/images/cn/new/ceo_img1.png) no-repeat center;
    padding: 0 66px 0 102px;
}
.ceo_intro .left {
    padding-top: 154px;
}
.ceo_intro .right {
    background: url(/asset/frontend/images/cn/new/ceo_img2.png) no-repeat left center;
    padding-left: 175px;
}
.ceo_intro .col p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 30px;
}
.ceo_intro .wrap {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    line-height: 78px;
    border-radius: 78px;
    -webkit-border-radius: 78px;
    -ms-border-radius: 78px;
    -moz-border-radius: 78px;
    -o-border-radius: 78px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.ceo_intro li {
    width: 164px;
    height: 78px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 78px;
    -webkit-border-radius: 78px;
    -ms-border-radius: 78px;
    -moz-border-radius: 78px;
    -o-border-radius: 78px;
    margin: 90px 0;
}
.ceo_intro li:hover .wrap {
    background: rgba(1, 84, 187, 0.7);
}
.ceo_intro li em {
    display: inline-block;
    width: 43px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: middle;
}
.ceo_intro .bg1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 302px;
    height: 298px;
    background: url(/asset/frontend/images/cn/new/ceo_bg1.png) no-repeat center;
    background-size: cover;
}
.ceo_intro .bg2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 225px;
    height: 176px;
    background: url(/asset/frontend/images/cn/new/ceo_bg2.png) no-repeat center;
    background-size: cover;
}
.ceo_foot {
    background: url(/asset/frontend/images/cn/new/ceo_bg3.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 126px 0 133px;
}
.ceo_foot p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.ceo_foot h1 {
    font-size: 24px;
    color: #fff;
}
.ceo_foot h1 a {
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-left: 5px;
}
.ceo_foot h1 a:hover {
    color: #03489d;
    border-bottom: 1px solid #03489d;
}
.order {
    background: url(/asset/frontend/images/cn/new/order_bg1.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 68px 0 50px;
}
.order h1 {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}
.order .con {
    position: relative;
    padding: 62px 0 134px;
}
.order .col {
    position: absolute;
}
.order .col:hover .icon {
    background: rgba(0, 75, 169, 0.9);
}
.order .col.ab {
    padding-right: 72px;
}
.order .col.ab .icon {
    position: absolute;
    right: 0;
    top: 0;
}
.order .col1 {
    left: 704px;
    top: 80px;
}
.order .col1 .icon {
    margin-right: 20px;
}
.order .col2 {
    left: 737px;
    top: 268px;
}
.order .col2 .icon {
    margin-right: 20px;
}
.order .col3 {
    left: 525px;
    top: 388px;
}
.order .col3 .icon {
    display: block;
    margin: 0 auto 10px;
}
.order .col3 p {
    margin-right: 0;
}
.order .col4 {
    left: 293px;
    top: 268px;
}
.order .col5 {
    left: 298px;
    top: 80px;
}
.order p {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    vertical-align: middle;
    margin-right: 20px;
}
.order .icon {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 69px;
    height: 69px;
    line-height: 69px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    vertical-align: middle;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.order .icon img {
    vertical-align: middle;
}
.order .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.huang_part1 {
    background: url(/asset/frontend/images/cn/new/huang_bg1.png) no-repeat center;
    background-size: cover;
    padding: 82px 0 104px;
}
.huang_part1 h1 {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    text-align: center;
}
.huang_part1 .col_lg_8 {
    text-align: center;
}
.huang_part1 .row {
    margin: 68px 0 0;
}
.huang_part1 .col {
    position: relative;
    display: inline-block;
    width: 339px;
    height: 339px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    text-align: center;
    padding: 70px 50px 0;
}
.huang_part1 .col.on .item {
    opacity: 1;
    moz-opacity: 1;
    filter: alpha(opacity=10);
}
.huang_part1 .col.on .blue {
    opacity: 1;
    moz-opacity: 1;
    filter: alpha(opacity=10);
}
.huang_part1 .col.on .icon .b {
    display: none;
}
.huang_part1 .col.on .icon .w {
    display: block;
}
.huang_part1 .col.on p {
    color: #fff;
}
.huang_part1 .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    z-index: 1;
}
.huang_part1 .blue {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 67, 150, 0.8);
    opacity: 0;
    moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    z-index: 2;
}
.huang_part1 .icon {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 76px;
    height: 77px;
    overflow: hidden;
    margin-bottom: 28px;
    z-index: 3;
}
.huang_part1 .icon .w {
    display: none;
}
.huang_part1 p {
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    z-index: 3;
    max-height: 112px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.huang_part2 {
    background: url(/asset/frontend/images/cn/new/huang_bg2.png) no-repeat center;
    background-size: cover;
    padding: 64px 0;
}
.huang_part2 .row {
    margin: 0;
}
.huang_part2 .col_lg_8 {
    padding: 60px 30px;
    text-align: center;
    border: 1px solid #618fc6;
    margin-left: -1px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.huang_part2 .col_lg_8.on {
    background: rgba(255, 255, 255, 0.05);
}
.huang_part2 span {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 45px 0 18px;
}
.huang_part2 p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    height: 54px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.huang_part3 {
    padding: 66px 0;
}
.huang_part3 .slick_item {
    position: relative;
    width: 100%;
    padding-top: 49.747%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.huang_part3 .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.huang_part3 .slick-prev, .huang_part3 .slick-next {
    height: 36px;
    width: 20px;
    margin-top: -18px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.huang_part3 .slick-prev:hover, .huang_part3 .slick-next:hover {
    transform: scale(1.1) translateZ(0);
    -ms-transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
    -o-transform: scale(1.1) translateZ(0);
    -moz-transform: scale(1.1) translateZ(0);
}
.huang_part3 .slick-prev:after, .huang_part3 .slick-next:after {
    content: '';
}
.huang_part3 .slick-prev {
    left: -50px;
    background: url(/asset/frontend/images/cn/new/huang_icon7.png) no-repeat center;
    background-size: cover;
}
.huang_part3 .slick-next {
    right: -50px;
    background: url(/asset/frontend/images/cn/new/huang_icon8.png) no-repeat center;
    background-size: cover;
}
.train_part1 {
    background: url(/asset/frontend/images/cn/new/train_bg1.png) no-repeat center;
    background-size: cover;
    padding: 94px 0 100px;
}
.train_part1 .left {
    padding-top: 30px;
}
.train_part1 h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 33px;
}
.train_part1 p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}
.train_part2 {
    background: url(/asset/frontend/images/cn/new/train_bg2.png) no-repeat center;
    background-size: cover;
    padding: 40px 0 118px;
}
.train_part2 .row {
    margin: 22px 0 0;
    padding: 0 275px;
}
.train_part2 .col_lg_8 {
    text-align: center;
}
.train_part2 .col {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: #03489d;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding-top: 17px;
}
.train_part2 .col p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.train_part3 {
    padding: 40px 0 62px;
}
.train_part3 .row {
    margin: 40px 0 0;
    padding: 0 100px;
}
.train_part3 .col_lg_1_5 {
    text-align: center;
}
.train_part3 .col {
    position: relative;
    display: inline-block;
    width: 153px;
    height: 154px;
    line-height: 154px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}
.train_part3 .col p {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 3;
    vertical-align: middle;
}
.train_part3 .train_dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    height: 10px;
    margin-top: -5px;
    margin-left: -1.5px;
    background: #fff;
}
.train_part4 {
    background: url(/asset/frontend/images/cn/new/train_bg3.png) no-repeat center;
    background-size: cover;
    padding: 40px 0 90px;
}
.container_1000 {
    width: 1000px;
    margin: auto;
}
.school_part1 {
    background: url(/asset/frontend/images/cn/new/school_bg1.png) no-repeat center;
    background-size: cover;
    padding: 65px 0;
}
.school_part1 .slick-dots {
    z-index: 9;
}
.school_part1 .row {
    margin: 0;
}
.school_part1 .col_lg_9 {
    padding: 0 0 0 50px;
}
.school_part1 .col_lg_15 {
    padding: 32px 0 0;
}
.school_part1 .item {
    width: 244px;
    height: 244px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.school_part1 p {
    font-size: 16px;
    color: #666;
    margin-bottom: 34px;
    line-height: 1.7;
}
.school_part1 ul li {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}
.school_part1 .slick-dots {
    width: auto;
    left: -50px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.school_part1 .slick-dots li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px 0;
    background: #bfbfbf;
    border-radius: 0;
}
.school_part1 .slick-dots li.slick-active {
    background: #03489d;
}
.school_part2 {
    padding-bottom: 80px;
}
.school_part2 .con {
    background: url(/asset/frontend/images/cn/new/school_img3.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 120px 0 74px;
}
.school_part2 ul {
    display: inline-block;
}
.school_part2 li {
    display: inline-block;
    text-align: center;
    margin: 0 80px;
    vertical-align: top;
}
.school_part2 li p {
    font-size: 24px;
    color: #fff;
    line-height: 1.7;
    margin-top: 18px;
}
@media (max-width: 1675px) {
    .banner_nor {
        padding-top: 23.2838%;
    }
}
@media (max-width: 1650px) {
    .ceo_intro .bg2 {
        width: 148px;
        height: 125px;
    }
    .ceo_intro .bg1 {
        width: 183px;
        height: 223px;
    }
}
@media (max-width: 1480px) {
    .banner_text ul.tr li {
        width: 110px;
        height: 110px;
        line-height: 110px;
    }
}
@media (max-width: 1400px) {
    .ceo_intro .bg2, .ceo_intro .bg1 {
        display: none;
    }
}
@media (max-width: 1360px) {
    .slick-slider {
        padding: 0 30px;
    }
    .huang_part3 .slick-next {
        right: 0px;
    }
    .huang_part3 .slick-prev {
        left: 0;
    }
    /*.banner_text ul.tr li p {*/
    /*    margin-top: 23px;*/
    /*    font-size: 14px;*/
    /*}*/
    /*.banner_text ul {*/
    /*    margin-top: 19px;*/
    /*}*/
    /*.banner_text ul.tr li {*/
    /*    width: 92px;*/
    /*    height: 92px;*/
    /*    line-height: 92px;*/
    /*}*/
    /*.banner_text {*/
    /*    transform: translateX(-50%);*/
    /*    -webkit-transform: translateX(-50%);*/
    /*    -ms-transform: translateX(-50%);*/
    /*    -moz-transform: translateX(-50%);*/
    /*    -o-transform: translateX(-50%);*/
    /*    margin: auto;*/
    /*}*/
    /*.banner_text.left, .banner_text.right {*/
    /*    transform: translateX(0);*/
    /*    -webkit-transform: translateX(0);*/
    /*    -ms-transform: translateX(0);*/
    /*    -moz-transform: translateX(0);*/
    /*    -o-transform: translateX(0);*/
    /*}*/
}
@media (max-width: 1230px) {
    .ceo_intro .con {
        padding: 0 20px 0 30px;
    }
    .container_1200 {
        padding: 0 10px;
    }
    .banner_nor {
        padding-top: 23.2838%;
    }
}
@media (min-width: 890px) and (max-width: 1200px) {
    .banner_text .tr {
        margin-top: 8px;
        width: auto!important;
    }
}
@media (max-width: 1200px) {
    .talent .col_lg_12 {
        text-align: center;
    }
    .talent .two, .talent .thr, .talent .four {
        margin-top: 32px;
    }
    .career .con {
        padding: 60px 48px;
    }
    .career .img_bot img {
        display: none;
    }
    .career .promo {
        position: static;
        padding-left: 0;
    }
    .career ul {
        position: static;
        padding: 40px 0;
    }
    .career .arrow {
        display: block;
    }
    .career .pro1, .career .pro2, .career .pro3, .career .pro4 {
        padding-top: 0;
    }
    .train_part1 .left, .train_part1 .right {
        float: none;
        text-align: center;
    }
    .train_part1 .right {
        margin-top: 20px;
    }
    .train_part1 {
        padding: 14px 0 64px;
    }
    .train_part2 .row {
        padding: 0 167px;
    }
    .train_part3 .row {
        padding: 0 39px;
    }
    .order .con .yuan {
        display: none;
    }
    .order .col {
        position: static;
        margin-bottom: 27px;
        text-align: left;
        display: inline-block;
        margin-right: 20px;
    }
    .order .col3 .icon {
        display: inline-block;
    }
    .order .col.ab .icon {
        position: relative;
    }
    .order .col.ab {
        padding-right: 0;
    }
    .order .col .icon {
        margin-right: 7px;
    }
    .order .con {
        position: relative;
        padding: 62px 0 52px;
        text-align: left;
    }
    .huang_part1 .col {
        width: 305px;
        height: 305px;
        padding: 53px 43px 0;
    }
    .huang_part2 span {
        font-size: 17px;
    }
    .banner_text.right {
        left: auto;
        right: 10px;
    }
    .banner_text img {
        height: 60px;
    }
    .banner_text.left {
        left: 10px;
        margin-left: 0;
    }
    .banner_text p {
        margin-top: 15px;
        font-size: 12px;
        line-height: 1.6;
    }
    .banner_text ul.tr li {
        width: 76px;
        height: 76px;
        line-height: 76px;
    }
    .banner_text ul.tr li p {
        margin-top: 16px;
        font-size: 12px;
    }
    .banner_text ul {
        margin-top: 8px;
        width: 400px;
    }
}
@media (max-width: 1100px) {
    .container_1000 {
        width: 100%;
        padding: 0 10px;
    }
    .ceo_intro .con {
        background-size: 25%;
    }
}
@media (max-width: 992px) {
    .school_part1 .item {
        width: 215px;
        height: 215px;
    }
    .slick-slider {
        padding: 0 5px;
    }
    .banner_nor {
        padding-top: 29.2838%;
    }
    .banner_text p {
        margin-top: 20px;
        font-size: 14px;
    }
    .school_part1 .col_lg_9 {
        padding: 0 0 0 18px;
    }
    .school_part1 .slick-dots {
        left: -21px;
    }
    .school_part1 {
        padding: 48px 0;
    }
    .title {
        font-size: 30px;
        padding: 41px 0 26px;
    }
    .title p {
        font-size: 14px;
        margin-top: 18px;
    }
    .school_part2 .con {
        padding: 58px 0 58px;
    }
    .school_part2 li {
        margin: 0 52px;
    }
    .school_part2 li img {
        width: 70px;
    }
    .school_part2 li p {
        font-size: 18px;
        margin-top: 14px;
    }
    .school_part2 {
        padding-bottom: 10px;
    }
    .ceo_intro .con {
        background: none;
    }
    .ceo_intro .left, .ceo_intro .right {
        float: none;
    }
    .ceo_intro .right {
        background: none;
        padding-left: 0;
    }
    .ceo_intro li {
        margin: 36px auto;
    }
    .ceo_intro .con .col {
        text-align: center;
    }
    .ceo_intro .left {
        padding-top: 46px;
    }
    .ceo_foot {
        padding: 80px 0;
    }
    .talent .tal_t {
        font-size: 28px;
        margin: 40px 0 58px;
    }
    .talent .item {
        padding-top: 54px;
    }
    .talent {
        padding-bottom: 38px;
    }
    .talent ul {
        margin-top: 45px;
    }
    .career .arrow {
        background-size: 69%;
    }
    .train_part1 h1 {
        font-size: 26px;
        margin-bottom: 17px;
    }
    .train_part1 .left {
        padding-top: 17px;
    }
    .train_part2 {
        padding: 0px 0 75px;
    }
    .train_part2 .row {
        padding: 0 94px;
    }
    .train_part3 .row {
        padding: 0;
    }
    .train_part3 .col {
        width: 138px;
        height: 138px;
        line-height: 138px;
    }
    .train_part4 {
        padding: 0px 0 30px;
    }
    .order .col {
        width: 30%;
    }
    .huang_part1 {
        padding: 39px 0 49px;
    }
    .huang_part1 .col {
        width: 246px;
        height: 246px;
        padding: 53px 29px 0;
    }
    .huang_part1 .icon {
        width: 65px;
        height: 65px;
        margin-bottom: 15px;
    }
    .huang_part1 p {
        font-size: 14px;
        max-height: 75px;
    }
    .huang_part1 .col_lg_8 {
        padding: 0;
    }
    .huang_part1 .row {
        margin: 35px 0 0;
    }
    .huang_part2 .col_lg_8 img {
        width: 83px;
    }
    .huang_part2 span {
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .banner_text img {
        height: 48px;
    }
    .banner_text ul li {
        margin: 0 5px;
    }
    .banner_nor.tra {
        padding-top: 36.2838%;
    }
    .banner_text p {
        max-height: 65px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    .banner_text ul li {
        width: 98px;
        height: 98px;
        line-height: 98px;
    }
}
@media (max-width: 767px) {
    p.wp{
        width:104px !important;
        margin-top: 18px !important;
    }
    .tr li p{
        width: 77px !important;
    }
    .tr_p{
        width: 407px !important;
        max-height: 93px !important;
    }
    .banner_text.center p{
        width:320px;
    	
    }
    .school_part1 .col_lg_9 {
        padding: 0;
    }
    .school_part1 .item {
        margin: auto;
    }
    .school_part1 .slick-dots {
        width: 100%;
        left: 0;
        top: auto;
        bottom: -28px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .school_part1 .slick-dots li {
        display: inline-block;
        margin: 0 4px;
    }
    .school_part1 .col_lg_15 {
        padding: 50px 0 0;
    }
    .school_part1 p {
        font-size: 14px;
        margin-bottom: 26px;
    }
    .school_part1 ul li {
        font-size: 14px;
    }
    .school_part1 {
        padding: 26px 0;
    }
    .title {
        font-size: 24px;
        padding: 26px 0 19px;
    }
    .title p {
        font-size: 12px;
        margin-top: 10px;
    }
    .school_part2 li {
        margin: 0 28px;
    }
    .school_part2 li p {
        font-size: 12px;
        margin-top: 6px;
        line-height: 1.6;
    }
    .school_part2 li img {
        width: 54px;
    }
    .school_part2 .con {
        padding: 30px 0;
    }
    .ceo_intro .col p {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .ceo_intro li {
        margin: 24px auto;
        width: 136px;
        height: 48px;
    }
    .ceo_intro li em {
        width: 27px;
        height: 30px;
        margin-right: 10px;
    }
    .ceo_intro .wrap {
        font-size: 12px;
        line-height: 48px;
        border-radius: 48px;
        -webkit-border-radius: 48px;
        -ms-border-radius: 48px;
        -moz-border-radius: 48px;
        -o-border-radius: 48px;
    }
    .ceo_intro .left {
        padding-top: 25px;
    }
    .ceo_foot {
        padding: 50px 0;
    }
    .ceo_foot p {
        font-size: 12px;
        margin-bottom: 18px;
    }
    .ceo_foot h1 {
        font-size: 20px;
    }
    .ceo_foot h1 a {
        font-size: 20px;
        margin-left: 0px;
    }
    .ceo_foot {
        padding: 32px 0;
    }
    .talent .tal_t {
        font-size: 22px;
        margin: 28px 0 38px;
    }
    .talent .row {
        padding: 0;
        margin: 0;
    }
    .talent .col {
        font-size: 14px;
    }
    .talent .col span {
        font-size: 16px;
    }
    .talent .two, .talent .thr, .talent .four {
        margin-top: 19px;
    }
    .talent .item {
        padding-top: 30px;
        text-align: left;
    }
    .talent .col_lg_12 {
        padding: 0;
    }
    .talent li {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .talent ul {
        padding: 16px 0;
    }
    .career .con {
        padding: 20px 10px;
    }
    .career .tip em {
        font-size: 15px;
    }
    .career .tip span {
        font-size: 14px;
    }
    .career ul li {
        font-size: 14px;
    }
    .career ul li:before {
        width: 7px;
        height: 12px;
        margin-top: -6px;
    }
    .career .col_lg_1_5 p {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .career .col_lg_1_5 {
        font-size: 13px;
    }
    .career .promo {
        margin: 0;
        padding-right: 20px;
    }
    .career .arrow {
        background-size: 53%;
    }
    .train_part1 h1 {
        font-size: 20px;
        margin-bottom: 11px;
    }
    .train_part1 p {
        font-size: 14px;
    }
    .train_part1 {
        padding: 0 0 22px;
    }
    .title {
        font-size: 22px;
        padding: 22px 0 19px;
    }
    .train_part2 .row {
        padding: 0;
    }
    .train_part2 .col {
        width: 100px;
        height: 100px;
    }
    .train_part2 .col img {
        width: 42px;
    }
    .train_part2 .col p {
        font-size: 12px;
        margin-top: 2px;
    }
    .train_part2 .col_lg_8 {
        text-align: center;
        padding: 0;
    }
    .train_part2 .row {
        margin: 0;
    }
    .train_part2 {
        padding: 0px 0 33px;
    }
    .train_part3 {
        padding: 0 0 33px;
    }
    .train_part3 .col {
        width: 109px;
        height: 109px;
        line-height: 109px;
    }
    .train_part3 .col_lg_1_5 {
        text-align: center;
        padding: 10px 0;
    }
    .train_part3 .col p {
        font-size: 12px;
        line-height: 2.5;
    }
    .train_part3 .row {
        margin: 0;
    }
    .order .col {
        display: block;
        width: 100%;
    }
    .order h1 {
        font-size: 13px;
        color: #666;
        line-height: 1.7;
    }
    .order {
        padding: 27px 0 24px;
    }
    .order .con {
        padding: 38px 0 12px 20px;
    }
    .huang_part1 {
        padding: 24px 0 10px;
    }
    .huang_part1 h1 {
        font-size: 13px;
    }
    .huang_part1 .row {
        margin: 0;
    }
    .huang_part1 p {
        font-size: 12px;
        max-height: none;
    }
    .huang_part1 .col {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .huang_part2 .col_lg_8 {
        padding: 34px 20px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .huang_part2 span {
        font-size: 16px;
        padding: 25px 0 18px;
    }
    .huang_part2 p {
        font-size: 14px;
        height: auto;
    }
    .huang_part2 {
        padding: 20px 0;
    }
    .huang_part3 {
        padding: 20px 0;
    }
    .slick-slider {
        padding: 0 20px;
    }
    .huang_part3 .slick_item {
        padding-top: 69.747%;
    }
    .huang_part3 .text {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }
    .huang_part3 .slick-prev, .huang_part3 .slick-next {
        height: 21px;
        width: 10px;
        margin-top: -10.5px;
    }
    .banner_text img {
        height: 20px;
    }
    .banner_text p {
        margin-top: 0px;
        font-size: 12px;
        line-height: 1.5;
    }
}

@media (max-width: 530px) {
    .tr_p{
        display: none;
    }
}
@media (max-width: 325px) {
    .talent .col {
        font-size: 12px;
    }
    .talent .col span {
        font-size: 14px;
    }
    .talent .two, .talent .thr, .talent .four {
        margin-top: 10px;
    }
    .career .arrow {
        background-size: 31%;
    }
    .train_part2 .col {
        width: 90px;
        height: 90px;
    }
    .train_part2 .col img {
        width: 32px;
    }
    .train_part3 .col {
        width: 92px;
        height: 92px;
        line-height: 92px;
    }
    .train_part3 .col p {
        line-height: 2;
    }
}

@media (max-width: 440px) {
	.banner_text ul li{
		width: 70px;
		height: 70px;
	}
    p.wp {
        width: 76px !important;
        font-size: 6px !important;
        margin-top: 18px !important;
    }
	.banner_text.center p{
		width: 220px;
	}
	.banner_text p{
		margin-top: 0px;
	}
}
@media (max-width: 321px) {
	.banner_text img{
		height: 30px;
	}
	
}