body, dl, dd, dt, p, ol, ul, li, h1, h2, h3, h4, h5, h6, b, strong, em, input, textarea, button, select {
    margin: 0;
    padding: 0
}

html, body {
    height: 100%;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    /*font-family: "Microsoft YaHei,microsoft yahei,微软雅黑,PingFangSC-Regular,MicrosoftJhengHei,STHeiti,STHeiti Light,SimHei";*/
}
@font-face {
    font-family: ENTC;
    src: url('../font/entc.eot');
    src: url('../font/entc.eot?#font-spider') format('embedded-opentype'),
            url('../font/entc.woff') format('woff'),
            url('../font/entc.ttf') format('truetype'),
            url('../font/entc.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    color: #515355;
    font: 14px/1;
    background: #fff;
}

i, s, u, em {
    font-style: normal;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: normal;
}

input, textarea, button, select {
    font-size: 14px;
    outline: 0 none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

li {
    list-style: none;
}

.picCenter {
    background: center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

a {
    text-decoration: none!important;
    transition: color .1s, background-color .1s, border .1s;
    color: #484848;
    padding: 0;
}

img {
    border: none;
    vertical-align: top;
}

.clickTab-bd > div {
    display: none;
}

.clickTab-bd > div.on {
    display: block;
}

.clearfix:before, .clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: " ";
}

.one_line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.container {
    width:auto;
}
@media (min-width: 1420px){
    .container {
        width: 1400px;
    }
}
/*font-size*/
html{
    font-size: 20px;
}
@media (min-width: 325px){
    html{
        font-size: 24px;
    }
}
@media (min-width: 400px){
    html{
        font-size: 25px;
    }
}
@media (min-width: 500px){
    html{
        font-size: 26px;
    }
}
@media (min-width: 600px){
    html{
        font-size: 28px;
    }
}
@media (min-width: 768px){
    html{
        font-size: 30px;
    }
}
@media (min-width: 1420px){
    html{
        font-size: 40px;
    }
}
.bgg{
    background: #f5f5f5;
}
 .box_mask{
    width: 100%;
    height: 100%;
    background: url(../images/index_mask.png) bottom center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.2s;
cursor: pointer;
}
 .main_title{
     font-size: 36px;
     line-height: 60px;
     font-weight: bold;
     color: #3a3b3e;
 }
 .main_text{
     font-size: 20px;
     line-height: 30px;
     font-weight: lighter;
     margin-top: 10px;
 }
@media (max-width: 768px){
    .main_title{
        font-size: 18px;
        line-height: 30px;
    }
    .main_text{
        font-size: 15px;
        line-height: 24px;
    }
}
/*----------------------------------header------------------------------------*/
.header{
    display:block; width:100%; height: 72px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.header .container{
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}



.header .header_left{

    height: 72px;
    line-height: 72px;
}
.header .logo{
    display: block;
    width: 192px;
    min-width: 100px;
    max-width: 192px;
    height: 26px;
    margin-top: 23px;
    background: url(../images/logo.png) left center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
@media (max-width: 993px){
    .header .logo{
        display: block;
        width: 100%;

    }
}
.header .header_center .nav_list{
    display: inline-block;
    float: right;
}
.header .header_center .nav_item{
    float: left;
    color: #fff;
    padding: 0 20px;
    margin: 0 15px;
    text-align: center;
    font-size: 16px;
    position: relative;
    height: auto;
    min-height: 72px;
}

.header .header_center .nav_item .txt{
    display: block;
    height: 55px;
    line-height: 72px;
    padding: 0;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    color: #fff;
}
.header .header_center .nav_item:hover .txt{
    border-bottom: 2px solid #000;
}

.header .header_center .item_list{
    display: none;
    position: absolute;
    width: 120px;
    left: 50%;
    top: 60px;
    margin-left: -60px;
    text-align: center;
    z-index: 2;
    background-color: #ececec;
    transition: all 0.2s;
    padding: 10px 0;
}
.header .header_center .item_list li{
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    color: #505864;
}
.header .header_center .nav_item:hover .item_list{
    display: block;
}
.header .header_center  .nav_item_lan{
    width: 160px;
    text-align: right;
}
.header .header_center  .nav_item_lan .lan_item{
    float: right;
    text-align: center;
    font-size: 15px;
    width: 40px;
    height: 25px;
    line-height: 25px;
    margin-top: 25px;
    background-color: rgba(255,255,255,0.1);
    color: #fffefe;

}

@media (max-width: 1420px){
    .header .header_center .nav_item{
        padding: 0 15px;
        margin: 0 10px;
    }
    .header .header_center .nav_item_lan{
        width: 100px;
    }
}
@media (max-width: 1000px){
    .header .header_center .nav_item{
        padding: 0 10px;
        margin: 0 7px;
    }
    .header .header_center .nav_item_lan{
        width: 90px;
    }
}
.header.head_white,.header.list_show{
    background: #fff;
}
.header.head_white .logo,.header.list_show .logo{
    background-image: url(../images/logo_hover.png);
}
.header.head_white .nav_item .txt,.header.list_show .nav_item .txt{
    color: #2b2e2e;
}
.header.head_white .nav_item_lan .lan_item,.header.list_show .nav_item_lan .lan_item{
    background-color: rgba(43,43,43,0.1);
    color: #2b2b2b;
    border-radius:4px ;
}
.header.head_white .nav_item .txt,.header.list_show .nav_item .txt{
    color: #2b2b2b;
}

.list__hide,.sublist_hide{ pointer-events:none;} /*避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug*/
.list__hide .bg_hover{ -webkit-animation:a_bg_hover_hide 0.15s ease-out both; -webkit-transform-origin:50% 0%;}

@media (max-width: 768px){
    .header{
        /*background-color: #fff;*/
    }
    .header .more{
        width: 70px;
        height: 70px;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/more_w.png) center center no-repeat;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
    }
    .header.list_show .more,.header.head_white .more{
        background: url(../images/more_b.png) center center no-repeat;
        -webkit-background-size: 30px auto;
        background-size: 30px auto;
    }
    .header .close_container {
        width: 100%;
        height: 60px;
        position: relative;
    }
    .header .close{
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 10px;
        background: url(../images/close_2.png) center center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        opacity: 1;
    }
    .header .header_center .nav_item .txt{
        color: #2b2b2b;
    }
    .header .header_center {
        position: fixed;
        top: 0;
        right:-50%;
        background-color: #fff;
        height: 100vh;
        transition:all 0.2s;
    }
    .header .header_center .nav_item{
        float: inherit;
        width: 100%;
        text-align: right;
    }
    .header .header_center .nav_item:hover .item_list{
        display: none;
    }
    .header .header_center .nav_item:hover .txt{
        border-bottom: 2px solid transparent;
    }
    .header .header_center .nav_item.nav_item_lan{
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 70px;
    }
    .header .header_center .nav_item_lan .lan_item{
        color: #2b2b2b;
    }
    .header .header_center .nav_item_lan  .s_line{
        color: #2b2b2b;
    }
}
/*----------------------------------footer------------------------------------*/
.footer{
    background-color: #f5f5f5;
    padding: 1.25rem 0 1rem 0;
}
.footer .attention_top{
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
}
.footer .attention_top .attention_icon{
    margin-left: 20px;
    margin-top: 15px;
}

.footer .attention_top .attention_icon img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.footer .footer_nav{
    padding: 0;
}
.footer .footer_other{
    padding: 0;
}
.footer .footer_li{
    float: left;
    margin-right:30px;

}
.footer .footer_list li a{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: #515355;
}
.footer .footer_list li.footer_title a{
    font-size: 18px;
    line-height: 50px;
    color: #3a3b3e;
    font-weight: 500;
}
@media (max-width: 992px){
    .footer .footer_li{
        margin-right: 20px;
    }
}
.footer .footer_other {
    height: 200px;
    position: relative;
    text-align: right;
}
.footer .attention {
    text-align: right;
    height: 1rem;
    line-height: 1rem;
}
.footer .attention .attention_icon{
    margin-left: 12px;
}

.footer .footer_other .qr_container{
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    top: -120px;
    display: block;
}
.footer .footer_other .qr{
    width: 100px;
    height: 100px;
    background-color: #fff;
    float: right;
    margin-right: -2px;
}
.footer .attention .attention_icon img{
    width: 24px;
    height: 24px;
}
.footer .footer_other .logo_container{
    width: 100% ;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
.footer .footer_other .logo_container .logo{
    width: 220px;
    height: auto;
    margin-left: auto;
    margin-right: 0;
}
.footer .footer_other .logo_container .logo img{
    width: 100%;
    height: auto;
}
.footer .footer_other .logo_container .stock{
    font-size: 0.4rem;
    height: 0.55rem;
    line-height: 0.55rem;
    color: #515355;
    margin-top: 5px;
}
.footer .footer_bottom{
    margin-top: 0.5rem;
}
.footer .footer_bottom p{
    font-size: 12px;
    /*height: 18px;*/
    line-height: 18px;
    text-align: right;
    color: #515355;
}
 .return_top{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #3a3b3e;
    text-align: center;
    background-color: #e0e3e8;
    /*margin: 0 -15px;*/
}

@media (max-width: 768px){
    .footer{
        padding-top: 0;
    }
    .footer .footer_nav{
        border-bottom: 1px solid #e9e9e9;
    }
    .footer .footer_li{
        float: inherit;
        margin: 0;
        padding: 0 15px;
        height: 50px;
        overflow: hidden;
        transition: all 0.2s;
    }
    .footer .footer_li.on{
        height: auto;
    }
    .footer .footer_list li{
        text-indent: 0.5rem;
    }
    .footer .footer_list li.footer_title{
        background: url(../images/bottom.png) center right no-repeat;
        -webkit-background-size: 0.5rem auto;
        background-size: 0.5rem auto;
        text-indent: 0;
    }
    .footer .footer_list li.footer_title a{
        font-size: 16px;
    }
    .footer .footer_li.on .footer_list li.footer_title{
        background: url(../images/top.png) center right no-repeat;
        -webkit-background-size: 0.5rem auto;
        background-size: 0.5rem auto;
        text-indent: 0;
    }
    .footer .footer_other {
        height: auto;
        position: relative;
        text-align: right;
        margin-top: 1rem;
    }

    .footer .footer_other .logo_container{
        position: relative;
        right: auto;
        bottom: auto;
        text-align: left;
    }
    .footer .footer_other .logo_container .logo{
        margin-left: 0;
        margin-right: auto;
        width: 150px;
    }
    .footer .footer_bottom p{
        font-size: 9px;
        line-height: 15px;
        text-align: left;
    }
}
/*----------------------------------index------------------------------------*/
.index_page .banner{
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    height: 90vh;
    min-height: 600px;
    overflow: hidden;
}
.index_page .banner .banner_item{
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
/*背景*/
.index_page .banner .banner_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}
/*.index_page .banner .banner_bg > video {*/
    /*position: absolute;*/
    /*display: block;*/
    /*min-height: 100%;*/
    /*min-width: 100%;*/
    /*width: auto;*/
    /*height: auto;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%)*/
/*}*/
.index_page .banner .banner_bg .bg_pic {
    width: 100%;
    height: 100%;
    background: url(../images/index_banner2-1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

 @media only screen and (min-width: 1280px) {
   /*.index_page .banner_bg:after {*/
        /*content: "";*/
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 0;*/
        /*bottom: 0;*/
        /*left: 0;*/
        /*background-image: linear-gradient(180deg, transparent, transparent 56%, rgba(12, 11, 14, .62) 91%, rgba(12, 11, 14, .91))*/
    /*}*/
}
/*中央文字和logo*/
.index_page .banner .banner_content {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    text-align: center;
}
.index_page .banner .banner_content .text{
    font-size: 30px;
    line-height: 1.1rem;
    color: #fff;
    padding:0 15px;
    font-weight: lighter;
    /*max-width: 90%;*/
}
.index_page .banner .banner_content .text1{
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    padding:0 15px;
    font-weight: normal;
    /*max-width: 90%;*/
}
.index_page .banner .banner_content .text2{
    font-size: 28px;
    line-height:30px;
    color: #fff;
    padding:0 15px;
    font-weight: lighter;
    margin-top: 20px;
}
.index_page .banner .banner_content .more{
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-top: 60px;
    font-weight: bold;
}
.index_page .banner .banner_content .more span{
    float: right;
    height: 18px;
    width: 18px;
    margin-left: 6px;
    background: url("../images/tri_w.png") center center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
.index_page .banner .banner_content .more:hover{
    color: #3554af;
}
.index_page .banner .banner_content .more:hover span{
    background: url("../images/tri_b.png") center center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
@media (max-width: 768px){
    .index_page .banner .banner_content{
        /*margin-top: -8.5rem;*/
    }
    .index_page .banner .banner_content .text{
        font-size: 18px;
        line-height:30px;
        color: #fff;
        padding:0 15px;
        font-weight: lighter;
        /*max-width: 90%;*/
    }
    .index_page .banner .banner_content .text1{
        font-size: 32px;
        line-height: 40px;
        color: #fff;
        padding:0 15px;
        /*max-width: 90%;*/
    }
    .index_page .banner .banner_content .text2{
        font-size: 19px;
        line-height: 30px;
        color: #fff;
        padding:0 15px;
        font-weight: lighter;
        margin-top: 5px;
        /*max-width: 90%;*/
    }
    .index_page .banner .banner_content .more{
        font-size: 12px;
        line-height: 30px;
        margin-top: 15px;
    }
    .index_page .banner .banner_content .more span{
        height: 30px;
        width: 30px;
        margin-left:0;
        background: url("../images/tri_w.png") center center no-repeat;
        -webkit-background-size: auto 8px;
        background-size: auto 8px;
    }
}
/*.index_page .banner .banner_content .banner_logo {*/
    /*margin-bottom: -20px;*/
    /*width: 40vm;*/
    /*margin-left: 2vmin*/
/*}*/
/*@media only screen and (min-width: 1600px) {*/
    /*.index_page .banner .banner_content .banner_logo {*/
        /*width: 50vm*/
    /*}*/
/*}*/
/*.index_page .banner .banner_button_bar {*/
    /*width: 80%;*/
    /*margin-top: 60px;*/
    /*display: flex;*/
    /*flex-flow: column;*/
    /*justify-content: center;*/
    /*align-items: center*/
/*}*/
/*.index_page .banner .banner_button_bar .button{*/
    /*margin: 15px;*/
    /*width: 250px;*/
    /*color: #6e4d2a;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
    /*vertical-align: middle;*/
    /*border-radius: 5px;*/
    /*padding: 0;*/
    /*outline: 0;*/
    /*background-image: linear-gradient(#ffed3e, #ffd501);*/
    /*line-height: 60px;*/
    /*height: 60px;*/
    /*letter-spacing: .025em;*/
    /*font-weight: lighter;*/
    /*font-size: 30px;*/
    /*-webkit-transition: all .2s;*/
    /*transition: all .2s;*/
    /*text-shadow: none;*/
    /*text-decoration: none;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .4);*/
/*}*/

/*@media only screen and (min-width: 768px) {*/
    /*.index_page .banner .banner_button_bar {*/
        /*flex-flow: row*/
    /*}*/
    /*.index_page .banner .banner_button_bar .button{*/
    /*}*/
/*}*/
/*.index_page .banner .banner_button_bar .button_introduce{*/
    /*color: #fff;*/
    /*background-image: linear-gradient(#00e18b, #00c176);*/
/*}*/
/*.index_page .banner .banner_button_bar .button_introduce:hover{*/
    /*background-image: linear-gradient(#00fe9c, #00d281);*/
/*}*/
/*.index_page .banner .banner_button_bar .button_download:hover{*/
    /*background-image: linear-gradient(#fffc62, #ffe220);*/
/*}*/
/*左下角暂停继续按钮*/
/*.index_page .banner .BgVidControl {*/
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*left: 10px;*/
    /*bottom: 20px;*/
    /*color: #fff;*/
    /*display: flex;*/
    /*flex-flow: row;*/
    /*justify-content: flex-start;*/
    /*align-items: center*/
/*}*/

/*@media (min-width: 768px) {*/
    /*.index_page .banner  .BgVidControl {*/
        /*left: 40px;*/
        /*bottom: 20px*/
    /*}*/
/*}*/

/*@media (min-width: 1600px) {*/
    /*.index_page .banner  .BgVidControl {*/
        /*left: 50%;*/
        /*bottom: 60px;*/
        /*-webkit-transform: translateX(-760px);*/
        /*transform: translateX(-760px)*/
    /*}*/
/*}*/

/*.index_page .banner  .BgVidControl-text {*/
    /*color: #fff*/
/*}*/

/*.index_page .banner  .BgVidControl .BgVidControl-icon {*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*margin-right: 8px;*/
/*}*/
/*.index_page .banner  .BgVidControl.play .BgVidControl-icon {*/
    /*background: url(../images/1_assets_img_icons_menus_video_control_icon.png) 0 0 no-repeat;*/
/*}*/
/*.index_page .banner  .BgVidControl.stop .BgVidControl-icon {*/
    /*background: url(../images/1_assets_img_icons_menus_video_control_icon.png) 0 bottom no-repeat;*/
/*}*/
/*.index_page .banner  .BgVidControl.isPaused .BgVidControl-icon {*/
    /*background-position: 0 -32px*/
/*}*/

.index_page .box_product  {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}
@media (max-width: 768px){
    .index_page .box_product  {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }
}
.index_page .box_product .box_head{
    position: relative;
}
.index_page .box_product .box_head .title{
    font-size: 0.9rem;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    color: #3a3b3e;
}
.index_page .box_product .box_head .more{
    float: right;
    color: #3554af;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    padding-right: 0.5rem;
    background: url(../images/tri_b.png) right center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
.index_page .box_product .box_head .right{
    position: absolute;
    right: 0;
    top: 0;
}
.index_page .box_product .m_text{
    color: #515355;
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: lighter;
}
@media (max-width: 768px){
    .index_page .box_product .m_text{
        font-size: 0.625rem;
    }
    .index_page .box_product .box_head .more{
        float: right;
        color: #3554af;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        font-size: 12px;
        margin-right: 0;

        background: url(../images/tri_b.png) right center no-repeat;
        -webkit-background-size: auto 10px;
        background-size: auto 10px;
    }
}
.index_page .box_product .box_body{
    margin-top: 1.5rem;
}
@media (max-width: 768px){
    .index_page .box_product .box_body{
        margin-top: 0.5rem;
    }
    .index_page .box_product .box_body .item .text{
        font-size: 0.625rem;
        line-height: 1rem;
    }
}
.index_page .box_product .box_body .left{
    padding:0 0.5rem 0 0;
}
.index_page .box_product .box_body .right{
    padding:0 0 0 0.5rem;
}
.index_page .box_product .box_body .item{
    width: 100%;
    padding-top: 58.8%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.index_page .box_product .box_body .item a{
    display: block;
}
.index_page .box_product .item .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.index_page .box_product .item .pic img{
    width: 100%;
    height: 100%;
}
.index_page .box_product .item .mask{
    width: 100%;
    height: 100%;
    background: url(../images/index_mask.png) bottom center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.2s;
}

.index_page .box_product .item .item_bottom{
    z-index: 3;
    position: absolute;
    left: 0;
    bottom:-80px;
    color: #fff;
    padding:0 40px 30px 40px;
    transition: all 0.2s;
}

.index_page .box_product .item .title{
    font-size: 30px;
    height: 60px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
}
.index_page .box_product .item .text{
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    color: #fff;
}
.index_page .box_product .item:hover .mask{
    opacity: 1;
}
.index_page .box_product .item:hover .item_bottom{
    bottom: 0;
}
.index_page .box_product  .xs_text{
    font-size: 15px;
    line-height: 24px;
    font-weight: lighter;
    margin-top: 15px;
}

@media (max-width: 1200px) {
    .index_page .box_product .item .title{
        font-size: 24px;
        line-height: 60px;
    }
    .index_page .box_product .item .item_bottom{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 992px) {
    .index_page .box_product .item .title{
        font-size: 20px;
    }
    .index_page .box_product .item .item_bottom{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 768px) {
    .index_page .box_product .box_body .left{
        padding: 0;
    }
    .index_page .box_product .box_body .right{
        padding: 0;
        margin-top: 15px;
    }
    .index_page .box_product .item .pic{
        height: auto;
    }
    .index_page .box_product .item .title{
        height: 40px;
        line-height: 24px;
        text-indent: 0;
        font-size: 18px;
    }
    .index_page .box_product .item .mask{
        opacity: 1;
    }
    .index_page .box_product .item .item_bottom{
        bottom: -40px;
    }
}

.index_page .box_game{
    background-color: #f5f5f5;
    padding: 0 0 1rem 0;
}
.index_page .box_game .left{
    padding: 0;
}
@media (max-width: 768px) {
    .index_page .box_game{
        background-color: #f5f5f5;
        padding: 0 0 2rem 0;
    }
    .index_page .box_game .left{
        margin: 0 -15px;
    }
}
.index_page .box_game .left .con{
    width: 100%;
    padding-top: 73.8%;
    position: relative;
}
.index_page .box_game .left .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.index_page .box_game .left .pic img{
    width: 100%;
    height: 100%;
}
.index_page .box_game .left .triangle{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.index_page .box_game .left .triangle img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
}
.index_page .box_game .right{
    /*padding: 0;*/
    padding: 44.1% 0 0 0 ;
    position: relative;
}
.index_page .box_game .right .con{
    position: absolute;
    width: 100%;
    height: auto;
    top: 30%;
}
.index_page .box_game .right .title{
    padding-left: 0.5rem;
    font-size: 0.9rem;
    color: #3a3b3e;
    line-height: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
    font-weight: bold;
}
.index_page .box_game .right .text{
    padding-left: 0.5rem;
    font-size: 0.5rem;
    line-height: 0.75rem;
    margin-top: 0.25rem;
    color: #515355;
}
.index_page .box_game .right .more{
    display: block;
    width: 80px;
    padding: 20px;
    font-size: 18px;
    color: #3554af;
    font-weight: bold;
    margin-top: 1.5rem;
    background: url(../images/tri_b.png) right center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
@media (max-width: 768px) {
    .index_page .box_game .right .con{
        top: 5%;
    }
    .index_page .box_game .right .title{
        font-size: 0.75rem;
        padding-left: 0;
    }
    .index_page .box_game .right .text{
        padding-left: 0;
        font-size: 0.625rem;
        line-height: 1rem;
    }
    .index_page .box_game .right .more{
        padding-left:0;
        font-size:12px;
        margin-top: 0;
        background: url(../images/tri_b.png) right center no-repeat;
        -webkit-background-size: auto 8px;
        background-size: auto 8px;
        width: 50px;
        padding-right: 15px;
    }
}
.index_page .box_duty  {
    width: 100%;
    overflow: hidden;
    padding-top:1.5rem;
    padding-bottom: 3.75rem;
}

.index_page .box_duty .box_head{
    position: relative;
}
.index_page .box_duty .box_head .title{
    font-size: 0.9rem;
    font-weight: bold;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #3a3b3e;
}
.index_page .box_duty .box_head .right{
    position: absolute;
    right: 0;
    top: 0;
}
.index_page .box_duty .box_head .more{
    float: right;
    color: #3554af;
    height:60px;
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    padding-right: 18px;
    background: url(../images/tri_b.png) right center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
.index_page .box_duty .m_text{
    color: #515355;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: lighter;
}
@media (max-width: 768px) {
    .index_page .box_duty  {
        padding-top: 0.5rem;
        padding-bottom: 3rem;
    }
    .index_page .box_duty .box_head .title{
        /*font-size: 0.8rem;*/
    }
    .index_page .box_duty .m_text{
        font-size: 0.625rem;
        text-indent: 0;
    }
    .index_page .box_duty .box_head .more{
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 0;
        background: url(../images/tri_b.png) right center no-repeat;
        -webkit-background-size: auto 10px;
        background-size: auto 10px;
    }
}
.index_page .box_duty .box_body{
    margin-top: 1.5rem;
    position: relative;
}

.index_page .box_duty .box_body .swiper-container{
    position: relative;
    padding-bottom: 100px;
}
@media (max-width: 768px) {
    .index_page .box_duty .box_body{
        margin: 0.5rem -15px 0 -15px;
    }
    .index_page .box_duty .box_body .swiper-container{
        padding-bottom: 0;
    }
}
.index_page .box_duty .box_body  .arrow{
    left: auto;
    top: auto!important;
    right: auto;
    bottom: auto;
    outline: none;
}
.index_page .box_duty .box_body  .arrow:after{
content:"";
}
.index_page .box_duty .box_body .swiper-button-next{
    right: 0 !important ;
    bottom: 0 !important;
    background: url(../images/arrow_black_right.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.index_page .box_duty .box_body .swiper-button-prev{

    right: 100px !important;
    bottom: 0 !important;
    background: url(../images/arrow_black_left.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.index_page .box_duty .duty_item{
    position: relative;
}
.index_page .box_duty .duty_item .con{
    cursor: pointer;
    position: relative;
    width: 100%;
    padding-top: 74%;
    display: block;
}
.index_page .box_duty .duty_item .pic{
    position: absolute;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    left: 0;
    top: 0;
}

.index_page .box_duty .duty_item .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.index_page .box_duty .swiper-slide .item_bottom{
    z-index: 3;
    position: absolute;
    left: 0;
    bottom:0;
    color: #fff;
    padding: 0 40px;
    transition: all 0.2s;
    /*padding-bottom: 30px;*/
}
.index_page .box_duty .duty_item .con .title{
    font-weight: bold;
    height: 60px;
    line-height: 40px;
    overflow: hidden;
    font-size: 30px;
}

.index_page .box_duty .duty_item .con .more{
    width: 100%;
    position: absolute;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    overflow: hidden;
    font-size: 18px;
    right: 40px;
    bottom: -60px;
    color: #fff;
    z-index: 3;
    transition: all 0.2s;
    text-align: right;
    font-weight: bold;
    background: url(../images/tri_w.png) right center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
@media (max-width: 1400px) {
    .index_page .box_duty .swiper-slide .item_bottom{
        padding: 0 30px;
    }
    .index_page .box_duty .duty_item .con .title{
        font-size: 24px;
    }
    .index_page .box_duty .duty_item .con .more{
        font-size: 17px;
        right: 30px;
    }
}
@media (max-width: 1200px) {
    .index_page .box_duty .swiper-slide .item_bottom{
        padding: 0 25px;
    }
    .index_page .box_duty .duty_item .con .title{
        font-size: 22px;
    }
    .index_page .box_duty .duty_item .con .more{
        font-size: 16px;
        right: 25px;
    }
}
@media (max-width: 992px) {
    .index_page .box_duty .swiper-slide .item_bottom{
        padding: 0 20px;
    }
    .index_page .box_duty .duty_item .con .title{
        font-size: 20px;
    }
    .index_page .box_duty .duty_item .con .more{
        font-size: 16px;
        right: 20px;
    }
}
@media (min-width: 768px) {
    .index_page .box_duty .duty_item .con .more{
        bottom: -60px;
    }
    .index_page .box_duty .duty_item:hover .con .more{
        bottom: 20px;
    }
}
@media (max-width: 768px) {
    .index_page .box_duty .duty_item .con .more{
        height: 24px;
        line-height: 24px;
        bottom:6px;
        right: 20px;
        font-size: 15px;
        display: none;
    }
}
.index_page .box_duty .duty_item .con .text{
    font-size: 16px;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*.index_page .box_duty .duty_item :hover .item_bottom{*/
    /*bottom: 0;*/
/*}*/
.index_page .box_duty .duty_item :hover .box_mask{
    opacity: 1;
}

@media (max-width: 768px) {
    .index_page .box_duty .duty_item .con .title{
        font-weight: bold;
        height: 30px;
        line-height: 24px;
        overflow: hidden;
        font-size: 18px;
    }
}
.index_page .container {
    width:100%;
}
@media (min-width: 1420px){
    .index_page .container {
        width: 1400px;
    }
}

.index_page .banner{
    height: 720px;
}
.index_page .banner .banner_content{
    position: absolute;
    width: 100%;
    /*text-align: left;*/
    /*align-items: stretch;*/
    top: 220px;
}
.index_page .banner .banner_item {
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.index_page .banner .banner_item .text1{
    opacity: 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}
.index_page .banner .banner_item .text2{
    opacity: 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
    box-sizing: border-box;
}
.index_page .banner .swiper-slide-active .banner_item .text1{
    opacity: 1;
    animation: 1.6s ease 0s 1 textRightToLeft;
}
.index_page .banner .swiper-slide-active .banner_item .text2{
    opacity: 1;
    animation: 2s ease 0s 1 textRightToLeft2;
}

@keyframes textRightToLeft {
    0% {
        transform: translateX(1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes textRightToLeft2 {
    0% {
        transform: translateX(1rem);
        opacity: 0;
    }
    20% {
        transform: translateX(1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.index_page .banner .banner_content .more{
    display: inline-block;
    padding-left: 0.4rem;
}
.index_page .banner .slider_box_bottom {
    position: absolute;
    width: 100%;
    bottom: 170px;
    right: 0;
    z-index: 9;
}

.index_page .banner .ctr_con {
    position: relative;
    z-index: 9;
}

.index_page .banner .arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 40px;
    cursor: pointer;
    outline: none!important;
    border: none!important;
}

.index_page .banner .next {
    left: 80px;
    background: url(/static/images/index_arrow_right.png) right center no-repeat;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
}

.index_page .banner .prev {
    background: url(/static/images/index_arrow_left.png) left center no-repeat;
    -webkit-background-size: 75% auto;
    background-size: 75% auto;
}

.index_page .banner .ctr_pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;

}

.index_page .banner .ctr_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin-left: 10px;
    position: relative;
    transition: width 0.2s;
    outline: none!important;
    border: none!important;
}

.index_page .banner .ctr_pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
}

.index_page .banner .ctr_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background: #2459f1;
}

.index_page .box_game {
    padding: 1.5rem 0 1rem 0;
    background: #f9f9f9;
}

.index_page .box_product {
    background: #f9f9f9;
}

.index_page .box_cards {
    background-color: #f9f9f9;
    padding-bottom: 10px;
}

.index_page .box_cards .box_con {
    margin-top: -140px;
    z-index: 9;
    position: relative;

}

.index_page .box_cards .cards_title {
    color: #ffffff;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    border-top: #fff solid 1px;
}

.index_page .box_cards .left_con {
    padding-right: 10px;
    display: block;
}

.index_page .box_cards  .top_pic{
    position: relative;
    overflow: hidden;
}
.index_page .box_cards  .pic{
    width: 100%;
    height: 100%;
    transition: transform 1s;
}
.index_page .box_cards .top_pic:hover .pic{
    transform: scale(1.1);
}
.index_page .box_cards  .pic img{
    display: none;
    width: 100%;
    height: auto;
}

.index_page .box_cards .left_con .pic {
    height: 420px;
    background-color: #fff;
}


.index_page .box_cards .left_con .detail {
    box-sizing: border-box;
    padding: 30px;
    height: 245px;
    overflow: hidden;
    background-color: #fff;
}

.index_page .box_cards .left_con .date {
    color: #000;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}

.index_page .box_cards .left_con .title {
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    color: #3a3b3e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: wrap;
}

.index_page .box_cards .left_con .desc {
    font-size: 16px;
    line-height: 24px;
    height: 96px;
    color: #515355;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: wrap;
}

.index_page .box_cards .right_con {
    padding-left: 20px;
    display: block;
}

.index_page .box_cards .right_con .pic {
    height: 320px;
    background-color: #3a6af2;
}

.index_page .box_cards .right_con .detail {
    box-sizing: border-box;
    padding: 30px;
    height: 345px;
    overflow: hidden;
    background-color: #3a6af2;
    color: #fff;
}

.index_page .box_cards .right_con .date {
    font-size: 16px;
}

.index_page .box_cards .right_con .title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}

.index_page .box_cards .right_con .desc {
    font-size: 16px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    white-space: wrap;
}
.index_page .box_product .box_body .item{
    display: block;
}

@media screen and (max-width: 768px){
    .index_page .banner{
        height: 75vh;
        min-height: inherit;
    }
    .index_page .banner .banner_content{
        top: 100px;
    }
    .index_page .banner .slider_box_bottom {
        bottom: 130px;
    }
    .index_page .banner .ctr_pagination {
        bottom: 10px;
    }
    .index_page .box_cards .left_con{
        padding-right: 15px;
    }
    .index_page .box_cards .right_con{
        padding-left: 15px;
        margin-top: 15px;
    }
    .index_page .box_cards .box_con {
        margin-top: -100px;
    }
    .index_page .box_cards .item .pic {

        height: auto;
    }
    .index_page .box_cards .item .pic img{
        display: block;
    }
    .index_page .box_cards .item .detail{
        height: auto;
        padding: 1rem;
    }
    .index_page .box_cards .item .title{
        font-size: 0.75rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        height: auto;
    }
    .index_page .box_cards .item .date{
        font-size: 15px;
        height: auto;
        line-height: 20px;
    }
    .index_page .box_cards .item .desc{
        font-size: 15px;
        height: auto;
        font-weight: lighter;
    }
    .index_page .box_product .item:hover .item_bottom{
        bottom: -40px;
    }
}
/*----------------------------------about----------------------------------*/
.about_page .banner{
    position: relative;
    align-items: center;
    justify-content: center;
    height: 560px;
    /*min-height: 600px;*/
    overflow: hidden;
    background: url(../images/about_banner.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*中央文字和logo*/
.about_page .banner .banner_content {
    margin-top: 220px;
}
.about_page .banner .banner_content .text{
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    padding:0 30px;
    font-weight: lighter;
}
@media screen and (max-width: 1400px){
    .about_page .banner{
        height: 500px;
        background: url(../images/about_banner2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .about_page .banner .banner_content {
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px){
    .about_page .banner{
        height: 480px;
    }
    .about_page .banner .banner_content {
        margin-top: 120px;
    }
    .about_page .banner .banner_content .text{
        font-size: 1rem;
        line-height: 1.5rem;
        padding:0;
    }
}
.about_page .box_introduction{
    padding: 1.25rem 0;
}
.about_page .box_introduction p{
    display: block;
}
.about_page .box_introduction .title{
    font-size: 0.9rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-weight: bold;
}
.about_page .box_introduction .text{
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}
@media screen and (max-width: 768px){
    .about_page .box_introduction .title{
        font-size: 0.75rem;
        height: 1.25rem;
        line-height: 1.25rem;
        font-weight: bold;
    }
    .about_page .box_introduction .text{
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 10px;
    }
}
.about_page .box_history{
    background-color: #f5f5f5;
    padding: 1.75rem 0;
    overflow: hidden;
}
.about_page .box_history .box_head .title{
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.about_page .box_history .history_container .arrow{
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.about_page .box_history .history_container .arrow:after{
    content:"";
}
.about_page .box_history .history_container .swiper-button-next{
    right: 0 !important ;
    bottom: -1.5rem !important;
    background: url(../images/arrow_black_right.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.about_page .box_history .history_container .swiper-button-prev{

    right: 100px !important;
    bottom: -1.5rem !important;
    background: url(../images/arrow_black_left.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
    .about_page .box_history .box_head .title{
        font-size: 0.75rem;
    }
}
.about_page .history_line {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.about_page .history_line .item{
    padding: 0;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.about_page .history_line .year{
    font-size: 24px;
    height: 60px;
    line-height: 60px;
}
.about_page .history_line .bottom{
    height: 20px;
    width: 100%;
    position: relative;
    text-align: center;

}
.about_page .history_line .circle{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 52px;
    top: 0;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    z-index: 3;
}
.about_page .history_line .circle .con{
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #b5b5b5;
}
.about_page .history_line .item.on{
    color: #1339d0;
}
.about_page .history_line .item.on .circle .con{
    background-color: #1339d0;
}
.about_page .history_line .item.on .circle{
    border: 1px solid #1339d0;
}
.about_page .history_line .item.on .circle .con{
    background-color: #1339d0;
}
.about_page .history_line .line{
    height: 1px;
    width: 50%;
    position: absolute;
    top: 50%;
    background-color: #b5b5b5;
    z-index: 2;
}
.about_page .history_line .left_line{
    right: 50%;
}
.about_page .history_line .right_line{
    left: 50%;
}
.about_page .history_container {
    margin-top: 60px;
}
.about_page .history_container .history_item{
    padding-right: 1rem;
}
.about_page .history_container .title{
    font-size: 20px;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #3a3b3e;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
}
.about_page .history_container .text{
    font-size: 14px;
    line-height: 24px;
    color: #515355;
    margin-top: 0.5rem;
    position: relative;
    padding-left: 40px;
}
.about_page .history_container .text span{
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 768px){
    .about_page .history_container {
        margin-top: 0;
    }
    .about_page .history_container .title{
        font-size: 15px;
        height: 30px;
        line-height: 30px;
    }
    .about_page .history_container .text{
        font-size: 14px;
        line-height: 1rem;
    }
    .about_page .history_container .history_item{
        margin-top: 0.5rem;
    }
}
.about_page .box_culture{
    padding: 3.25rem 0;
}
.about_page .box_culture .con{
    position: relative;
    height: 600px;
}
@media screen and (max-width: 768px){
    .about_page .box_culture{
        padding: 1rem 0;
    }

}

.about_page .box_culture .box_right{
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    background: url(../images/about_culture.jpg) left top no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.about_page .box_culture .box_left .main_title{
    margin-bottom: 80px;
}
.about_page .box_culture .box_top{
    margin: 0 -15px 1rem -15px;
}
.about_page .box_culture .box_top img{
    width: 100%;
}
.about_page .box_culture .box_left .title{
    font-size: 24px;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #3a3b3e;
    font-weight: bold;
}
.about_page .box_culture .box_left .text{
    font-size: 0.45rem;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: lighter;
}
@media screen and (max-width: 768px){
    .about_page .box_culture .con{
        position: relative;
        height: auto;
    }
    .about_page .box_culture .box_top{
        margin-top: 30px;
    }
    .about_page .box_culture .box_left .main_title{
        margin-bottom: 0;
    }
    .about_page .box_culture .box_left .title{
        float: left;
        font-size: 15px;
        margin-right: 10px;
        line-height: 1rem;
        height: 1rem;
    }
    .about_page .box_culture .box_left .text{
        float: left;
        font-size: 15px;
        line-height: 1rem;
        height: 1rem;
    }
}
.about_page .box_contact {
    padding: 1rem 0 1rem 0;
    background-color: #f5f5f5;
    color: #3a3b3e;
    margin-bottom:3.5rem;
}
.about_page .box_contact .main_title{
    margin-bottom: 50px;
}
.about_page .box_contact .contact_item{
    padding-right: 1rem;
}
.about_page .box_contact .contact_item .con{
    height: 5.5rem;
    border-bottom: 1px solid #e5e5e5;
}
.about_page .box_contact .title{
    font-size: 24px;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}
.about_page .box_contact .item{
    font-size: 0.45rem;
    line-height: 1rem;
    font-weight: lighter;
}
.about_page .box_contact .tel{
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}
@media screen and (max-width: 768px){
    .about_page .box_contact .contact_item .con{
        padding-bottom: 0.5rem;
    }
    .about_page .box_contact .main_title{
        font-size: 18px;
        margin-bottom: 0.5rem;
        /*margin-bottom:1rem;*/
    }
    .about_page .box_contact .title{
        font-size: 15px;
    }
    .about_page .box_contact .item{
        font-size: 14px;
        line-height: 24px;
    }
}
.about_page .banner{

    background: url(/static/images/about_banner_2_1.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 1400px){
    .about_page .banner{
        background: url(/static/images/index_banner_4_2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

}
.about_page .history_line {
    width: 100%;
    max-width: 800px;

    /*overflow-y: auto;*/
    /*justify-content:center;*/
}

.about_page .history_line .item {
    /*flex: 0 0 auto;*/
    /*width: 120px;*/
}
.about_page .history_line .on{
    color: #1339d0;
}
.about_page .history_line .on .circle .con{
    background-color: #1339d0;
}
.about_page .history_line .on .circle{
    border: 1px solid #1339d0;
}
.about_page .history_line .on .circle .con{
    background-color: #1339d0;
}
/*.about_page */
/*----------------------------------business_page----------------------------------*/
.business_page .banner{
    position: relative;
    align-items: center;
    justify-content: center;
    height: 560px;
    /*min-height: 600px;*/
    overflow: hidden;
    background: url(../images/business_banner.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*中央文字和logo*/
.business_page .banner .banner_content {
    margin-top: 220px;
}
.business_page .banner .banner_content .text{
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    padding:0 30px;
    font-weight: lighter;
}
@media screen and (max-width: 1400px){
    .business_page .banner{
        height: 500px;
        background: url(../images/business_banner2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .business_page .banner .banner_content {
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px){
    .business_page .banner{
        height: 480px;
    }
    .business_page .banner .banner_content {
        margin-top: 120px;
    }
    .business_page .banner .banner_content .text{
        font-size: 1rem;
        line-height: 1.5rem;
        padding:0;
    }
}
.business_page .box_robot{
    padding-top: 1.5rem;
}
/*.business_page .box_robot .box_title{*/
    /*color: #3a3b3e;*/
    /*font-size: 0.9rem;*/
    /*height: 1.5rem;*/
    /*line-height: 1.5rem;*/
    /*font-weight: bold;*/
/*}*/
.business_page .box_robot .box_text{
    font-size: 20px;
    line-height: 24px;
    font-weight: lighter;
}
@media screen and (max-width: 768px){
    .business_page .box_robot .main_title{
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }
    .business_page .box_robot .box_text{
        font-size: 15px;
        line-height: 24px;
    }
}
.business_page .box_robot .box_body{
    margin-top: 1rem;
    padding: 110px 0;
    height: 740px;
    background:#f0f0f0 url(../images/business_robot_banner.jpg) center center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.business_page .box_robot .box_body .box_right{
    position: relative;
    height: 520px;
}
.business_page .box_robot .box_body .con{
    position: absolute;
    left: 0;
    bottom: 0;
}
.business_page .box_robot .box_body .wap_top img{
    width: 100%;
}
.business_page .box_robot .box_body .con .title{
    color: #3a3b3e;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}
.business_page .box_robot .box_body .con .text{
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
}
.business_page .box_robot .box_body .con .more{
    display: block;
    font-weight: bold;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    color: #3554af;
    margin-top: 1rem;
    padding-right: 18px;
    background: url(../images/tri_b.png) right center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
@media screen and (max-width: 768px){
    .business_page .box_robot .box_body{
        background:none;
        height: auto;
        padding: 0;
    }
    .business_page .box_robot .box_body .box_right{
        height: auto;
        margin: 0 -15px;
    }
    .business_page .box_robot .box_body .con{
        position: relative;
        left: auto;
        bottom: auto;
    }
    .business_page .box_robot .box_body .con .title{
        font-size: 15px;
        line-height: 30px;
        height: auto;
        font-weight: bold;
        margin-top: 5px;
    }
    .business_page .box_robot .box_body .con .text{
        font-size: 14px;
        line-height: 24px;
    }
    .business_page .box_robot .box_body .con .more{
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 0;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-top: 0;
        text-align: right;
        background: url(../images/tri_b.png) right center no-repeat;
        -webkit-background-size: auto 10px;
        background-size: auto 10px;
    }
}
.business_page .box_brand{
    padding: 1.5rem 0;
}
/*.business_page .box_brand .box_title{*/
    /*color: #3a3b3e;*/
    /*font-size: 0.9rem;*/
    /*height: 1.5rem;*/
    /*line-height: 1.5rem;*/
    /*font-weight: bold;*/
/*}*/
.business_page .box_brand .box_text{
    font-size: 20px;
    line-height: 30px;
    font-weight: lighter;
}
.business_page .box_brand .box_body{
    margin-top: 60px;
    position: relative;
}

@media screen and (max-width: 768px){
    .business_page .box_brand{
        padding-bottom: 0.5rem;
    }
    .business_page .box_brand .main_title{
        font-size: 18px;
        line-height: 30px;
    }
    .business_page .box_brand .box_text{
        font-size: 15px;
    }
    .business_page .box_brand .box_body{
        padding-top: 20vw;
        margin-top: 40px;
    }
    .business_page .box_brand .brand_top .text_right{
        margin: 0 -15px;
    }
    .business_page .box_brand .brand_bottom{
        position: absolute!important;
        left: 0;
        top: 0;
        width: 100%;
        margin-top: -0.5rem;
    }
}
.business_page .box_brand .brand_top .left_pic{
    width:120px;
}
.business_page .box_brand .brand_top .left_pic img{
    width: 100%;
    height: auto;
}
.business_page .box_brand .brand_top .title{
    color: #3a3b3e;
    font-weight: bold;
    font-size: 24px;
    height: 1.5rem;
    line-height: 1.5rem;
}
.business_page .box_brand .brand_top .description{
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    margin-top: 0.5rem;
    font-weight: lighter;
}
.business_page .box_brand .brand_top .more{
    font-size: 16px;
    height: 1.5rem;
    margin-top: 1rem;
}
.business_page .box_brand .brand_top .more a{
    color: #2a43a8;
    margin-left: 5px;

}

.business_page .box_brand .brand_bottom {
    position: relative;
}
.business_page .box_brand .brand_arrow {
    position: absolute;
    top: 2.5rem;
    right: 0;
    height: 100%;
}
.business_page .box_brand .brand_arrow  .arrow{
    left: auto;
    top: auto;
    right: auto;
    bottom: auto ;
    outline: none;
}
.business_page .box_brand .brand_arrow  .arrow:after{
    content:"" !important;
}

.business_page .box_brand .brand_arrow .swiper-button-next{
    right: 0 !important ;
    bottom: 0 !important;
    background: url(../images/arrow_black_right.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.business_page .box_brand .brand_arrow .swiper-button-prev{

    right: 100px !important;
    bottom: 0 !important;
    background: url(../images/arrow_black_left.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
    .business_page .box_brand .brand_arrow .swiper-button-next{
        right: 15px !important;
        bottom: 30px !important;
    }
    .business_page .box_brand .brand_arrow .swiper-button-prev{
        right: 80px !important;
        bottom: 30px !important;
    }
}
.business_page .box_brand .brand_container .pic{
    width: 60%;
    padding-top: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.2s;
    cursor: pointer;
}
.business_page .box_brand .brand_container  .swiper-slide-thumb-active .pic{
    width: 90%;
}
.business_page .box_brand .brand_container .pic img{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
}
@media screen and (max-width: 768px){
    .business_page .box_brand .brand_top .title{
        font-size: 15px;
        line-height: 30px;
        margin-top: 30px;
    }
    .business_page .box_brand .brand_top .description{
        font-size: 15px;
        height: auto;
        margin-top: 0;
    }
    .business_page .box_brand .brand_bottom .swiper-slide{
        border-bottom: 1px solid #f6f6f6;
        padding-bottom: 0.5rem;
    }
    .business_page .box_brand .brand_bottom .swiper-slide.swiper-slide-thumb-active{
        border-bottom: 2px solid #2459f1;
    }
}
.business_page .box_game{
    padding: 1.5rem 0;
    margin-bottom: 3rem;
    background-color: #f5f5f5;
    overflow: hidden;
}
/*.business_page .box_game .box_title{*/
    /*color: #3a3b3e;*/
    /*font-size: 0.9rem;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
    /*font-weight: bold;*/
/*}*/
.business_page .box_game .box_text{
    font-size: 20px;
    line-height: 30px;
    font-weight: lighter;
}

.business_page .box_game .box_body{
    margin: 60px -15px 0 -15px;
}
@media screen and (max-width: 768px){
    .business_page .box_game{
        padding-bottom: 0;
        padding-top: 1rem;
    }
    .business_page .box_game .main_title{
        margin-top: 0;
        font-size: 18px;
        line-height: 30px;
    }
    .business_page .box_game .box_text{
        font-size: 15px;
        line-height: 24px;
    }
    .business_page .box_game .box_body{
        margin: 0.5rem -15px 0 -15px;
    }
}
.business_page .box_game .box_body .swiper-container{
    padding-bottom: 100px;
}
.business_page .box_game .box_body .swiper-container .arrow{
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}
.business_page .box_game .box_body .swiper-container .arrow:after{
    content:"";
}

.business_page .box_game .box_body .swiper-button-next{
    right: 0 !important ;
    bottom: 0 !important;
    background: url(../images/arrow_black_right.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.business_page .box_game .box_body .swiper-button-prev{

    right: 100px !important;
    bottom: 0 !important;
    background: url(../images/arrow_black_left.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
    .business_page .box_game .box_body .swiper-button-next{
        right: 15px !important;
        bottom: 30px !important;
    }
    .business_page .box_game .box_body .swiper-button-prev{
        right: 80px !important;
        bottom: 30px !important;
    }
}
.business_page .box_game .game_item{
    padding:0 10px;
}
.business_page .box_game .game_item .pic{
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.business_page .box_game .game_item .pic img{
    width: 100%;
    height: auto;
}
.business_page .box_game .game_item .pic .title{
    width: 100%;
    position: absolute;
    height: 60px;
    line-height: 40px;
    text-indent: 40px;
    overflow: hidden;
    font-size: 30px;
    left: 0;
    /*bottom: -1.5rem;*/
    bottom: 0;
    color: #fff;
    z-index: 3;
    transition: all 0.2s;
    font-weight: bold;
}
.business_page .box_game .game_item .pic .more{
    width: 100%;
    position: absolute;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    overflow: hidden;
    font-size: 18px;
    right: 40px;
    bottom:-60px;
    color: #fff;
    z-index: 3;
    transition: all 0.2s;
    text-align: right;
    font-weight: bold;
    background: url(../images/tri_w.png) right center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
.business_page .box_game .game_item .pic:hover .more{
    bottom: 20px;
}
.business_page .box_game .game_item .pic:hover .box_mask{
    opacity: 1;
}
@media screen and (max-width: 768px){
    .business_page .box_game .game_item .pic .title{
        height: 40px;
        line-height: 24px;
        text-indent: 24px;
        font-size: 18px;
    }
    .business_page .box_game .game_item .pic .more{
        height: 24px;
        line-height: 24px;
        right: 24px;
bottom: 16px;
        font-size: 15px;

    }
    .business_page .box_game .game_item .pic .box_mask{
        opacity: 1;
    }
}

/*.business_page .box_game .game_item .pic:hover .title{*/
    /*bottom: 0;*/
/*}*/
/*.business_page .box_game .game_item .pic:hover .box_mask{*/
    /*opacity: 1;*/
/*}*/

.show_game {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
    display: none;
}
.show_game .show_box{
    width: 1000px;
    height: 400px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 4rem;
    padding: 1rem;
}

.show_game .show_box .left{
    padding: 0;
    position: relative;
}
.show_game .show_box .left .pic{
    width: 100%;
    padding: 100% 0 0 0;
    position: relative;
}
.show_game .show_box .left .pic img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.show_game .show_box .left .qr{
    width: 100%;
    padding: 100% 0 0 0;
    position: relative;
}
.show_game .show_box .left .qr img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.show_game .close{
    width:1rem;
    height: 1rem;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    background: url("../images/close.png") center center no-repeat;
    -webkit-background-size: 80% auto;
    background-size: 80% auto;
}
.show_game .show_box .right{
    padding-left: 1rem;
}
.show_game .show_box .right .title{
    color: #3a3b3e;
    font-weight: bold;
    font-size: 24px;
    height: 1.5rem;
    line-height: 1.5rem;
}
.show_game .show_box .right .text{
    font-weight: lighter;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    margin-top: 0.5rem;
}
.show_game .show_box .bottom{
    text-align: center;
    margin-top: 20px;
}
.show_game .show_box .bottom .bottom_pic{
    display: inline-block;
    width: 35%;
    margin:20px 3%;
}
.show_game .show_box .bottom .bottom_pic img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1200px){
    .show_game .show_box{
        width: 800px;
        height: 400px;
        margin-left: -400px;
    }
}
@media screen and (max-width: 900px){
    .show_game .show_box{
        width: 600px;
        height: auto;
        margin-left: -300px;
        top: 4rem;
    }
    /*.business_page .right .title{*/
        /*font-size: 30px;*/
    /*}*/
    .show_game .show_box .right .text{
        height: auto;
    }
}
@media screen and (max-width: 700px){
    .show_game .show_box{
        width: 400px;
        height: auto;

        overflow-y: auto;
        margin-left: -200px;
        top: 4.5rem;
        padding: 0;
    }
    .show_game .xs_panel{
        min-height: 65vh;
        overflow-y: auto;
    }
    .show_game .close{
        width: 30px;
        height: 30px;
        right: 0;
        top: 0;
        background: url("../images/close_w.png") center center no-repeat;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
        opacity: 1;
    }
    .show_game .show_box .right{
        padding: 30px 20px;
    }
    .show_game .show_box .right .title{
        text-align: center;
    }
    .show_game .show_box .right .text{
        height: auto;
    }
}
@media screen and (max-width: 500px){
    .show_game .xs_panel{
        background-color: #fff;
        border-radius: 4px;
    }
    .show_game .show_box{
        background-color: transparent;
        width:80%;
        height: auto;
        left: 50%;
        top: 50%;
        margin: 0;
        transform: translate(-50%,-50%);
        padding: 35px 5px 0 5px;
    }
    .show_game .show_box .right .text{
        height: auto;
    }
}
/*----------------------------------employee_page----------------------------------*/
.employee_page .banner{
    position: relative;
    align-items: center;
    justify-content: center;
    height: 560px;
    /*min-height: 600px;*/
    overflow: hidden;
    background: url(../images/employee_banner.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*中央文字和logo*/
.employee_page .banner .banner_content {
    margin-top: 220px;
}
.employee_page .banner .banner_content .text{
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    padding:0 30px;
    font-weight: lighter;
}
@media screen and (max-width: 1400px){
    .employee_page .banner{
        height: 500px;
        background: url(../images/employee_banner2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .employee_page .banner .banner_content {
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px){
    .employee_page .banner{
        height: 480px;
    }
    .employee_page .banner .banner_content {
        margin-top: 120px;
    }
    .employee_page .banner .banner_content .text{
        font-size: 1rem;
        line-height: 1.5rem;
        padding:0;
    }
}
.employee_page .people_box{
    padding: 1.5rem 0;
    overflow: hidden;
}
/*.employee_page .people_box .box_title{*/
    /*color: #3a3b3e;*/
    /*font-size: 0.9rem;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
    /*font-weight: bold;*/
/*}*/
.employee_page .people_box .box_text{
    font-size: 20px;
    line-height: 30px;
}
.employee_page .people_box .box_body{
    width: 100%;
    padding-top: 33.9%;
    position: relative;
    margin-top: 1rem;
}
.employee_page .people_box .box_body .con{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}

.employee_page .people_box .box_body .box_left{
    height: 100%;
    padding: 0;
}
.employee_page .people_box .box_body .box_left_container{
    height: 100%;
}
.employee_page .people_box .box_body .box_left_container .pic{
    width: 100%;
    height: 100%;
}
.employee_page .people_box .box_body .box_left_container .pic img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px){
    .employee_page .people_box .main_title{
        font-size: 18px;
    }
    .employee_page .people_box .box_text{
        font-size: 15px;
        line-height: 1rem;
    }
    .employee_page .people_box .box_body{
        padding-top: 0;
        margin-top: 0.5rem;
    }
    .employee_page .people_box .box_body .con{
        position: relative;
    }
    .employee_page .people_box .box_body .box_left_container {
        overflow: visible;
    }
    .employee_page .people_box .box_body .box_left_container .pic{
        height:auto;
    }
    .employee_page .people_box .box_body .box_left_container .pic img{
        height: auto;
    }
    .employee_page .people_box .box_body .box_left_container .title{
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        color: #3a3b3e;
        font-weight: bold;
    }
    .employee_page .people_box .box_body .box_left_container .text{
        font-size: 14px;
        line-height: 24px;
        font-weight: lighter;
    }

}
.employee_page .people_box .box_body .box_right{
    height: 100%;
    padding: 0 0 0 1rem;
}
.employee_page .people_box .box_body .box_right_container{
    height: 100%;
}
.employee_page .people_box .box_body .right_title{
    font-size: 0.6rem;
    height: 1.2rem;
    /*line-height: 60px;*/
    color: #3a3b3e;
    font-weight: bold;
}
.employee_page .people_box .box_body .right_text{
    color: #515355;
    font-size: 0.45rem;
    line-height: 0.6rem;
    font-weight: lighter;
    display: none;
}
.employee_page .people_box .box_right_container  .swiper-slide{
cursor: pointer;
}
.employee_page .people_box .box_right_container  .swiper-slide-thumb-active .right_title{
    color: #2146d0;
    font-size:0.75rem;
}
.employee_page .people_box .box_right_container  .swiper-slide-thumb-active .right_text{
    display: block;
}

.employee_page .surrounding_box{
    margin-bottom: 3rem;
    margin-top: 1rem;
    position: relative;
}
.employee_page .surrounding_box .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 2rem;
    background-color: #f5f5f5;
}

.employee_page .surrounding_box .surrounding_left{
    padding: 3rem 0 0 0;
}
.employee_page .surrounding_box .surrounding_left .title{
    color: #3a3b3e;
    font-size: 0.9rem;
    font-weight: bold;
}
.employee_page .surrounding_box .surrounding_right{
    padding: 0 0 2rem 0;
}
.employee_page .surrounding_box .container {
    position: relative;
}
@media screen and (max-width: 768px){
    .employee_page .surrounding_box{
        margin: 0;
        padding: 1rem 0;
    }
    .employee_page .surrounding_box .bg{
        top: 0;
    }
    .employee_page .surrounding_box .surrounding_left{
        padding: 0;
    }
    .employee_page .surrounding_box .surrounding_left .title{
        font-size: 18px;
    }
}
.employee_page .surrounding_box .ctr{
    position: absolute;
    left: 0;
    bottom: 0;
}
.employee_page .surrounding_box .surrounding_ctr_container{
    position: relative;
}
.employee_page .surrounding_box .ctr .ctr_button{
    height: 2rem;
    position: relative;
}
.employee_page .surrounding_box .ctr .swiper-pagination{
    position: relative;
    text-align: left;
    height: 1rem;
    line-height: 1rem;
    bottom: 0;
}
.employee_page .surrounding_box .ctr .swiper-pagination .swiper-pagination-current{
    color: #2146d0;
}
.employee_page .surrounding_box .ctr .swiper-container .arrow{
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.employee_page .surrounding_box .ctr .swiper-container .arrow:after{
    content:"";
}
.employee_page .surrounding_box .ctr .swiper-button-next{
    left: 100px !important ;
    top: 0 !important;
    background: url(../images/arrow_black_right.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.employee_page .surrounding_box .ctr .swiper-button-prev{
    left: 0 !important;
    top: 0 !important;
    background: url(../images/arrow_black_left.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
    .employee_page .surrounding_box .container{
        padding-bottom: 2.5rem;
    }
    .employee_page .surrounding_box .surrounding_right{
        padding-bottom: 0;
    }
    .employee_page .surrounding_box .ctr .ctr_button{
        position: absolute;
        width: 30%;
        right: 0;
        bottom: 0;
    }
    .employee_page .surrounding_box .ctr  .ctr_left_w{
        width: 70%;
        margin-left: 0;
    }
    .employee_page .surrounding_box .ctr .swiper-button-next{
        left: auto !important ;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important ;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
    }
    .employee_page .surrounding_box .ctr .swiper-button-prev{
        top: auto !important;
        bottom: 0 !important ;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
    }
}
.employee_page .surrounding_box .surrounding_ctr_container .swiper-wrapper{
    height: 0.6rem;
}
.employee_page .surrounding_box .surrounding_ctr_container .swiper-slide{
    padding: 0.2rem 0;
}
.employee_page .surrounding_box .surrounding_ctr_container .swiper-slide .item{
    height: 2px;
    background-color: #dcdcdc;
}
.employee_page .surrounding_box .surrounding_ctr_container .swiper-slide.swiper-slide-thumb-active .item{

    background-color: #2146d0;
}
.employee_page .surrounding_box .surrounding_show_container{
    position: relative;
}
.employee_page .surrounding_box .surrounding_show_container .pic{
    width: 100%;
}
.employee_page .surrounding_box .surrounding_show_container .pic img{
    width: 100%;
}
@media screen and (max-width: 768px){
    .employee_page .surrounding_box .surrounding_show_container{
        margin-top: 1rem;
    }
}
.employee_page .activity_box{
    padding: 1rem 0 2rem 0;
}
.employee_page .activity_box .main_title{
    color: #3a3b3e;
    font-size: 0.9rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}
.employee_page .activity_box .box_text{
    font-size: 20px;
    line-height: 30px;
}
.employee_page .activity_box .box_body{
    margin-top: 1rem;
}

@media screen and (max-width: 768px){
    .employee_page .activity_box .main_title{
        font-size: 18px;
    }
    .employee_page .activity_box .box_text{
        font-size: 15px;
        line-height: 1rem;
    }
    .employee_page .activity_box .box_body{
        margin-top: 0;
    }
}
.employee_page .activity_box .box_body .item{
    padding: 0;
    margin: 0;
}
.employee_page .activity_box .box_body .item .con{
    width: 100%;
    padding-top: 60%;
    position: relative;
    overflow: hidden;

}
.employee_page .activity_box .box_body .item .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
}
.employee_page .activity_box .box_body .item .pic img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.employee_page .activity_box .box_body .item .title{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2rem;
    line-height: 1.5rem;
    text-indent: 1rem;
    font-size: 30px;
    color: #ffffff;
    transition: top 0.3s;
    z-index: 4;
    margin-top: -2rem;
    font-weight: bold;
}

.employee_page .activity_box .box_body .item .box_mask{
    opacity: 1;
    transition: all 0.3s;
    cursor: inherit;
    background: none;
}
.employee_page .activity_box .box_body .item1 .box_mask{
    background: rgba(155,38,182,0.4);
}
.employee_page .activity_box .box_body .item2 .box_mask{
    background: rgba(0,82,217,0.4);
}
.employee_page .activity_box .box_body .item3 .box_mask{
    background: rgba(121,192,0,0.4);
}
.employee_page .activity_box .box_body .item4 .box_mask{
    background: rgba(0, 169, 206, 0.4);
}

.employee_page .activity_box .box_body .item .show_text{
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    overflow: hidden;
    color: #fff;
    z-index: 3;
}
.employee_page .activity_box .box_body .item1 .show_text{
    background: rgba(155,38,182,1);
}
.employee_page .activity_box .box_body .item2 .show_text{
    background: rgba(0,82,217,1);
}
.employee_page .activity_box .box_body .item3 .show_text{
    background: rgba(121,192,0,1);
}
.employee_page .activity_box .box_body .item4 .show_text{
    background: rgba(0, 169, 206, 1);
}
.employee_page .activity_box .box_body .item .text{
    padding: 0 40px;
    margin-top: 3rem;
    font-size: 16px ;
    line-height: 24px;
}
@media screen and (min-width: 768px){
    .employee_page .activity_box .box_body .item :hover .show_text{
        height: 100%;
    }
    .employee_page .activity_box .box_body .item:hover .title{
        top: 0;
        margin-top: 1rem;
    }
}
@media screen and (max-width: 768px){
    .employee_page .activity_box .box_body .item .con{
        width: 100%;
        padding-top:0;
        position: relative;
        overflow: hidden;

    }
    .employee_page .activity_box .box_body .item .pic{
        position: relative;
        height: auto;
    }
    .employee_page .activity_box .box_body .item .title{
        position: relative;
        color: #3a3b3e;
        text-indent: 0;
        font-size: 15px;
        line-height: 0.8rem;
        height: 0.8rem;
        font-weight: bold;
        margin-top: 10px;
    }
    .employee_page .activity_box .box_body .item {
        margin-top: 0.5rem;
    }
    .employee_page .activity_box .box_body .item .show_text{
        height: auto;
        background: none;
        position: relative;
        color:#515355
    }
    .employee_page .activity_box .box_body .item .text{
        font-size: 15px;
        line-height: 1rem;
        margin-top: 5px;
        padding: 0;
        font-weight: lighter;

    }
}
.employee_page .join_box{
    padding: 1.5rem 0;
    background: url(../images/join_bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.employee_page .join_box .main_title{
    font-weight: bold;
    color: #ffffff;
}
.employee_page .join_box .main_text{
    margin-top:100px ;
    font-weight: normal;
}
.employee_page .join_box .main_text a{
    color: #ffffff;
    font-size: 24px;
    line-height: 1rem;

}
.employee_page .join_box .main_text img{
    height:1rem;
    width: auto;
    margin-left: 0.25rem;
}
@media screen and (max-width: 768px){
    .employee_page .join_box {
        padding:1.5rem 1rem;
    }
    .employee_page .join_box .text{
        margin-top:1rem ;
    }
}

/*----------------------------------duty_page----------------------------------*/
.duty_page .banner{
    position: relative;
    align-items: center;
    justify-content: center;
    height: 560px;
    /*min-height: 600px;*/
    overflow: hidden;
    background: url(../images/duty_banner.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*中央文字和logo*/
.duty_page .banner .banner_content {
    margin-top: 220px;
}
.duty_page .banner .banner_content .text{
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    padding:0 30px;
    font-weight: lighter;
}
@media screen and (max-width: 1400px){
    .duty_page .banner{
        height: 500px;
        background: url(../images/duty_banner2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .duty_page .banner .banner_content {
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px){
    .duty_page .banner{
        height: 480px;
    }
    .duty_page .banner .banner_content {
        margin-top: 120px;
    }
    .duty_page .banner .banner_content .text{
        font-size: 1rem;
        line-height: 1.5rem;
        padding:0;
    }
}
.duty_page .duty_box {
    padding: 1rem 0 0.5rem 0;
}
/*.duty_page .duty_box .box_title{*/
    /*color: #3a3b3e;*/
    /*font-size: 36px;*/
    /*height: 1.5rem;*/
    /*line-height: 1.5rem;*/
    /*font-weight: bold;*/
/*}*/
.duty_page .duty_box .box_body{
    margin: 0.75rem -15px 0 -15px;
}
.duty_page .duty_box .box_body .item{
 cursor: pointer;
}
.duty_page .duty_box .box_body .item .pic{
    width: 100%;
    padding-top: 68.3%;
    position: relative;
}
.duty_page .duty_box .box_body .item .pic img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.duty_page .duty_box .box_body .item .title{
    color: #3a3b3e;
    font-size: 24px;
    height: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}
.duty_page .duty_box .box_body .item .text{
    font-size:18px;
    line-height: 28px;
    font-weight: lighter;
    color: #515355;
}
@media screen and (max-width: 1200px){
    .duty_page .duty_box .box_body .item .text{
        font-size:16px;
        line-height: 24px;
    }
}
@media screen and (max-width: 768px){
    .duty_page .duty_box .main_title{
        font-size:18px;
    }
    .duty_page .duty_box .box_body {
        margin-top: 0;
    }
    .duty_page .duty_box .box_body .item{
        margin-top: 0.5rem;
    }
    .duty_page .duty_box .box_body .item .title{
        font-size: 15px;
        margin-top: 10px;
    }
    .duty_page .duty_box .box_body .item .text{
        font-size: 15px;
        line-height: 1rem;
    }
}
.duty_page .footer {
    margin-top: 3rem;
}
/*----------------------------------media_page----------------------------------*/
.media_page .banner{
    position: relative;
    align-items: center;
    justify-content: center;
    height: 560px;
    /*min-height: 600px;*/
    overflow: hidden;
    background: url(../images/media_banner.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*中央文字和logo*/
.media_page .banner .banner_content {
    margin-top: 220px;
}
.media_page .banner .banner_content .text{
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    padding:0 30px;
    font-weight: lighter;
}
@media screen and (max-width: 1400px){
    .media_page .banner{
        height: 500px;
        background: url(../images/media_banner2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .media_page .banner .banner_content {
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px){
    .media_page .banner{
        height: 480px;
    }
    .media_page .banner .banner_content {
        margin-top: 120px;
    }
    .media_page .banner .banner_content .text{
        font-size: 1rem;
        line-height: 1.5rem;
        padding:0;
    }
}
.media_page .slider_box{
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding-bottom: 1rem;
    position: relative;
    overflow: hidden;
}
.media_page .slider_box .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 2rem;
    background-color: #f5f5f5;
}

.media_page .slider_box .slider_left{
    padding-right: 1rem;

}
.media_page .slider_box .slider_right{
    padding: 3rem 0 0 0;
}
.media_page .slider_box .slider_right .title{
    font-size:30px;
    line-height: 40px;
    height: 80px;
    margin-bottom: 35px;
    font-weight: bold;
    color: #3a3b3e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.media_page .slider_box .slider_right .text{
    font-size: 20px;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.media_page .slider_box .slider_right .more{
    font-size: 0.5rem;
    line-height: 1rem;
    margin-top: 1rem;
}
.media_page .slider_box .slider_right .more a{
    padding-right: 18px;
    background: url(../images/tri_g.png) right center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
    font-weight: bold;
}
.media_page .slider_box .slider_right .more a:hover{
    color: #2146d0;
    background: url(../images/tri_b.png) right center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
@media screen and (max-width: 768px){
    .media_page .slider_box .slider_right .more a{
        padding-right: 15px;
        background: url(../images/tri_g.png) right center no-repeat;
        -webkit-background-size: auto 10px;
        background-size: auto 10px;
        font-weight: bold;
    }
    .media_page .slider_box .slider_right .more a:hover{
        color: #2146d0;
        background: url(../images/tri_b.png) right center no-repeat;
        -webkit-background-size: auto 10px;
        background-size: auto 10px;
    }
}
.media_page .slider_box .container {
    position: relative;
}

.media_page .slider_box .slider_box_bottom{
    height: 2.5rem;
    margin-top: 0.5rem;
    padding: 0;
}
.media_page .slider_box .ctr{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
}
.media_page .slider_box .ctr .ctr_pagination{
    padding: 0;
}
@media screen and (max-width: 1400px){
    .media_page .slider_box .slider_right .more{
        margin-top: 2rem;
    }
}
@media screen and (max-width: 1200px){
    .media_page .slider_box .bg{
        top: 1rem;
    }
    .media_page .slider_box .slider_right{
        padding-top: 2rem;
    }
    .media_page .slider_box .slider_right .more{
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 992px){
    .media_page .slider_box{
        margin: 0;
        padding: 2rem 0;
    }
    .media_page .slider_box .bg{
        top: 0;
    }
    .media_page .slider_box .slider_left{
        padding: 0;
    }
    .media_page .slider_box .slider_right{
        padding:0;
    }
    .media_page .slider_box .slider_right .title{
        margin-top: 0.5rem;
        font-size: 20px;
        height: 60px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .media_page .slider_box .slider_right .text{
        margin-top: 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
    }
    .media_page .slider_box .ctr{
        position: relative;
        top: auto;
        left: auto;
        right: 15px;
        bottom: auto;
    }
}

.media_page .slider_box .ctr .slider_ctr_container{
    position: relative;
    height: 2rem;
    width: 100%;
}
.media_page .slider_box .ctr .ctr_button{
    height: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
}
.media_page .slider_box .ctr .swiper-pagination{
    position: absolute;
    top: 0.5rem;
    left: 0;
    text-align: left;
    height: 1rem;
}
.media_page .slider_box .ctr .swiper-pagination .swiper-pagination-bullet{
border-radius: 0;
    width: 20px;
    height: 20px;
    border: 6px solid #f5f5f5;
    outline: none;
}

.media_page .slider_box .ctr .swiper-container .arrow{
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.media_page .slider_box .ctr .swiper-container .arrow:after{
    content:"";
}
.media_page .slider_box .ctr .swiper-button-next{
    right: 0!important ;
    top: 0 !important;
    background: url(../images/arrow_black_right.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.media_page .slider_box .ctr .swiper-button-prev{
    right: 50px !important;
    top: 0 !important;
    background: url(../images/arrow_black_left.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
    .media_page .slider_box{
        margin: 0;
        padding: 2rem 0 0 0;
    }
    .media_page .slider_box .container{
        padding-bottom: 1.5rem;
    }
    .media_page .slider_box .slider_right .title{
        font-size: 18px;
        line-height: 26px;
        height: 52px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .media_page .slider_box .slider_right .text{
        font-size: 15px;
        line-height: 1rem;
    }
    .media_page .slider_box .slider_right .more{
        margin-top:0;
        line-height: 1rem;
        padding-top: 2rem;
    }
    .media_page .slider_box .slider_box_bottom{
        width: 50%;
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: 0.5rem;
    }
    .media_page .slider_box .ctr .swiper-pagination{
        margin-top: 0;
    }
    /*.media_page .slider_box .ctr .swiper-button-next{*/
        /*left: auto !important ;*/
        /*right: 15px !important;*/
    /*}*/
    /*.media_page .slider_box .ctr .swiper-button-prev{*/
        /*left: 0 !important;*/
    /*}*/
}
.media_page .slider_box .slider_ctr_container .swiper-wrapper{
    /*height: 1rem;*/
}
.media_page .slider_box .slider_ctr_container .swiper-slide{
    padding: 0.5rem 0;
}
.media_page .slider_box .slider_ctr_container .swiper-slide .item{
    height: 2px;
    background-color: #dcdcdc;
}
.media_page .slider_box .slider_ctr_container .swiper-slide.swiper-slide-thumb-active .item{

    background-color: #2146d0;
}
.media_page .slider_box .slider_show_container{
    position: relative;
}
.media_page .slider_box .slider_show_container .pic{
    width: 100%;
    position:relative;
    padding-top:53%;
}
.media_page .slider_box .slider_show_container .pic img{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
}
.media_page .news_box {
    padding: 1rem 0;
}
/*.media_page .news_box .box_title{*/
    /*color: #3a3b3e;*/
    /*font-size: 0.9rem;*/
    /*line-height: 1.5rem;*/
    /*font-weight: bold;*/
/*}*/
.media_page .news_box .box_body{
    margin: 0 -15px;
}
@media screen and (max-width: 768px){
    .media_page .news_box {
        padding-top: 1.25rem;
    }
    .media_page .news_box .box_body{
        font-size: 18px;
    }
}
.media_page .news_box .item .pic{
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    height: auto;
    margin-top: 1rem;
    position: relative;
}
.media_page .news_box .item .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}
.media_page .news_box .item .title{
    color: #3a3b3e;
    font-size: 26px;
    line-height:1.5rem;
    height: 1.5rem;
    font-weight: bold;
    margin-top: 0.5rem;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.media_page .news_box .item .text{
    font-size: 20px;
    line-height: 32px;
    height: 64px;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #484848;

}
.media_page .news_box .item .time{
    font-size: 0.45rem;
    line-height: 1rem;
    margin-top: 0.5rem;
    color: #484848;
}
.media_page .news_box .box_bottom{
    padding: 1rem 0;

}
.media_page .news_box .box_bottom .more{
    width: 5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.6rem;
    margin: auto;
    background-color: #3554af;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.media_page .news_box .box_bottom .more:active{
    background-color: #2e4897;
}
@media screen and (max-width: 768px){
    .media_page .news_box .item .pic{
        margin-top: 0.75rem;
    }
    .media_page .news_box .item .title{
        font-size: 15px;
        margin-top: 0;
    }
    .media_page .news_box .item .text{
        font-size: 15px;
        height: 2rem;
        line-height: 1rem;
        margin-top: 0;
    }
    .media_page .news_box .item .time{
        font-size: 12px;
        margin-top: 7px;
    }
    .media_page .news_box .box_bottom .more{
        /*width: 180px;*/
        /*height: 50px;*/
        /*line-height: 50px;*/
        /*font-size: 24px;*/
        /*margin: auto;*/
        /*background-color: #3554af;*/
        /*color: #fff;*/
        /*text-align: center;*/
        /*cursor: pointer;*/
    }
}
/*----------------------------------job_page----------------------------------*/
.job_page .header{
    background: #fff;
}
.job_page .header .logo{
    background-image: url(../images/logo_hover.png);
}
.job_page .header .nav_item .txt{
    color: #2b2e2e;
}
.job_page .header .nav_item_lan .lan_item{
    background-color: rgba(43,43,43,0.1);
    color: #2b2b2b;
    border-radius:4px ;
}
.job_page .header .nav_item .txt{
    color: #2b2b2b;
}
.job_page .head_container{
    height: 2.5rem;
}
.job_page .search_box{
    margin-top: 0.5rem;
}


@media screen and (min-width: 992px){
    .job_page .search_box .container{
        max-width: 1000px;
        padding: 0;
    }
    .job_page .job_box .container{
        max-width: 1000px;
        padding: 0;
    }
}
.job_page .search_box .search_container{
    border:1px solid #5e7df5;
    height: 48px;
    width: 100%;
    background-color: #5e7df5;
}
.job_page .search_box .search_container .search_left{
    padding: 0;
    margin: 0;
}

.job_page .search_box .search_container .search_input{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    outline: none;
    text-indent: 0.5rem;
    font-size: 16px;
    background-color: #fff;
}
.job_page .search_box .search_container .search_right{
    padding: 0;
    margin: 0;
    background-color: #5e7df5;
}
.job_page .search_box .search_container .button_submit{
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #5e7df5;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.job_page .search_box .search_container .button_submit img{
    width: 22px;
    height: 22px;
    margin: 13px 8px 13px auto;
}
@media screen and (max-width: 992px){
    .job_page .search_box .search_container .button_submit img{
        margin: 13px 5px 13px auto;
    }
}
@media screen and (max-width: 768px){
    .job_page .search_box .search_container .button_submit img{
        margin: 13px 2px 13px auto;
    }
}

.job_page .job_box{
    margin-top: 1rem;
}
.job_page .job_box .box_head .head_list{
    padding-left: 100px;
    position: relative;
    margin-top: 0.25rem;
}
.job_page .job_box .box_head .title{
    width: 100px;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 5px;
    color: #3a3b3e;
}
.job_page .job_box .box_head .tag_container{
    padding: 0;
}
.job_page .job_box .box_head .tag a{
    display: block;

    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    font-size: 18px;
    border-radius: 15px;
    color: #3a3b3e;
    margin: 5px 10px;
}
.job_page .job_box .box_head .tag.on a{
    background-color: #dbe4f8;
    color: #5373ef;
}
@media screen and (max-width: 768px){
    .job_page .job_box .box_head .head_list{
        padding-left: 0;
    }
    .job_page .job_box .box_head .title{
        width: 100%;
        font-size: 0.45rem;
        position: relative;
        top: 0;
    }
    .job_page .job_box .box_head .tag a{
        float: left;
        height: 35px;
        line-height: 35px;
        padding: 0;
        font-size: 14px;
        border-radius: 18px;
        margin: 5px 1.5%;
        width:30%;
        text-align: center;
        background-color: #f5f5f5;
    }
}
.job_page .job_box .box_body .tab{
    width: 100%;
    color: #3a3b3e;
    margin-top: 0.5rem;
    font-size: 16px;
}

.job_page .job_box .box_body .tab .tab_row:nth-child(odd){
    background-color: #f9f9f9;
}
.job_page .job_box .box_body .tab .tab_row.tab_title{
    background-color: #f3f3f3;
    font-weight: bold;
}
.job_page .job_box .box_body .tab .tab_row:hover{
    background-color: #f3f3f3;
}
.job_page .job_box .box_body .tab .item{
    float: left;
    line-height: 50px;
    text-indent: 0.5rem;
    font-size: 16px;

}
.job_page .job_box .box_body .tab .name{
    width: 50%;

}
.job_page .job_box .box_body .tab .type{
    width: 15%;
}
.job_page .job_box .box_body .tab .region{
    width: 15%;
}
.job_page .job_box .box_body .tab .time{
    width: 20%;
}
@media screen and (max-width: 768px){
    .job_page .job_box .box_body .tab .tab_row{
        /*padding:0.5rem 15px 1.5rem 15px;*/
        padding:0.5rem 15px;
        margin: 5px -15px;
        position: relative;
        background-color: #f3f3f3;

    }
    .job_page .job_box .box_body .tab .item{
        text-indent: 0;
        float: inherit;
    }
    .job_page .job_box .box_body .tab .name{
        width: 70%;
        height: 1.5rem;
        line-height: 1.5rem;
        overflow: hidden; /*超出部分隐藏*/
        white-space: nowrap; /*不换行*/
        text-overflow: ellipsis; /*超出部分文字以...显示*/
    }
    .job_page .job_box .box_body .tab .time{
        width: 30%;
        font-size: 12px;
        position: absolute;
        top: 0.5rem;
        right: 15px;
        text-align: right;
        height: 1.5rem;
        line-height: 1.5rem;
    }
    .job_page .job_box .box_body .tab .type{
        width: auto;
        float: left;
        height: auto;
        line-height: normal;
        background-color: #ececec;
        padding: 4px 8px;
        margin-right: 5px;
        font-size: 12px;
    }
    .job_page .job_box .box_body .tab .region{
        width: auto;
        float: left;
        height: auto;
        line-height: normal;
        background-color: #ececec;
        padding: 4px 8px;
        margin-right: 5px;
        font-size: 12px;
    }
}
.job_page .job_box .box_body .pages{
    max-width: 500px;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin: 1rem auto;
}
.job_page .job_box .box_body .pages .item{
    margin: 5px;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background-color: #f4f4f5;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.job_page .job_box .box_body .pages .item.left{
    background: #f4f4f5 url("../images/left.png") center center no-repeat;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
}
.job_page .job_box .box_body .pages .item.right{
    background: #f4f4f5 url("../images/right.png") center center no-repeat;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
}
.job_page .job_box .box_body .pages .item.on{
    background-color: transparent;
}
.job_page .job_box .box_body .pages .item.click:active{
    background-color: transparent;
}

.job_page .job_box .box_body .pages .item a{
    display: block;
    width: 100%;
    height: 100%;
}

/*----------------------------------job_detail_page----------------------------------*/
.job_detail_page .header{
    background: #fff;
}
.job_detail_page .header .logo{
    background-image: url(../images/logo_hover.png);
}
.job_detail_page .header .nav_item .txt{
    color: #2b2e2e;
}
.job_detail_page .header .nav_item_lan .lan_item{
    background-color: rgba(43,43,43,0.1);
    color: #2b2b2b;
    border-radius:4px ;
}
.job_detail_page .header .nav_item .txt{
    color: #2b2b2b;
}

.job_detail_page .head_container{
    height: 2.5rem;
}
.job_detail_page .search_box{
    margin-top: 0.5rem;
}
@media screen and (min-width: 992px){
    .job_detail_page .search_box .container{
        max-width: 1000px;
        padding: 0;
    }
    .job_detail_page .job_box .container{
        max-width: 1000px;
        padding: 0;
    }
}
.job_detail_page .search_box .search_container{
    border:1px solid #5e7df5;
    height: 48px;
    width: 100%;
    background-color: #5e7df5;
}
.job_detail_page .search_box .search_container .search_left{
    padding: 0;
    margin: 0;
}

.job_detail_page .search_box .search_container .search_input{
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    outline: none;
    text-indent: 0.5rem;
    font-size: 16px;
    background-color: #fff;
}
.job_detail_page .search_box .search_container .search_right{
    padding: 0;
    margin: 0;
    background-color: #5e7df5;
}
.job_detail_page .search_box .search_container .button_submit{
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #5e7df5;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.job_detail_page .search_box .search_container .button_submit img{
    width: 22px;
    height: 22px;
    margin: 13px 8px 13px auto;
}
@media screen and (max-width: 992px){
    .job_detail_page .search_box .search_container .button_submit img{
        margin: 13px 5px 13px auto;
    }
}
@media screen and (max-width: 768px){
    .job_detail_page .search_box .search_container .button_submit img{
        margin: 13px 2px 13px auto;
    }
}
.job_detail_page .job_box  {
    padding: 1rem 0;
    font-weight: lighter;
}
.job_detail_page .job_box .box_head {
    padding: 0.5rem  0 0.8rem 0;
    border-bottom:1px solid #eeeeee ;
}
.job_detail_page .job_box .box_head .title{
    color: #3a3b3e;
    font-size: 24px;
    line-height: 1rem;
    font-weight: normal;
}
.job_detail_page .job_box .box_head .other{
    font-size: 16px;
    line-height: 20px;
}
.job_detail_page .job_box .box_item{
    margin-top: 1rem;
}
.job_detail_page .job_box .box_item .title{
    font-size: 20px;
    line-height: 1.25rem;
    color: #3a3b3e;
    font-weight: normal;
}
.job_detail_page .job_box .box_item .text{
    font-size: 16px;
    line-height:0.6rem;
}
.job_detail_page .job_box .box_item .text p{
    margin: 0.25rem 0 0 0;
}
.job_detail_page .job_box .job_contact .text p{
    color: #3554af;
    font-weight: normal;
}
@media screen and (max-width: 768px){
    .job_detail_page .job_box{
        padding-bottom: 3rem;
    }
    .job_detail_page .job_box .box_head {
        padding-bottom: 0.5rem;
    }
    .job_detail_page .job_box .box_head .title{
        font-size: 18px;
        font-weight: bold;
    }
    .job_detail_page .job_box .box_head .other{
        font-size: 12px;
    }
    .job_detail_page .job_box .box_item{
        margin-top: 0.5rem;
    }
    .job_detail_page .job_box .box_item .title{
        font-size: 15px;
        font-weight: bold;
    }
    .job_detail_page .job_box .box_item .text{
        font-size: 14px;
        line-height: 0.8rem;
    }
}
/*----------------------------------media_info_page----------------------------------*/
.media_info_page .header{
    background: #fff;
}
.media_info_page .header .logo{
    background-image: url(../images/logo_hover.png);
}
.media_info_page .header .nav_item .txt{
    color: #2b2e2e;
}
.media_info_page .header .nav_item_lan .lan_item{
    background-color: rgba(43,43,43,0.1);
    color: #2b2b2b;
    border-radius:4px ;
}
.media_info_page .header .nav_item .txt{
    color: #2b2b2b;
}
.media_info_page .head_container{
    height: 2.5rem;
}
.media_info_page .media_info{
    position: relative;
}
@media screen and (min-width: 992px){
    .media_info_page .media_info.container{
        max-width: 1000px;
        padding: 0;
    }
}
.media_info_page .head_container{
    height: 2.5rem;
}
.media_info_page .top_box .title{
    color: #3a3b3e;
    font-size: 44px;
    line-height: 60px;
    margin: 1rem 0;
    font-weight: bold;
}
.media_info_page .top_box .time{
    color: #3a3b3e;
    font-size: 20px;
    line-height: 2rem;
}

.media_info_page .center_box{
    color: #000;
    font-size: 22px;
    line-height: 36px;
    font-weight: lighter;
    margin-top: 1rem;
}
.media_info_page .center_box img{
max-width: 100%;
    display: block;
    margin: 0.5rem auto;
}

.media_info_page .bottom_box{
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    text-align: center;
}
.media_info_page .bottom_box .con{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.media_info_page .bottom_box .circle{
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    border-radius: 50%;
}
.media_info_page .bottom_box .left .circle{
    background: #f6f7f8 url("../images/left.png") center center no-repeat;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
}
.media_info_page .bottom_box .right .circle{
    background: #f6f7f8 url("../images/right.png") center center no-repeat;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
}
.media_info_page .bottom_box .change_button{
    height: 1.5rem;
    line-height:1.5rem;
    width: 2rem;
    float: left;
    margin: 0 10px;
    text-align: left;
    font-size: 18px;
}
.media_info_page .bottom_box .right .change_button{
    text-align: right;
}
@media screen and (max-width: 768px){
    .media_info_page .top_box .title{
        font-size: 22px;
        line-height: 30px;
        margin: 0.5rem 0;
    }
    .media_info_page .top_box .time{
        font-size: 12px;
        line-height: 12px;
    }
    .media_info_page .center_box{
        color: #000;
        font-size: 15px;
        line-height: 1rem;
        font-weight: lighter;
        margin-top: 1rem;
    }
    .media_info_page .bottom_box{
        margin-top: 1.5rem;
        margin-bottom: 2rem;
        text-align: center;
    }
    .media_info_page .bottom_box .change_button{
        font-size: 12px;
    }
}
.media_info_page .share_box{
    position: relative;
    width: 100%;
}
.media_info_page .share_box ul{
    position: fixed;
    top: 5rem;
    right: 20px;
}
@media screen and (min-width: 1200px){
    .media_info_page .share_box ul{
        right: auto;
        left: 50%;
        margin-left: 520px;
    }
}
.media_info_page .share_box li{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
}
.media_info_page .share_box li a{
    display: block;
    width: 100%;
    height: 100%;
}
.media_info_page .share_box li.qzone a{
    background: url(../images/qzone.png) center center no-repeat;
    -webkit-background-size: 60% auto;
    background-size: 60% auto;
}
.media_info_page .share_box li.weibo a{
    background: url(../images/wb.png) center center no-repeat;
    -webkit-background-size: 60% auto;
    background-size: 60% auto;
}
/*----------------------------------bobe_page----------------------------------*/
.bobe_page {
    color: #101010;
}
.bobe_page .animate_up{
    margin-top: 20px;
    opacity: 0;
}
.bobe_page .animate_text{
    margin-top: 20px;
    opacity: 0;
}
.bobe_page .animate_show{
    opacity: 0;
}
.bobe_page .banner{
    position: relative;
    align-items: center;
    justify-content: center;
    height: 940px;
    /*min-height: 600px;*/
    overflow: hidden;
    background:#101010 url(../images/bobe_banner.jpg) center bottom no-repeat;
    -webkit-background-size: auto 600px;
    background-size:  auto 600px;
}
/*中央文字和logo*/
.bobe_page .banner .banner_content {
    padding-top: 140px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.bobe_page .banner .banner_content .title{
    font-size: 72px;
}
.bobe_page .banner .banner_content .text{
    width: 100%;
    font-size: 30px;
    margin-top: 23px;

}
@media screen and (max-width: 1400px){
    .bobe_page .banner{
        height: 800px;
        background:#101010 url(../images/bobe_banner.jpg) center bottom no-repeat;
        -webkit-background-size: auto 550px;
        background-size:  auto 550px;
    }
    .bobe_page .banner .banner_content {
        padding-top: 120px;
    }
    .bobe_page .banner .banner_content .title{
        font-size: 60px;
    }
    .bobe_page .banner .banner_content .text{
        width: 100%;
        font-size: 24px;
        margin-top: 18px;
    }
}
@media screen and (max-width: 992px){
    .bobe_page .banner{
        height: 600px;
        background:#101010 url(../images/bobe_banner.jpg) center bottom no-repeat;
        -webkit-background-size: auto 400px;
        background-size:  auto 400px;
    }
    .bobe_page .banner .banner_content {
        padding-top: 110px;
    }
    .bobe_page .banner .banner_content .title{
        font-size: 40px;
    }
    .bobe_page .banner .banner_content .text{
        width: 100%;
        font-size: 24px;
        margin-top: 18px;
    }
}
@media screen and (max-width: 768px){
    .bobe_page .banner{
        height: 580px;
        background:#101010 url(../images/bobe_banner.jpg) center bottom no-repeat;
        -webkit-background-size: auto 300px;
        background-size:  auto 300px;
    }
    .bobe_page .banner .banner_content {
        padding-top: 100px;
    }
    .bobe_page .banner .banner_content .title{
        font-size: 36px;
        line-height: 45px;
    }
    .bobe_page .banner .banner_content .title span{
        display: block;
    }
    .bobe_page .banner .banner_content .text{
        font-size: 15px;
        margin-top: 15px;
    }
}
.bobe_page .box .box_title{
    font-weight: bold;
    font-size: 60px;
    text-align: center;
}
@media screen and (max-width: 1800px){
    .bobe_page .box .box_title{
        font-size: 55px;
    }
}
@media screen and (max-width: 1400px){
    .bobe_page .box .box_title{
        font-size: 50px;
    }
}
@media screen and (max-width: 1200px){
    .bobe_page .box .box_title{
        font-size: 42px;
    }
}
@media screen and (max-width: 992px){
    .bobe_page .box .box_title{
        font-size: 36px;
    }
}
@media screen and (max-width: 768px){
    .bobe_page .box .box_title{
        font-size: 30px;
    }
}
.bobe_page .box1{
    padding: 2.25rem 0 2.5rem 0 ;
    text-align: center;
}
.bobe_page .box1 .box_title{
    font-size: 72px;
}
.bobe_page .box1 .box_title2{
    font-size: 30px;
    margin-top: 0.5rem;
}
.bobe_page .box1 .box_title2{
    font-size: 30px;
    margin-top: 20px;
    font-weight: bold;
}
.bobe_page .box1 .text{
    margin-top: 40px;
    font-size: 24px;
    line-height: 36px;
    color: #303030;
}
@media screen and (max-width: 992px){
    .bobe_page .box1 .box_title{
        font-size: 50px;
        line-height: 55px;
    }
    .bobe_page .box1 .box_title2{
        font-size: 24px;
    }
    .bobe_page .box1 .text{
        font-size: 18px;
        line-height: 30px;
    }
}
@media screen and (max-width: 768px){
    .bobe_page .box1 .box_title{
        font-size: 36px;
        line-height: 45px;
    }
    .bobe_page .box1 .box_title2{
        font-size: 15px;
        margin-top: 15px;
    }
      .bobe_page .box1 .text{
        font-size: 12px;
          line-height: 18px;
    }
}
.bobe_page .box2{
    background: #f3f3f3 url("../images/bobe/bobe_bg1.jpg") center bottom no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 720px;
    position: relative;
}
.bobe_page .box2 .bg_text{
    background: #f3f3f3 url("../images/bobe/bobe_bg1_text.png") center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 380px;
    height: 130px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -82px;
    margin-top: 50px;
    z-index: 3;
}
.bobe_page .box2 .right{
    text-align: center;
}
.bobe_page .box2 .right .box_title{
    padding-top:260px;
}
.bobe_page .box2 .right .text{
    font-size: 48px;
    margin-top: 28px;
}
@media screen and (max-width: 1450px){
    .bobe_page .box2 .right .text{
        font-size: 36px;
    }
}
@media screen and (max-width: 1200px){
    .bobe_page .box2 .right .text{
        font-size: 32px;
    }
}
@media screen and (max-width: 992px){
    .bobe_page .box2 .right .text{
        font-size: 24px;
    }
    .bobe_page .box2 .bg_text{
        width: 300px;
        height: 102px;
        top: 85px;
    }
}
@media screen and (max-width: 768px){
    .bobe_page .box2{
        background: #f3f3f3 url("../images/bobe/bobe_bg1.jpg") center bottom no-repeat;
        -webkit-background-size: auto 250px;
        background-size: auto 250px;
        height: 400px;
    }
    .bobe_page .box2 .bg_text{
        width: 200px;
        height: 68px;
        top: 100px;
    }
    .bobe_page .box2 .right .box_title{
        padding-top:40px;
    }
    .bobe_page .box2 .right .text{
        font-size: 12px;
    }
}
.bobe_page .box3  {
    padding: 80px 0;
}
.bobe_page .box3 .grid{
    width: 100%;
    max-width: 930px;
    text-align: center;
    margin-top: 1rem;
}
.bobe_page .box3 .grid{
    width: 100%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.bobe_page .box3 .grid .item{
    padding:0;
    margin-top: 40px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bobe_page .box3 .grid .con{
    text-align: center;
    /*margin-top: 20px;*/
    /*opacity: 0;*/
}
.bobe_page .box3 .grid .con .pic{
    width: 60px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.bobe_page .box3 .grid .con .pic img{
    width: 100%;
    height: auto;
}
.bobe_page .box3 .grid .con p{
    font-size: 20px;
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.3rem;
}
@media screen and (max-width: 768px){
    .bobe_page .box3{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .bobe_page .box3 .grid .item{
        padding:0;
        margin-top: 20px;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .bobe_page .box3 .grid .con p{
        font-size: 10px;
        height: 30px;
        line-height: 15px;
        margin-top: 10px;
    }
}
.bobe_page .box4{
    padding: 90px 0;
    background: #101010  ;
    color: #fff;
    text-align: center;
}
.bobe_page .box4 .container{
    height: 900px;
    background:url("../images/bobe/bobe_bg2.jpg") center bottom no-repeat ;
    -webkit-background-size: auto 600px;
    background-size: auto 600px;
}
.bobe_page .box4 .text{
    font-size: 24px ;
    line-height: 36px;
    margin-top: 30px;
}
@media screen and (max-width: 768px){
    .bobe_page .box4{
        padding: 40px 0;
        background: #101010  ;
        color: #fff;
        text-align: center;
    }
    .bobe_page .box4 .container{
        height: 450px;
        background:url("../images/bobe/bobe_bg2.jpg") center bottom no-repeat ;
        -webkit-background-size: 300px auto;
        background-size: 300px auto;
    }
    .bobe_page .box4 .text{
        font-size: 12px ;
        line-height: 18px;
        margin-top: 20px;
    }
}
.bobe_page .box5{
    padding-top: 80px;
    padding-bottom: 110px;
    text-align: center;
}
.bobe_page .box5 .box_text{
    color: #303030;
    font-size: 24px;
    line-height: 36px;
    margin-top: 40px;
}
.bobe_page .box5 .box_body{
    margin: 10px -15px 0 -15px;
}
.bobe_page .box5 .item{
    padding:0 7px;
}
.bobe_page .box5 .box_body .con{
    margin: 15px 0;
    padding-top: 50px;
    background-color: #f6f6f6;
}
.bobe_page .box5 .box_body .con .bg{
    width: 100%;
    padding-top: 65.2%;
    margin-top: 50px;
}
.bobe_page .box5 .box_body .con1 .bg{
    background: url(../images/bobe/bobe_tec1.jpg) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.bobe_page .box5 .box_body .con2 .bg{
    background: url(../images/bobe/bobe_tec2.jpg) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.bobe_page .box5 .box_body .con3 .bg{
    background: url(../images/bobe/bobe_tec3.jpg) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.bobe_page .box5 .box_body .con4 .bg{
    background: url(../images/bobe/bobe_tec4.jpg) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.bobe_page .box5 .box_body .text_top{
    font-size: 18px;
    line-height: 36px;
}
.bobe_page .box5 .box_body .title{
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
}

.bobe_page .box5 .box_body .text_bottom{
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    margin-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #666;
}
@media screen and (max-width: 768px){
    .bobe_page .box5 .box_text{
        font-size: 12px;
        line-height: 18px;
        margin-top: 20px;
    }
    .bobe_page .box5 .box_text span{
        display: block;
    }
    .bobe_page .box5 .item{
        margin-top: 20px;
    }
    .bobe_page .box5 .item .con{
        margin: 0;
        padding-top: 30px;
    }
    .bobe_page .box5 .box_body .con .bg{
        margin-top: 0;
    }
    .bobe_page .box5 .box_body .text_top{
        font-size: 10px;
        line-height: 18px;
    }
    .bobe_page .box5 .box_body .title{
        font-size: 18px;
        line-height: 18px;
        margin-top: 5px;
    }
    .bobe_page .box5 .box_body .text_bottom{
        font-size: 9px;
        line-height: 12px;
        margin-top: 10px;
    }
}
.bobe_page .box6 {
    padding-top: 50px;
    height: 840px;
    background: #070708 url("../images/bobe/bobe_bg3.jpg") center bottom no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    color: #fff;
}
.bobe_page .box6 .box_title{
    line-height: 72px;
    padding-top: 250px;
}
.bobe_page .box6 .text{
    padding: 50px 70px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .bobe_page .box6{
        padding-top: 40px;
        background: #f3f3f3 url("../images/bobe/bobe_bg3_2.jpg") center bottom no-repeat;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        height: 620px;
    }
    .bobe_page .box6 .box_title{
        padding-top:0;
        line-height: 36px;
    }
    /*.bobe_page .box6 .box_title span{*/
        /*display: block;*/
    /*}*/
    .bobe_page .box6  .text{
        font-size: 12px;
        line-height: 18px;
        padding:20px 0;
    }
    .bobe_page .box6  .text span{
        display: block;
    }
}
.bobe_page .box7{
    padding: 100px 0;
    background-color: #f3f3f3;
}
.bobe_page .box7 .box_text{
    font-size: 24px;
    line-height: 36px;
    padding-top: 40px;
    text-align: center;
    color: #303030;
}
.bobe_page .box7 .box_body{
    margin: 40px -8px 0 -8px;
}
.bobe_page .box7 .box_body .item{
    padding: 0;
}
.bobe_page .box7 .box_body .con{
    margin: 8px;
    background-color: #fff;
    border-radius: 7px;
    text-align: center;
    padding: 30px 0;
}
.bobe_page .box7 .box_body .con .pic{
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}
.bobe_page .box7 .box_body .con .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 1px solid #bfbfbf
}
.bobe_page .box7 .box_body .con .title{
    font-weight: bold;
    color: #147ff7;
    font-size: 24px;
    padding-top: 30px;
}
.bobe_page .box7 .box_body .con .text{
    font-size: 16px;
    line-height: 24px;
    height:96px;
    color: #303030;
    padding: 18px 20px 0 20px;
}

@media screen and (max-width: 768px){
    .bobe_page .box7{
        padding: 40px 0;
    }
    .bobe_page .box7 .box_title{
        line-height: 40px;
    }
    .bobe_page .box7 .box_title span{
        display: block;
    }
    .bobe_page .box7 .box_text{
        font-size: 12px;
        line-height: 18px;
        padding-top: 10px;
    }
    .bobe_page .box7 .box_text p{
        display: inline;
    }
    .bobe_page .box7 .box_body{
        margin-top: 20px;
    }
    .bobe_page .box7 .box_body .con{
        padding: 10px 0;
    }
    .bobe_page .box7 .box_body .con .title{
        font-size: 14px;
        line-height: 18px;
        padding-top: 10px;
    }
    .bobe_page .box7 .box_body .con .text{
        font-size: 12px;
        line-height: 15px;
        height: 60px;
        padding: 15px 10px 0 15px;
    }
}
.bobe_page .box8 {
    background-color: #fff;
}
.bobe_page .box8 .box_row{
    height: 520px;
    position: relative;
}
.bobe_page .box8 .box_row .bg{
    position: absolute;
    height: 100%;
    top: 0;
}
.bobe_page .box8 .box_row1 .bg{
    right: 50%;
    background:#e4e3e3 url(../images/bobe/bobe_box1.jpg) right top no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.bobe_page .box8 .box_row2 .bg{
    left: 50%;
    background:#e4e3e3 url(../images/bobe/bobe_box2.jpg) left top no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.bobe_page .box8 .box_row3 .bg{
    right: 50%;
    background:#e4e3e3 url(../images/bobe/bobe_box3.jpg) right top no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.bobe_page .box8 .box_row4 .bg{
    left: 50%;
    background:#e4e3e3 url(../images/bobe/bobe_box4.jpg) left top no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.bobe_page .box8 .box_row{
    text-align: center;
}
.bobe_page .box8 .box_row .title{
    font-weight: bold;
    font-size: 30px;
    padding-top: 180px;
}
.bobe_page .box8 .box_row .text{
    font-size: 16px;
    line-height: 24px;
    width: 360px;
    padding-top:30px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .bobe_page .box8 .box_row{
        height:auto;
    }
    .bobe_page .box8 .box_row .bg{
        position: relative;
        height: 260px;
    }
    .bobe_page .box8 .box_row1 .bg{
        right: 0;
        background:#e4e3e3 url(../images/bobe/bobe_box1.jpg) right center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .bobe_page .box8 .box_row2 .bg{
        left: 0;
        background:#e4e3e3 url(../images/bobe/bobe_box2.jpg) left center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .bobe_page .box8 .box_row3 .bg{
        right: 0;
        background:#e4e3e3 url(../images/bobe/bobe_box3.jpg) right center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .bobe_page .box8 .box_row4 .bg{
        left: 0;
        background:#e4e3e3 url(../images/bobe/bobe_box4.jpg) left center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .bobe_page .box8 .box_row .title{
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
        padding-top: 20px;
    }
    .bobe_page .box8 .box_row .text{
        font-size: 10px;
        line-height: 12px;
        width: 300px;
        padding-top: 15px;
        margin-bottom: 30px;
    }
}
.bobe_page .box9{
    position: relative;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 70px;
}
.bobe_page .box9 .bg{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #eeeeee;
    height: 200px;
    z-index:-1;
}
.bobe_page .box9 .bottom{
    height: 540px;
    width: 100%;
    background: url(../images/bobe/bobe_bg4.jpg) center bottom no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    z-index: 2;
    margin-top: 70px;

}
.bobe_page .box9 .box_text{
    color: #303030;
    font-size: 24px;
    line-height: 36px;
    margin: 40px auto;
    width: 80%;
}

@media screen and (max-width: 768px){
    .bobe_page .box9{
        padding-top: 40px;
    }
    .bobe_page .box9 .bg{
        display: none;
    }
    .bobe_page .box9 .bottom{
        height: 280px;
        background: url(../images/bobe/bobe_bg4_2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        margin-top: 0;
    }
    .bobe_page .box9 .box_text{
        font-size: 12px;
        line-height: 15px;
        margin: 20px auto;
        width: 100%;
    }
}
.bobe_page .box10 {
    text-align: center;
    height: 700px;
    background: #fff ;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    position: relative;
    background: url("../images/bobe/bobe_bg5.jpg") left top no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

@media (max-width: 1680px) {
    .bobe_page .box10 {
        background: url("../images/bobe/bobe_bg5.jpg") center top no-repeat;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
}
.bobe_page .box10 .box_title{
    padding-top: 250px;
}
.bobe_page .box10 .box_title2{
    margin-top: 18px;
    font-size: 30px;
    font-weight: bold;
}
.bobe_page .box10 .box_text{
    font-size: 24px;
    line-height: 36px;
    margin-top: 50px;
    color: #303030;
}
@media screen and (max-width: 768px){
    .bobe_page .box10 {
        height: auto;
        padding-bottom: 40px;
        padding-top: 77%;
        background: url("../images/bobe/bobe_bg5_2.jpg") left top no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    .bobe_page .box10 .box_title{
        padding-top: 10px;
    }
    .bobe_page .box10 .box_title2{
        font-size: 15px;
        margin-top: 10px;
    }
    .bobe_page .box10 .box_text{
        font-size: 12px;
        line-height: 18px;
        margin-top: 25px;
    }
}
.bobe_page .box11 {
    position: relative;
    height: 830px;
    background: #f3f3f3 url(../images/bobe/bobe_bg6.jpg) right top no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    text-align: center;
}
@media (max-width: 2600px) {
    .bobe_page .box11 {
        background: #f3f3f3 url(../images/bobe/bobe_bg6.jpg) center top no-repeat;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
}
.bobe_page .box11 .box_title{
    padding-top: 180px;
}
.bobe_page .box11 .box_text{
    font-size: 30px;
    margin-top: 20px;
}
.bobe_page .box11 .con{
    margin-top: 50px;
}
.bobe_page .box11 .con .qr{
    width: 160px;
    height: 160px;
    border:1px solid #101010;
    border-radius: 9px;
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
}
.bobe_page .box11 .con .qr img{
    width: 90%;
    height: 90%;
    margin: 5%;
}
.bobe_page .box11 .con .download_button{
    display: block;
    width: 200px;
    height: 60px;
    line-height:60px;
    margin-top: 10px;
    background-color: #147ff7;
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    font-size: 24px;
}
.bobe_page .box11 .con .download_button img{
    height: 30px;
    width: auto;
    margin-top: 13px;
    margin-right: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bobe_page .box11 .con .download_button.android{
    margin-top: 20px;
}
@media screen and (max-width: 768px){
    .bobe_page .box11 {
        height:auto;
        padding-top: 40px;
        padding-bottom: 270px;
        background: #f3f3f3 url(../images/bobe/bobe_bg6.jpg) right bottom no-repeat;
        -webkit-background-size: auto 270px;
        background-size: auto 270px;
    }
    .bobe_page .box11 .box_title{
        margin: 0 -15px;
        padding-top: 0;
        height: 30px;
        overflow: hidden;
    }
    .bobe_page .box11 .box_text{
        font-size: 15px;
        margin-top: 10px;
    }
    .bobe_page .box11 .con .download_button{
        margin-left: auto;
        margin-right: auto;
        width: 120px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 12px;
    }
    .bobe_page .box11 .con .download_button img{
        height: 20px;
        width: auto;
        margin-top: 10px;
        margin-right: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

@media screen and (max-width: 768px){
    .index_page .banner{
        height: 50vh;
        min-height: inherit;
    }
    .index_page .banner .banner_bg .bg_pic{
        height: 100%;
    }
}
/*.digital_page */
/*----------------------------------business_page----------------------------------*/
.digital_page .banner{
    position: relative;
    align-items: center;
    justify-content: center;
    height: 560px;
    /*min-height: 600px;*/
    overflow: hidden;
    background: url(../images/digital_banner.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*中央文字和logo*/
.digital_page .banner .banner_content {
    margin-top: 220px;
}
.digital_page .banner .banner_content .text{
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    padding:0 30px;
    font-weight: lighter;
}
@media screen and (max-width: 1400px){
    .digital_page .banner{
        height: 500px;
        background: url(../images/digital_banner2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .digital_page .banner .banner_content {
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px){
    .digital_page .banner{
        height: 480px;
    }
    .digital_page .banner .banner_content {
        margin-top: 120px;
    }
    .digital_page .banner .banner_content .text{
        font-size: 1rem;
        line-height: 1.5rem;
        padding:0;
    }
}

.digital_page .box_robot{
    /*margin-bottom: 2rem;*/
    margin-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    overflow: hidden;
}
.digital_page .box_robot .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 2rem;
    background-color: #f5f5f5;
}

.digital_page .box_robot .slider_left{
    padding-right: 1rem;

}
.digital_page .box_robot .slider_right{
    padding: 3rem 0 0 0;
}
.digital_page .box_robot .slider_right .title{
    font-size:30px;
    line-height: 40px;
    height: 80px;
    margin-bottom: 35px;
    font-weight: bold;
    color: #3a3b3e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.digital_page .box_robot .slider_right .text{
    font-size: 20px;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.digital_page .box_robot .slider_right .more{
    font-size: 0.5rem;
    line-height: 1rem;
    margin-top: 1rem;
}
.digital_page .box_robot .slider_right .more a{
    padding-right: 18px;
    background: url(../images/tri_g.png) right center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
    font-weight: bold;
}
.digital_page .box_robot .slider_right .more a:hover{
    color: #2146d0;
    background: url(../images/tri_b.png) right center no-repeat;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
@media screen and (max-width: 768px){
    .digital_page .box_robot .slider_right .more a{
        padding-right: 15px;
        background: url(../images/tri_g.png) right center no-repeat;
        -webkit-background-size: auto 10px;
        background-size: auto 10px;
        font-weight: bold;
    }
    .digital_page .box_robot .slider_right .more a:hover{
        color: #2146d0;
        background: url(../images/tri_b.png) right center no-repeat;
        -webkit-background-size: auto 10px;
        background-size: auto 10px;
    }
}
.digital_page .box_robot .container {
    position: relative;
}

.digital_page .box_robot .slider_box_bottom{
    height: 2.5rem;
    margin-top: 0.5rem;
    padding: 0;
}
.digital_page .box_robot .ctr{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
}
.digital_page .box_robot .ctr .ctr_pagination{
    padding: 0;
}
@media screen and (max-width: 1400px){
    .digital_page .box_robot .slider_right .more{
        margin-top: 2rem;
    }
}
@media screen and (max-width: 1200px){
    .digital_page .box_robot .bg{
        top: 1rem;
    }
    .digital_page .box_robot .slider_right{
        padding-top: 2rem;
    }
    .digital_page .box_robot .slider_right .more{
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 992px){
    .digital_page .box_robot{
        margin: 0;
        padding: 2rem 0;
    }
    .digital_page .box_robot .bg{
        top: 0;
    }
    .digital_page .box_robot .slider_left{
        padding: 0;
    }
    .digital_page .box_robot .slider_right{
        padding:0;
    }
    .digital_page .box_robot .slider_right .title{
        margin-top: 0.5rem;
        font-size: 20px;
        height: 60px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .digital_page .box_robot .slider_right .text{
        margin-top: 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: -o-ellipsis-lastline;
    }
    .digital_page .box_robot .ctr{
        position: relative;
        top: auto;
        left: auto;
        right: 15px;
        bottom: auto;
    }
}

.digital_page .box_robot .ctr .slider_ctr_container{
    position: relative;
    height: 2rem;
    width: 100%;
}
.digital_page .box_robot .ctr .ctr_button{
    height: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
}
.digital_page .box_robot .ctr .swiper-pagination{
    position: absolute;
    top: 0.5rem;
    left: 0;
    text-align: left;
    height: 1rem;
}
.digital_page .box_robot .ctr .swiper-pagination .swiper-pagination-bullet{
    border-radius: 0;
    width: 20px;
    height: 20px;
    border: 6px solid #f5f5f5;
    outline: none;
}

.digital_page .box_robot .ctr .swiper-container .arrow{
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.digital_page .box_robot .ctr .swiper-container .arrow:after{
    content:"";
}
.digital_page .box_robot .ctr .swiper-button-next{
    right: 0!important ;
    top: 0 !important;
    background: url(../images/arrow_black_right.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.digital_page .box_robot .ctr .swiper-button-prev{
    right: 50px !important;
    top: 0 !important;
    background: url(../images/arrow_black_left.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
    .digital_page .box_robot{
        margin: 0;
        padding: 15px 0 0 0;
    }
    .digital_page .box_robot .container{
        padding-bottom: 1.5rem;
    }
    .digital_page .box_robot .slider_right .title{
        font-size: 0.75rem;
        line-height: 1.2rem;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .digital_page .box_robot .slider_right .text{
        font-size: 0.625rem;
        line-height: 1rem;
    }
    .digital_page .box_robot .slider_right .more{
        margin-top:0;
        line-height: 1rem;
        padding-top: 0.8rem;
        padding-left: 0;
    }
    .digital_page .box_robot .slider_box_bottom{
        width: 50%;
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: 0.5rem;
    }
    .digital_page .box_robot .ctr .swiper-pagination{
        margin-top: 0;
    }
    /*.digital_page .box_robot .ctr .swiper-button-next{*/
    /*left: auto !important ;*/
    /*right: 15px !important;*/
    /*}*/
    /*.digital_page .box_robot .ctr .swiper-button-prev{*/
    /*left: 0 !important;*/
    /*}*/
}
.digital_page .box_robot .slider_ctr_container .swiper-wrapper{
    /*height: 1rem;*/
}
.digital_page .box_robot .slider_ctr_container .swiper-slide{
    padding: 0.5rem 0;
}
.digital_page .box_robot .slider_ctr_container .swiper-slide .item{
    height: 2px;
    background-color: #dcdcdc;
}
.digital_page .box_robot .slider_ctr_container .swiper-slide.swiper-slide-thumb-active .item{

    background-color: #2146d0;
}
.digital_page .box_robot .slider_show_container{
    position: relative;
}
.digital_page .box_robot .slider_show_container .pic{
    width: 100%;
    position:relative;
    padding-top:53%;
}
.digital_page .box_robot .slider_show_container .pic img{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
}
.digital_page .box_brand {
    padding: 80px 0;
}

.digital_page .box_brand .left_con .title{
    font-size: 32px;
    color: #3a3b3c;
    line-height: 60px;
    font-weight: bold;
    padding-top: 30%;
}
.digital_page .box_brand.public_brand .left_con .title{
    padding-top: 10%;
}
.digital_page .box_brand .left_con .text{
    font-size: 18px;
    color: #515355;
    line-height: 30px;
}
.digital_page .box_brand .item{
    text-align: center;
    padding: 20px 0;
}
.digital_page .box_brand .item:hover{
    background-color: #f9f9f9;
}
.digital_page .box_brand.bgg .item:hover{
    background-color: #fff;
}
.digital_page .box_brand .item .brand{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.digital_page .box_brand .item .brand img{
    width: 120px;
    height: 120px;
    margin: auto;
}
.digital_page .box_brand .right_con .title{
    font-size: 20px;
    color: #2a2b2c;
    line-height: 60px;
}
.digital_page .box_brand .right_con .text{
    font-size: 14px;
    color: #515355;
}
@media screen and (max-width: 768px){
    .digital_page .box_brand {
        padding: 1rem 0;
    }
    .digital_page .box_brand .left_con .title{
        padding-top: 0;
        font-size: 0.75rem;
    }
    .digital_page .box_brand .left_con .text{
        font-size: 0.625rem;
        line-height: 1rem;
    }

    .digital_page .box_brand .list {
        margin-left: -15px;
        margin-right: -15px;
        }
    .digital_page .box_brand .item {
        padding: 5px 0 0 0;
    }
    .digital_page .box_brand .item .brand{
        width: auto;
        height: auto;
        margin: 5px;
    }
    .digital_page .box_brand .item .title{
        font-size: 0.6rem;
        line-height: 1rem;
        overflow: hidden;
    }
    .digital_page .box_brand .item .tag{
        font-size: 0.5rem;
    }
    .digital_page .box_brand .item .brand img{
        width: 100%;
        height: auto;
    }
    .digital_page .box_brand.public_brand{
        background-color: #fff;
        padding-top: 0;
    }
    .digital_page .box_brand.public_brand .left_con .title{
        padding-top: 0;
        font-size: 0.75rem;
    }
}
/*.hxj_page */
/*----------------------------------business_page----------------------------------*/
.hxj_page .banner{
    position: relative;
    align-items: center;
    justify-content: center;
    height: 560px;
    /*min-height: 600px;*/
    overflow: hidden;
    background: url(../images/hxj/hxj_banner.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*中央文字和logo*/
.hxj_page .banner .banner_content {
    margin-top: 220px;
}
.hxj_page .banner .banner_content .text{
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    padding:0 30px;
    font-weight: lighter;
}
@media screen and (max-width: 1400px){
    .hxj_page .banner{
        height: 500px;
        background: url(../images/hxj/hxj_banner2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .hxj_page .banner .banner_content {
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px){
    .hxj_page .banner{
        height: 480px;
    }
    .hxj_page .banner .banner_content {
        margin-top: 120px;
    }
    .hxj_page .banner .banner_content .text{
        font-size: 1rem;
        line-height: 1.5rem;
        padding:0;
    }
}
.hxj_page .box_overview{
    background: url(../images/hxj/hxj_box1_banner.jpg)center bottom no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 885px;
}
.hxj_page .box_overview .left_con{
    padding-top: 150px;
    width: 700px;
    position: relative;
}
.hxj_page .box_overview  .logo{
    height: 100px;
    width: auto;
    display: block;
}
.hxj_page .box_overview .list  {
    margin-top: 70px;
    margin-left: 10px;
}
.hxj_page .box_overview .list .item {
    text-align: center;
    padding: 0;
    width: 120px;
}
.hxj_page .box_overview .list .item .pic{
    width: 110px;
    height: 105px;
    margin: auto;
}
.hxj_page .box_overview .list .item .title{
    font-size: 16px;
    color: #464646;
    line-height: 40px;
    padding: 10px 0;
}
.hxj_page .box_overview .box_panel{
    padding: 30px 50px;
    font-size: 18px;
    color: #ba5f2e;
    background: url(../images/hxj/pannel_bg.png)center bottom no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.hxj_page .box_title{
    color: #3a3b3e;
    font-size: 36px;
    font-weight: bolder;
    line-height: 40px;
    text-align: center;
}
.hxj_page .box_system {
    background: #ffd831;
    padding-top: 80px;
    padding-bottom: 140px;
}
.hxj_page .box_system .list{
    margin-top: 100px;
}
.hxj_page .box_system .list .item_panel{
    margin: auto 10px;
    background: #fff;
border-radius: 10px;
    box-shadow: 10px 10px 0 #e1b600;
    height: 380px;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
    transition: transform 0.5s;
}
.hxj_page .box_system .list .item_panel:hover{
transform: translateY(-0.5rem);

}
.hxj_page .box_system .list .item_panel .pic{
    width: 160px;
    height: 96px;
    margin: auto;
}
.hxj_page .box_system .list .item_panel .pic img{
    width: 100%;
    height: 100%;
}
.hxj_page .box_system .list .item_panel .title{
    line-height: 26px;
    font-size: 18px;
    margin-top: 50px;
    color: #3a3b3e;
    text-align: center;
}
.hxj_page .box_system .list .item_panel .text{
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin: 10px auto auto auto;
    /*width: 200px;*/
}
@media (max-width: 993px){
    .hxj_page .box_system .list .item_panel{
        margin: 10px auto auto auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .hxj_page .box_system .list .item_panel .pic{
        width: 100%;
        height: auto;
    }
    .hxj_page .box_system .list .item_panel .title{
        line-height: 20px;
        font-size: 16px;
        margin-top: 30px;
    }
}
.hxj_page .box_study{
    background: #f5f5f5;
    padding-top: 80px;
}

.hxj_page .box_study .list .item{
    margin-top: 30px;
    height: 390px;
}
.hxj_page .box_study .item .left_con,.hxj_page .box_study .item .right_con{
    height: 100%;
}
.hxj_page .box_study .list .pic{
    display: block;
    width: auto;
    height: 100%;
    margin: auto;
}
.hxj_page .box_study .list .title{
    font-size: 24px;
    color: #3a3b3e;
    line-height: 40px;
    padding-top: 150px;

}
.hxj_page .box_study .list .text{
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    padding: 10px 0;
}
.hxj_page .box_download{
    background: url(../images/hxj/hxj_box2_banner.jpg)center bottom no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 860px;
}
.hxj_page .box_download .left_con{
    padding-top: 250px;
    width: 490px;
    position: relative;
}
.hxj_page .box_download .left_con .title{
    color: #3a3b3e;
    font-size: 36px;
    font-weight: bold;
    line-height: 60px;
}
.hxj_page .box_download .qr_container{
    position: relative;
    padding-right: 210px;
    height: 180px;
    margin-top: 20px;
}
.hxj_page .box_download .qr_container .download{
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius:12px ;
    display: block;
}
.hxj_page .box_download .qr_container .download img{
    width: 34px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -10px;
}

.hxj_page .box_download .qr_container .download.ios{
    background: linear-gradient(to right,#ff7624,#ffb515);
}
.hxj_page .box_download .qr_container .download.android{
    margin-top: 20px;
    background: linear-gradient(to right,#6c69f8,#71b0ff);
}
.hxj_page .box_download .qr_container .qr{
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    height: 180px;
    padding: 4px;
    border-radius: 10px;
    background-color: #ffd831;
}

.hxj_page .box_download .qr_container .pic{
    width: 172px;
    height: 172px;
    background-color: #fff;
    border-radius: 10px;
}
@media screen and (max-width: 993px){
    .hxj_page .box_study {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .hxj_page .box_study .list .item{
        height: auto;
    }
    .hxj_page .box_study .item .left_con, .hxj_page .box_study .item .right_con{
        height: auto;
    }
    .hxj_page .box_study .list .title{
        padding-top: 0;
        font-size: 0.75rem;
        font-weight: bold;
        margin-top: 0.5rem;
    }
    .hxj_page .box_study .list .text{
        font-size: 0.625rem;
        line-height: 1rem;
    }
    .hxj_page .box_study .list .pic{
        width: 70%;
        margin: auto;
        height: auto;
    }
}
@media screen and (max-width: 768px){

    .hxj_page .box_system{
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }
    .hxj_page .box_title{
        font-size: 1rem;
    }
    .hxj_page .box_system .list{
        margin-top: 0;
    }
    .hxj_page .box_system .list .item_panel{
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
        height: auto;
        margin-top: 1rem;
    }
    .hxj_page .box_system .list .item_panel .pic{
        width: 8rem;
        height: auto;
    }
    .hxj_page .box_system .list .item_panel .title{
        margin-top: 1.5rem;
    }
    .hxj_page .box_system .list .item_panel .text{
        width:10rem;
    }
    .hxj_page .box_study .list .pic{
        width: 100%;
    }
    .hxj_page .box_download {
        background: url(../images/hxj/hxj_box2_banner_web.jpg)center bottom no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        height: auto;
        padding-bottom: 30%;
    }
    .hxj_page .box_download .left_con{
        padding-top: 1.5rem;
        width: auto;
    }
    .hxj_page .box_download .left_con .title{
        font-size: 1rem;
        line-height: 1.6rem;
    }
    .hxj_page .box_download .qr_container{
        padding-right: 0;
        margin-top: 1rem;
    }
    .hxj_page .box_download .qr_container .download{
        font-size: 0.75rem;
        height: 2.2rem;
        line-height: 2.2rem;
        border-radius: 4px;
    }
    .hxj_page .box_download .qr_container .download img{
        width: 24px;
        height: auto;
    }
    .hxj_page .box_download .qr_container .download.android{
        margin-top: 0;
    }
}
/*.hxj_page */
/*----------------------------------business_page----------------------------------*/
.incubator_page .banner{
    position: relative;
    align-items: center;
    justify-content: center;
    height: 560px;
    /*min-height: 600px;*/
    overflow: hidden;
    background: url(../images/incubator/incubator_banner1.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*中央文字和logo*/
.incubator_page .banner .banner_content {
    margin-top: 220px;
    position: relative;
    z-index: 2;
}
.incubator_page .banner .banner_content .text{
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    padding:0 30px;
    font-weight: lighter;
}
@media screen and (max-width: 1400px){
    .incubator_page .banner{
        height: 500px;
        background: url(../images/incubator/incubator_banner2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .incubator_page .banner .banner_content {
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px){
    .incubator_page .banner{
        height: 480px;
    }
    .incubator_page .banner .banner_content {
        margin-top: 120px;
    }
    .incubator_page .banner .banner_content .text{
        font-size: 1rem;
        line-height: 1.5rem;
        padding:0;
    }
}
.incubator_page .box_title{
    font-size: 36px;
    font-weight: bold;
    color: #3a3b3e;
    line-height: 48px;
}
.incubator_page .box_overview{
    padding-top: 60px;
    padding-bottom: 80px;
}
.incubator_page .box_overview .text{
    font-size: 20px;
    color: #515355;
    margin-top: 15px;
    line-height: 30px;
    font-weight: lighter;
}
.incubator_page .surrounding_box{
    margin-bottom: 3rem;
    margin-top: 1rem;
    position: relative;
}
.incubator_page .surrounding_box .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 2rem;
    background-color: #f5f5f5;
}

.incubator_page .surrounding_box .surrounding_left{
    padding: 3rem 0 0 0;
}
.incubator_page .surrounding_box .surrounding_left .title{
    color: #3a3b3e;
    font-size: 0.9rem;
    font-weight: bold;
}
.incubator_page .surrounding_box .surrounding_right{
    padding: 0 0 1rem 0;
}
.incubator_page .surrounding_box .container {
    position: relative;
}
@media screen and (max-width: 768px){
    .incubator_page .surrounding_box{
        margin: 0;
        padding: 1rem 0;
    }
    .incubator_page .surrounding_box .bg{
        top: 0;
    }
    .incubator_page .surrounding_box .surrounding_left{
        padding: 0;
    }
    .incubator_page .surrounding_box .surrounding_left .title{
        font-size: 18px;
    }
}
.incubator_page .surrounding_box .ctr{
    position: absolute;
    left: 0;
    bottom: 0;
}
.incubator_page .surrounding_box .surrounding_ctr_container{
    position: relative;
}
.incubator_page .surrounding_box .ctr .ctr_button{
    height: 2rem;
    position: relative;
}
.incubator_page .surrounding_box .ctr .swiper-pagination{
    position: relative;
    text-align: left;
    height: 1rem;
    line-height: 1rem;
    bottom: 0;
}
.incubator_page .surrounding_box .ctr .swiper-pagination .swiper-pagination-current{
    color: #2146d0;
}
.incubator_page .surrounding_box .ctr .swiper-container .arrow{
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    cursor: pointer;
    outline: none;
}
.incubator_page .surrounding_box .ctr .swiper-container .arrow:after{
    content:"";
}
.incubator_page .surrounding_box .ctr .swiper-button-next{
    left: 100px !important ;
    top: 0 !important;
    background: url(../images/arrow_black_right.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.incubator_page .surrounding_box .ctr .swiper-button-prev{
    left: 0 !important;
    top: 0 !important;
    background: url(../images/arrow_black_left.png) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
@media screen and (max-width: 768px){
    .incubator_page .surrounding_box .container{
        padding-bottom: 2.5rem;
    }
    .incubator_page .surrounding_box .surrounding_right{
        padding-bottom: 0;
    }
    .incubator_page .surrounding_box .ctr .ctr_button{
        position: absolute;
        width: 30%;
        right: 0;
        bottom: 0;
    }
    .incubator_page .surrounding_box .ctr  .ctr_left_w{
        width: 70%;
        margin-left: 0;
    }
    .incubator_page .surrounding_box .ctr .swiper-button-next{
        left: auto !important ;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important ;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
    }
    .incubator_page .surrounding_box .ctr .swiper-button-prev{
        top: auto !important;
        bottom: 0 !important ;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
    }
}
.incubator_page .surrounding_box .surrounding_ctr_container .swiper-wrapper{
    height: 0.6rem;
}
.incubator_page .surrounding_box .surrounding_ctr_container .swiper-slide{
    padding: 0.2rem 0;
}
.incubator_page .surrounding_box .surrounding_ctr_container .swiper-slide .item{
    height: 2px;
    background-color: #dcdcdc;
}
.incubator_page .surrounding_box .surrounding_ctr_container .swiper-slide.swiper-slide-thumb-active .item{

    background-color: #2146d0;
}
.incubator_page .surrounding_box .surrounding_show_container{
    position: relative;
}
.incubator_page .surrounding_box .surrounding_show_container .pic{
    width: 100%;
}
.incubator_page .surrounding_box .surrounding_show_container .pic img{
    width: 100%;
}
@media screen and (max-width: 768px){
    .incubator_page .surrounding_box .surrounding_show_container{
        margin-top: 1rem;
    }
}

.incubator_page .box_advantage {
    padding-top: 40px;
    padding-bottom: 80px;
}
.incubator_page .box_advantage .list{
    margin-top: 30px;
}
.incubator_page .box_advantage .item{
    padding: 0 20px;
    margin-top: 20px;
}
.incubator_page .box_advantage .item_panel{
    color: #fff;
    height: 400px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
.incubator_page .box_advantage .item_panel .item_title{
    font-size: 24px;
    font-weight: bold;
    height: 100px;
    vertical-align: bottom;
    position: relative;
    z-index: 3;
}
.incubator_page .box_advantage .item_panel .item_title .title{
    width: 100%;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.incubator_page .box_advantage .item_panel .line{

    height: 3px;
    background: #fff;
    position: relative;
    z-index: 3;
    opacity: 0;
    width: 10px;
}
.incubator_page .box_advantage .item_panel .desc{
    height: 240px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 3;
    margin-top: 20px;
    opacity: 0;
}
.incubator_page .box_advantage .item_panel .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.incubator_page .box_advantage .item_panel .cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}
.incubator_page .box_advantage .item_panel:hover .line{
    width: 80px;
    opacity: 1;
    transition:all 0.6s;
}
.incubator_page .box_advantage .item_panel:hover .desc{
    opacity: 1;
    transition:all 0.6s;
}
.incubator_page .box_advantage .item_panel:hover .cover{
    display: block;
    background: #2146d0;
    opacity: 0.8;
    transition:opacity 0.4s;
}
.incubator_page .box_into {
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 110px;
}
.incubator_page .box_into .list{
    margin-top: 50px;
}
.incubator_page .box_into .item{
    padding: 7px;
}
.incubator_page .box_into .item .pic_con{
    padding-top: 63.63%;
    position: relative;
    /*display: none;*/
}
.incubator_page .box_into .item .pic{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    transition:opacity 0.2s;
}
.incubator_page .box_into .item .pic.default{
    opacity: 1;
}
.incubator_page .box_into .item:hover .pic.default{
    opacity: 0;
}
.incubator_page .box_into .item:hover .pic.hover{
    opacity: 1;
}
.incubator_page .box_outcome{
    padding-top: 70px;
    padding-bottom: 110px;
}
.incubator_page .box_outcome .list{
    margin-top: 60px;
}
.incubator_page .box_outcome .item{
    padding: 10px ;
}
.incubator_page .box_outcome .item_panel{
    background-color: #f8f8f8;
    text-align: center;
    height: 220px;
}
.incubator_page .box_outcome .item_panel .title img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
.incubator_page .box_outcome .item_panel .title{
    color: #515355;
    font-size: 20px;
    height: 100px;
    line-height: 100px;
}
.incubator_page .box_outcome .item_panel .number{
    color: #000000;
    font-size: 48px;
    font-weight: bold;
}

.incubator_page .box_partner  {
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 80px;
}
.incubator_page .box_partner .list {
    margin-top: 40px;
}
.incubator_page .box_partner .item {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}
.incubator_page .box_partner .pic_con {
    padding-top: 37.73%;
}
.incubator_page .box_qr  {
    padding-top: 80px;
    padding-bottom: 120px;
}
.incubator_page .box_qr .right_con {
    border-left: 1px solid #d8d9dc;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-top: 10px;
}
.incubator_page .box_qr .right_con .qr_container{
    width: 400px;
    text-align: center;
}
.incubator_page .box_qr .right_con .qr{
    width: 140px;
    height: 140px;
    margin: auto;
}
.incubator_page .box_qr .right_con .title{
    color: #999;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
}

.incubator_page .box_qr .right_con .address{
    color: #515355;
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
}
@media screen and (max-width: 768px){
    .incubator_page .box_overview{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .incubator_page .box_title{
        font-size: 0.75rem;
        line-height: 1rem;
    }
    .incubator_page .box_overview .text{
        font-size: 0.625rem;
        line-height: 1rem;

    }
    .incubator_page .box_advantage{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .incubator_page .box_advantage .list{
        margin-top: 0;
    }
    .incubator_page .box_advantage .item{
        margin-top: 1rem;
    }
    .incubator_page .box_advantage .item_panel{
        padding: 0;
        height: auto;
    }
    .incubator_page .box_advantage .item_panel .bg{
        position: relative;
        height: 220px;
    }
    .incubator_page .box_advantage .item_panel .item_title{
        opacity: 1;
        color: #3a3b3e;
        height: auto;
        margin-top: 0.5rem;
    }
    .incubator_page .box_advantage .item_panel .item_title .title{
        position: relative;
        font-size: 0.75rem;
        line-height: 1rem;
        bottom: 0;
        font-weight: normal;
    }
    .incubator_page .box_advantage .item_panel .desc{
        opacity: 1;
        color: #515355;
        font-size: 0.6rem;
        line-height: 1rem;
        height: auto;
        font-weight: lighter;
        margin-top: 5px;
    }
    .incubator_page .box_advantage .item_panel .line{
        display: none;
    }

    .incubator_page .box_into{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .incubator_page .box_into .list{
        margin-top: 0.5rem;
    }
    .incubator_page .box_into .item .pic.default{
        opacity: 0;
    }
    .incubator_page .box_into .item .pic.hover{
        opacity: 1;
    }
    .incubator_page .box_outcome{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .incubator_page .box_outcome .list{
        margin-top: 0.5rem;
    }
    .incubator_page .box_outcome .item_panel .title{
        font-size: 0.75rem;
    }
    .incubator_page .box_partner{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .incubator_page .box_partner .list{
        margin-top: 0.5rem;
    }
    .incubator_page .box_partner .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .incubator_page .box_partner .item{
        width: 50%;
        padding: 5px;
    }
    .incubator_page .box_qr{
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }
    .incubator_page .box_qr .right_con{
        padding: 0;
        border: none;
        margin-top: 0.5rem;
    }
    .incubator_page .box_qr .right_con .qr_container{
        width: auto;
    }
    .incubator_page .box_qr .right_con .item{
        padding: 0;
        border: none;
        margin-top: 0.5rem;
    }
    .incubator_page .box_qr .right_con .address{
        font-size: 0.625rem;
        line-height: 1rem;
        margin-top: 0.8rem;
    }
}

/*----------------------------------investor----------------------------------*/

.investor_page .banner{
    position: relative;
    align-items: center;
    justify-content: center;
    height: 560px;
    /*min-height: 600px;*/
    overflow: hidden;
    background: url(../images/investor_banner.jpg) center bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
/*中央文字和logo*/
.investor_page .banner .banner_content {
    margin-top: 220px;
}
.investor_page .banner .banner_content .text{
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #fff;
    padding:0 30px;
    font-weight: lighter;
}

@media screen and (max-width: 1400px){
    .investor_page .banner{
        height: 500px;

    }
    .investor_page .banner .banner_content {
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px){
    .investor_page .banner{
        height: 480px;
        background: url(../images/investor_banner2.jpg) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .investor_page .banner .banner_content {
        margin-top: 120px;
    }
    .investor_page .banner .banner_content .text{
        font-size: 1rem;
        line-height: 1.5rem;
        padding:0;
    }
}
.investor_page .box_news_list {
    padding-top: 20px;
    min-height: 500px;
}
.investor_page .box_news_list .list_title{
    font-size: 28px;
    padding-left:120px;
    height: 80px;
    line-height: 80px;
    position: relative;
}
.investor_page .box_news_list .list_title .year{
    font-size: 28px;
    font-family: ENTC,"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    position: absolute;
    display: block;
    width: 120px;
    left: 0;
    top: 0;
}
.investor_page .box_news_list .list {
    padding-left: 120px;
}
.investor_page .box_news_list .list .item{
    padding: 10px 60px 10px 0;
    position: relative;
    cursor: pointer;
    display: block;
}
.investor_page .box_news_list .list .item .title{
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
.investor_page .box_news_list .list .item .time{
    font-family: ENTC,"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
    font-size: 16px;
    color: #0052D9;
    line-height: 20px;
}
.investor_page .box_news_list .list .item .download{
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    right: 0;
    top: 50%;
    border-radius: 50%;
transform: translateY(-50%);
    box-sizing: border-box;
    border: 1px solid #0052D9;
    color: #0052D9;
    padding-top: 22px;
    background: url(../images/download_b.png) center 3px no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    text-align: center;
    font-size: 14px;
}
.investor_page .box_news_list .list .item:hover .download{
    color: #fff;
    background: #0052D9 url(../images/download_w.png) center 3px no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.investor_page .box_news_list .list .item:hover .title{
    color: #0052D9;
}
@media screen and (max-width: 768px){

    .investor_page .box_news_list .list_title{
        padding-left: 0;
        height: auto;
        margin-top: 10px;
    }
    .investor_page .box_news_list .list_title .year{
        position: relative;
        font-size: 20px;
        line-height: 20px;
    }
    .investor_page .box_news_list .list_title .title{
        position: relative;
        font-size: 20px;
        line-height: 30px;
    }
    .investor_page .box_news_list .list {
        padding-left: 0;
    }
    .investor_page .box_news_list .list .item .download{
        width: 40px;
        height: 40px;
        padding-top: 16px;
        font-size: 14px;
        background:  url(../images/download_b.png) center 3px no-repeat;
        -webkit-background-size: 14px 14px;
        background-size: 14px 14px;
    }
    .investor_page .box_news_list .list .item:hover .download{
        color: #fff;
        background: #0052D9 url(../images/download_w.png) center 3px no-repeat;
        -webkit-background-size: 14px 14px;
        background-size: 14px 14px;
    }
    .investor_page .box_news_list .list .item .time{
        font-size: 14px;
    }
    .investor_page .box_news_list .list .item .title{
        font-size: 14px;
    }
}
