/* 鍓嶇璋锋ⅵ闃� */
/* 涓昏壊璋� #ff5400  */
.pop_b {
    font-family: pop_b;
}
@font-face {
    font-family: "pop_b";
    src: url("../fonts/Poppins-Bold.otf") format("opentype");
}
@font-face {
    font-family: "pop_r";
    src: url("../fonts/Poppins-Regular.otf") format("opentype");
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    overflow-x: hidden;
    max-width: 1920px;
    min-width: 1280px;
    position: relative;
    padding: 0;
    width: 100%;
    color: #333;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    background: #fff;
}

html.act {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

ul,
ul li,
ol li,
tr td,
dl,
dd {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #333;
    outline: none;
}

textarea,
select {
    outline: none;
    color: #666;
    font-size: 14px;
    width: 100%;
}

img {
    border: none;
    transform: scale(1);
    -webkit-transform: scale(1);
    display: block;
    max-width: 100%;
}

img[src=""] {
    opacity: 0;
}

body::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #000;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

.f_12 {
    font-size: 12px;
}

.f_14 {
    font-size: 14px;
}

.f_16 {
    font-size: 14px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 20px;
}

.f_26 {
    font-size: 26px;
}

.f_28 {
    font-size: 28px;
}

.f_30 {
    font-size: 30px;
}

.f_32 {
    font-size: 32px;
}

.f_34 {
    font-size: 34px;
}

.f_36 {
    font-size: 36px;
}

.f_38 {
    font-size: 38px;
}

.f_40 {
    font-size: 40px;
}
.f_42 {
    font-size: 42px;
}
.f_46 {
    font-size: 26px;
}
.f_48 {
    font-size: 28px;
}
.f_62 {
    font-size: 62px;
}
.f_72 {
    font-size: 42px;
}
.f_82 {
    font-size: 82px;
}

/*鍒嗛〉*/


.BMap_omCtrl
 {
    display: none !important;
}



.a_dw {
    position: relative;
    top: -100px;
}

.box {
    max-width: 1440px;
    min-width: 1200px;
    width: 75%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

.ibox {
    max-width: 1600px;
    min-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

.zbox {
    max-width: 1800px;
    min-width: 100px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}

.alltime,
.alltime * {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wow {
    opacity: 0;
}

.wow1 {
    opacity: 1;
}


/* 澶撮儴 */
.m_header {
    display: none;
}

.header_nav {
    display: none;
}

.header {
    width: 100%;
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.header.ny {
    border-bottom: 1px solid #eee;
}
.header.act {
    background-color: rgba(255,255,255,0.6);
}
.header .zbox {
    height: 100%;
    line-height: 72px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
.header.ny .zbox {
    max-width: 1600px;
    min-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.header .logo_img {
    float: left;
    cursor: pointer;
}

.header .logo_img > a {
    width: 180px;
    height: 60px;
    display: block;
    margin-top: 20px;
    position: relative;
}
.header .logo_img > a img{
    position: absolute;
    top: 0;
    left: 0;
}
.header .logo_img > a .logo2 {
    opacity: 0;
}
.header.act .logo_img > a .logo2 {
    opacity: 1;
}
.header.act .logo_img > a .logo1 {
    opacity: 0;
}
.header.act1 .logo_img > a .logo2 {
    opacity: 1;
    /* transition-delay: 0.9s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 1s; */
}
.header.act1 .logo_img > a .logo1 {
    opacity: 0;
    /* transition-delay: 0.9s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 1s; */
}
.header .zbox .h_daohang {
    float: right;
    width: 0;
    height: 100%;
    line-height: 72px;
    margin-right: 125px;
    display: flex;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}
.header.ny .zbox .h_daohang {
    margin-right: 0;
}
.header.act .zbox .h_daohang {
    width: 44.4%;
    opacity: 1;
}
.header .zbox .ul1 {
    width: calc(100% - 105px);
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    margin-right: 25px;
}

.header .zbox .ul1 li {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.header .zbox .ul1 li .ltp a {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.header .zbox .ul1 li.act .ltp a {
    width: 100%;
    color: #282b8b;
}

.header .zbox .ul1 li:hover .ltp a {
    width: 100%;
   
    color: #282b8b;
    font-weight: 600;
}

.header .zbox .ul1 li .lbt a:hover {
    color: #ff5400;
}

.header .zbox .ul1 li .lbt {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    /* margin-left: 2px; */
}

.header .zbox .ul1 li .lbt .sbox {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.header .zbox .ul1 li .lbt a {
    display: block;
    line-height: 3;
    font-size: 14px;
}
.header .zbox .ss_box{
    display: flex;
    align-items: center;
}
.header .zbox .ss_box .dian_img{
    margin-right: 52px;
}
.header .zbox .ss_box .ss{
    width: 26px;
    height: 27px;
    position: relative;
}
.header .zbox .ss_box .ss a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/h_1.png) center no-repeat;
    position: relative;
}
.header .zbox .ss_box .ss input{
    display: block;
    width: 0px;
    height: 40px;
    background: #fff;
    border: 0;
    outline: none;
    border-bottom: 1px solid #ff5400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    z-index: 5;
}
.header .zbox .ss_box .ss:hover input {
    width: 300px;
    padding: 0 10px;
}

.header .zbox .hd_right{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header.ny .zbox .hd_right{
    display: none;
}
.header .zbox .hd_right .hd_text{
    color: #fff;
    margin-right: 14px;
}
.header.act .zbox .hd_right .hd_text{
    color: #333;
}
.header.act1 .zbox .hd_right .hd_text{
    color: #333;
}
.header .zbox .hd_right .san_line{
    width: 30px;
    height: 22px;
    position: relative;
}
.header .zbox .hd_right .san_line .line{
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.header.act .zbox .hd_right .san_line .line{
    background-color: #333;
}
.header.act1 .zbox .hd_right .san_line .line{
    background-color: #333;
    
}
.header .zbox .hd_right .san_line .line1{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.header .zbox .hd_right .san_line .line2{
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}
.header .zbox .hd_right .san_line .line3{
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
}
.header .zbox .hd_right.act .san_line .line1{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 10px;
}
.header .zbox .hd_right.act .san_line .line2{
    left: -100%;
    opacity: 0;
}
.header .zbox .hd_right.act .san_line .line3{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 10px;
}
.header .cc_line{
    width: 0;
    height: 3px;
    background-color: #39408f;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.header .cc_line.act1{
    width: 52.7%;
    opacity: 1;
}
.header .cc_line.act2{
    width: 64.1%;
    opacity: 1;
}
.header .cc_line.act3{
    width: 69.4%;
    opacity: 1;
}
.header .cc_line.act4{
    width: 74.7%;
    opacity: 1;
}
.header .cc_line.act5{
    width: 80%;
    opacity: 1;
}
.header .cc_line.act6{
    width: 85.3%;
    opacity: 1;
}
.header .cc_line.act7{
    width: 100%;
    opacity: 1;
}
.header .logo_img{
    display: flex;
}
.header .logo_img .en_line{
    width: 2px;
    height: 27px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 41px 21px 0;
}
.header.act .logo_img .en_line{
    background-color: rgba(153, 153, 153, .5);
}
.header.act1 .logo_img .en_line{
    background-color: rgba(153, 153, 153, .5);
}
.header .logo_img .sel{
    margin-top: 44px;
    width: 45px;
    height: 19px;
    background: url(../images/h_3.png) center right no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* .header .logo_img .sel.act{
    background: url(../images/h_33.png) center right no-repeat;
} */
.header.act .logo_img .sel {
    color: #6f6f6f;
    background: url(../images/h_4.png) center right no-repeat;
}
.header.act1 .logo_img .sel {
    color: #6f6f6f;
    background: url(../images/h_4.png) center right no-repeat;
}
.header .logo_img .sel .sel_text{
    line-height: 1.5;
    color: #fff;
}
.header.act .logo_img .sel .sel_text{
    color: #999;
}
.header.act1 .logo_img .sel .sel_text{
    color: #999;
}
.header .logo_img .sel .ul_ch{
    width: 100%;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    color: #fff;
    display: none;
    margin-top: 4px;
}
.header .logo_img .sel .ul_ch li{
    line-height: 2;
}
.header .logo_img .sel .ul_ch li a{
    color: #fff;
}
.header.act .logo_img .sel .ul_ch li a{
    color: #6f6f6f;
}
.header.act1 .logo_img .sel .ul_ch li a{
    color: #6f6f6f;
}

/* 澶撮儴 */

/* 鑴氶儴 */
.footer {
    width: 100%;
    height: 550px;
    background-color: #333333;
    overflow: hidden;
}
.footer .up{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer .up .left{
    width: 62%;
    height: 464px;
}
.footer .up .left .f_logo{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #484848;
}
.footer .up .left .ul1{
    width: 100%;
    display: flex;
    padding-top: 60px;
}
.footer .up .left .ul1 li{
    margin-right: 110px;
}
.footer .up .left .ul1 li:last-child{
    margin-right: 0;
}
.footer .up .left .ul1 li .fir_ch{
    margin-bottom: 30px;
}
.footer .up .left .ul1 li .fir_ch a{
    color: #fff;
}
.footer .up .left .ul1 li div{
    margin-bottom: 20px;
}
.footer .up .left .ul1 li div:last-child{
    margin-bottom: 0;
}
.footer .up .left .ul1 li div a{
color: rgba(255, 255, 255, 0.6);
}
.footer .up .left .ul1 li a:hover{
    color: #ff5400;
}

 .footer .up .right{
    width: 38%;
    padding: 175px 0 0 7%;
    border-left: 1px solid #484848;
}

/*.footer .up .right .d_text{
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}
.footer .up .right .d_text::before{
    content: "";
    display: block;
    width: 27px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer .up .right .d_text.t1::before{
    background: url(../images/f_1.png) no-repeat;
}
.footer .up .right .d_text.t2::before{
    background: url(../images/f_2.png) no-repeat;
}
.footer .up .right .d_text.t3::before{
    background: url(../images/f_3.png) no-repeat;
}
.footer .up .right .c_text{
    color: #fff;
    margin: 25px 0 30px 0;
    display: block;
    line-height: 1.5;
}
.footer .up .right .c_text:hover{
    color: #ff5400;
} */
.footer .up .right .two_img{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer .up .right .two_img .two{}
.footer .up .right .two_img .two .ewm_img{
    background-color: #fff;
    padding: 19px;
}
.footer .up .right .two_img .two .gzh{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #ff5400; */
}
.footer .up .right .two_img .two .gzh .gzh_text{
    color: #fff;
    padding-left: 31px;
    position: relative;
}
.footer .up .right .two_img .two .gzh .gzh_text::before{
    width: 31px;
    height: 20px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/f_4.png) center no-repeat;
}
.footer .up .right .two_img .two .gzh .gzh_text.gwb::before{
    width: 31px;
    height: 20px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../images/f_5.png) center no-repeat;
}
.footer .down{
    width: 100%;
    height: 85px;
    border-top: 2px solid #484848;
    display: flex;
    align-items: center;
}
.footer .down *{
    color: #999;
}

.footer .down .ibox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .down .ibox .d_left{
    display: block;
    align-items: center;
}
.footer .down .ibox .d_right .bqsy .f_map{
    margin-left: 20px;
}
.footer .down .ibox .d_left .three_img{
    display: flex;
    align-items: center;
    position: relative;
}
.footer .down .ibox .d_left .three_img .three{
    position: relative;
    cursor: pointer;
}
.footer .down .ibox .d_left .three_img .th_line{
    width: 1px;
    height: 14px;
    background-color: rgba(119, 119, 119, .5);
    margin: 0 22px;
}
.footer .down .ibox .d_left .three_img .ewm_img{
    width: 90px;
    height: 90px;
    padding: 10px;
    position: absolute;
    top: -94px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
}
.footer .down .ibox .d_left .three_img .three:hover .ewm_img{
    opacity: 1;
    top: -104px;
}
.footer .down .ibox .d_left .three_img .th_text{
    padding-left: 35px;
    position: relative;
}
.footer .down .ibox .d_left .three_img .th_text::before{
    content: "";
    display: block;
    width: 35px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer .down .ibox .d_left .three_img .th_text.x1::before{
    background: url(../images/f_4.png) no-repeat;
}
.footer .down .ibox .d_left .three_img .th_text.x2::before{
    background: url(../images/f_5.png) no-repeat;
}
.footer .down .ibox .d_left .three_img .th_text.x3::before{
    background: url(../images/f_6.png) no-repeat;
}
.footer .down .ibox .d_right{
    display: flex;
    align-items: center;
}
.footer .down .ibox .d_right .line{
    width: 1px;
    height: 16px;
    background-color: rgba(119, 119, 119, .5);
    margin: 0 15px;
}

.hxnhxlj{
    width: 100%;
    height: 100px;
    background-color: #39408f;
}
.hxnhxlj .ibox{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hxnhxlj .ibox .left{
    color: #fff;
}
.hxnhxlj .ibox .right{
    color: #fff;
}
.hxnhxlj .ibox .right .three_text{
    display: flex;
    align-items: center;
}
.hxnhxlj .ibox .right .three_text .three{
    display: flex;
    align-items: center;
}
.hxnhxlj .ibox .right .three_text .three .d_text{
    color: #fff;
}
.hxnhxlj .ibox .right .three_text .line{
    width: 1px;
    height: 16px;
    background-color: #fff;
    margin: 0 78px;
}

/* 鑴氶儴 */

/* 鏂伴椈鍒楄〃 */
#news .gsxw{
    width: 100%;
    background: url(/images/a_15.jpg) center no-repeat;
    background-size: cover;
    padding: 97px 0 137px 0;
}
#news .gsxw .lunb{
    width: 100%;
    margin-top: 82px;
    padding-left: 8.3333%;
    display: flex;
    position: relative;
}
#news .gsxw .lunb .btn{
    left: 8.3333%;
    bottom: 20px;
}

#news .gsxw .lunb .swi3{
    width: 45.45%;
    padding: 50px 6.85% 0 0;
    position: relative;
}

#news .gsxw .lunb .swiper3{
}
#news .gsxw .lunb .swiper3 .s3_box{
    width: 100%;
    position: relative;
    display: block;
}
#news .gsxw .lunb .swiper3 .s3_box .big_img{
    display: none;
}
#news .gsxw .lunb .swiper3 .s3_box .year{
    color: rgba(51, 51, 51, .7);
    padding-left: 24px;
    position: relative;
    line-height: 1.5;
}
#news .gsxw .lunb .swiper3 .s3_box .year::before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/n_3.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#news .gsxw .lunb .swiper3 .s3_box .d_text{
    color: #333;
    line-height: 1.3888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 30px 0 9px 0;
}
#news .gsxw .lunb .swiper3 .s3_box:hover .d_text{
    color: #ff5400;
}
#news .gsxw .lunb .swiper3 .s3_box .c_text{
    color: rgba(45, 66, 83, .7);
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#news .gsxw .lunb .swi4{
    width: 55%;
}
#news .gsxw .lunb .swiper4{
    width: 100%
}
#news .gsxw .lunb .swiper4 .swiper-slide{
    width: 66.667%;
    margin-right: 40px;
    opacity: .5;
}
#news .gsxw .lunb .swiper4 .swiper-slide-active{
    opacity: 1;
}
#news .gsxw .lunb .swiper4 .swiper-slide .s4_box{
    width: 100%;
    position: relative;
}
#news .gsxw .lunb .swiper4 .swiper-slide .s4_box .s4_img{
    width: 100%;
    overflow: hidden;
}
#news .gsxw .lunb .swiper4 .swiper-slide .s4_box .s4_img img{
    width: 100%;
}
#news .gsxw .lunb .swiper4 .swiper-slide .s4_box:hover .s4_img img{
    transform: scale(1.1);
}
#news .gsxw .lunb .swiper4 .swiper-slide .s4_box a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* 鏂伴椈鍒楄〃 */
#news .xwlb{
    width: 100%;
}
#news .xwlb .ibox{
    padding: 34px 0 150px 0;
}
#news .xwlb .ibox .seven_xw{
    width: 100%;
}
#news .xwlb .ibox .seven_xw .seven{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #dddddd;
    padding: 22px 0 13px 0;
    line-height: 1.5;
}
#news .xwlb .ibox .seven_xw .seven .left{
    width: 75%;
}
#news .xwlb .ibox .seven_xw .seven .left .c_text{
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news .xwlb .ibox .seven_xw .seven:hover .left .c_text{
    color: #ff5400;
}
#news .xwlb .ibox .seven_xw .seven .rgiht{}
#news .xwlb .ibox .seven_xw .seven .rgiht .year{
    color: #999;
}
#news .xwlb .ibox .fy{
    margin-top: 50px;
}

/* 鏂伴椈璇︽儏 */
#news_con .xwxq{
    width: 100%;
}
#news_con .xwxq .ibox{
    padding: 100px 11% 150px;
}
#news_con .xwxq .ibox .up{
    margin-bottom: 50px;
}
#news_con .xwxq .ibox .up .xwxq_title{
    color: #000;
    margin-bottom: 45px;
    line-height: 1.5;
    text-align: center;
}
#news_con .xwxq .ibox .up .two_text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#news_con .xwxq .ibox .up .two_text .one{
    display: flex;
}
#news_con .xwxq .ibox .up .two_text .one .two{
    margin-right: 26px;
}
#news_con .xwxq .ibox .up .two_text .two{
    color: #666;
}
#news_con .xwxq .ibox .down{
    width: 100%;
}
#news_con .xwxq .ibox .down .c_text{
    color: #666;
    line-height: 1.8;
}
#news_con .xwxq .ibox .down .xwxq_img{
    width: 100%;
}
#news_con .xwxq .ibox .down .xwxq_img img{
    max-width: 100%;
    display: block;
    margin: 45px auto 35px;
}
#news_con .xwxq .ibox .down img{
    max-width: 100%;
    display: block;
    margin: 45px auto 35px;
}
#news_con .xwxq .ibox .down .line{
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin: 109px 0 50px 0;
}
#news_con .xwxq .ibox .sxf{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#news_con .xwxq .ibox .sxf .left{
    width: 75%;
}
#news_con .xwxq .ibox .sxf .left .sxyp{
    display: block;
    color: #666;
}
#news_con .xwxq .ibox .sxf .left .sxyp.syp{
    margin-bottom: 29px;
}
#news_con .xwxq .ibox .sxf .left .sxyp:hover{
    color: #ff5400;
}
#news_con .xwxq .ibox .sxf .right .more .more_img img{
    transform: rotate(180deg);
}

/* 棣栭〉宸︿晶 */
#index .swiper_bd .left_bd{
    width: 130px;
    height: 640px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.07);
    border-top-right-radius: 55px;
    overflow: hidden;
    z-index: 5;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    padding: 100px 0 60px 0;
}
#index .swiper_bd .left_bd.act{
    left: -100%;
}
#index .swiper_bd .left_bd .pagination_bd{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
#index .swiper_bd .left_bd .pagination_bd .swiper-pagination-bullet{
    display: block;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}
#index .swiper_bd.act .left_bd .pagination_bd .swiper-pagination-bullet{
    background-color: rgba(153, 153, 153, .3);
}
#index .swiper_bd .left_bd .pagination_bd .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #ff5400;
}
#index .swiper_bd.act .left_bd .pagination_bd .swiper-pagination-bullet-active {
    background-color: #ff5400;
}
#index .swiper_bd .left_bd .pagination_bd .swiper-pagination-bullet:last-child{
    margin-bottom: 0;
    display: none;
}
#index .swiper_bd .left_bd .s_line{
    width: 1px;
    height: 200px;
    background-color: rgba(255, 255, 255, .15);
    position: relative;
    margin-top: 75px;
    overflow: hidden;
}
#index .swiper_bd.act .left_bd .s_line{
    background-color: #e5e5e5;
}
@keyframes sxplay {
    0% {
        top: -10%;
    }
    100% {
        top: 105%;
    }
}

@-webkit-keyframes sxplay {
    0% {
        top: -10%;
    }
    100% {
        top: 105%;
    }
}
#index .swiper_bd .left_bd .s_line .ss_line{
    width: 100%;
    height: 40px;
    background-color: #fff;
    position: absolute;
    animation:sxplay 5s infinite;
    -moz-animation: sxplay 5s linear;
    -webkit-animation:sxplay 5s infinite;
    -o-animation: sxplay 5s linear;
}#index .swiper_bd.act .left_bd .s_line .ss_line{
    background-color: #ff5400;
}
#index .swiper_bd .left_bd .dow{
    margin-top: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#index .swiper_bd .left_bd .dow .dow_img{
    width: 20px;
    height: 30px;
    overflow: hidden;
    position: relative;
}
@keyframes sxyd {
    0% {
        top: 15%;
    }
    100% {
        top: 55%;
    }
}

@-webkit-keyframes sxyd {
    0% {
        top: 15%;
    }
    100% {
        top: 55%;
    }
}
#index .swiper_bd .left_bd .dow .dow_img::before{
    content: "";
    display: block;
    width: 3px;
    height: 8px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation:sxyd 1.5s infinite alternate linear;
    -moz-animation: sxyd 1.5s linear alternate linear;
    -webkit-animation:sxyd 1.5s infinite alternate linear;
    -o-animation: sxyd 1.5s linear alternate linear;
}
#index .swiper_bd.act .left_bd .dow .dow_img::before{
background-color: #333;
}
#index .swiper_bd .left_bd .dow .dow_img img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#index .swiper_bd .left_bd .dow .dow_img img:last-child{
    opacity: 0;
}
#index .swiper_bd.act .left_bd .dow .dow_img img:last-child{
    opacity: 1;
}
#index .swiper_bd.act .left_bd .dow .dow_img img:first-child{
    opacity: 0;
}
#index .swiper_bd .left_bd .dow .dow_text{
    color: #fff;
    margin-top: 13px;
}
#index .swiper_bd.act .left_bd .dow .dow_text{
    color: #333;
}


/* 棣栭〉杞挱绗竴灞� */
#index .swiper_bd{}
#index .swiper_bd .swiper1 {}
#index .swiper_bd .swiper1 .swiper-slide{
    width: 100%;
    height: 100vh;
    position: relative;
}
#index .swiper_bd .swiper1 .swiper-slide .vid{
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100vh;
}
#index .swiper_bd .swiper1 .swiper-slide .vid video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#index .swiper_bd .swiper1 .swiper-slide .swi1_img{
    width: 100%;
    height: 100%;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_img img{
    width: 100%;
    height: 100%;
    object-fit: none;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_img img:last-child{
    display: none;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_fp{
    position: absolute;
    left: 13.8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

#index .swiper_bd .swiper1 .swiper-slide .swi1_fp .text{
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    position: relative;
}
#index .swiper_bd .swiper1 .swiper-slide-active .swi1_fp .text{
    opacity: 1;
    transform: translateY(0);
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_fp .text::after{
    content: "";
    display: block;
    width: 23px;
    height: 16px;
    background: url(../images/i_5.png) no-repeat;
    position: absolute;
    top: -40px;
    left: 0;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_fp .text::before{
    content: "";
    display: block;
    width: 23px;
    height: 16px;
    background: url(../images/i_6.png) no-repeat;
    position: absolute;
    bottom: 0px;
    right: -10px;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_fp .d_text{
    color: #fff;
    font-weight: bold;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_fp .c_text{
    color: #fff;
    margin-top: 30px;
    letter-spacing: 3.5px;
}
@keyframes xzhuan {
    0% {
        width: 0;
    }
    49% {
        width: 250px;
    }
    50% {
    transform: rotate(0deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes xzhuan {
    0% {
        width: 0;
    }
    49% {
        width: 250px;
    }
    50% {
    transform: rotate(0deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}

#index .swiper_bd .swiper1 .swiper-slide .swi1_fp .fxkuang{
    width: 250px;
    height: 250px;
    background-color: rgba(241, 101, 34, .6);
    position: absolute;
    top: -75px;
    left: -38px;
    z-index: -1; 
}
#index .swiper_bd .swiper1 .swiper-slide-active .swi1_fp .fxkuang{
    animation: xzhuan 3.2s forwards;
    -moz-animation: xzhuan 3.2s forwards;
    -webkit-animation: xzhuan 3.2s forwards;
    -o-animation: xzhuan 3.2s forwards;
    transition: transform 3s 1.3s cubic-bezier(.3,0,.07,.99);
    -webkit-transition: transform 3s 1.3s cubic-bezier(.3,0,.07,.99);
}
#index .swiper_bd .swiper1 .prne{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background: transparent;
    margin-top: 0;
}
#index .swiper_bd .swiper1 .prne.prev1{
    left: 0;
}
#index .swiper_bd .swiper1 .prne.prev1:hover{
    cursor: url(../images/i_3.png),zoom-in;
}
#index .swiper_bd .swiper1 .prne.next1{
    right: 0;
}
#index .swiper_bd .swiper1 .prne.next1:hover{
    cursor: url(../images/i_2.png),zoom-in;
}

/* 棣栭〉杞挱绗簩灞� */
#index .swiper_bd .swi2_ping{
    width: 100%;
    height: 100%;
    display: flex;
}
#index .swiper_bd .swi2_ping .left{
    width: 50%;
    position: relative;
    background: url(../images/i_3.jpg) center no-repeat;
    background-size: cover;
    padding: 288px 79px 0 209px;
}
#index .swiper_bd .swi2_ping .left .d_text{
    color: #1c1919;
    border-bottom: 2px solid #ff5400;
    padding-bottom: 30px;
    font-weight: bold;
}
#index .swiper_bd .swi2_ping .left .dd_text{
    color: #ff5400;
    margin: 17px 0 19px 0;
    position: relative;
}
#index .swiper_bd .swi2_ping .left .dd_text::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/i_7.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#index .swiper_bd .swi2_ping .left .c_text{
    color: #777;
    line-height: 2;
}
#index .swiper_bd .swi2_ping .left .four_text{
    height: 160px;
    min-width: 1060px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 180px;
    z-index: 2;
}
#index .swiper_bd .swi2_ping .left .four_text .four{
    width: 25%;
    height: 100%;
    background: url(../images/i_9.png);
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding-top: 27px;
}
#index .swiper_bd .swi2_ping .left .four_text .four.act{
    background: url(../images/i_8.png);
    height: 180px;
}
#index .swiper_bd .swi2_ping .left .four_text .four::before{
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#index .swiper_bd .swi2_ping .left .four_text .four:last-child::before{
    display: none;
}
#index .swiper_bd .swi2_ping .left .four_text .four.act::before{
    display: none;
}
#index .swiper_bd .swi2_ping .left .four_text .four .ud_text{
    color: #fff;
}
#index .swiper_bd .swi2_ping .left .four_text .four .num{
    color: #39408f;
    margin: 9px 0;
}
#index .swiper_bd .swi2_ping .left .four_text .four.act .num{
    color: #fff;
}
#index .swiper_bd .swi2_ping .right{
    width: 50%;
    height: 100%;
}
#index .swiper_bd .swi2_ping .right .ri_img{
    width: 100%;
    height: 100%;
}
#index .swiper_bd .swi2_ping .right img{
    width: 100%;
    height: 100%;
    object-fit: none;
}

/* 棣栭〉杞挱绗笁灞� */
#index .swiper_bd .swi3_ping{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
}
#index .swiper_bd .swi3_ping .up{
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 5;
}
#index .swiper_bd .swi3_ping .up .d_text{
    color: #1c1919;
    letter-spacing: 6px;
    font-weight: bold;
}
#index .swiper_bd .swi3_ping .up .c_text{
    color: #777;
    line-height: 1.5;
    margin-top: 21px;
}

#index .swiper_bd .swi3_ping .vid{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#index .swiper_bd .swi3_ping .vid video{
    width: 100%;
}

#index .swiper_bd .swi3_ping .vid .china{
    width: 536px;
    height: 247px;
    position: absolute;
    top: 55%;
    right: 17%;
    cursor: pointer;
}
#index .swiper_bd .swi3_ping .vid .china a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
#index .swiper_bd .swi3_ping .vid .china .qq{
    width: 100%;
    height: 100%;
    position: relative;
}
#index .swiper_bd .swi3_ping .vid .china .qq .cheng{
    width: 60px;
    height: 60px;
    position: absolute;
    top: -18px;
    left: 58%;
}
@keyframes warn {
0% {
transform:translate(-50%,-50%) scale(0.5);
-webkit-transform:translate(-50%,-50%) scale(0.5);
opacity: 0.3;
}

100% {
transform:translate(-50%,-50%) scale(1);
-webkit-transform:translate(-50%,-50%) scale(1);
opacity: 0.0;
}
}

@-webkit-keyframes warn {
0% {
transform:translate(-50%,-50%) scale(0.5);
-webkit-transform:translate(-50%,-50%) scale(0.5);
opacity: 0.3;
}

100% {
transform:translate(-50%,-50%) scale(1);
-webkit-transform:translate(-50%,-50%) scale(1);
opacity: 0.0;
}
}
#index .swiper_bd .swi3_ping .vid .china .qq .cheng .s1{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #ff6515 , #ff3e05);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
#index .swiper_bd .swi3_ping .vid .china .qq .cheng .s2{
    width: 34px;
    height: 34px;
    background-color: #ff5400;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: 2;
    opacity: 0.3;
    -webkit-animation: warn 1s infinite linear;
    -moz-animation: warn 1s infinite linear;
    animation: warn 1s infinite linear;
}
#index .swiper_bd .swi3_ping .vid .china .qq .cheng .s3{
    width: 60px;
    height: 60px;
    background-color: #ff5400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.1;
    -webkit-animation: warn 1s infinite linear;
    -moz-animation: warn 1s infinite linear;
    animation: warn 1s infinite linear;
}
#index .swiper_bd .swi3_ping .vid .china .qq .zgzb{
    position: absolute;
    top: 0;
    right: 0;
    width: 162px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding-right: 54px;
    -moz-box-shadow:0px 0px 12px #DDDDDD; -webkit-box-shadow:0px 0px 12px #DDDDDD; box-shadow:0px 0px 12px #DDDDDD;
    letter-spacing: 1px;
}
#index .swiper_bd .swi3_ping .vid .china .qq .zgzb::before{
    content: "";
    display: flex;
    width: 54px;
    height: 37px;
    background: url(../images/i_15.jpg) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

#index .swiper_bd .swi3_ping .vid .china .qq .zgzb::after{
    content: "";
    display: flex;
    width: 4px;
    height: 9px;
    background: url(../images/i_23.png) no-repeat;
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateY(-50%);
}
#index .swiper_bd .swi3_ping .vid .china .qq .down{
    display: none;
    -moz-box-shadow:0px 0px 12px #DDDDDD; -webkit-box-shadow:0px 0px 12px #DDDDDD; box-shadow:0px 0px 12px #DDDDDD;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .lrt{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    -moz-box-shadow:0px 0px 12px #DDDDDD; -webkit-box-shadow:0px 0px 12px #DDDDDD; box-shadow:0px 0px 12px #DDDDDD;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .left{
    width: calc(100% - 220px);
    padding: 28px 15px 20px 21px;
    background-color: #fff;
    position: relative;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .left .d_text{
    color: #39408f;
    font-weight: bold;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .left .c_text{
    color: #6c6c6c;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-top: 15px;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .left .jiantou{
    width: 20px;
    height: 11px;
    background: url(../images/i_21.png) center no-repeat;
    position: absolute;
    bottom: 20px;
    left: 21px;
    display: none;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down:hover .left .jiantou{
    left: 25px;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .right{
    width: 220px;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .right img{
    width: 100%;
}

#index .swiper_bd .swi3_ping .vid .china .qq .down .out_img{
    width: 27px;
    height: 27px;
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 7;
    cursor: pointer;
    display: none;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .out_img:hover{
    transform: rotate(180deg);
}
#index .swiper_bd .swi3_ping .vid .china.usa{
    width: 536px;
    height: 247px;
    position: absolute;
    top: 49%;
    left: 12%;
}
#index .swiper_bd .swi3_ping .vid .china.usa .qq .zgzb{
    position: absolute;
    top: 0;
    left: 0;
    width: 162px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding-left: 54px;
    padding-right: 0;
}
#index .swiper_bd .swi3_ping .vid .china.usa .qq .cheng{
    width: 60px;
    height: 60px;
    position: absolute;
    top: -11px;
    left: 31%;
}
#index .swiper_bd .swi3_ping .vid .china.usa .qq .zgzb::after{
    content: "";
    display: flex;
    width: 4px;
    height: 9px;
    background: url(../images/i_23.png) no-repeat;
    position: absolute;
    top: 50%;
    left: auto;
    right: -4px;
    transform: translateY(-50%) rotate(180deg);
}

#index .swiper_bd .swi3_ping .vid .china.usa .qq .zgzb::before{
    content: "";
    display: flex;
    width: 54px;
    height: 37px;
    background: url(../images/i_14.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}


















/* 棣栭〉杞挱绗洓灞� */
#index .swiper_bd .swi4_ping {
    width: 100%;
    height: 100%;
}
#index .swiper_bd .swi4_ping .swiper2{
    width: 100%;
    height: 100%;
}
#index .swiper_bd .swi4_ping .swiper2 .swiper-slide{
    width: 16.6666666666%;
}
#index .swiper_bd .swi4_ping .swiper-slide:hover{
    width: 50%;
}
#index .swiper_bd .swi4_ping .swiper-slide.act{
    width: 50%;
}
#index .swiper_bd .swi4_ping .four{
    width: 100%;
    height: 100%;
    position: relative;
}
#index .swiper_bd .swi4_ping .swiper-slide.act .four .vide{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
#index .swiper_bd .swi4_ping .swiper-slide .four .vide{
    z-index: -1;
    display: none;
}
#index .swiper_bd .swi4_ping .four .vide video{
    width: 100%;
    height: 100%;
    object-fit: none;
}
#index .swiper_bd .swi4_ping .four .t_img{
    width: 100%;
    height: 100%;
    position: relative;
}
#index .swiper_bd .swi4_ping .four .t_img::before{
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#index .swiper_bd .swi4_ping .four .t_img img{
    width: 100%;
    height: 100%;
    object-fit: none;
    position: absolute;
    top: 0;
    left: 0;
}
#index .swiper_bd .swi4_ping .four .t_img .img1{
    opacity: 0;
}
#index .swiper_bd .swi4_ping .swiper2 .swiper-slide.act .t_img .img1{
    opacity: 1;
}
#index .swiper_bd .swi4_ping .swiper2 .swiper-slide.act .t_img .img2{
    opacity: 0;
}
#index .swiper_bd .swi4_ping .four .swi4_ping_fp{
    width: 100px;
    height: 110px;
    position: absolute;
    bottom: 145px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 9;
}
#index .swiper_bd .swi4_ping .swiper-slide.act .four .swi4_ping_fp{
    height: auto;
    width: auto;
    padding-bottom: 25px;
}
#index .swiper_bd .swi4_ping .four .swi4_ping_fp .up{
    width: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#index .swiper_bd .swi4_ping .four .swi4_ping_fp .up .num{
    color: #fff;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}
#index .swiper_bd .swi4_ping .four .swi4_ping_fp .up .d_text{
    color: #fff;
    margin-top: 6px;
    letter-spacing: 2px;
}
#index .swiper_bd .swi4_ping .four .swi4_ping_fp .line{
    width: 30px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 30px 0 22px 0;
}
#index .swiper_bd .swi4_ping .four .swi4_ping_fp .c_text{
    color: #fff;
    line-height: 2;
    margin-bottom: 50px;
}

/* 棣栭〉杞挱绗簲灞� */
#index .swiper_bd .swi5_ping {
    width: 100%;
    height: 100%;
    display: flex;
}
#index .swiper_bd .swi5_phone {
    display: none;
}
#index .swiper_bd .swi5_ping .left{
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 1;
}
#index .swiper_bd .swi5_ping .left .ul1{
    width: 100%;
    height: 100%;
    position: relative;
}
#index .swiper_bd .swi5_ping .left .ul1 li{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    display: flex;
    /* justify-content: center;
    align-items: center; */
}
#index .swiper_bd .swi5_ping .left .ul1 li.act{
    opacity: 1;
    z-index: 2;
}

#index .swiper_bd .swi5_ping .left .ul1 li img{
    width: 100%;
    /* display: block; */
    height: 100%;
    /* object-fit: none; */
}
#index .swiper_bd .swi5_ping .right{
    width: 50%;
    height: 100%;
    z-index: 5;
}
#index .swiper_bd .swi5_ping .right .four_news{
    width: 100%;
    height: calc(100% - 145px);
}
#index .swiper_bd .swi5_ping .right .four_news .four{
    display: block;
    width: 100%;
    height: 17.5%;
    background-image: linear-gradient(to right, #fff , #fff);
    padding: 39px 8.333% 30px;
    position: relative;
}
#index .swiper_bd .swi5_ping .right .four_news .four::before{
    content: "";
    display: block;
    width: 20px;
    height: 30px;
    background: url(../images/i_20.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    z-index: 0;
}
#index .swiper_bd .swi5_ping .right .four_news .four.act::before{
    opacity: 1;
    left: -20px;
    transition-delay: 5s;
    -moz-transition-delay: 5s;
    -webkit-transition-delay: 5s;
    -o-transition-delay: 5s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 1;
}
#index .swiper_bd .swi5_ping .right .four_news .four.act{
    height: 47.4%;
    padding: 106px 8.333% 79px;
    background-image: linear-gradient(to right, #ff7c38 , #ff5b2a);
}
#index .swiper_bd .swi5_ping .right .four_news .four .up{
    width: 90%;
    position: relative;
}
#index .swiper_bd .swi5_ping .right .four_news .four .up::before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/i_14.png) no-repeat;
    position: absolute;
    right: -10%;
    top: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#index .swiper_bd .swi5_ping .right .four_news .four.act .up::before{
    background: url(../images/i_144.png) no-repeat;
}
#index .swiper_bd .swi5_ping .right .four_news .four .up .year{
    color: #777;
    margin-bottom: 15px;
}
#index .swiper_bd .swi5_ping .right .four_news .four.act .up .year{
    color: #fff;
    margin-bottom: 33px;
}
#index .swiper_bd .swi5_ping .right .four_news .four .up .d_text{
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#index .swiper_bd .swi5_ping .right .four_news .four.act .up .d_text{
    width: 100%;
    color: #fff;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#index .swiper_bd .swi5_ping .right .four_news .four .down{
    width: 90%;
    margin-top: 9px;
    display: none;
}
#index .swiper_bd .swi5_ping .right .four_news .four.act .down{
    display: block;
}
#index .swiper_bd .swi5_ping .right .four_news .four .down .c_text{
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 35px;
}
#index .swiper_bd .swi5_ping .right .four_news .four .down .quanb{
    display: flex;
    align-items: center;
}
#index .swiper_bd .swi5_ping .right .four_news .four .down .quanb .qb_text{
    color: #fff;
}
#index .swiper_bd .swi5_ping .right .four_news .four .down .quanb .qb_img{
    margin-left: 13px;
}
#index .swiper_bd .swi5_ping .right .four_news .four .down .quanb:hover .qb_img{
    margin-left: 20px;
}
#index .swiper_bd .swi5_ping .right .four_news .four .c_line{
    width: 83.33333%;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#index .swiper_bd .swi5_ping .right .four_news .four.act .c_line{
    opacity: 0;
}
#index .swiper_bd .swi5_ping .right .down_btn{
    width: 100%;
    height: 145px;
    padding: 0 8.333%;
    display: flex;
    align-items: center;
}


























/* 鑱旂郴鎴戜滑 */
#contact .three_city{
    width: 100%;
    height: 79px;
    display: flex;
    justify-content: center;
}
#contact .three_city .three{
    width: 160px;
    height: 100%;
    padding-top: 41px;
    color: #999;
    cursor: pointer;
    position: relative;
    text-align: center;
}
#contact .three_city .three.act{
    color: #000;
}
#contact .three_city .three:hover{
    color: #000;
}
#contact .three_city .three::before{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#contact .three_city .three.act::before{
    width: 100%;
    opacity: 1;
}
#contact .three_city .three:hover::before{
    width: 100%;
    opacity: 1;
}
/* 鍦板浘 */
#contact .contact_map{
  position: relative;
}
#contact .contact_map a{
  display: block;
}
#map{
  width: 100%;
  height: 640px;
}

#contact .wzzb{
    width: 100%;
    background-color: #f5f5f5;
}
#contact .wzzb .ibox{}
#contact .wzzb .ibox .wz{
    width: 100%;
}
#contact .wzzb .ibox .wz .ul1{
    width: 100%;
    position: relative;
    padding-bottom: 154px;
}
#contact .wzzb .ibox .wz .ul1 li{
    width: 100%;
    padding: 70px 14.375%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    margin-top: -170px;
    opacity: 0;
    z-index: -1;
}
#contact .wzzb .ibox .wz .ul1 li.act{
    position: relative;
    opacity: 1;
    z-index: 2;
}
#contact .wzzb .ibox .wz .ul1 li .up{
    display: flex;
    align-items: center;
}   
#contact .wzzb .ibox .wz .ul1 li .up .line{
    flex: 1;
    height: 1px;
    background-color: #b3b3b3;
}
#contact .wzzb .ibox .wz .ul1 li .up .d_text{
    color: #333;
    margin: 0 32px;
}
#contact .wzzb .ibox .wz .ul1 li .down{
    width: 100%;
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}
#contact .wzzb .ibox .wz .ul1 li .down .left{
    width: 60%;
    margin-right: 2%;
    background-color: #ffffff;
    padding: 55px 20px 78px;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text:first-child{
    display: flex;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text{
    color: #666;
    margin-bottom: 20px;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text:last-child{
    margin-bottom: 0;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text span{
    line-height: 1.5;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text a{
    color: #666;
    width: calc(100% - 55px);
    line-height: 1.5;
}

#contact .wzzb .ibox .wz .ul1 li .down .left .c_text a:hover{
    color: #ff5400;
}

#contact .wzzb .ibox .wz .ul1 li .down .right{
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
}
#contact .wzzb .ibox .wz .ul1 li .down .right .ewm_img{
    padding: 7px;
    border: 1px solid #252c48;
}
#contact .wzzb .ibox .wz .ul1 li .down .right .right_text{
    color: #333;
    margin-top: 17px;
}

/* 鎼滅储椤甸潰 */
#search .ssjg{
    width: 100%;
    margin-top: -105px;
}
#search .ssjg .ibox{
    padding: 30px 80px 65px;
    background-color: #f7f7f7;
}
#search .ssjg .ibox .d_text{
    color: #333;
    margin-bottom: 25px;
}
#search .ssjg .ibox .down{
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#search .ssjg .ibox .down .inp{
    width: 74%;
    height: 100%;
    position: relative;
}
#search .ssjg .ibox .down .inp .ss_img{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

#search .ssjg .ibox .down .inp input{
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #fff;
    padding-left: 28px;
    font-size: 16px;
}
#search .ssjg .ibox .down .ss{
    width: 11.3%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background-color: #eeeeee;
    cursor: pointer;
}
#search .ssjg .ibox .down .ss:hover{
    background-color: #39408f;
    color: #fff;
}
#search .ssjg .ibox .down .fh{
    width: 11.3%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
    cursor: pointer;
}
#search .ssjg .ibox .down .fh:hover{
    background-color: #39408f;
}
#search .ssjg .ibox .down .fh .fh_text{
    color: #333;
    padding-left: 44px;
    position: relative;
}
#search .ssjg .ibox .down .fh:hover .fh_text{
    color: #fff;
}
#search .ssjg .ibox .down .fh .fh_text::before{
    content: "";
    display: block;
    width: 27px;
    height: 28px;
    background: url(../images/search_2.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#search .ssjg .ibox .down .fh:hover .fh_text::before{
    background: url(../images/search_3.png) center no-repeat;
}

/* 鏂伴椈璧勮 */
#search .xxzx {
    width: 100%;
}
#search .xxzx .ibox{
    padding: 80px 0 150px 0;
}
#search .xxzx .ibox .xxzx_jg{
    color: #595656;
}
#search .xxzx .ibox .xxzx_jg .s1{
    color: #ff5400;
}
#search .xxzx .ibox .line{
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin: 50px 0 25px 0;
}
#search .xxzx .ibox .seven_xw{
    width: 100%;
}
#search .xxzx .ibox .seven_xw .seven{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #dddddd;
    padding: 22px 0 13px 0;
    line-height: 1.5;
}
#search .xxzx .ibox .seven_xw .seven .left{
    width: 75%;
}
#search .xxzx .ibox .seven_xw .seven .left .c_text{
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#search .xxzx .ibox .seven_xw .seven:hover .left .c_text{
    color: #ff5400;
}
#search .xxzx .ibox .seven_xw .seven .rgiht{}
#search .xxzx .ibox .seven_xw .seven .rgiht .year{
    color: #999;
}
#search .xxzx .ibox .fy{
    margin-top: 50px;
}
/* 鍚堜紮浜鸿鍒� */
#partner .hhrjh{
    width: 100%;
    background: url(../images/p_1.png) center no-repeat;
    background-size: cover;
}
#partner .hhrjh .ibox{
    padding: 115px 0 224px 0;
}
#partner .hhrjh .ibox .hhrjh_text{
    width: 59.625%;
}
#partner .hhrjh .ibox .hhrjh_text .t_hhr{
    color: #333;
    font-weight: bold;
}
#partner .hhrjh .ibox .hhrjh_text .d_text{
    color: #333;
    line-height: 1.3;
    margin: 43px 0 50px 0;
}
#partner .hhrjh .ibox .hhrjh_text .cyjh{
    width: 100%;
    margin-bottom: 40px;
}
#partner .hhrjh .ibox .hhrjh_text .cyjh.gqjl{
    margin-bottom: 0;
}
#partner .hhrjh .ibox .hhrjh_text .cyjh .cyjh_text{
    color: #ff6600;
    font-weight: bold;
}
#partner .hhrjh .ibox .hhrjh_text .cyjh .line{
    width: 26px;
    height: 1px;
    background-color: #ff6600;
    margin: 20px 0 23px 0;
}
#partner .hhrjh .ibox .hhrjh_text .cyjh .c_text{
    color: #333;
    line-height: 1.8;
}

/* 浜烘墠鍙戝睍 */
#talents .four_dh{
    background:  url(/images/t_1.png) center no-repeat;
}
#talents .xtfc{
    width: 100%;
    background: url(/images/t_6.jpg) center no-repeat;
}
#talents .xtfc .ibox{
    padding: 130px 0 130px 0;
}
#talents .xtfc .ibox .lrt{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#talents .xtfc .ibox .lrt .left{
    width: 50%;
    padding: 0 5.5% 0 8px;
}
#talents .xtfc .ibox .lrt .left .swiper5{
    width: 100%;
}
#talents .xtfc .ibox .lrt .left .swiper5 .s5_box{
    width: 100%;
    position: relative;
    padding-top: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#talents .xtfc .ibox .lrt .left .swiper5 .s5_box .big_img{
    width: 88%;
    border-radius: 50%;
    overflow: hidden;
}
#talents .xtfc .ibox .lrt .left .swiper5 .s5_box .big_img img{
    width: 100%;
}
#talents .xtfc .ibox .lrt .left .swiper5 .s5_box .small_img{
    width: auto;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 8px;
}

#talents .xtfc .ibox .lrt .right{
    width: 50%;
    padding: 35px 5% 0 0;
} 
#talents .xtfc .ibox .lrt .right .ti_text{
    color: #333;
    font-weight: bold;
}
#talents .xtfc .ibox .lrt .right .swi6{
    width: 100%;
    position: relative;
}
#talents .xtfc .ibox .lrt .right .swiper6{
    width: 100%;
    margin-top: 99px;
}

#talents .xtfc .ibox .lrt .right .swiper6 .s6_box{
    width: 100%;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .tit_text{
    color: #333;
    font-weight: bold;
    margin-bottom: 49px;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .three_text{
    width: 100%;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .three_text .three{
    width: 100%;
    margin-bottom: 45px;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .three_text .three:last-child{
    margin-bottom: 0;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .three_text .three .line{
    width: 32px;
    height: 4px;
    background-color: #ff5400;
}

#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .three_text .three .d_text{
    color: #333;
    margin: 20px 0 25px 0;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .three_text .three .c_text{
    color: #999;
    line-height: 1.3;
}
#talents .xtfc .ibox .lrt .right .swi6 .btn{
    top: 0;
    right: 0;
    z-index: 5;
}
/* 浜烘墠鐞嗗康 */
#talents #rcln.a_dw{
    top: -150px;
}
#talents .rcln{
    width: 100%;
}
#talents .rcln .ibox{
    padding: 0 0 100px 0;
}
#talents .rcln .ibox .ti_text{
    color: #333;
    text-align: center;
    font-weight: bold;
}
#talents .rcln .ibox .swiper7{
    width: 100%;
    height: 380px;
    margin-top: 65px;
}
#talents .rcln .ibox .swiper7 .s7_box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f6f1ed;
    padding: 104px 11.5% 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#talents .rcln .ibox .swiper7 .s7_box:hover{
    padding: 40px 11.5% 0;
    background-color: #39408f;
}
#talents .rcln .ibox .swiper7 .s7_box .up{
    display: flex;
    align-items: center;
    flex-direction: column;
}
#talents .rcln .ibox .swiper7 .s7_box .up .sm_img{
    width: 109px;
    height: 93px;
    position: relative;
}
#talents .rcln .ibox .swiper7 .s7_box .up .sm_img img{
    position: absolute;
    top: 0;
    left: 0;
}
#talents .rcln .ibox .swiper7 .s7_box .up .sm_img img:last-child{
    opacity: 0;
}
#talents .rcln .ibox .swiper7 .s7_box:hover .up .sm_img img:last-child{
    opacity: 1;
}
#talents .rcln .ibox .swiper7 .s7_box:hover .up .sm_img img:first-child{
    opacity: 0;
}

#talents .rcln .ibox .swiper7 .s7_box .up .d_text{
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}
#talents .rcln .ibox .swiper7 .s7_box:hover .up .d_text{
    color: #fff;
}
#talents .rcln .ibox .swiper7 .s7_box .bottom{
    width: 100%;
    display: none;
}
#talents .rcln .ibox .swiper7 .s7_box .bottom .line{
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 30px 0 25px 0;
}
#talents .rcln .ibox .swiper7 .s7_box .bottom .c_text{
    color: #fff;
    text-align: center;
    line-height: 1.3;
}


/* 浜烘墠鎷涘嫙 */
#talents .rczm{
    width: 100%;
    background-color: #fafafb;
}
#talents .rczm .ibox{
    padding: 120px 0 88px 0;
}
#talents .rczm .ibox .up{
    width: 100%;
    position: relative;
}
#talents .rczm .ibox .up .rc_text{
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
}
#talents .rczm .ibox .up .jr_text{
    width: 100%;
}
#talents .rczm .ibox .up .jr_text .d_text{
    color: #333;
    line-height: 1.7;
}
#talents .rczm .ibox .up .jr_text .d_text .cc_text{
    padding-left: 80px;
}

#talents .rczm .ibox .up .jr_text .ul1{
    display: flex;
    height: 60px;
    margin-top: 40px;
    display: none;
}
#talents .rczm .ibox .up .jr_text .ul1 li{
    width: 240px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333333;
    color: #333;
    cursor: pointer;
}
#talents .rczm .ibox .up .jr_text .ul1 li:hover{
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
}
#talents .rczm .ibox .up .jr_text .ul1 li.act{
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: #fff;
}
#talents .rczm .ibox .up .jr_text .ul1 li:last-child{
    margin-left: 20px;
}
#talents .rczm .ibox .down{
    width: 100%;
    margin-top: 53px;
}
#talents .rczm .ibox .down .ul2{
    width: 100%;
    position: relative;
}
#talents .rczm .ibox .down .ul2 .li2{
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#talents .rczm .ibox .down .ul2 .li2.act{
    position: relative;
    opacity: 1;
    z-index: 2;
    top: 0;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq{
    width: 100%;
    height: 524px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .left{
    width: 48.75%;
    height: 100%;
    margin-right: 2.5%;
    position: relative;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one{
    width: 100%;
    padding: 44px 6.3% 47px;
    background-color: #fff;
    -moz-box-shadow:0px 0px 10px #eee; -webkit-box-shadow:0px 0px 10px #eee; box-shadow:0px 0px 10px #eee;
    margin-bottom: 40px;
    position: absolute;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one:nth-child(1){
    top: 0;
    left: 0;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one:nth-child(2){
    top: 36%;
    left: 0;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one:nth-child(3){
    bottom: 0;
    left: 0;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one.act:nth-child(2){
    top: 0;
    left: 0;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one.act:nth-child(3){
    bottom: auto;
    top: 0;
    left: 0;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one:last-child{
    margin-bottom: 0;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one.act {
    padding: 44px 6.3% 30px;
    height: 100%;
    z-index: 5;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
    cursor: pointer;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_top .left_text{
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_top .left_text .d_text{
    color: #333;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one.act .sfq_top .left_text .d_text{
    color: #ff5400;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_top .left_text .c_text{
    color: #333;
    margin-top: 15px;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one.act .sfq_top .left_text .c_text{
    margin-top: 30px;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_top .right_img{
    width: 43px;
    height: 43px;
    position: relative;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_top .right_img::before{
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/t_2.png) center no-repeat;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one.act .sfq_top .right_img::before{
    background: url(/images/t_3.png) center no-repeat !important;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm{
    width: 100%;
    padding-top: 27px;
    display: none;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .line{
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt{
    width: 100%;
    height: 145px;
    display: flex;
    justify-content: space-between;
    margin: 35px 0 40px 0;
    overflow: auto;
}

#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt::-webkit-scrollbar-thumb {
    background: #ff5400;
}

#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt::-webkit-scrollbar-track {
    background: #fff;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt .lrt_left{
    width: 40%;
    margin-right: 3%;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt .lrt_right{
    width: 57%;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt .jc_text{
    color: #333;
    margin-bottom: 13px;
}

#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt .qh_text{
    color: #666;
    line-height: 2.14;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .jltd{
    color: #333;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .jltd a{
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #000;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .jltd a:hover{
    color: #ff5400;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .two_btn{
    width: 100%;
    display: flex;
    margin-top: 70px;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .two_btn .more{
    margin-right: 50px;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .two_btn .more:last-child{
    margin-right: 0;
}







#talents .rczm .ibox .down .ul2 .li2 .sfq .right{
    width: 48.75%;
    margin-right: 0;
}
#talents .rczm .ibox .down .ul2 .li2 .down_btn{
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

/* 渚涘簲鍚堜綔 */
#supply .hzys{
    width: 100%;
    background: url(/images/a_9.png) no-repeat;
    /* background-size: cover; */
}
#supply .hzys .ibox{
    padding: 97px 0 165px 0;
}
#supply .hzys .ibox .ti_text{
    color: #333;
    text-align: center;
    font-weight: bold;
}
#supply .hzys .ibox .big_img{
    margin-top: 30px;
}
#supply .hzys .ibox .big_img .img11{
    display: none;
}
#supply .hzys .ibox .big_img .img_b{
    width: 480px;
    height: 480px;
    position: relative;
    margin: 0 auto;
}
#supply .hzys .ibox .big_img .img_b>img{
    max-width: 100%;
}

#supply .hzys .ibox .big_img .img_b .six{
    position: absolute;
}
#supply .hzys .ibox .big_img .img_b .six .t_img{
    width: 136px;
    height: 136px;
    position: relative;
}
#supply .hzys .ibox .big_img .img_b .six .t_img img{
    position: absolute;
    top: 0;
    left: 0;
}
#supply .hzys .ibox .big_img .img_b .six .t_img img:last-child{
    opacity: 0;
}
#supply .hzys .ibox .big_img .img_b .six:hover .t_img img:last-child{
    opacity: 1;
}
#supply .hzys .ibox .big_img .img_b .six:hover .t_img img:first-child{
    opacity: 0;
}
#supply .hzys .ibox .big_img .img_b .six.act .t_img img:last-child{
    opacity: 1;
}
#supply .hzys .ibox .big_img .img_b .six.act .t_img img:first-child{
    opacity: 0;
}
#supply .hzys .ibox .big_img .img_b .six .d_text{
    width: 100%;
    color: #999;
    text-align: center;
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
#supply .hzys .ibox .big_img .img_b .six:hover .d_text{
    opacity: 0;
}
#supply .hzys .ibox .big_img .img_b .six.act .d_text{
    opacity: 0;
}
#supply .hzys .ibox .big_img .img_b .six .c_text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: #39408f;
    padding: 18px 36px;
    border-radius: 9px;
    opacity: 0;
    pointer-events: none;
}
#supply .hzys .ibox .big_img .img_b .six:hover .c_text{
    opacity: 1;
}
#supply .hzys .ibox .big_img .img_b .six.act .c_text{
    opacity: 1;
}
#supply .hzys .ibox .big_img .img_b .six .c_text::before{
    content: "";
    display: block;
    width: 11px;
    height: 21px;
    background: url(../images/su_1.png) no-repeat;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#supply .hzys .ibox .big_img .img_b .six:hover .c_text::before{
    opacity: 1;
}

#supply .hzys .ibox .big_img .img_b .six.six1{
    top: -12px;
    left: -73.54%;
}
#supply .hzys .ibox .big_img .img_b .six.six1 .c_text{
    right: -410px;
}
#supply .hzys .ibox .big_img .img_b .six.six1 .c_text::before{
    transform: translateY(-50%) rotate(180deg);
    left: -10px;
}
#supply .hzys .ibox .big_img .img_b .six.six2{
    top: 185px;
    left: -33.125%;
}
#supply .hzys .ibox .big_img .img_b .six.six2 .c_text{
    left: -410px;
}
#supply .hzys .ibox .big_img .img_b .six.six2 .c_text::before{
    transform: translateY(-50%);
    right: -10px;
}
#supply .hzys .ibox .big_img .img_b .six.six3{
    top: auto;
    bottom: -34px;
    left: -62%;
}
#supply .hzys .ibox .big_img .img_b .six.six3 .c_text{
    right: -410px;
}
#supply .hzys .ibox .big_img .img_b .six.six3 .c_text::before{
    transform: translateY(-50%) rotate(180deg);
    left: -10px;
}
#supply .hzys .ibox .big_img .img_b .six.six4{
    top: 0;
    right: -33.333%;
}
#supply .hzys .ibox .big_img .img_b .six.six4 .c_text{
    right: -410px;
}
#supply .hzys .ibox .big_img .img_b .six.six4 .c_text::before{
    transform: translateY(-50%) rotate(180deg);
    left: -10px;
}
#supply .hzys .ibox .big_img .img_b .six.six5{
    top: 29.16%;
    right: -83.33%;
}
#supply .hzys .ibox .big_img .img_b .six.six5 .c_text{
    left: -410px;
}
#supply .hzys .ibox .big_img .img_b .six.six5 .c_text::before{
    transform: translateY(-50%);
    right: -10px;
}
#supply .hzys .ibox .big_img .img_b .six.six6{
    bottom: 34px;
    right: -42.7%;
}
#supply .hzys .ibox .big_img .img_b .six.six6 .c_text{
    right: -410px;
}
#supply .hzys .ibox .big_img .img_b .six.six6 .c_text::before{
    transform: translateY(-50%) rotate(180deg);
    left: -10px;
}

/* 渚涘簲鎷涘嫙 */
#supply .gyzm{
    width: 100%;
}
#supply .gyzm .ibox{
    padding: 0 0 105px 0;
}
#supply .gyzm .ibox .ti_text{
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}
#supply .gyzm .ibox .four_img{
    margin-top: 79px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#supply .gyzm .ibox .four_img .four{
    width: 47.8125%;
    margin-right: 4.375%;
    margin-bottom: 4.375%;
    overflow: hidden;
    position: relative;
}
#supply .gyzm .ibox .four_img .four:nth-child(2n){
    margin-right: 0;
}
#supply .gyzm .ibox .four_img .four:nth-child(3){
    margin-bottom: 0;
}
#supply .gyzm .ibox .four_img .four:nth-child(4){
    margin-bottom: 0;
}
#supply .gyzm .ibox .four_img .four .four_di{
    width: 100%;
    position: relative;
}
#supply .gyzm .ibox .four_img .four .four_di .big_img{
    width: 100%;
    position: relative;
}
#supply .gyzm .ibox .four_img .four .four_di .big_img::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#supply .gyzm .ibox .four_img .four .four_di .big_img img{
    width: 100%;
}
#supply .gyzm .ibox .four_img .four .four_di .d_text{
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 48px;
    right: 52px;
    z-index: 3;
}
#supply .gyzm .ibox .four_img .four:hover .four_di .d_text{
    opacity: 0;
}
#supply .gyzm .ibox .four_img .four .four_fp{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #fef7f4;
    opacity: 0;
}
#supply .gyzm .ibox .four_img .four:hover .four_fp{
    opacity: 1;
}
#supply .gyzm .ibox .four_img .four .four_fp .four_title{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 47px;
    color: #fff;
    background-color: #39408f;
}
#supply .gyzm .ibox .four_img .four .four_fp .four_text{
    width: 100%;
    height: 255px;
    padding: 42px 47px 0;
    color: #444;
    line-height: 2.25;
    overflow: auto;
}

#supply .gyzm .ibox .four_img .four .four_fp .four_text::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

#supply .gyzm .ibox .four_img .four .four_fp .four_text::-webkit-scrollbar-thumb {
    background: #ff5400;
}

#supply .gyzm .ibox .four_img .four .four_fp .four_text::-webkit-scrollbar-track {
    background: #fff;
}

/* 鑱旂郴鏂瑰紡 */
#supply .lxfs{
    width: 100%;
}
#supply .lxfs .ibox{
    padding: 0 0 148px 0;
}
#supply .lxfs .ibox .ti_text{
    color: #333;
    text-align: center;
    font-weight: bold;
}
#supply .lxfs .ibox .two_text{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 26px;
}

#supply .lxfs .ibox .two_text .two{
    width: 750px;
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    border: 1px solid #444444;
}
#supply .lxfs .ibox .two_text .two:first-child{
    margin-bottom: 29px;
}
#supply .lxfs .ibox .two_text .two .d_text{
    color: #111;
    padding-left: 65px;
    position: relative;
}
#supply .lxfs .ibox .two_text .two .d_text::before{
    content: "";
    display: block;
    width: 39px;
    height: 40px;
    background: url(../images/su_6.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#supply .lxfs .ibox .two_text .two .line{
    width: 1px;
    height: 36px;
    background-color: #575755;
    margin: 0 20px 0 19px;
}
#supply .lxfs .ibox .two_text .two .c_text{
    font-family: "pop_r";
}
#supply .lxfs .ibox .two_text .two .c_text:hover{
    color: #ff5400;
}

/* 鍏充簬鎴戜滑 */
#about .jtgk{
    width: 100%;
    background: url(/rc/a_2.jpg) no-repeat;
    background-size: cover;
    margin-top: 5%;
}
#about .jtgk .ibox{}
#about .jtgk .ibox .lrt{
    width: 100%;
}
#about .jtgk .ibox .lrt .left{
    width: 50%;
    float: left;
}
#about .jtgk .ibox .lrt .left .le_img{
    width: 100%;
}
#about .jtgk .ibox .lrt .left .le_img img{
    width: 100%;
}
#about .jtgk .ibox .lrt .right{
    width: 50%;
    float: right;
}
#about .jtgk .ibox .lrt .right .text{
    width: 100%;
    padding: 39px 3.125% 0 23px ;
}
#about .jtgk .ibox .lrt .right .text .ti_text{
    color: #333;
    font-weight: bold;
}
#about .jtgk .ibox .lrt .right .text .d_text{
    color: #333;
    font-weight: bold;
    margin: 10px 0 23px 0;
}
#about .jtgk .ibox .lrt .right .text .c_text{
    color: #333;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: justify;
}

/* 缁勭粐甯冨眬 */
#about .zzbj{
    width: 100%;
    background: url(../images/a_10.png) no-repeat;
    background-size: cover;
}
#about .zzbj .ibox{
    padding: 80px 0 90px 0;
}
#about .zzbj .ibox .ti_text{
    color: #333;
    text-align: center;
    font-weight: bold;
}
#about .zzbj .ibox .c_text{
    width: 47.5%;
    color: #333;
    text-align: center;
    line-height: 1.8;
    margin: 47px auto 25px;
}
#about .zzbj .ibox .zgdt{
    max-width: 995px;
    width: 100%;
    margin: 0 auto;
}
#about .zzbj .ibox .zgdt .dt_img{
    width: 100%;
    position: relative;
}

#about .zzbj .ibox .zgdt .dt_img img{
    width: 100%;
}
#about .zzbj .ibox .zgdt .dt_img img.dt_img_2{
    display: none;
}
#about .zzbj .ibox .zgdt .dt_img .three_text{
    width: 128px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff5b2a;
    background-color: rgba(253, 83, 0, 0.2);
    border: 1px solid #ff5b2a;
    -moz-box-shadow:1px 3px 12px #DEDEDE; -webkit-box-shadow:1px 3px 12px #DEDEDE; box-shadow:1px 3px 12px #DEDEDE;
    position: absolute;
    border-radius: 4px;
}

#about .zzbj .ibox .zgdt .dt_img .three_text.three1{
    bottom: 35.5%;
    right: 3.6%;
}
#about .zzbj .ibox .zgdt .dt_img .three_text.three2{
    bottom: 24.6835%;
    right: 3.55%;
}
#about .zzbj .ibox .zgdt .dt_img .three_text.three3{
    bottom: 4.43%;
    right: 20.7%;
}

/* 浜у搧鍝佺被 */
#about .cppl{
    width: 100%;
    height: 850px;
    position: relative;
}
#about .cppl .ti_text{
    position: absolute;
    top: 100px;
    left: 8.3333%;
    z-index: 5;
    color: #fff;
    font-weight: bold;
}
#about .cppl .four_big_img{
    width: 100%;
    height: 100%;
    display: flex;
}
#about .cppl .swiper12{
    display: none;
}
#about .cppl .four_big_img .four{
    width: 16.6666667%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#about .cppl .four_big_img .four.act{
    width: 50%;
}
#about .cppl .four_big_img .four .big_img{
    width: 100%;
    height: 100%;
    position: relative;
}
#about .cppl .four_big_img .four .big_img::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 38, .2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#about .cppl .four_big_img .four .big_img img{
    width: 100%;
    height: 100%;
    object-fit: none;
}
#about .cppl .four_big_img .four .four_fp{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 50px 80px;
    z-index: 3;
}
#about .cppl .four_big_img .four.act .four_fp{
    padding: 0 8.3333% 80px;
}
#about .cppl .four_big_img .four .up{
}
#about .cppl .four_big_img .four .up .num{
    color: #fff;
}
#about .cppl .four_big_img .four .up .d_text{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-top: 21px;
}
#about .cppl .four_big_img .four.act .up .d_text{
    font-size: 48px;
}

#about .cppl .four_big_img .four .down{
    width: 100%;
    display: none;
    margin-top: 80px;
}
#about .cppl .four_big_img .four.act .down{
    display: block;
}
#about .cppl .four_big_img .four .down .line{
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 20px;
}
#about .cppl .four_big_img .four .down .c_text{
    color: #fff;
    line-height: 1.5;
}

/* 浼佷笟鏂囧寲 */
#about .qywh{
    width: 100%;
    background: url(/images/a_9.png) center no-repeat;
    background-size: cover;
}

#about .qywh .ibox{
    padding: 92px 0 98px 0;
}
#about .qywh .ibox .ti_text{
    color: #333;
    text-align: center;
    font-weight: bold;
}
#about .qywh .ibox .swiper8{
    width: 100%;
    margin-top: 49px;
    padding: 0 5% 60px;
}
#about .qywh .ibox .swiper8 .pnall{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
#about .qywh .ibox .swiper8 .pnall.prev8{
    left: 0;
}
#about .qywh .ibox .swiper8 .pnall.next8{
    right: 0;
}
#about .qywh .ibox .swiper8 .pnall::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#about .qywh .ibox .swiper8 .pnall:hover::before{
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#about .qywh .ibox .swiper8 .pnall.prev8::before{
background: rgba(241, 101, 34, .2) url(../images/a_5.png) no-repeat;
}
#about .qywh .ibox .swiper8 .pnall.prev8:hover::before{
background: rgba(241, 101, 34, 1) url(../images/a_5.png) no-repeat;
}
#about .qywh .ibox .swiper8 .pnall.next8::before{
    background: rgba(241, 101, 34, .2) url(../images/a_6.png) no-repeat;
}
#about .qywh .ibox .swiper8 .pnall.next8:hover::before{
    background: rgba(241, 101, 34, 1) url(../images/a_6.png) no-repeat;
    
}
#about .qywh .ibox .swiper8 .s8_box{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#about .qywh .ibox .swiper8 .s8_box .big_img{
    width: 100%;
}
#about .qywh .ibox .swiper8 .s8_box .big_img img{
    width: 100%;
}
#about .qywh .ibox .swiper8 .s8_box .d_text{
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
#about .qywh .ibox .swiper8 .s8_box:hover .d_text{
    opacity: 0;
}
#about .qywh .ibox .swiper8 .s8_box .s8_fp{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
}
#about .qywh .ibox .swiper8 .s8_box:hover .s8_fp{
    opacity: 1;
}
#about .qywh .ibox .swiper8 .s8_box .s8_fp .s8_img{
    width: 100%;
    height: 100%;
}
#about .qywh .ibox .swiper8 .s8_box .s8_fp .s8_img img{
    width: 100%;
    height: 100%;
}

#about .qywh .ibox .swiper8 .s8_box .s8_fp .text{
    width: 100%;
    height: 100%;
    padding: 73px 48px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
#about .qywh .ibox .swiper8 .s8_box .s8_fp .text .t_text{
    color: #fff;
    font-weight: bold;
}
#about .qywh .ibox .swiper8 .s8_box .s8_fp .text .c_text{
    color: #fff;
    line-height: 1.5;
    margin-top: 12px;
}
#about .qywh .ibox .swiper8 .swiper-slide:nth-child(2n){
    margin-top: 60px;
}

/* 鍙戝睍鍘嗙▼ */
#about .fzlc{
    width: 100%;
    background: url(/images/a_15.jpg) center no-repeat;
    background-size: cover;
}
#about .fzlc .ibox{
    padding: 99px 0 145px 0;
}
#about .fzlc .ibox .ti_text{
    color: #333;
    text-align: center;
    font-weight: bold;
}
#about .fzlc .ibox .swi9{
    width: 100%;
    padding: 0 13.4375% 0 10%;
    margin-top: 47px;
}
#about .fzlc .ibox .swi9 .swiper9{
    width: 100%;
    padding-bottom: 10px;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box{
    width: 100%;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .left{
    width: 52.2%;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .left .left_img{
    width: 100%;
    position: relative;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .left .left_img img{
    width: 100%;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .left .left_img::before{
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #39408f;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#about .fzlc .ibox .swi9 .swiper9 .swiper-slide-active .s9_box .lrt .left .left_img::before{
    top: 10px;
    left: 10px;
     transition-delay: 0.8s;
    -moz-transition-delay: 0.8s; 
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s; 
}

#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .right{
    width: 35.2%;
    position: relative;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .right .text{
    width: 100%;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .right .text .mrb{
    margin-bottom: 20px;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .right .text .c_text{
    font-weight: bold;
    color: #222;
    line-height: 1.2;
    border-bottom: 1px dashed #222;
}

#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .right .num{
    font-size: 160px;
    color: rgba(34, 59, 241, .1);
    position: absolute;
    top: -65px;
    right: 0;
}

#about .fzlc .ibox .swi10{
    width: calc(100% - 120px);
    margin: 75px auto 0;
    position: relative;
}
#about .fzlc .ibox .swi10 .swiper10{
    width: 100%;
    padding-top: 34px;
    position: relative;
}
#about .fzlc .ibox .swi10 .swiper10::before{
    width: 100%;
    height: 1px;
    background-color: rgba(34, 59, 241, .1);
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}
#about .fzlc .ibox .swi10 .swiper10 .s10_box{
    width: 100%;
    text-align: center;
}
#about .fzlc .ibox .swi10 .swiper10 .s10_box .num{
    position: relative;
    color: #999;
    font-weight: bold;
}
#about .fzlc .ibox .swi10 .swiper10 .swiper-slide-active .s10_box .num{
    color: #39408f;
}
#about .fzlc .ibox .swi10 .swiper10 .s10_box .num::before{
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/a_3.png) center no-repeat;
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
}
#about .fzlc .ibox .swi10 .swiper10 .swiper-slide-active .s10_box .num::before{
    background: url(../images/a_4.png) center no-repeat;
}
#about .fzlc .ibox .swi10 .pnall{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -23%;
}
#about .fzlc .ibox .swi10 .pnall.prev10{
    left: -60px;
}
#about .fzlc .ibox .swi10 .pnall.next10{
    right: -60px;
}
#about .fzlc .ibox .swi10 .pnall::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#about .fzlc .ibox .swi10 .pnall:hover::before{
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#about .fzlc .ibox .swi10 .pnall.prev10::before{
background: rgba(57 64 143 / 58%) url(/images/a_5.png) no-repeat;
}
#about .fzlc .ibox .swi10 .pnall.prev10:hover::before{
background: rgba(57 64 143 / 58%) url(/images/a_5.png) no-repeat;
}
#about .fzlc .ibox .swi10 .pnall.next10::before{
    background: rgba(57 64 143 / 58%) url(/images/a_6.png) no-repeat;
}
#about .fzlc .ibox .swi10 .pnall.next10:hover::before{
    background: rgba(57 64 143 / 58%) url(/images/a_6.png) no-repeat;
    
}








































































@media (max-width: 1680px) {
    .footer .up .right {
    width: 38%;
    padding: 169px 0 0 5.5%;
}
   .header .zbox .ss_box .dian_img {
    margin-right: 46px !important;
}
#index .swiper_bd .swi2_ping .left .d_text{
    font-size: 34px;
}
#index .swiper_bd .swi2_ping .left .dd_text {
    font-size: 18px;
}
#index .swiper_bd .swi3_ping .vid .china {
    right: 15.5%;
}
#index .swiper_bd .swi3_ping .vid .china.usa {
    left: 11%;
}
.footer .up .right .c_text {
    font-size: 18px;
}
.header .cc_line.act2 {
    width: 65.2%;
}
.header .cc_line.act3 {
    width: 70.9%;
}
.header .cc_line.act4 {
    width: 76.5%;
}
.header .cc_line.act5 {
    width: 82.2%;
}
.header .cc_line.act6 {
    width: 87.8%;
}
.header .cc_line.act1 {
    width: 52.0%;
}
#supply .hzys .ibox .big_img .img_b .six.six6 .c_text {
    right: -344px;
    font-size: 20px;
}
#supply .hzys .ibox .big_img .img_b .six.six5 .c_text {
    left: -340px;
    font-size: 20px;
}
#supply .hzys .ibox .big_img .img_b .six.six4 .c_text {
    right: -344px;
    font-size: 20px;
}
#supply .hzys .ibox .big_img .img_b .six.six3 .c_text {
    right: -344px;
    font-size: 20px;
}
#supply .hzys .ibox .big_img .img_b .six.six2 .c_text {
    left: -340px;
    font-size: 20px;
}
#supply .hzys .ibox .big_img .img_b .six.six1 .c_text {
    right: -344px;
    font-size: 20px;
}
#news .gsxw .lunb .swiper3 .s3_box .d_text {
    color: #333;
    line-height: 1.3888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0 9px 0;
}
#contact .wzzb .ibox .wz .ul1 li .down .left {
    width: 49%;
    margin-right: 2%;
    background-color: #ffffff;
    padding: 55px 6px 78px;
}
}
@media (max-width: 1600px){
#index .swiper_bd .swi3_ping .vid .china {
    right: 14.5%;
}
#index .swiper_bd .swi3_ping .vid .china.usa {
    left: 10%;
}
#index .swiper_bd .swi2_ping .left .d_text {
    font-size: 31px;
}
#index .swiper_bd .swi2_ping .left .dd_text {
    font-size: 17px;
}
.footer .up .right {
    width: 38%;
    padding: 169px 0 0 4%;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text .s2{
    margin-top: 5px;
}
}
@media (max-width: 1440px) {
    .header.act .zbox .h_daohang {
    width: 52.4% !important;
}
#index .swiper_bd .swi2_ping .left {
    padding: 180px 79px 0 144px;
}
#index .swiper_bd .swi2_ping .left .four_text {
    bottom: 140px;
}
#index .swiper_bd .swi3_ping .vid .china {
    right: 13.5%;
}
#index .swiper_bd .swi3_ping .vid .china.usa {
    left: 9%;
}
.footer .up .left .ul1 li {
    margin-right: 95px;
}
.footer .up .right .c_text {
    font-size: 16px;
}
#about .zzbj .ibox .c_text {
    width: 65.5%;
}
.header .cc_line.act6 {
    width: 86.5%;
}
.header .cc_line.act5 {
    width: 80%;
}
.header .cc_line.act4 {
    width: 73.3%;
}
.header .cc_line.act3 {
    width: 66.6%;
}
.header .cc_line.act2 {
    width: 60.2%;
}
.header .cc_line.act1 {
    width: 43.7%;
    opacity: 1;
}
#supply .hzys .ibox .big_img .img_b .six.six6 {
    bottom: 34px;
    right: -35.7%;
}
#supply .hzys .ibox .big_img .img_b .six.six6 .c_text {
    right: -280px;
    font-size: 16px;
}
#supply .hzys .ibox .big_img .img_b .six.six5 .c_text {
    left: -280px;
    font-size: 16px;
}
#supply .hzys .ibox .big_img .img_b .six.six4 .c_text {
    right: -284px;
    font-size: 16px;
}
#supply .hzys .ibox .big_img .img_b .six.six3 .c_text {
    right: -284px;
    font-size: 16px;
}
#supply .hzys .ibox .big_img .img_b .six.six2 .c_text {
    left: -280px;
    font-size: 16px;
}
#supply .hzys .ibox .big_img .img_b .six.six1 .c_text {
    right: -284px;
    font-size: 16px;
}
#news .gsxw .lunb .swi3 {
    padding: 10px 6.85% 0 0;
}
#news .gsxw .lunb .swiper3 .s3_box .d_text {
    margin: 13px 0 9px 0;
    font-size: 28px;
}
#news .gsxw .lunb .swiper3 .s3_box .c_text {
    -webkit-line-clamp: 3;
}
#talents .xtfc .ibox .lrt .right .swiper6 {
    width: 100%;
    margin-top: 65px;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .three_text .three .d_text {
    color: #333;
    margin: 15px 0 20px 0;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text .s2 {
    font-size: 15px;
    margin-top: 0;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text .s1 {
    font-size: 15px;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text .s1 {
    font-size: 14px;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text .s1 {
    font-size: 12px;
}
}

/* dz */

@media (max-width: 1366px) {
    .header.act .zbox .h_daohang {
    width: 55.4% !important;
}
#index .swiper_bd .swi5_ping .right .four_news .four:first-child{
    height: 23%;
    padding: 28px 8.333% 15px;
}
#index .swiper_bd .swi5_ping .right .four_news .four.act:first-child{
    height: 47.4%;
}
#index .swiper_bd .swi5_ping .right .four_news .four{
    padding: 15px 8.333% 15px;
}
#index .swiper_bd .swi5_ping .right .four_news .four .down .c_text{
    margin-bottom: 20px;
}
#index .swiper_bd .swi5_ping .right .four_news .four.act{
    padding: 30px 8.333% 30px;
}
#index .swiper_bd .swi5_ping .right .four_news .four.act .up .year{
    margin-bottom: 15px;
}
#index .swiper_bd .swi2_ping .left {
    padding: 180px 70px 0 115px;
}
#index .swiper_bd .swi3_ping .vid .china {
    top: 54.5%;
    right: 13%;
}
#index .swiper_bd .swi3_ping .vid .china.usa {
    left: 8.5%;
}
.footer .up .left .ul1 li {
    margin-right: 85px;
}
.header .cc_line.act2 {
    width: 58.2%;
}
.header .cc_line.act3 {
    width: 65.2%;
}
.header .cc_line.act4 {
    width: 72.2%;
}
.header .cc_line.act5 {
    width: 79.2%;
}
.header .cc_line.act6 {
    width: 86.2%;
}
.header .cc_line.act1 {
    width: 40.8%;
}
#supply .hzys .ibox .big_img .img_b .six.six6 {
    bottom: 34px;
    right: -28.7%;
}
#supply .hzys .ibox .big_img .img_b .six.six4 {
    top: 0;
    right: -28.333%;
}
#supply .hzys .ibox .big_img .img_b .six.six2 {
    top: 185px;
    left: -30.125%;
}
#index .swiper_bd .swi2_ping .left .four_text {
    bottom: 140px;
}
}

@media (max-width: 1280px) {
    .header.act .zbox .h_daohang {
    width: 58.4% !important;
}
#index .swiper_bd .swi2_ping .left {
    padding: 180px 70px 0 72px;
}
#index .swiper_bd .swi2_ping .left .four_text {
    bottom: 90px;
}
#index .swiper_bd .swi3_ping .vid .china {
    right: 12%;
}
#index .swiper_bd .swi3_ping .vid .china.usa {
    left: 7.5%;
}
.footer .up .left .ul1 li {
    margin-right: 80px;
}
.header .cc_line.act6 {
    width: 87.2%;
}
.header .cc_line.act5 {
    width: 79.8%;
}
.header .cc_line.act4 {
    width: 72%;
}
.header .cc_line.act3 {
    width: 64%;
}
.header .cc_line.act2 {
    width: 56%;
}
.header .cc_line.act1 {
    width: 37.7%;
}
#supply .hzys .ibox .big_img .img_b .six .t_img {
    width: 90px;
    height: 90px;
}
#supply .hzys .ibox .big_img .img_b .six.six6 {
    bottom: 10px;
    right: -22.7%;
}
#supply .hzys .ibox .big_img .img_b .six.six5 {
    top: 29.16%;
    right: -60.33%;
}
#supply .hzys .ibox .big_img .img_b .six.six4 {
    top: 0;
    right: -20.333%;
}
#supply .hzys .ibox .big_img .img_b .six.six3 {
    top: auto;
    bottom: 21px;
    left: -62%;
}
#supply .hzys .ibox .big_img .img_b .six.six2 {
    top: 185px;
    left: -21.125%;
}
#supply .hzys .ibox .big_img .img_b .six.six1 {
    top: 28px;
    left: -62.54%;
}
#news .gsxw .lunb .btn {
    left: 8.3333%;
    bottom: 10px;
}
}

@media (max-width: 1030px) {
    .f_14 {
        font-size: 12px;
    }

    .f_16 {
        font-size: 14px;
    }

    .f_18 {
        font-size: 16px;
    }

    .f_20 {
        font-size: 16px;
    }

    .f_22 {
        font-size: 16px;
    }

    .f_24 {
        font-size: 18px;
    }

    .f_26 {
        font-size: 20px;
    }

    .f_28 {
        font-size: 20px;
    }

    .f_30 {
        font-size: 20px;
    }

    .f_32 {
        font-size: 22px;
    }

    .f_34 {
        font-size: 22px;
    }

    .f_36 {
        font-size: 24px;
    }

    .f_38 {
        font-size: 24px;
    }

    .f_40 {
        font-size: 26px;
    }

    .f_42 {
        font-size: 26px;
    }

    .f_50 {
        font-size: 28px;
    }
    .f_72 {
        font-size: 28px;
    }
    .f_40 {
    font-size: 30px;
}

.f_46 {
    font-size: 34px;
}
.f_48 {
    font-size: 34px;
}
.f_62 {
    font-size: 34px;
}
.f_82 {
    font-size: 38px;
}
.a_dw{
    top: -60px;
}
    .ibox {
        max-width: 1200px;
        min-width: 100px;
        width: 91%;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        box-sizing: border-box;
    }

    .header {
        display: none;
    }
    .m_header {
        width: 100%;
        height: 60px;
        display: block;
        overflow: hidden;
        padding: 0 5%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.m_header .logo{
    width: 120px;
}
    .m_header .sanline {
        width: 50px;
        height: 50px;
    }

    .m_header .sanline img {
        width: 50px;
        height: 50px;
    }

    .header_nav .sancha {
        width: 50px;
        height: 50px;
    }

    .header_nav .sancha img {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .header_nav {
        display: block;
        position: fixed;
        z-index: 999999999999;
        width: 100%;
        height: 100%;
        top: 0%;
        right: -100%;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        overflow: hidden;
        box-sizing: border-box;
        background-color: #fff;
    }

    .header_nav.act {
        right: 0;
    }

    .header_nav li a {
        font-size: 18px;
        color: #666;
        padding: 10px 30px 10px 50px;
        line-height: 30px;
        position: relative;
    }

    .header_nav li a.ltp:after {
        content: "";
        display: block;
        width: 5px;
        height: 20px;
        background: #d4d3d4;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 30px;
    }

    .header_nav li a.ltp.act:after {
        background: #ff5400;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .header_nav li a.ltp.act {
        color: #ff5400;
    }

    .header_nav li .qp .hd {
        display: none;
    }

    .header_nav li .qp .hd .hp a {
        display: block;
        font-size: 16px;
    }

    .header_nav li .qp .hd .hp a:last-child {
        border-bottom: 1px solid #ccc;
    }

    .header_nav li.search {
        position: relative;
    }

    .header_nav li.search span {
        position: absolute;
        top: 17px;
    }

    .header_nav li.search .searchbtn img {
        position: absolute;
        top: 7px;
    }

    .header_nav li.cen{
        display: flex;
    }
    .header_nav li.cen .cn{
        font-size: 18px;
        color: #666;
        padding: 10px 30px 10px 50px;
        line-height: 30px;
    }
    .header_nav li.inpu{
        padding: 10px 30px 10px 50px;
    }
    .header_nav li.inpu .inp{
        width: 95%;
        height: 40px;
        display: flex;
    }
    
    .header_nav li.inpu .inp input{
        width: calc(100% - 70px);
        height: 100%;
        padding-left: 15px;
    }
    .header_nav li.inpu .inp .ss{
        padding: 0;
        width: 70px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #ff5400;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }
    .footer {
        padding-top: 0;
        height: auto;
    }

    .footer .ibox .up {
        display: none;
    }

    /* 鑴� */
   
    /* dz1 */
    #about .jtgk .ibox .lrt .right .text {
    width: 100%;
    padding: 40px 3.125% 0 23px;
}
#about .jtgk .ibox .lrt .left .le_img {
    width: 100%;
    margin-top: 43px;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .right {
    width: 41.2%;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .right .num {
    font-size: 95px;
    top: -41px;
}
#about .fzlc .ibox .swi9 {
    padding: 0px 5.4375% 0 10%;
}
.hxnhxlj {
    display: none;
}
#supply .hzys .ibox .big_img .img_b {
    width: 360px;
    height: 360px;
}
#supply .hzys .ibox .big_img .img_b .six.six1 {
    top: -4px;
    left: -41.54%;
}
#supply .hzys .ibox .big_img .img_b .six.six2 {
    top: 141px;
    left: -6.125%;
}
#supply .hzys .ibox .big_img .img_b .six.six3 {
    top: auto;
    bottom: 14px;
    left: -67%;
}
#supply .hzys .ibox .big_img .img_b .six.six4 {
    top: 0;
    right: -4.333%;
}
#supply .hzys .ibox .big_img .img_b .six.six6 {
    bottom: 10px;
    right: -6.7%;
}
#supply .gyzm .ibox .four_img .four .four_fp .four_text {
    padding: 5px 24px 0;
    line-height: 2;
}
#news .gsxw .lunb .swiper3 .s3_box .d_text {
    margin: 13px 0 9px 0;
    font-size: 18px;
}
#news .gsxw .lunb .btn {
    left: 8.3333%;
    bottom: 0px;
}
#talents .xtfc .ibox .lrt .left .swiper5 .s5_box .small_img {
    width: 150px;
}
#talents .xtfc .ibox .lrt .right .swiper6 {
    margin-top: 30px;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .tit_text {
    margin-bottom: 40px;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .three_text .three .d_text {
    margin: 10px 0 15px 0;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .three_text .three {
    margin-bottom: 25px;
}
#talents .rcln .ibox .swiper7 {
    height: 328px;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text a {
    line-height: 1.5;
}
#search .ssjg .ibox .down .fh .fh_text {
    color: #333;
    padding-left: 37px;
    position: relative;
}
#search .ssjg .ibox {
    padding: 30px 30px 65px;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_fp .text::before {
    right: -32px;
}
#index .swiper_bd .left_bd {
    width: 60px;
    height: 520px;
    padding: 60px 0 60px 0;
}
#index .swiper_bd .swiper1 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    left: 0;
    width: 100%;
}
#index .swiper_bd .swi2_ping .left .four_text {
    height: 110px;
    min-width: 630px;
    bottom: 110px;
}
#index .swiper_bd .swi2_ping .left .four_text .four.act {
    height: 129px;
}
#index .swiper_bd .swi2_ping .left .four_text .four {
    padding-top: 18px;
}
#index .swiper_bd .swi2_ping .left .d_text {
    font-size: 23px;
}
#index .swiper_bd .swi2_ping .left {
    padding: 265px 40px 0 60px;
}
#index .swiper_bd .swi2_ping .left .dd_text {
    font-size: 14px;
}
#index .swiper_bd .swi3_ping .vid .china {
    right: 8%;
}
#index .swiper_bd .swi3_ping .vid .china.usa {
    left: 4.5%;
}
#index .swiper_bd .swi4_ping .four .swi4_ping_fp .up {
    width: 72px;
    align-items: flex-start;
}
#index .swiper_bd .swi5_ping .right .four_news .four.act .up .year {
    margin-bottom: 13px;
}
#index .swiper_bd .swi5_ping .right .four_news .four .up::before {
    width: 36px;
    height: 36px;
    background: url(../images/i_14.png) no-repeat;
    background-size: cover;
}
#index .swiper_bd .swi5_ping .right .four_news .four.act .up::before {
    background: url(../images/i_144.png) no-repeat;
    background-size: cover;
}
.swiper_bd > .swiper-wrapper > .swiper-slide:last-child {
    height: 85px !important;
}
#about .qywh .ibox .swiper8 .pnall{
    display: none;
}
}

@media (max-width: 960px) {
    .f_14 {
        font-size: 14px;
      }
    
      .f_16 {
        font-size: 14px;
      }
    
      .f_18 {
        font-size: 16px;
      }
    
      .f_20 {
        font-size: 16px;
      }
    
      .f_22 {
        font-size: 16px;
      }
    
      .f_24 {
        font-size: 18px;
      }
    
      .f_26 {
        font-size: 18px;
      }
    
      .f_28 {
        font-size: 20px;
      }
    
      .f_30 {
        font-size: 20px;
      }
    
      .f_32 {
        font-size: 20px;
      }
    
      .f_34 {
        font-size: 22px;
      }
    
      .f_36 {
        font-size: 22px;
      }
    
      .f_38 {
        font-size: 26px;
      }
    
      .f_40 {
        font-size: 28px;
      }
    
      .f_42 {
        font-size: 28px;
      }
    .f_48 {
    font-size: 28px;
}
      .f_50 {
        font-size: 30px;
      }
    /* 澶� */
    .m_header {
        width: 100%;
        height: auto;
        display: block;
        /* overflow: hidden; */
        padding: 0 5%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m_header a img {
        height: 37px;
    }
.footer .down {
    width: 100%;
    height: 115px;
    border-top: 2px solid #484848;
    display: flex;
    align-items: center;
}
    .footer .ibox .down {
        display: block;
        padding-top: 10px;
        text-align: center;
        line-height: 1.5;
    }
    .footer .down .ibox .d_left {
    display: none;
}
.footer .down .ibox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .down .ibox .d_right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 2;
}
.footer .down .ibox .d_right .bqsy{
    text-align: center;
}
.footer .down .ibox .d_right .bqsy .f_map{
    margin-left: 15px;
}
.footer .down .ibox .d_right .line {
    display: none;
}
    #index .swiper_bd .left_bd {
        display: none;
    }
    #index .swiper_bd .swiper1 .swiper-slide .swi1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#index .swiper_bd .swiper1 .swiper-slide .vid {
    display: none;
}
#index .swiper_bd .swiper1 .swiper-slide .vid video.act {
    display: none;
    opacity: 0;
    visibility: hidden;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_img img:last-child{
    display: block;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_img img:first-child{
    display: none;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_fp .fxkuang {
    display: none;
}
#index .swiper_bd .swi2_ping {
    width: 100%;
    height: auto;
    display: block;
}
#index .swiper_bd .swi2_ping .left {
    width: 100%;
    padding: 30px 5% 15px;
}
#index .swiper_bd .swi2_ping .right {
    width: 100%;
    height: auto;
}
#index .swiper_bd .swiper1 .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
}
#index .swiper_bd .swi2_ping .left .four_text {
    width: 100%;
    height: auto;
    min-width: auto;
    position: relative;
    bottom: auto;
    flex-wrap: wrap;
    margin-top: 15px;
}
#index .swiper_bd .swi2_ping .left .four_text .four{
    width: 48%;
    margin:0 4% 4% 0;
    background: url(../images/i_8.png);
    height: 110px;
    padding-top: 15px;
}
#index .swiper_bd .swi2_ping .left .four_text .four .num {
    color: #fff;
    margin: 9px 0;
}
#index .swiper_bd .swi2_ping .left .four_text .four::before {
    display: none;
}
#index .swiper_bd .swi2_ping .left .four_text .four.act {
    height: 110px;
}
#index .swiper_bd .swi2_ping .left .four_text .four:nth-child(2n){
    margin:0 0 4% 0;
}
#index .swiper_bd .swi2_ping .left .d_text {
    font-size: 21px;
    padding-bottom: 15px;
}
#index .swiper_bd .swi2_ping .right img {
    width: 100%;
    height:auto;
    object-fit: cover;
}
#index .swiper_bd .swi2_ping .right .ri_img {
    width: 100%;
    height: auto;
}
#index .swiper_bd .swi3_ping .vid video{
    display: none;
}
#index .swiper_bd .swi3_ping .vid {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0,0);
    margin-top: 30px;
}
#index .swiper_bd .swi3_ping .vid .china {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    padding: 0 5%;
}
#index .swiper_bd .swi3_ping .vid .china .qq .cheng {
    display: none;
}
#index .swiper_bd .swi3_ping .vid .china .qq .zgzb {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 10px 0;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down {
    display: block;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .left .jiantou {
    width: 20px;
    height: 11px;
    background: url(../images/i_21.png) center no-repeat;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 10px;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .lrt {
    position: relative;
    top: auto;
    left: auto;
    display: block;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .lrt .left{
    width: 100%;
    padding: 20px 10px 10px;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .lrt .right{
    width: 100%;
}
#index .swiper_bd .swi3_ping .vid .china .qq .down .out_img {
    display: none;
}
#index .swiper_bd .swi3_ping .vid .china.usa {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 5%;
}
#index .swiper_bd .swi3_ping .vid .china.usa .qq .zgzb {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 20px;
}
#index .swiper_bd .swi3_ping .vid .china .qq .zgzb::after {
    display: none;
}
#index .swiper_bd .swi3_ping .vid .china.usa .qq .zgzb::after {
    display: none;
}
#index .swiper_bd .swi3_ping .up {
    position: relative;
    top: auto;
    left: auto;
    padding: 0 5%;
}
#index .swiper_bd .swi3_ping .up .d_text {
    letter-spacing: 0;
}
#index .swiper_bd .swi3_ping .up .c_text {
    color: #777;
    line-height: 2;
    margin-top: 15px;
}
#index .swiper_bd .swi3_ping {
    padding: 30px 0;
}
#index .swiper_bd .swi4_ping .four .t_img img {
    position: relative;
    top: auto;
    left: auto;
    object-fit: cover;
}
#index .swiper_bd .swi4_ping .swiper2 .swiper-slide .t_img .img2 {
    display: none;
}
#index .swiper_bd .swi4_ping .four .t_img .img1 {
    opacity: 1;
}
#index .swiper_bd .swi4_ping .swiper-slide.act .four .vide {
    display: none;
}
#index .swiper_bd .swi4_ping .four .swi4_ping_fp {
    width: 100px;
    height: 110px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    transform: translate(0,0);
    overflow: hidden;
    z-index: 9;
}
#index .swiper_bd .swi4_ping .four .swi4_ping_fp {
    width: 100px;
    height: 110px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    transform: translate(0,0);
    overflow: hidden;
    z-index: 9;
    padding-right: 5%;
}
#index .swiper_bd .swi5_ping {
    display: none;
}
#index .swiper_bd .swi5_phone {
    display: block;
    padding: 30px 5%;
}
#index .swiper_bd .swi5_phone .s11_box{
    width: 100%;
}
#index .swiper_bd .swi5_phone .s11_box .up {
    width: 100%;
    margin-bottom: 10px;
}
#index .swiper_bd .swi5_phone .s11_box .up .year{
    color: #777;
}
#index .swiper_bd .swi5_phone .s11_box .up .d_text{
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 15px 0 10px 0;
}
#index .swiper_bd .swi5_phone .s11_box .up .c_text{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
#index .swiper_bd .swi5_phone .swiper11{
    padding-bottom: 20px;
}
#index .swiper_bd .swi5_phone .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
    left: 0;
    width: 100%;
}
#about .jtgk .ibox {
    padding: 30px 0;
}
#about .jtgk .ibox .lrt .right {
    width: 100%;
    float: none;
}
#about .jtgk .ibox .lrt .left {
    width: 100%;
    float: none;
}
#about .jtgk .ibox .lrt .right .text {
    width: 100%;
    padding: 0;
}
#about .jtgk .ibox .lrt .right .text .d_text {
    margin: 20px 0 15px 0;
}
#about .jtgk .ibox .lrt .right .text .c_text {
    margin-bottom: 10px;
}
#about .jtgk .ibox .lrt .left .le_img {
    width: 100%;
    margin-top: 10px;
}
#about .qywh .ibox {
    padding: 30px 0;
}
#about .qywh .ibox .swiper8 {
    width: 100%;
    margin-top: 20px;
    padding: 0 0 20px;
}
#about .qywh .ibox .swiper8 .swiper-slide:nth-child(2n) {
    margin-top: 0px;
}
#about .fzlc .ibox {
    padding: 30px 0 20px 0;
}
#about .fzlc .ibox .swi10 {
    display: none;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt {
    width: 100%;
    display: block;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .left {
    width: 100%;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .right {
    width: 100%;
    margin-top: 20px;
}
#about .fzlc .ibox .swi9 .swiper9 .swiper-slide .s9_box .lrt .left .left_img::before {
    display: none;
}
#about .fzlc .ibox .swi9 .swiper9 .s9_box .lrt .right .num {
    font-size: 30px;
    color: rgba(241, 104, 34, 1);
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 10px;
}
#about .fzlc .ibox .swi9 {
    padding: 0 0 0 0;
    margin-top: 20px;
}
#about .zzbj .ibox {
    padding: 30px 0;
}
#about .zzbj .ibox .c_text {
    width: 100%;
    margin: 20px 0 15px;
}
#about .zzbj .ibox .zgdt .dt_img .three_text {
    display: none;
}
#about .cppl .four_big_img{
    display: none;
}
#about .cppl .swiper12{
    display: block;
}
#about .cppl .swiper12 .s12_box{
    width: 100%;
    position: relative;
}
#about .cppl .swiper12 .s12_box .s12_img{
    width: 100%;
}
#about .cppl .swiper12 .s12_box .s12_img img{
    width: 100%;
}
#about .cppl .swiper12 .s12_box .s12_fp{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    /* align-items: flex-end; */
    flex-direction: column;
    padding: 0 5% 40px;
}
#about .cppl .swiper12 .s12_box .s12_fp *{
    color: #fff;
}
#about .cppl .swiper12 .s12_box .s12_fp .up{
    width: 100%;
}
#about .cppl .swiper12 .s12_box .s12_fp .up .num{
    margin-bottom: 5px;
}
#about .cppl .swiper12 .s12_box .s12_fp .up .line{
    width: 15px;
    height: 1px;
    background-color: #fff;
    margin: 10px 0 15px 0;
}
#about .cppl {
    width: 100%;
    height: auto;
    position: relative;
    /* padding: 0 5%; */
    margin-top: 30px;
}
#about .cppl .ti_text {
    position: relative;
    top: auto;
    left: auto;
    z-index: 5;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
#about .qywh .ibox .swiper8 .swiper-pagination {
    bottom: 00px;
    left: 0;
    width: 100%;
}
#about .swiper9 .swiper-pagination {
    bottom: 0px;
    left: 0;
    width: 100%;
}
#about .swiper12 .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}
#supply .hzys .ibox {
    padding: 30px 0;
}


#supply .gyzm .ibox {
    padding: 30px 0;
}
#supply .gyzm .ibox .four_img {
    margin-top: 20px;
}
#supply .gyzm .ibox .four_img .four {
    width: 100%;
    margin-right:0;
    margin-bottom: 6%;
    overflow: hidden;
    position: relative;
}
#supply .gyzm .ibox .four_img .four .four_fp .four_title {
    width: 100%;
    height: 30px;
    padding: 0 26px;
}
#supply .gyzm .ibox .four_img .four .four_fp .four_text {
    height: 120px;
    margin-top: 15px;
}
#supply .gyzm .ibox .four_img .four:nth-child(3) {
    margin-bottom: 6%;
}
#supply .gyzm .ibox .four_img .four:nth-child(4) {
    margin-bottom: 6%;
}
#supply .lxfs .ibox {
    padding: 30px 0;
}
#supply .lxfs .ibox .two_text .two {
    width: 100%;
    height: auto;
    display: block;
    align-items: center;
    border: 1px solid #444444;
    padding: 20px 10px;
}
#supply .lxfs .ibox .two_text .two .line{
    width: 30px;
    height: 1px;
    background-color: #333;
    margin: 30px 0 15px 0;
}
#supply .lxfs .ibox .two_text .two .c_text {
    font-size: 18px;
}
#news .gsxw {
    padding: 30px 5%;
}
#news .gsxw .lunb .swi4 {
    display: none;
}
#news .gsxw .lunb .swi3 {
    width: 100%;
    padding: 0;
}
#news .gsxw .lunb .btn {
    display: none;
}
#news .gsxw .lunb .swiper3{
    padding-bottom: 20px;
}
#news .gsxw .lunb .swiper3 .pagination3{
    bottom: 0;
}
#news .gsxw .lunb .swiper3 .s3_box .big_img {
    display: block;
    margin-top: 15px;
}
#news .gsxw .lunb {
    margin-top: 20px;
    padding-left: 0%;
}
#news .gsxw .lunb .swiper3 .s3_box .d_text {
    line-height: 1.5;
    margin: 8px 0 5px 0;
}
#news .xwlb .ibox {
    padding: 30px 0;
}
#news .xwlb .ibox .seven_xw .seven {
    width: 100%;
    display: block;
    padding: 15px 0 8px 0;
    line-height: 1.5;
}
#news .xwlb .ibox .seven_xw .seven .left {
    width: 100%;
}
#supply .hzys .ibox .big_img .img11{
    display: block;
}
#supply .hzys .ibox .big_img .img_b>img {
    display: none;
}
#supply .hzys .ibox .big_img .img_b .six {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-bottom: 8px;
}
#supply .hzys .ibox .big_img .img_b .six .t_img {
   display: none;
}
#supply .hzys .ibox .big_img .img_b .six .d_text {
    width: 100%;
    color: #999;
    text-align: left;
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    pointer-events: visible;
    display: none;
}
#supply .hzys .ibox .big_img .img_b .six .c_text {
    width: 100%;
    position: relative;
     top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateY(0);
    color: #fff;
    background-color: #383f8f;
    padding: 10px;
    border-radius: 0;
    opacity: 1;
    pointer-events: visible;
}
#supply .hzys .ibox .big_img {
    margin-top: 15px;
}
#supply .hzys .ibox .big_img .img_b {
    width: 100%;
    height:auto;
}
#talents .xtfc .ibox {
    padding: 30px 0;
}
#talents .xtfc .ibox .lrt {
    width: 100%;
    display: block;
    justify-content: space-between;
}
#talents .xtfc .ibox .lrt .left{
    width: 100%;
    display: none;
}
#talents .xtfc .ibox .lrt .right{
    width: 100%;
    padding: 0;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .tit_text {
    margin-bottom: 25px;
}
#talents .xtfc .ibox .lrt .right .swiper6 .s6_box .three_text .three .c_text {
    color: #999;
    line-height: 1.5;
}
#talents .rcln .ibox {
    padding: 30px 0;
}
#talents .rcln .ibox .swiper7 {
    width: 100%;
    height: 328;
    margin-top: 20px;
}
#talents .rczm .ibox .up .jr_text .d_text {
    color: #333;
    line-height: 1.5;
    font-size: 20px;
}
#talents .rczm .ibox .up .rc_text {
    position: relative;
    right: auto;
    top: auto;
    color: #333;
    margin-bottom: 20px;
}
#talents .rczm .ibox {
    padding: 30px 0 50px 0;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt {
    width: 100%;
    display: block;
    margin: 35px 0 40px 0;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt .lrt_left {
    width: 100%;
    margin-right: 0%;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt .lrt_right {
    width: 100%;
    margin-right: 0%;
    margin-top: 30px;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .lrt .jc_text {
    color: #333;
    margin-bottom: 5px;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_btm .two_btn .more {
    margin-right: 20px;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one.act {
    padding: 20px 15px 40px 15px;
    height: 100%;
    z-index: 5;
}
#talents .rczm .ibox .up .jr_text .ul1 {
    height: 40px;
    margin-top: 20px;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq {
    width: 100%;
    height: auto;
    display: block;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .left{
    width: 100%;
    margin-right: 0;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .right {
    margin-top: 6%;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one {
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
    margin-bottom: 6%;
    position: relative;
}
#talents .rczm .ibox .down .ul2 .li2 .down_btn {
    margin-top: 50px;
}
#talents .rczm .ibox .down .ul2 .li2 .sfq .sfq_one .sfq_top {
    padding-right: 0px;
}
#talents .rczm .ibox .down {
    width: 100%;
    margin-top: 28px;
}
#partner .hhrjh .ibox {
    padding: 30px 0;
}
#partner .hhrjh .ibox .hhrjh_text {
    width: 100%;
}
#partner .hhrjh .ibox .hhrjh_text .d_text {
    color: #333;
    line-height: 1.5;
    margin: 15px 0 20px 0;
    font-size: 20px;
    text-align: justify;
}
#partner .hhrjh .ibox .hhrjh_text .cyjh .line {
    margin: 15px 0 15px 0;
}
#contact .three_city {
    height: 48px;
}
#contact .three_city .three {
    width: 120px;
    padding-top: 20px;
}
#map {
    width: 100%;
    height: 300px;
}
#contact .wzzb {
    padding: 30px 0;
}
#contact .wzzb .ibox .wz .ul1 li {
    padding: 25px 4.375% 0;
    margin-top: 00px;
}
#contact .wzzb .ibox .wz .ul1 li .down {
    margin-top: 30px;
    display: block;
}
#contact .wzzb .ibox .wz .ul1 li .down .left {
    width: 100%;
    margin-right: 0;
    padding: 15px;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text {
    margin-bottom: 15px;
}
#contact .wzzb .ibox .wz .ul1 li .down .right {
    width: 100%;
    padding: 15px 0 20px 0;
}
#contact .wzzb .ibox .wz .ul1 {
    padding-bottom: 0px;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text .s1 {
    font-size: 14px;
    display: block;
    font-weight: bold;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text .s2 {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-top: 0;
}
#contact .wzzb .ibox .wz .ul1 li .down .left .c_text{
    display: flex;
}
#search .ssjg {
    width: 100%;
    margin-top: 20px;
}
#search .ssjg .ibox {
    padding: 15px 5%;
}
#search .ssjg .ibox .d_text {
    color: #333;
    margin-bottom: 20px;
}
#search .ssjg .ibox .down {
    width: 100%;
    height: auto;
    display: block;
}
#search .ssjg .ibox .down .inp {
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 6%;
}
#search .ssjg .ibox .down .ss {
    width: 49%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background-color: #eeeeee;
    cursor: pointer;
    float: left;
}
#search .ssjg .ibox .down .fh {
    width: 49%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
    cursor: pointer;
    float: right;
}
#search .xxzx .ibox {
    padding: 30px 0;
}
#search .xxzx .ibox .line {
    margin: 20px 0 5px 0;
}
#search .xxzx .ibox .seven_xw .seven {
    width: 100%;
    display: block;
    padding: 15px 0 8px 0;
    line-height: 1.5;
}
#search .xxzx .ibox .seven_xw .seven .left {
    width: 100%;
}
#news_con .xwxq .ibox {
    padding: 30px 0 50px 0;
}
#news_con .xwxq .ibox .up .two_text .one .two:last-child {
    display: none;
}
#news_con .xwxq .ibox .up .xwxq_title {
    margin-bottom: 15px;
}
#news_con .xwxq .ibox .up {
    margin-bottom: 20px;
}
#news_con .xwxq .ibox .down .xwxq_img img {
    max-width: 100%;
    display: block;
    margin: 20px auto 20px;
}
#news_con .xwxq .ibox .down .line {
    margin: 30px 0 31px 0;
}
#news_con .xwxq .ibox .sxf .left .sxyp{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news_con .xwxq .ibox .sxf {
    width: 100%;
    display: block;
}
#news_con .xwxq .ibox .sxf .left {
    width: 100%;
    margin-bottom: 40px;
}
#news_con .xwxq .ibox .sxf .left .sxyp.syp {
    margin-bottom: 20px;
}
#supply .gyzm .ibox .four_img .four .four_di .d_text {
    bottom: 15px;
    right: 18px;
}
#talents .rczm .ibox .up .jr_text .d_text .cc_text{
    padding-left: 0px;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_fp {
    left: 5%;
}
#index .swiper_bd .swiper1 .swiper-slide .swi1_fp .text::before {
    right: 21px;
}
#about .zzbj .ibox .zgdt .dt_img img.dt_img_1{
    display: none;
}
#about .zzbj .ibox .zgdt .dt_img img.dt_img_2{
    display: block;
}
}