*{
    margin: 0;
    padding: 0;
}
html, body{
    font-size: 14px;
    color: #494949;
    font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
}
a{
    text-decoration: none;
    color: #494949;
}
ul, li{
    list-style: none;
}
img{
    border: none;
    outline: none;
}
input, button{
    outline: none;
}
@media (min-width: 768px) {
    .container {
        box-sizing: border-box;
        width: 960px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .container {
        box-sizing: border-box;
        margin: 0 auto;
        width: 990px;
    }
}
@media (min-width: 1200px) {
    .container {
        box-sizing: border-box;
        width: 1160px;
        margin: 0 auto;
    }
}
@media (min-width: 1300px) {
    .container {
        box-sizing: border-box;
        width: 1260px;
        margin: 0 auto;
    }
}
.clear-float:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.header{
    position: fixed;
    background-image: linear-gradient(#0B539D, #0982CF);
    width: 100%;
    height: 80px;
    z-index: 999;
}
.header .index_header_box{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 80px;
    box-sizing: border-box;
}
.header .container_width{
    margin-top: 10px;
}
.header.container_width{
    margin-top: 10px;
}
.logo{
    width: 200px;
    float: left;
    margin-left: 30px;
    margin-top: 22px;
}
.menu{
    height: 80px;
    line-height: 80px;
    margin-left: 50px;
}
.menu-right{
    float: right;
    margin-right: 15px;
}
.menu-right.menu{
    margin-left: 10px;
}
.menu_ul{
    list-style: none;
}
.menu_li{
    display: inline-block;
    float: left;
}
.menu_a{
    display: inline-block;
    padding: 0 20px;
    position: relative;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 16px;
}
a.menu_a:focus, a.menu_a:hover{
    text-decoration: none;
    color: #fff;
    outline: none;
}
.logo_img{
    height: 37px;
}
.drop_down{
    display: none;
    position: fixed;
    width: 100%;
    height: 210px;
    top: 80px;
    left: 0;
    background: #0982CF;
    overflow: hidden;
    z-index: 999;
    border-top: 1px solid #45A2DD;
}
.menu_li.active .drop_down{
    display: block;
}
.drop_down_con_left{
    position: absolute;
    width: 200px;
    height: 100%;
    top: 20px;
}
.drop_down_con_left h3{
    margin-top: 4px;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    padding-right: 10px;
    font-weight: 400;
    color: #fff;
}
.drop_down_con_right{
    position: absolute;
    width: 300px;
    height: 100%;
    top: 20px;
}
.drop_down_con_right a{
    display: block;
    color: #fff;
    margin-top: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    padding-left: 20px;
}
.body-contain{
    position: relative;
    padding-top: 80px;
}
.section{
    position: relative;
}
.banner_box{
    position: relative;
    padding-bottom: 39%;
}
.banner_con{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.swiper-banner{
    width: 100%;
    height: 100%;
}
.pagination_banner {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.pagination_banner .swiper-pagination-switch {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #aaa;
    margin-right: 15px;
    opacity: 0.8;
    cursor: pointer;
}
.pagination_banner .swiper-visible-switch {
    background: #ED6E1C;
}
.pagination_banner .swiper-active-switch {
    background: #ED6E1C;
}
.swiper-banner .swiper-slide img{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section2{
    padding: 90px 0;
    background: url("../images/home/bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.section_tit_box{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.tit_text{
    position: relative;
    display: inline-block;
    color: #333333;
}
.tit_line_left, .tit_line_right{
    position: absolute;
    display: inline-block;
    width: 3000px;
    height: 1px;
    border-top: 1px solid #DEE2EC;
    top: 18px;
}
.tit_line_left{
    left: -3015px;
}
.tit_line_right{
    right: -3015px;
}
.tit_en{
    font-size: 26px;
    font-weight: 600;
    float: left;
}
.tit_cn{
    font-size: 24px;
    float: left;
    margin-top: 1px;
}
.news_box{
    margin: 60px auto 0;
}
.news_left{
    position: relative;
    box-sizing: border-box;
    height: 100%;
    float: left;
}
.swiper-news{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news_left_img{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 15px 0;
}
.news_left_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_left_text_box{
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 15px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, .6);
}
.news_left_text_box h3{
    color: #333333;
    font-size: 20px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news_left_time{
    color: #333333;
    font-size: 18px;
    margin-top: 7px;
    font-weight: 600;
}
.news_left_dec{
    color: #333333;
    font-size: 16px;
    margin-top: 6px;
    line-height: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news_arrow{
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 80px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #0A65B0;
    color: #fff;
    font-size: 22px;
    padding-left: 10px;
}
.news_right{
    box-sizing: border-box;
    height: 100%;
    float: right;
    padding: 15px 0 15px 25px;
}
.news_item{
    box-sizing: border-box;
    width: 100%;
    padding: 12px 18px;
    background: #fff;
    cursor: pointer;
}
.news_item:nth-of-type(n+2){
    margin-top: 23px;
}
.news_item_left{
    box-sizing: border-box;
    color: #0A65B0;
    float: left;
    margin: 0;
    padding: 0;
}
.news_item_right{
    width: 250px;
    float: left;
}
.news_item_time{
    color: #000000;
    font-size: 18px;
    margin-top: 17px;
    margin-left: 30px;
}
.news_item_dec{
    color: #666666;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news_item:hover, .news_item.active{
    background-image: linear-gradient(to right, #0B539D, #0982CF);
}
.news_item:hover .news_item_left, .news_item.active .news_item_left{
    color: rgba(255, 255, 255, .4);
}
.news_item:hover .news_item_time, .news_item.active .news_item_time{
    color: #fff;
}
.news_item:hover .news_item_dec, .news_item.active .news_item_dec{
    color: #9CC7EE;
}

.swiper-slide{
    opacity: 0;
    position: relative;
    transition: opacity .5s;
}
.swiper-slide.swiper-slide-active{
    opacity: 1;
}
.section3{
    position: relative;
    box-sizing: border-box;
    padding: 90px 0 0;
    height: 640px;
    background: url("../images/home/video_bg.png") no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.section3 .tit_en, .section3 .tit_cn{
    color: #fff;
}
.section3 .tit_line_left, .section3 .tit_line_right{
    border-top-color: rgba(255, 255, 255, .2);
}
.video_box{
    width: 1200px;
    margin: 90px auto;
}
.video_left{
    box-sizing: border-box;
    width: 30%;
    float: left;
}
.video_left p{
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    cursor: pointer;
}
.video_left p:hover, .video_left p.active{
    color: #88BDE9;
    text-decoration: underline;
}
.video_right{
    box-sizing: border-box;
    width: 65%;
    float: left;
    margin-left: 5%;
    overflow: hidden;
}
.swiper-video{
    width: 100%;
    height: 100%;
}
.video_con{
    position: relative;
    width: 100%;
    height: 100%;
}
.video_con img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play_btn{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: rgba(255, 255, 255, .7);
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    z-index: 100;
    cursor: pointer;
}
.play_btn:hover{
    background: rgba(255, 255, 255, .9);
}
.play_btn_sig{
    position: absolute;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 25px solid rgba(0, 0, 0, .8);
    left: 31px;
    top: 23px;
}
.section4{
    position: relative;
    padding: 160px 0 110px;
    background: url("../images/home/bg.jpg") no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.style_box{
    width: 1200px;
    margin: 80px auto 0;
}
.style_item{
    box-sizing: border-box;
    width: 235px;
    height: 370px;
    float: left;
    padding: 15px;
    background: #fff;
    margin-left: 75px;
}
.style_img{
    position: relative;
    height: 270px;
}
.style_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style_item h3{
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
    font-weight: 400;
}
.style_item p{
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-top: 9px;
}
.style_item:first-child{
    margin-left: 0;
}
.media_style_shadow{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/home/style_hover.png") no-repeat;
    background-size: 100% 100%;
    transition: all .3s;
}
.style_img:hover .media_style_shadow{
    opacity: 1;
}
.footer{
    height: 228px;
    background: #363636;
}
.footer_box{
    margin: 0 auto;
}
.footer_left{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
.footer_bg{
    position: absolute;
    width: 285px;
    height: 174px;
    left: 100px;
    top: 20px;
    z-index: 1;
}
.jing{
    display: inline-block;
}
.jing img{
    float: left;
    margin-top: 2px;
}
.footer_logo{
    position: relative;
    width: 128px;
    margin-top: 50px;
    z-index: 2;
}
.line{
    position: relative;
    height: 1px;
    border-top: 1px solid #414141;
    margin-top: 30px;
    z-index: 2;
}
.footer_ul{
    position: relative;
    margin-top: 35px;
    z-index: 2;
}
.footer_ul li{
    float: left;
    height: 12px;
    line-height: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 2px solid #fff;
}
.footer_ul li:first-child{
    padding-left: 0;
    border-left: none;
}
.footer_ul li a{
    color: #BBBBBB;
    font-size: 14px;
}
.copyright{
    position: relative;
    margin-top: 25px;
    z-index: 2;
}
.copyright, .copyright a{
    color: #BBBBBB;
}
.footer_right{
    width: 17%;
    float: left;
}
.footer_right img{
    display: block;
    width: 102px;
    margin: 50px auto 0;
}
.footer_right p{
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.top_blank{
    height: 80px;
}
.top_banner{
    position: relative;
    padding-top: 19.8%;
    overflow: hidden;
}
.top_banner_box, .top_banner_img, .top_banner_shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.top_banner_img{
    z-index: 2;
}
.top_banner_img img{
    width: 100%;
}
.top_banner_shadow{
    background: rgba(0, 0, 0, .1);
    z-index: 3;
}
.top_banner_tit{
    position: absolute;
    z-index: 4;
    text-align: center;
    right: 19%;
    top: 40%;
}
.top_banner_tit h2{
    font-size: 42px;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
    font-weight: 400;
    letter-spacing: 1px;
}
@media (min-width: 768px) {
    .top_banner_tit{
        top: 36%;
    }
    .top_banner_tit h2{
        font-size: 35px;
    }
}
@media (min-width: 1300px) {
    .top_banner_tit{
        top: 40%;
    }
    .top_banner_tit h2{
        font-size: 42px;
    }
}
.top_banner_tit img{
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 20px;
}
.bread_menu{
    position: relative;
    box-sizing: border-box;
    height: 60px;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}
.bread_menu_left{
    width: 40%;
    height: 100%;
    float: left;
    margin-left: 5%;
}
.bread_menu_left a{
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    float: left;
    color: #333333;
    font-size: 18px;
}
.bread_menu_left a:before{
    content: '>';
    position: absolute;
    left: -5px;
}
.bread_menu_left a:first-child:before{
    content: '';
}
.bread_menu_right{
    position: absolute;
    height: 100%;
    float: right;
    right: 5%;
}
.bread_menu_right a{
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    float: left;
    color: #333333;
    font-size: 18px;
}
.bread_menu_right a:hover, .bread_menu_right a.active{
    color: #0D5083;
}
.page_box{
    background: #FAFAFA;
}
.page_contain{
    margin: 0 auto;
    padding: 50px 0;
}
.leader_left{
    box-sizing: border-box;
    width: 23.8%;
    float: left;
}
.leader_box{
    padding-bottom: 100px;
}
.con_title{
    text-align: center;
    font-size: 32px;
    color: #333333;
    margin-bottom: 50px;
    font-weight: 400;
}
.leader_left img{
    width: 100%;
}
.leader_left h4{
    font-size: 24px;
    color: #0D5083;
    padding-bottom: 7px;
    border-bottom: 1px solid #004EA2;
    margin-top: 15px;
    font-weight: 400;
}
.leader_left p{
    font-size: 16px;
    color: #888888;
    margin-top: 8px;
}
.leader_right{
    box-sizing: border-box;
    width: 76.2%;
    float: left;
    padding-left: 55px;
}
.leader_right h3{
    font-size: 28px;
    color: #333333;
    margin-bottom: 30px;
    line-height: 24px;
    font-weight: 400;
}
.leader_right p{
    line-height: 36px;
    color: #333333;
    font-size: 18px;
}
.about_con{
    padding-bottom: 30px;
}
.text_con, .text_con p, .text_con span, .text_con div{
    font-size: 18px !important;
    line-height: 36px !important;
    text-align: left !important;
    text-indent: 2em !important;
}
.about_title{
    font-size: 28px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 20px;
}
.about_con_left{
    box-sizing: border-box;
    width: 60%;
    float: left;
    padding-right: 50px;
}
.about_con p{
    text-indent: 2em;
    line-height: 36px;
    font-size: 18px;
    margin-bottom: 20px;
}
.about_con_right{
    width: 40%;
    float: right;
}
.about_con img{
    width: 680px;
    margin: 0 auto;
}
.about_con .about_con_right img{
    width: 100%;
    margin-top: 8px;
}

.develop_box{
    position: relative;
    margin-top: 20px;
}
.develop_box_line{
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    width: 30%;
    border-right: 1px solid #CCCCCC;
    left: 0;
    z-index: 1;
}
.develop_item{
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
    z-index: 2;
}
.develop_item:hover{
    background: url("../images/develop_item_bg.png") no-repeat;
    background-size: 100% 100%;
}
.develop_item_left{
    position: relative;
    box-sizing: border-box;
    width: 30%;
    min-height: 100px;
    float: left;
    padding-top: 3px;
}
.develop_item_img_box{
    position: absolute;
    width: 150px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -50px;
}
.develop_item_left img{
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
    transform:scale(.8);
    -ms-transform:scale(.8); 	/* IE 9 */
    -moz-transform:scale(.8); 	/* Firefox */
    -webkit-transform:scale(.8); /* Safari 和 Chrome */
    -o-transform:scale(.8); 	/* Opera */
    transition: all .5s;
}
.develop_item:hover .develop_item_left img{
    box-sizing: border-box;
    transform:scale(1.4);
    -ms-transform:scale(1.4); 	/* IE 9 */
    -moz-transform:scale(1.4); 	/* Firefox */
    -webkit-transform:scale(1.4); /* Safari 和 Chrome */
    -o-transform:scale(1.4); 	/* Opera */
    border: 3px solid #EB621A;
}
.develop_item_right{
    box-sizing: border-box;
    width: 70%;
    float: left;
}
.develop_time_box{
    position: relative;
    padding-left: 30px;
    color: #0D5083;
    font-weight: 600;
    font-size: 17px;
    margin-left: -8.5px;
}
.develop_item:hover .develop_time_box{
    color: #fff;
    font-size: 19px;
}
.develop_item_line{
    position: absolute;
    width: 30%;
    height: 120%;
    border-right: 1px solid #CCCCCC;
    left: -1px;
    top: -10%;
}
.develop_text_box{
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
    margin-left: -8.5px;
    font-size: 15px;
    line-height: 26px;
}
.develop_item:hover .develop_text_box{
    color: #fff;
    font-weight: 600;
}
.dot_big{
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 16px;
    background: #0D5083;
    text-align: center;
}
.dot_big_in{
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    left: 5px;
    top: 5px;
}
.develop_item:hover .dot_big{
    background: #fff;
}
.develop_item:hover .dot_big_in{
    background: #0D5083;
}
.dot_small{
    position: absolute;
    left: 5px;
    top: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #EB621A;
}
.pre_img{
    width: 100%;
    display: block;
}

.media_news_con{
    width: 100%;
    margin: 0 auto;
}
.media_news_item_box{
    position: relative;
    box-sizing: border-box;
    width: 33.3%;
    float: left;
    padding: 0 30px;
    margin: 5px 0 30px;
}
.honest_item_box .media_news_item_box{
    width: 50%;
}
.media_style_item_box{
    width: 25%;
}
.media_news_item{
    position: relative;
    box-shadow: 0 0 5px #ddd;
}
.media_news_img{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 70%;
    background: #fff;
    overflow: hidden;
}
.media_news_img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media_news_shadow{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
.media_news_text_box{
    height: 188px;
    position: relative;
}
.media_news_text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 188px;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}
.media_news_text h4{
    padding: 6px 0 15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 16px;
}
.media_news_det{
    font-size: 14px;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    line-height: 25px;
    height: 72px;
}
.media_news_time{
    margin-top: 15px;
    font-size: 14px;
    color: #0066CC;
}

.media_news_item:hover .media_news_text{
    height: 256px;
    bottom: 0;
    background: url("../images/news_hover.png") no-repeat;
    background-size: 100% 100%;
}
.media_news_item:hover .media_news_time, .media_news_item:hover  .media_news_det, .media_news_item:hover  .media_news_text h4{
    color: #fff;
}
.media_news_item:hover .media_news_shadow{
    display: block;
}
.media_news_read{
    display: block;
    margin-top: 30px;
    padding: 8px 24px;
    border: none;
    outline: none;
    background: #EB621A;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
}
.media_news_read .iconfont{
    float: right;
}

.hr-pagination {
    position: relative;
    width: 90%;
    margin: 30px auto 0 auto;
    text-align: center;
}
.pagination-page {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination-page > li {
    display: inline;
}
.pagination-page > li > a, .pagination-page > li > span {
    position: relative;
    float: left;
    padding: 0 10px;
    margin-left: 5px;
    height: 30px;
    line-height: 30px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.pagination-page > li > span.a1{
    border: none;
    padding: 0 20px 0 0;
}
.pagination-page > li > span.a1 .orange{
    color: #ED782E;
}
.pagination-page > li > span.omit{
    border: none;
}

.pagination > li > a.current_page, .pagination-page > li > .current_page{
    background-color:#FAFAFA;
    color: #ED782E;
}
.pagination-page > li > a:hover, .pagination-page > li > a:focus{
    z-index: 2;
    color: #ED782E;
    background-color: #eee;
    border-color: #ddd;
}
.pagination-page > .active > a, .pagination-page > .active > span, .pagination-page > .active > a:hover, .pagination-page > .active > span:hover, .pagination-page > .active > a:focus, .pagination-page > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination-page > .disabled > span, .pagination-page > .disabled > span:hover, .pagination-page > .disabled > span:focus, .pagination-page > .disabled > a, .pagination-page > .disabled > a:hover, .pagination-page > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.article_container{
    padding-left: 50px;
    padding-right: 50px;
}
.article_top{
    width: 340px;
    float: right;
    color: #999999;
    font-size: 12px;
}
.article_top_1{
    float: left;
    margin-top: 1px;
}
.article_top_2{
    float: left;
    display: inline-block;
    padding: 0 20px;
}
.article_top_3{
    margin-top: 1px;
    float: left;
}
#share_con{
    float: right;
}
.article_tit{
    font-size: 20px;
    padding: 30px 0 10px;
    text-align: center;
}
.article_con{
    margin-top: 10px;
}
.article_con, .article_con div, .article_con p, .article_con span{
    text-indent: 2em !important;
}
.article_con span{
    display: block;
}
.article_con, .article_con p, .article_con div, .article_con span{
    font-family: "Microsoft YaHei","黑体","宋体",sans-serif !important;
    font-size: 16px !important;
    line-height: 30px !important;
}
.article_con img{
    display: block !important;
    width: 550px;
    height: auto !important;
    margin: 0 auto;
}
.article_bottom{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 0 15px;
    height: 50px;
    background: #F0F0F0;
}
.article_bottom_left, .article_bottom_right{
    width: 36%;
    float: left;
    margin-top: 15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    color: #666666;
}
.article_bottom_right{
    float: right;
    text-align: right;
}
.article_bottom_left a, .article_bottom_right a{
    color: #666666;
}
.article_bottom_left a:hover, .article_bottom_right a:hover{
    text-decoration: underline;
}
.article_back{
    position: absolute;
    width: 50px;
    text-align: center;
    text-decoration: underline;
    color: #0D5083;
    left: 50%;
    top: 15px;
    margin-left: -25px;
}

.honour_con{
    width: 90%;
    margin: 0 auto;
}
.honour_item{
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 30px;
}
.honour_item img{
    display: block;
    width: 100%;
}
.advantage_con{
    padding-bottom: 50px;
}
.advantage_con p{
    text-indent: 2em;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
}
.advantage_con img{
    display: block;
    width: 80%;
    margin: 30px auto;
}

.product_con{
    padding-bottom: 80px;
    font-size: 18px;
    line-height: 36px;
}
.product_con p{
    font-size: 26px;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid #EEEEEE;
}
.product_con img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.talent_group_con{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
}
.talent_line{
    height: 2px;
    border-top: 2px solid #EEEEEE;
    margin-bottom: 15px;
}
.talent_group_con p{
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    text-indent: 2em;
}
.swiper_talent_con{
    position: relative;
    width: 100%;
    padding-bottom: 70.6%;
    margin-top: 40px;
}
.swiper_talent_box{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 100%;
    overflow: hidden;
}
.swiper-talent{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70.6%;
    margin: 0 auto;
}
.swiper-talent .swiper-slide img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.swiper-talent .pagination{
    bottom: -60px;
}
.swiper-talent .swiper-pagination-switch{
    width: 10px;
    height: 10px;
}
.swiper-talent .swiper-slide{
    overflow: hidden;
}
.swiper-talent .swiper-slide-active{
    overflow: auto !important;
}

.talent_plan_con{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 28px;
}
.talent_plan_con h3{
    font-size: 22px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 10px;
}
.talent_plan_con img{
    display: block;
    width: 100%;
    margin: 30px auto;
}

.hw_item_box{
    position: relative;
}
.recruit_type_item{
    padding: 0 50px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}
.recruit_type_item:first-child{
    padding: 0 50px 0 20px;
}
.recruit_type_item span{
    display: inline-block;
    padding: 12px 0 12px;
    margin-bottom: -1px;
    font-size: 20px;
    font-weight: 500;
}
.recruit_type_item.active, .recruit_type_item.active a{
    color: #EB621A;
}
.recruit_type_item.active span{
    border-bottom: 2px solid #EB621A;
}
.recruit_type{
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.recruit_table{
    width: 100%;
    border-collapse:collapse;
}
.recruit_table th{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    padding: 15px;
}
.recruit_table td{
    font-size: 16px;
    color: #333333;
    padding: 13px 15px;
    text-align: center;
}
.recruit_table tr:nth-child(even){
    background: #FAFAFA;
}
.recruit_table tr:nth-child(odd){
    background: #FFFFFF;
}
.recruit_table td a{
    color: #0D5083;
}
.recruit_table td a:hover{
    text-decoration: underline;
}
.recruit_table th.first_t, .recruit_table td.first_t{
    text-align: left;
    padding-left: 20px;
}
.recruit_table h2{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.recruit_detail{
    padding-bottom: 50px;
}
.recruit_detail h3{
    padding: 15px 20px;
    background: #FAFAFA;
    color: #0D5083;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 2px solid #EEEEEE;
}
.recruit_msg{
    padding: 30px 20px;
}
.recruit_msg p{
    padding: 3px 0;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.recruit_text{
    padding: 0 20px 20px;
    line-height: 30px;
    font-size: 16px;
}
.notice_con{
    padding-bottom: 80px;
}
.honesty_con{
    line-height: 36px;
    font-size: 18px;
    color: #333333;
}

.contact_us_con{
    background: #FAFAFA;
}
.map_box{
    position: relative;
    background: #fff;
}
.map_box.container{
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.map{
    width: 100%;
    height: 450px;
}
.contact_box{
    margin-top: 30px;
    padding-bottom: 50px;
}
.contact_type{
    box-sizing: border-box;
    width: 30%;
    float: left;
    padding-right: 30px;
    font-size: 15px;
    line-height: 29px;
    color: #333333;
}
.contact_type h3{
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
}
.contact_type p{
    margin-bottom: 10px;
}
.contact_type .iconfont{
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    color: #CDCDCD;
}
.contact_msg{
    box-sizing: border-box;
    width: 70%;
    padding: 15px 15px 35px;
    margin-top: 16px;
    float: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    background: #fff;
}
.contact_msg h3{
    padding-bottom: 20px;
    padding-left: 8px;
}
.msg_item{
    box-sizing: border-box;
    width: 33.3%;
    padding: 0 10px;
    float: left;
    cursor: pointer;
}
.msg_item p{
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.msg_item.active p{
    border-bottom: 2px solid #0C4F82;
}
.msg_item_con{
    display: none;
    margin-top: 20px;
    box-sizing: border-box;
}
.msg_item_con.active{
    display: block;
}
.input_box{
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.input_box input{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px 8px 50px;
    outline: none;
    border: none;
    border-bottom: 1px solid #E7E7E7;
}
.input_box span{
    position: absolute;
    left: 10px;
    top: 6px;
    color: #C6C6C6;
}
.input_box textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    resize: none;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin-top: 10px;
}
.input_box.input_code_box input{
    display: block;
    width: 250px;
    padding-left: 60px;
    padding-right: 90px;
}
.input_box.input_code_box img{
    position: absolute;
    width: 84px;
    height: 28px;
    left: 176px;
    top: 3px;
}
.msg_submit{
    display: block;
    padding: 10px 18px;
    margin-top: 28px;
    border: none;
    background: #0D5083;
    color: #fff;
    margin-left: 10px;
    border-radius: 3px;
    box-shadow: 0 0 8px #ddd;
}

@media (min-width: 768px) {
    .news_box{
        width: 996px;
        height: 465px;
    }
    .news_left{
        width: 643px;
    }
    .news_right{
        width: 331px;
    }
    .news_item{
        height: 90px;
    }
}
@media (min-width: 992px) {
    .news_box{
        width: 1100px;
        height: 513px;
    }
    .news_left{
        width: 712px;
    }
    .news_right{
        width: 366px;
    }
    .news_item{
        height: 103px;
    }
    .news_item_left{
        width: 50px;
        height: 50px;
        font-size: 60px;
    }
    .news_item_dec{
        font-size: 16px;
    }
    .news_item_time{
        margin-top: 15px;
    }
    .style_box, .video_box{
        width: 1100px;
    }
    .style_item{
        width: 220px;
        height: 335px;
        margin-left: 70px;
    }
    .style_img{
        height: 233px;
    }
    .video_right{
        height: 438px;
    }
    .section3{
        height: 610px;
    }
}
@media (min-width: 1200px) {
    .news_box{
        width: 1160px;
        height: 560px;
    }
    .news_left{
        width: 760px;
    }
    .news_right{
        width: 380px;
    }
    .news_item{
        height: 115px;
    }
    .news_item_left{
        width: 60px;
        height: 60px;
        font-size: 66px;
    }
    .news_item_dec{
        font-size: 18px;
    }
    .news_item_time{
        margin-top: 17px;
    }
    .style_box, .video_box{
        width: 1160px;
    }
    .style_item{
        width: 230px;
        height: 365px;
        margin-left: 78px;
    }
    .style_img{
        height: 263px;
    }
    .video_right{
        height: 478px;
    }
    .section3{
        height: 640px;
    }
    /*.news_left_img {*/
        /*width: 600px;*/
        /*height: 435px;*/
    /*}*/
    /*.news_left_text_box{*/
        /*height: 190px;*/
    /*}*/
}

#share{
    float: right;
    margin-top: -6px;
}
#share .social-share-icon{
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.people_item_box .welfare_item{
    width: 100%;
    height: 180px;
    float: none;
}
.people_item_box .welfare_circle{
    margin-left: 15px;
}
.people_img{
    width: 110px;
    height: 110px;
    margin-top: 36px;
    margin-left: 36px;
    border-radius: 8px;
    overflow: hidden;
}
.people_img img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.people_item_box .welfare_into h3, .people_item_box .welfare_into h4{
    color: #3B3B3B;
    font-weight: 600;
    margin-bottom: 8px;
}
.people_item_box .welfare_into{
    padding-left: 36px;
    padding-right: 36px;
    position: relative;
    z-index: 3;
}
.people_item_box .welfare_into h3{
    font-size: 20px;
}
.people_item_box h4{
    font-size: 16px;
}
.people_item_box .welfare_item{
    position: relative;
}
.people_item_box .welfare_item:hover h4{
    color: #fff;
}
.people_item_box .welfare_item:hover p{
    color: #CCE2F3;
}
.people_item_box .welfare_into p{
    color: #6F6F6F;
    font-size: 14px;
    line-height: 25px;
    overflow:hidden;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.people_num{
    position: absolute;
    font-size: 130px;
    color: #F4F9FD;
    font-style: italic;
    right: 50px;
    top: 13px;
    z-index: 2;
    font-family: "Roboto","Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
.people_item_box .welfare_item:hover .people_num{
    color: #fff;
    opacity: .1;
}
.color_item{
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto 30px;
    padding: 15px 0 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}
.color_item img{
    width: 29%;
    float: left;
}
.color_intro{
    box-sizing: border-box;
    width: 71%;
    float: left;
    padding: 0 15px;
}
.color_intro_tit{
    padding-bottom: 15px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 10px;
}
.color_intro_tit h3{
    float: left;
    color: #3E3E3E;
    font-size: 22px;
    font-weight: 400;
    margin-top: 3px;
}
.color_intro_tit span{
    display: inline-block;
    float: right;
    color: #fff;
    background: #0D5083;
    border: none;
    padding: 8px 30px;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}
.intro_text{
    position: relative;
    color: #666666;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 7;
    line-height: 24px;
}
.intro_text span{
    position: absolute;
    display: inline-block;
    width: 100px;
    float: left;
    line-height: 25px;
}
.intro_text p{
    width: auto;
    float: left;
    margin-left: 70px;
    line-height: 25px;
}
.color_item:hover{
    background: url("../images/color_item_bg.png") no-repeat;
    background-size: 100% 100%;
}
.color_item:hover .intro_text, .color_item:hover .color_intro_tit h3{
    color: #fff;
}
.color_item:hover .color_intro_tit{
    border-bottom: 1px solid #fff;
}
.color_item:hover .color_intro_tit span{
    background: #EB621A;
}
.color_article_con{
    box-sizing: border-box;
    padding: 0 80px;
}
.hw_item_box{
    padding: 0 60px;
}
.hw_item{
    box-sizing: border-box;
    margin-bottom: 50px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    border-radius: 3px;
}
.hw_name{
    padding: 10px 25px;
    background: #F4F4F4;
}
.hw_msg{
    margin-top: 25px;
}
.hw_msg p{
    line-height: 28px;
}
.hw_name{
    color: #333333;
}
.hw_msg_1{
    box-sizing: border-box;
    width: 45%;
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    color: #333333;
}
.hw_msg_2{
    box-sizing: border-box;
    width: 35%;
    float: left;
    color: #333333;
}
.hw_msg_2 a{
    color: #6942B5;
    text-decoration: underline;
}
.hw_msg_3{
    box-sizing: border-box;
    width: 20%;
    float: right;
    color: #333333;
    padding-right: 25px;
    text-align: right;
    margin-top: 5px;
}
.hw_msg_3 a{
    display: inline-block;
    padding: 6px 40px;
    background: #0D5083;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
}
.hw_msg_3 a:hover{
    background: #EB621A;
}

.welfare_item{
    width: 94%;
    height: 160px;
    float: right;
    margin-bottom: 26px;
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    background: #fff;
    transition: all .5s;
    display:table;
    text-align: left;
}
.welfare_item:hover{
    background: url("../images/people_bg.png") no-repeat;
    background-size: 100% 100%;
}
.welfare_into{
    display:table-cell;
    vertical-align:middle;
    width: 100%;
    padding-left: 40px;
}
.welfare_into h3{
    font-size: 20px;
    color: #0D5083;
}
.welfare_into p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin-top: 6px;
}
.welfare_item:hover h3, .welfare_item:hover p{
    color: #fff;
}

.intro_con{
    font-size: 18px !important;
    line-height: 36px !important;
    text-align: left !important;
}
.intro_con, .intro_con div, .intro_con p, .intro_con span{
    text-indent: 2em !important;
}
.intro_con img{
    padding: 3px 0 20px 25px;
}

.fesi-tb ul li {
    list-style-type: disc;
}
.fesi-tb ul li::marker {
    color: #0E6EB8;
    font-size: 30px;
}