@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 12px;
    /* font-size: 1.2rem; */

    /* 12÷10=1.2 */
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font: 16px "微软雅黑""Times New Roman", Arial, Helvetica, sans-serif;
}

* {
    word-wrap: break-word;
}

img {
    vertical-align: top;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    /* text-decoration: none !important; */
    color: #222;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

li {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    clear: both;
}

input {
    outline: 0;
}

.bigzm {
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: #999999;
    caret-color: #999999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888888;
}

.w {
    width: 1440px;
    margin: 0 auto;
}

/* banner start */

.i_picchange {
    width: 100%;
    /* height: 930px; */
    height: 100vh;
    overflow: hidden;
    display: block;
}

.home-swiper {
    width: 100%;
    height: 100%;
    background: #000;
}



.home-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    width: 100%;
    position: relative;
}

.home-swiper .swiper-slide .text_banner {
    top: 68.8% !important;
}

/*.home-swiper .swiper-slide .conver_div{width:100%; height:100%; position:absolute; left:0px; top:0px;}
.home-swiper .swiper-slide img{ display:none;}*/
.home-swiper .swiper-slide .text_c {
    width: 100%;
    margin: 0px auto;
    z-index: 2;
    /* padding: 0px 3%; */
    color: #fff;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    font-family:'Optima';
    left: 0px;
    top: 50.8%;
    -webkit-transform: translate(0%, -40%);
    -moz-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
    font-size: 53px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.home-swiper .swiper-slide .text_c h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.home-swiper .swiper-slide.swiper-slide-active .text_c {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.home-swiper .swiper-slide .text_img {
    width: 70%;
    margin: 0px 15%;
    z-index: 1;
    padding: 0px 3%;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 60%;
    -webkit-transform: translate(0%, -40%);
    text-align: right;
    -moz-transform: translate(0%, -40%);
    transform: translate(0%, -40%);
    font-size: 24px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    transition: all 1.5s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.home-swiper .swiper-slide.swiper-slide-active .text_img {
    opacity: 1;
    text-align: right;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: right;
}

.home-swiper .swiper-slide .text_img img {
    width: 50%;
}

.home-swiper .swiper-slide .s1 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
    display: block;
}

.home-swiper .swiper-slide .s1 img {
    width: 100%;
    height: auto !important;
    display: none;
}

.home-swiper .swiper-slide .s2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
}

.home-swiper .swiper-slide .s2 img {
    width: 100%;
    height: auto !important;
    display: none;
}

/* ~~~~~~~~~~~~~~~~~~ */

.home-pagination .swiper-pagination-bullet {
    margin: 26px 3px !important;
    width: 8px !important;
    height: 8px !important;
    border: solid 2px #ffffff;
    opacity: .5;
    background-color: #fff;
    -moz-border-radius: 0%;
    -webkit-border-radius: 0%;
    border-radius: 50%;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.home-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
    width: 8px !important;
}

.home-swiper.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px;
    text-align: center;
    z-index: 5 !important;
    height: 60px;
    position: relative;
    opacity: 0.85;
    background-color: rgb(25, 68, 95);
}

.i_picchange .banner_db {
    width: 100%;
    height: 60px;
    background-color: #105ab5;
    opacity: 0.85;
    position: relative;
    bottom: 60px;
    z-index: 1;
}

/* ~~~~~~~~~~~~~~~~~~ */

/* banner end */

/* content_1s  start*/

.fj_content_1 {
    width: 100%;
    margin: 0 auto 20px;
}


.fj_content_1 .fj_value {
    width: 100%;
    /* padding: 60px 0 0; */
}

.fj_content_1 .fj_value .first_box {
    width: 100%;
    padding: 60px 0 75px;
    background-color: #ffffff;
}

.fj_content_1 .fj_value .first_box .fj_we {
    text-align: center;
    font-size: 64px;
    color: #024a94;
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    font-family:'Optima';
}

.fj_content_1 .fj_value .first_box .fj_we_s {
    font-size: 22px;
    line-height: 26px;
    color: #666;
    text-align: center;
    display: block;
    font-family: Optima-Regular;
}

.fj_content_1 .fj_value .fj_con_lb2 {
    width: 100%;
    height: 521px;
    background: url(back.png) no-repeat center;
    background-size: cover;
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s {
    width: 18.96%;
    height: 300px;
    float: left;
    background-color: rgba(25, 68, 95, 0.85);
    text-align: center;
    margin-right: 1.3%;
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s:last-child {
    margin-right: 0;
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s .rmb_1 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 37%;
    line-height: 45px;
    display: inline-block;
    color: #ffffff;
    font-family:'Optima';
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s .us {
    font-size: 40px;
    font-weight: bold;
    margin-top: 37%;
    line-height: 45px;
    display: inline-block;
    color: #ffffff;
    font-family:'Optima';
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s .jia_hao {
    line-height: 45px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 37%;
    display: inline-block;
    font-family:'Optima';
    color: #ffffff;
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s:nth-child(2) .rmb_1 {
    margin-top: 45%;
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s:nth-child(3) .rmb_1 {
    margin-top: 45%;
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s:nth-child(4) .rmb_1 {
    margin-top: 33%;
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s:nth-child(5) .rmb_1 {
    margin-top: 33%;
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s .rmb_2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    margin-right: 8px;
    display: inline-block;
    color: #ffffff;
    font-family:'Optima';
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s .lion {
    display: block;
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s .bill {
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    display: inline-block;
    color: #ffffff;
    font-family:'Optima';
}

.fj_content_1 .fj_value .fj_con_lb2 .list_box .list_box_1s .rmb_3 {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    color: #ffffff;
    opacity: 0.8;
    font-family:'Optima';
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.con_lb2 {
    width: 100%;
    margin-bottom: 100px;
}

.con_lb2 .tab_list {
    width: 100%;
    height: 171px;
}

.con_lb2 .tab_list ul {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0;
}

.con_lb2 .tab_list ul li {
    width: 15.833%;
    height: 100%;
    margin: 10px 1% 0 0;
    float: left;
    background-color: #f4f4f4;
    transition: all linear 0.2s;
    position: relative;
}

.con_lb2 .tab_list ul li .con2_zy {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    transform: translateX(-33px);
    text-align: center;
    z-index: 4;
    background-color: #ffffff;
}

.con_lb2 .tab_list ul li:first-child .con2_zy img {
    margin-top: 7px;
}

.con_lb2 .tab_list ul li .con2_zy img {
    margin-top: 13px;
}

.con_lb2 .tab_list ul li:nth-child(4) .con2_zy img {
    margin-top: 11px;
}

.con_lb2 .tab_list ul li .bt_cont2 {
    color: #1f3b4e;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    display: block;
    margin-top: 50%;
    font-family:'Optima';
}

.con_lb2 .tab_list ul .current .con2_zy img {
    margin-top: 13px;
}

.con_lb2 .tab_list ul .current {
    width: 15.833%;
    height: 171px;
    position: relative;
    background-color: #164ea1;
    transition: all linear 0.2s;
}

.con_lb2 .tab_list ul .current .con2_zy {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    transform: translateX(-33px);
    text-align: center;
    z-index: 4;
    background-color: #ffffff;
}

.con_lb2 .tab_list ul .current .bt_cont2 {
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    display: block;
    font-weight: bold;
    margin-top: 50%;
    font-family:'Optima';
}

.con_lb2 .tab_list ul li:last-child {
    margin-right: 0;
}

.con_lb2 .tab_con {
    width: 100%;
    background-color: #fff;
    /* padding: 28px 20px 28px; */
    display: inline-block;
    overflow: hidden;
    /* box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25); */
}

.con_lb2 .tab_con .list_1 {
    width: 100%;
    display: none;
}

.con_lb2 .tab_con .item {
    width: 100%;
    height: 632px;
    position: relative;
}

.con_lb2 .tab_con .item .con_2bj {
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.con_lb2 .tab_con .item .con_2bj img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: bottom center;
    transition: all .4s;
}

.con_lb2 .tab_con .item .con_2bj:hover img {
    transform: scale(1.1);
}


.con_lb2 .tab_con .item .con_nr {
    position: absolute;
    top: 26%;
    left: 4.9%;
    z-index: 2;
    background-color: #0a50b4;
    opacity: 0.8;
    width: 29.5%;
    height: 27.5%;
    padding: 43px 45px;
}

.con_lb2 .tab_con .item .con_nr .con2_bt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    line-height: 27px;
    font-family:'Optima';
}


.con_lb2 .tab_con .item .con_nr .con2_js {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family:'Optima';
}

.con_lb2 .tab_con .item .con_nr .con2_tz {
    width: 88px;
    height: 24px;
    background: url(../images/tz_1s.png) no-repeat center;
    background-size: contain;
    display: block;
}

.con_lb2 .tab_con .item .con_nr .con2_tz:hover {
    background: url(../images/tz_2s.png) no-repeat center;
    background-size: contain;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* content_2s  end*/


/* content_3s  start*/
content_3s {
    width: 100%;
    background-color: #fff;
}


.content_3s .value_1s {
    width: 100%;
    padding: 20px 0;
}

.content_3s .value_1s .we_ks {
    text-align: center;
    font-size: 64px;
    color: #024a94;
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    font-family:'Optima';
}

.content_3s .value_1s .we_s {
    font-size: 22px;
    line-height: 24px;
    color: #666;
    text-align: center;
    display: block;
    font-family:'Optima';
}

.content_3s .value_1s .ditu_ss {    
    width: 100%;
    margin-top: 75px;
}

/* 世界地图 描点 */

/* .n_box14{ width:100%; padding:120px 0px 160px 0px;} */
.n_box14_t{width:100%; margin-bottom:35px; height:832px; background:url(map.png) center center no-repeat; background-size:contain; position:relative;}
.n_box14_t .tubiao{ padding-right:37px; cursor:pointer; height:27px; line-height:27px; color:#333333; font-size:18px; position:absolute;/* background:url(../images/zz10.png) right center no-repeat;*/}
/* .n_box14_t .tubiao.activemap{ background:url(../images/zz11.png) right center no-repeat;} */
.n_box14_t .tubiao.position1{ left: 10.2%; top: 15.2%;} /* 英国 */
.n_box14_t .tubiao.position2{ left: 10.5%; top: 19.1%;} /* 卢森堡 */
.n_box14_t .tubiao.position3{ left: 12%; top: 18.1%;} /* 德国 */
.n_box14_t .tubiao.position4{ left: 13.4%; top: 20.8%;} /* 匈牙利 */
.n_box14_t .tubiao.position5{ left: 10.8%; top: 22.8%;} /* 意大利 */
.n_box14_t .tubiao.position6{ left: 12.54%; top: 22.8%;}/* 黑波 */
.n_box14_t .tubiao.position7{ left: 13.72%; top: 23.8%;}/* 塞尔维亚 */
.n_box14_t .tubiao.position8{ left: 15.35%; top: 27.2%;}/* 土耳其 */
.n_box14_t .tubiao.position9{ left: 4%; top: 34.5%;}/* 阿尔及利亚 */
.n_box14_t .tubiao.position10{ left: 12.9%; top: 36.2%; padding-left:37px; padding-right:0px;}/* 埃及 */
.n_box14_t .tubiao.position10 i{ right:auto; left:10px;}/* 埃及 */
.n_box14_t .tubiao.position11{ left: 18.6%; top: 39.5%; padding-left:37px; padding-right:0px;}/* 阿拉伯联合酋长国 */
.n_box14_t .tubiao.position11 i{ right:auto; left:10px;}/* 阿拉伯联合酋长国 */
.n_box14_t .tubiao.position12{ right: 86.34%; top: 76.96%;}/* 南非 */
.n_box14_t .tubiao.position13{ right: 75.24%; top: 26.4%;}/* 乌兹别克斯坦 */
.n_box14_t .tubiao.position14{ right: 72.56%; top: 33.6%;}/* 巴基斯坦 */
.n_box14_t .tubiao.position15{ right: 72.35%; top: 51.1%;}/* 斯里兰卡 */
.n_box14_t .tubiao.position16{ right: 74.2%; top: 22.9%;}/* 哈萨克斯坦 */
.n_box14_t .tubiao.position17{ right: 65.05%; top: 18.9%;}/* 俄罗斯 */
.n_box14_t .tubiao.position18{ right: 68.22%; top: 39.5%;}/* 孟加拉 */
.n_box14_t .tubiao.position19{ right: 67.15%; top: 43.25%;}/* 缅甸 */
.n_box14_t .tubiao.position20{ right: 63.75%; top: 46.9%;}/* 越南 */
.n_box14_t .tubiao.position21{ right: 53.67%; top: 31.52%;}/* 日本 */
.n_box14_t .tubiao.position22{ right: 59.716%; top: 47.3%;}/* 菲律宾 */
.n_box14_t .tubiao.position23{ right: 63.48%; top: 57.2%;}/* 印度尼西亚 */
.n_box14_t .tubiao.position24{ right: 62.31%; top: 54.8%;}/* 马来西亚 */
.n_box14_t .tubiao.position25{ right: 26.76%; top: 17.9%;}/* 加拿大 */
.n_box14_t .tubiao.position26{ right: 21.15%; top: 29.6%;}/* 美国 */
.n_box14_t .tubiao.position27{ right: 12.8%; top: 38.6%;}/* 古巴 */
.n_box14_t .tubiao.position28{ right: 8.5%; top: 68.8%;}/* 阿根廷 */

.n_box14_t i{width:6px; height:6px; position:absolute; right:11px; top:50%; margin-top:-4px;-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
border-radius:100%;            /* W3C syntax */}
.n_box14_t i:before{width:14px; height:14px; border:1px solid #ef821e; position:absolute; left:-4px; top:-4px; content:"";-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
border-radius:100%;            /* W3C syntax */animation: scale 2s infinite;}
.n_box14_t i:after{width:26px; height:26px; border:1px solid #ef821e; position:absolute; left:-10px; top:-10px; content:"";-moz-border-radius: 100%;      /* Gecko browsers */
-webkit-border-radius: 100%;   /* Webkit browsers */
border-radius:100%;            /* W3C syntax */animation: scale2 2s infinite;}

.n_box14_t i .box_dt {
    position: relative;
    top: 17px;
    left: -152px;
    width: 400px;
    /* height: 280px; */
    border-radius: 10px;
    border: 1px solid #005ead;
    padding: 30px 30px 25px;
    background-color: rgba(25, 68, 95, 0.85);
    z-index: 11;
    /* text-align: center; */
}

.n_box14_t i .box_dt .qy_gb {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.n_box14_t i .box_dt .qy_gb .guo_jia {
    font-size: 14px;
    color: #fff; 
    line-height: 18px;
    float: left; 
    font-style: initial;
    font-family:'Optima';
}

.n_box14_t i .box_dt .tiqu_tu {
    width: 100%;
    height: 210px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}

.n_box14_t i .box_dt .tiqu_tu img:hover {
    transform: scale(1.1);
}

.n_box14_t i .box_dt .tiqu_tu img {
    width: 100%;
    /* height: 100%; */
    transition: all .4s;
}

.n_box14_t i .box_dt .dq_by {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-style: initial;
    font-family:'Optima';
}

.n_box14_t i .box_dt .tz_map {
    margin: 35px 0;
}

/* .n_box14_t .tubiao.activemap i{ background-color:#005ead;} */
.n_box14_t .tubiao.activemap i:before{ border:1px solid #005ead;}
.n_box14_t .tubiao.activemap i:after{ border:1px solid #005ead;}

@keyframes scale{0%{ transform: scale(0.8); opacity:.9}100%{ transform: scale(1); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(0.8);opacity:.9;}100%{ transform: scale(1);opacity:0;}}

/* 世界地图 描点 end */

/* content_3s  end*/


/* content_4s  start*/

.content_4s {
    width: 100%;
    /* height: 600px; */
    background-color: #f4f4f4;
}


.content_4s .value_2s {
    width: 100%;
    height: 775px;
    padding: 60px 0;
}

.content_4s .value_2s .we_ks {
    text-align: center;
    font-size: 30px;
    color: #0a50b4;
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    font-family:'Optima';
}

.content_4s .value_2s .we_s {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-align: center;
    display: block;
    font-family:'Optima';
}

.content_4s .value_2s .huxing {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 9;
    clip-path: polygon(-43% 0%, 100% 0px, 100% 0%, 100% 46%, 50% 100%, 50% 100%);
    -webkit-clip-path: polygon(-43% 0%, 100% 0px, 100% 0%, 100% 46%, 50% 100%, 51% 100%);
    background-color: #f4f4f4;
    border-radius: 0 0 83% 83%;
}


.content_4s .value_2s .up_date {
    width: 100%;
    height: 505px;
    margin: 30px 0;
}

/* 轮播 3 */
.solution-swiper {
    width: 100%;
    padding-bottom: 70px !important;
    margin-top: 30px !important;
    overflow: unset !important;
}

.solution-swiper .swiper-slide {
    text-align: left;
    height: 290px;
    overflow: hidden;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    width: 100%;
    position: relative;
    /* -webkit-transition:1.0s;
	-moz-transition:1.0s;
	-ms-transition:1.0s;
	-o-transition:1.0s; */
    -webkit-transform: scale(0.88) !important;
    transform: scale(0.88) !important;
}

.solution-swiper .swiper-slide-active,
.solution-swiper .swiper-slide-duplicate-active {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    padding: 16px 16px 0;
    width: 265px !important;
    overflow: unset;
    background-color: #fff;
    transform: translateY(70px) !important;
}

.solution-swiper .swiper-slide .div {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    /* -moz-box-shadow:0px 0px 10px #c7c5bf;  */
    /* -webkit-box-shadow:0px 0px 10px #c7c5bf;
box-shadow:0px 0px 10px #c7c5bf; */
    /* -moz-border-radius: 15px;      
-webkit-border-radius: 15px;   
border-radius:15px;             */
}

.solution-swiper .swiper-slide-active .div,
.solution-swiper .swiper-slide-duplicate-active .div {
    height: 100%;
    font-size: 20px;
    color: #fff;
}

.solution-swiper .swiper-slide .div:hover {
    text-decoration: none;
}

.solution-swiper .swiper-slide .div .a_img {
    width: 100%;
    height: 85%;
    display: inline-block;
    overflow: hidden;

}

.solution-swiper .swiper-slide .div .a_img img {
    width: 100%;
    transition: all .4s;
}

.solution-swiper .swiper-slide:hover .div .a_img img {
    transform: scale(1.1);
}

.solution-swiper .swiper-slide .div .a_text_ss {
    width: 100%;
    height: 45%;
    display: block;
}

.solution-swiper .swiper-slide .div .a_text_ss .lun_3s {
    width: 89.53%;
    padding: 16px;
    height: 74%;
    transform: translateX(-16px);
    background-color: #fff;
    position: absolute;
}

.lun_3xs {
    display: block !important;
    width: 100%;
    height: 45%;
}

.solution-swiper .swiper-slide .div .a_text_ss .lun_3s .tiao_lb3 {
    position: relative;
    bottom: -18px;
    left: 30%;
    width: 130px;
    height: 40px;
    background: url(tz_3s.png)no-repeat center;
    background-size: contain;
}

.solution-swiper .swiper-slide .div .a_text_ss .lun_3s .tiao_lb3:hover {
    background: url(tz_4s.png)no-repeat center;
    background-size: contain;
}

/* .solution-swiper .swiper-slide .div .a_text_ss .lun_3s .tiao_lb3 .tiao_bo3 {width: 100% !important; height: 100% !important;} */
.solution-swiper .swiper-slide .div .a_text_ss .spac {
    width: 100%;
    display: block;
    font-family:'Optima';
    margin: 14px 0 18px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.solution-swiper .swiper-slide .div .a_text_ss .driven {
    width: 100%;
    font-weight: bold;
    font-family:'Optima';
    line-height: 30px;
    display: block;
    margin-bottom: 18px;
    text-align: left;
    font-size: 22px;
    color: #0a50b4;
}

.solution-swiper .swiper-slide .div .a_text_ss .our {
    width: 100%;
    display: block;
    font-family:'Optima';
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
    color: #000;
}

/* .solution-swiper .swiper-slide-active .div,.solution-swiper .swiper-slide-duplicate-active .div .a_img{
-moz-border-radius: 5px;     
-webkit-border-radius: 5px;   
border-radius:5px;           
} */

.solution-swiper .solution_prev {
    width: 63px;
    height: 63px;
    background: url(../images/date_zz.png) no-repeat;
    position: absolute;
    left: 39.3%;
    top: 97%;
    margin: 0px;
    margin-left: -60px;
    bottom: 0px;
    background-size: 100%;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.solution-swiper .solution_prev:hover {
    background: url(../images/lb3_jtz.jpg) no-repeat;
    background-size: 100%;
}

.solution-swiper .solution_next {
    width: 63px;
    height: 63px;
    background: url(../images/date_yy.png) no-repeat;
    position: absolute;
    right: 39.2%;
    top: 97%;
    margin: 0px;
    margin-right: -60px;
    bottom: 0px;
    background-size: 100%;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.solution-swiper .solution_next:hover {
    background: url(../images/lb3_jt.png) no-repeat;
    background-size: 100%;
}


/* 轮播 3 end*/


/* content_4s  end*/


/* content_5s  start*/

.content_5s {
    width: 100%;
    /* height: 600px; */
    background-color: #fff;
}


.content_5s .value_3s {
    width: 100%;
    padding: 60px 0 200px;
    overflow: hidden;
}

.content_5s .value_3s .we_ks {
    text-align: center;
    font-size: 30px;
    color: #0a50b4;
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    font-family:'Optima';
}

.content_5s .value_3s .we_s {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-align: center;
    display: block;
    font-family:'Optima';
}

.content_5s .value_3s .world_lb {
    width: 100%;
    height: 750px;
    margin-top: 70px;

}

.content_5s .value_3s .world_lb .lb_4ss {
    width: 100%;
}

.ny_wmscy_con31 {
    width: 100%;
    padding-bottom: 90px !important;
    overflow: unset !important;
}

.ny_wmscy_con31 .swiper-slide {
    width: 100%;
    color: #333333;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 30px;
    /* Gecko browsers */
    -webkit-border-radius: 30px;
    /* Webkit browsers */
    border-radius: 30px;
    /* W3C syntax  overflow:hidden;box-shadow: 13px 13px 45px 0px rgba(0,0,0,0.15);*/
}

.ny_wmscy_con31 .swiper-slide .div {
    width: 100%;
    min-height: 745px;
    position: relative;
    color: #333333;
    font-size: 18px;
    display: inline-block;
    /* overflow:hidden; background-color:#fff;*/
}

.ny_wmscy_con31 .swiper-slide .div:hover {
    color: #333333;
    text-decoration: none;
}

.ny_wmscy_con31 .swiper-slide .div .a_img {
    width: 100%;
    height: auto;
}

.ny_wmscy_con31 .swiper-slide .div .a_img img {
    width: 90%;
    height: auto;
    display: block;
}


.ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 7px;
    left: -6.5%;
}

.lun_boglob .wmscy-pagination31 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #bcc0c5;
    opacity: 1;
    position: relative;
}

.lun_boglob .wmscy-pagination31 .swiper-pagination-bullet-active:after {
    width: 12px;
    height: 12px;
    background-color: #212e3e;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-border-radius: 100%;
    /* Gecko browsers */
    -webkit-border-radius: 100%;
    /* Webkit browsers */
    border-radius: 100%;
    /* W3C syntax */
    margin-left: -6px;
    margin-top: -6px;
    content: "";
}

.ny_wmscy_con31 .wmscy_next31 {
    width: 11px;
    height: 26px;
    background: url(gt3.png) no-repeat;
    right: 51.8%;
    top: auto;
    bottom: 0px;
    margin-top: 0px;
    background-size: 100%;
    outline: 0;
}

.ny_wmscy_con31 .wmscy_prev31 {
    width: 11px;
    height: 26px;
    background: url(lt3.png) no-repeat;
    left: auto;
    right: 60%;
    top: auto;
    bottom: 0px;
    margin-top: 0px;
    background-size: 100%;
    outline: 0;
}

/* 第四轮播 end */


.content_5s .value_3s .world_lb .lb_js {
    width: 38%;
    float: right;
    position: relative;
    /* right: 18%; */
    top: -324px;
    z-index: 12;
    background-color: #f4f4f4;
    padding: 45px 40px;
}

.content_5s .value_3s .world_lb .lb_js .co {
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.content_5s .value_3s .world_lb .lb_js .co .co_2 {
    width: 70%;
    font-size: 18px;
    color: #0a50b4;
    line-height: 30px;
    font-weight: bold;
    float: left;
    font-family:'Optima';
}

.content_5s .value_3s .world_lb .lb_js .co .co_2 .co2s {
    font-size: 12px;
}

.content_5s .value_3s .world_lb .lb_js .co img {
    width: 16%;
    float: right;
}

.content_5s .value_3s .world_lb .lb_js .lb4_text {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 25px;
}

.content_5s .value_3s .world_lb .lb_js .lb4_text p {
    color: #000;
    font-size: 1.36rem;
    line-height: 22px;
}

.content_5s .value_3s .world_lb .lb_js .lan_text {
    width: 100%;
    height: 36px;
    background-color: #0a50b4;
    text-align: center;
    margin-bottom: 30px;
}

.content_5s .value_3s .world_lb .lb_js .lan_text span {
    font-size: 12px;
    line-height: 36px;
    color: #ffffff;
}

.content_5s .value_3s .world_lb .lb_js .lb_4xt {
    text-align: center;
}

.content_5s .value_3s .world_lb .lb_js .lb_4xt img {
    width: 46%;
    height: 47px;
}

/* content_5s  end*/

/* fj_content_4  start */

.fj_content_4 {
    width: 100%;
}

.fj_content_4 .cont4_bt {
    width: 100%;
    height: 150px;
    padding: 60px 0 50px;
    background-color: #ffffff;
}

.fj_content_4 .cont4_bt .bt_cont4 {
    text-align: center;
    font-size: 30px;
    color: #0a50b4;
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    font-family:'Optima';
}

.fj_content_4 .cont4_bt .btjs_4 {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: center;
    display: block;
    font-family:'Optima';
}


.fj_content_4 .cont4_nr {
    width: 100%;
    background-color: #f6f6f6;
    padding: 45px 0 70px 0;
}

.fj_content_4 .cont4_nr .box_dhz {
    overflow: hidden;
}

.fj_content_4 .cont4_nr .cont4_z {
    width: 63%;
    float: left;
    /* margin-bottom: 95px; */
}

.fj_content_4 .cont4_nr .cont4_z .cont_sp {
    width: 100%;
    height: 375px;
    background-color: #fcfcfc;
    margin-bottom: 20px;
}

.fj_content_4 .cont4_nr .cont4_z .cont_sp .cont4_vd {
    width: 60%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.fj_content_4 .cont4_nr .cont4_z .cont_sp .cont4_vd .tp_1s {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.fj_content_4 .cont4_nr .cont4_z .cont_sp .cont4_vd:hover .tp_1s {
    transform: scale(1.1);
}

.fj_content_4 .cont4_nr .cont4_z .cont_sp .cont4_vd .tp_2s {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transform: translate(-30px, -30px);
}

.fj_content_4 .cont4_nr .cont4_z .cont_sp .wz_js {
    float: left;
    width: 35%;
    margin: 56px 0 0 2.7%;
}

.fj_content_4 .cont4_nr .cont4_z .cont_sp .wz_js .vs_de {
    display: block;
    font-size: 12px;
    color: #0a50b4;
    width: 32px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 22px;
    position: relative;
    font-family:'Optima';
}

.fj_content_4 .cont4_nr .cont4_z .cont_sp .wz_js .vs_de::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0a50b4;
}

.fj_content_4 .cont4_nr .cont4_z .cont_sp .wz_js .vs_js {
    font-size: 17px;
    color: #333;
    line-height: 26px;
    font-family:'Optima';
}

.fj_content_4 .cont4_nr .cont4_z .cont_ts {
    width: 100%;
}

.fj_content_4 .cont4_nr .cont4_z .cont_ts .tu_1s {
    width: 48.75%;
    /* height: 300px; */
    float: left;
    margin-right: 2.5%;
}

.fj_content_4 .cont4_nr .cont4_z .cont_ts .tu_1s:last-child {
    margin-right: 0;
}

.fj_content_4 .cont4_nr .cont4_z .cont_ts .tu_1s .cont_tp_1s {
    width: 100%;
    height: 340px;
    margin-bottom: 18px;
    overflow: hidden;
}

.fj_content_4 .cont4_nr .cont4_z .cont_ts .tu_1s .cont_tp_1s:hover img {
    transform: scale(1.1);
}

.fj_content_4 .cont4_nr .cont4_z .cont_ts .tu_1s .cont_tp_1s img {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.fj_content_4 .cont4_nr .cont4_z .cont_ts .tu_1s .tp_js_cont {
    width: 100%;
}

.fj_content_4 .cont4_nr .cont4_z .cont_ts .tu_1s .tp_js_cont .cont4_a {
    display: block;
    font-size: 12px;
    color: #0a50b4;
    width: 43px;
    font-weight: bold;
    line-height: 15px;
    border-bottom: 2px solid #0a50b4;
    margin-bottom: 22px;
    font-family:'Optima';
}

.fj_content_4 .cont4_nr .cont4_z .cont_ts .tu_1s .tp_js_cont .cont4_span {
    font-size: 17px;
    color: #333;
    line-height: 26px;
    font-family:'Optima';
}


.fj_content_4 .cont4_nr .cont4_y {
    width: 26%;
    float: right;
    padding-top: 15px;
}

.fj_content_4 .cont4_nr .cont4_y .list_y {
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 20px 0 30px;
}

.fj_content_4 .cont4_nr .cont4_y .list_y:last-child {
    border-bottom: unset;
}

.fj_content_4 .cont4_nr .cont4_y .list_y .tz_cont4 {
    display: block;
    font-size: 12px;
    color: #0a50b4;
    width: 31px;
    font-weight: bold;
    line-height: 15px;
    border-bottom: 2px solid #0a50b4;
    margin-bottom: 22px;
    font-family:'Optima';

}

.fj_content_4 .cont4_nr .cont4_y .list_y .wenzi_cont4 {
    font-size: 17px;
    color: #333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family:'Optima';
}

.fj_content_4 .cont4_nr .cont4_y .list_y .list_xz {
    font-size: 12px;
    color: #333;
    display: block;
    margin-top: 8px;
    font-family:'Optima';
}


/* fj_content_4  end */

/* 置顶按钮 start */

.wx_top {
    width: 54px;
    height: 53px;
    position: fixed;
    right: 3%;
    bottom: 26%;
    z-index: 100;
    display: none;
}

.wx_top img {
    width: 100%;
}

/* 置顶按钮 end */

/* vidoe   -----------*/
.video_div {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    z-index: 100011111111111;
    left: 0px;
    top: -100%;
}

.video_div_closebtv {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    z-index: 100;
}

.video_div_center {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

/* vidoe   ----------- end*/


@media (max-width:1680px) {
    .content_3s .value_1s .we_s{
        font-size: 20px;
    }
}

@media (max-width:1440px) {
    .content_3s .value_1s .we_s{
        font-size: 19px;
    }
}

@media (max-width:1366px) {
    .content_3s .value_1s .we_s{
        font-size: 18px;
    }
}

@media (max-width:1280px) {
    .content_3s .value_1s .we_s{
        font-size: 16px;
    }
}