#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    min-width: 1280px;
}

a {
    text-decoration: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

select,
input,
textarea,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}


/* 版心 */
.wrap {
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


.tc{
    text-align: center;
}
.colorf{
    color: #fff;
}
.textOverflow{white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.textOverClm{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;}
.clm2{-webkit-line-clamp:2; }
.clm3{-webkit-line-clamp:3; }
.clm4{-webkit-line-clamp:4; }
.clm5{-webkit-line-clamp:5; }
.clm6{-webkit-line-clamp:6; }
.clm7{-webkit-line-clamp:7; }


.mlrAuto{
    margin-left: auto;
    margin-right: auto;
}

.colorOrage{
    color: #ed540a;
}

.public_text1{
    font-size: 18px;
    line-height: 36px;
}
.public_text2{
    font-size: 16px;
    line-height: 36px;
}
.public_btn1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 246px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #ed540a;
    border-radius: 25px;
}


.btnHover2{
	position: relative;
	overflow: hidden;
}
.btnHover2:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255,255,255,.25);
}

.btnHover2:hover:before{
	opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}













/* ~~~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~~~pc 导航,css */
.pc_public_head {
    height: 0;
}

.pc_public_head.index_head .pc_head_float {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 40px;
    min-width: 1280px;
}

.pc_head_bot_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_bot_w .logo_box {
    width: 215px;
}

.pc_head_bot_w .logo_box a {
    display: block;
}

.pc_head_bot_w .logo_box a img {
    width: 100%;
}

.pc_head_bot_R {
    width: calc(100% - 480px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box {
    width: calc(100% - 310px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 110px;
    padding: 0 6px;
}

.pc_head_list_box .item>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    width: 0%;
    height: 4px;
    background: #ed540a;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_list_box .item.hover>a::after {
    opacity: 1;
    width: 100%;
}

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 170px;
    background: #ffffff;
    padding: 26px 10px 6px;
}

.publicTwo_stage_nav .EveryOne {
    padding-bottom: 22px;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-size: 16px;
    color: #444444;
    text-align: center;
}

.publicTwo_stage_nav .EveryOne a:hover {
    color: #ed540a;
}

.pc_head_list_box .item.pro_menu {
    position: static;
}

.product_drop_down {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    background: url(../images/dingsheng_head_bg.png);
    padding: 60px 0 40px;
}

.product_drop_down_w {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.product_drop_down_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_drop_down_list .product_drop_item {
    width: calc((100% - 220px) / 5);
    margin-right: 55px;
}

.product_drop_down_top {
    padding-bottom: 15px;
    border-bottom: 2px solid #f9f9f9;
}

.product_drop_down_top a {
    display: block;
}

.product_drop_down_top a .img_box {
    border: 2px solid #ffffff;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.product_drop_down_top a .img_box img {
    width: 100%;
}

.product_drop_down_top a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.product_drop_down_top a .text {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    text-align: center;
    padding-top: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.product_drop_down_top a:hover .text {
    color: #ed540a;
}

.product_drop_down_bot {
    padding-top: 15px;
}

.product_drop_down_bot a {
    display: block;
    font-size: 14px;
    color: #888888;
    text-align: center;
    padding-bottom: 9px;
}

.product_drop_down_bot a:hover {
    color: #ed540a;
}

.product_drop_down_list > .product_drop_item:nth-child(5n) {
    margin-right: 0;
}

.pc_head_search .click_icon {
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
}

.pc_head_search .click_icon:hover {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}


/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
    border-radius: 10px;
}

.all_public_form .icon_01 {
    font-size: 38px;
    cursor: pointer;
    position: absolute;
    top: 51%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
}

.all_public_form .icon_01:hover {
    color: #ed540a;
}

.all_public_form .public_form_close {
    font-size: 36px;
    position: absolute;
    top: 10px;
    right: 22px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
    cursor: pointer;
}

.all_public_form .public_form_close:hover {
    color: #ed540a;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~index,css */
.bg_style {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fz_60 {
    font-size: 60px;
}

.fz_36 {
    font-size: 36px;
}

.fz_30 {
    font-size: 30px;
}

.indBoxOne_w a {
    display: block;
}

.indBoxOne_w .tt {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.indBoxOne_w .text {
    font-size: 14px!important;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

.public_index_mouse_icon {
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -ms-animation: rise 0.6s linear infinite alternate;
    -moz-animation: rise 0.6s linear infinite alternate;
    -webkit-animation: rise 0.6s linear infinite alternate;
    animation: rise 0.6s linear infinite alternate;
}

@-ms-keyframes rise {
    0% {
        bottom: 40px;
    }

    100% {
        bottom: 30px;
    }
}

@-moz-keyframes rise {
    0% {
        bottom: 40px;
    }

    100% {
        bottom: 30px;
    }
}

@-webkit-keyframes rise {
    0% {
        bottom: 40px;
    }

    100% {
        bottom: 30px;
    }
}

@keyframes rise {
    0% {
        bottom: 40px;
    }

    100% {
        bottom: 30px;
    }
}

.indBoxTwo1 {
    text-align: center;
}

.indBoxTwo1 a {
    display: block;
}

.indBoxTwo1 .tt {
    font-weight: 700;
    color: #ffffff;
}

.indBoxTwo1 .text {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 20px;
}

.indBoxTwo2 {
    padding-top: 50px;
}

.indBoxTwo2_video {
    width: 74px;
    margin: 0 auto;
    cursor: pointer;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indBoxTwo2_video:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.indBoxTwo2_video img {
    width: 100%;
}


/* 点击视频弹出播放框css */

.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */


.indBoxTwo3 {
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo3 .item {
    width: calc(100% / 4);
    padding: 0 15px;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxTwo3 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.indBoxTwo3 .item .number {
    font-weight: 700;
    font-size: 100px;
    color: #ffffff;
    line-height: 100px;
}

.indBoxTwo3 .item .text {
    font-size: 24px;
    color: #ffffff;
    padding-top: 15px;
}

.indBoxThree1 {
    text-align: center;
    padding-bottom: 45px;
}

.indBoxThree1 a {
    font-weight: 700;
    color: #ffffff;
}

.indBoxThree2 {
    border: 1px solid #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree2 .item {
    width: calc(100% / 4);
    height: 80px;
    border-right: 1px solid #ffffff;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree2 .item:hover {
    background: rgba(255, 255, 255, 0.5);
}

.indBoxThree2 .item .iconfont {
    font-size: 32px;
    color: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree2 .item span {
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    padding: 0 0 0 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree2 .item:hover .iconfont {
    color: #c7000b;
}

.indBoxThree2 .item:hover span {
    color: #c7000b;
}

.indBoxThree2>.item:last-child {
    border-right: 0;
}

.indBoxThree2 .item.hover {
    background: rgba(255, 255, 255, 0.5);
}

.indBoxThree2 .item.hover .iconfont,
.indBoxThree2 .item.hover span {
    color: #c7000b;
}

.indBoxThree3 {
    padding-top: 50px;
}

.indBoxThree3_item .tt {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.indBoxThree3_item .text {
    max-width: 1300px;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    padding-top: 25px;
}

.indBoxThree3_item .btn {
    width: 260px;
    height: 60px;
    border-radius: 30px;
    background: #c7000b;
    margin: 30px auto 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxThree3_item .btn:hover {
    opacity: 0.8;
}

.indBoxThree3_item .btn .iconfont {
    font-size: 24px;
    color: #ffffff;
}

.indBoxThree3_item .btn:hover .iconfont {
    -ms-animation: wobble 0.8s linear;
    -webkit-animation: wobble 0.8s linear;
    animation: wobble 0.8s linear;
}

.indBoxThree3_item .btn span {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding-left: 8px;
}

.indBoxFour_w {
    width: 94%;
    max-width: 1760px;
    margin: 0 auto;
}

.indBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour1 .item {
    position: relative;
    width: calc((100% - 4px) / 5);
    margin-right: 1px;
}

.indBoxFour1 .item::after {
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: url(../images/index_02.png) no-repeat center center;
}

.indBoxFour1 .item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-background-image: linear-gradient(to top,  rgba(197, 3, 14, 0), rgba(197, 3, 14, 1) 50%, rgba(197, 3, 14, 0));
    -moz-background-image: linear-gradient(to top,  rgba(197, 3, 14, 0), rgba(197, 3, 14, 1) 50%, rgba(197, 3, 14, 0));
    -webkit-background-image: linear-gradient(to top,  rgba(197, 3, 14, 0), rgba(197, 3, 14, 1) 50%, rgba(197, 3, 14, 0));
    background-image: linear-gradient(to top,  rgba(197, 3, 14, 0), rgba(197, 3, 14, 1) 50%, rgba(197, 3, 14, 0));
    opacity: 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxFour1 .item:hover::before {
    opacity: 1;
}

.indBoxFour1 .item a {
    position: relative;
    display: block;
    text-align: center;
    padding: 130px 15px 110px;
}

.indBoxFour1 .item a .iconfont {
    font-size: 66px;
    color: #ffffff;
}

.indBoxFour1 .item a .tt {
    font-weight: 700;
    color: #ffffff;
    padding-top: 30px;
}

.indBoxFour1 .item a .text {
    max-width: 240px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-align: justify;
    text-align-last: center;
    text-justify: distribute-all-lines;
}

.indBoxFour1 > .item:nth-child(5n) {
    margin-right: 0;
}

.indBoxFour1 > .item:nth-child(5n)::after {
    display: none;
}

.indBoxFive .fp-tableCell {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.indBoxFive_box {
    width: 100%;
}

.indBoxFive1 {
    padding-bottom: 230px;
}

.indBoxFive1_w .tt {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.indBoxFive1_w .text {
    max-width: 1080px;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    padding-top: 25px;
}

.indBoxFive2 {
    height: 120px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #ffffff;
}

.indBoxFive2_lunbo {
    width: 94%;
    max-width: 1760px;
    margin: 0 auto;
}

.indBoxFive2_lunbo .swiper-slide .item {
    position: relative;
}

.indBoxFive2_lunbo .swiper-slide .item img {
    width: 100%;
}

.indBoxFive2_lunbo .swiper-slide .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 100%;
    background: url(../images/index_12.png) no-repeat center center;
}

.indBoxFive3 {
    background: #0d233d;
}

.indBoxFive3_w {
    width: 94%;
    height: 60px;
    max-width: 1760px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxFive3_01 {
    font-size: 14px;
    color: #ffffff;
}

.indBoxFive3_02 {
    font-size: 14px;
    color: #ffffff;
}

.indBoxFive3_02 a {
    color: #ffffff;
}

.indBoxFive3_02 a:hover {
    text-decoration: underline;
}

.indBoxFive4 {
    background: #ffffff;
}

.indBoxFive4_w {
    width: 94%;
    max-width: 1760px;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    padding: 18px 0 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.indBoxFive4_w a {
    color: #666666;
}

.indBoxFive4_w a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~~float nav,css */
.public_float_nav {
    position: fixed;
    z-index: 8;
    top: 580px;
    right: 0px;
}

.public_float_nav .item {
    margin-bottom: 1px;
}

.public_float_nav .item a {
    display: block;
    width: 140px;
    padding: 12px 4px 12px;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 5px 6px rgba(184,34,29,0.2);
}

.public_float_nav .item a .iconfont {
    font-size: 30px;
    color: #b8221d;
}

.public_float_nav .item a .text {
    font-size: 12px;
    color: #ffffff;
    padding-top: 4px;
}

.public_float_nav > .item:last-child {
    margin-bottom: 0;
}

/*.public_float_nav > .item:first-child a {*/
/*    padding: 12px 4px 12px;*/
/*}*/

.public_float_nav > .item:first-child a .iconfont {
    font-size: 26px;
}

/* ~~~~~~~~~~~~float nav,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~float nav,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~float nav,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~solution_detail,css */
/* ~~~~~~~~~~~~~~solution_detail,css */
/* ~~~~~~~~~~~~~~solution_detail,css */
.pc_public_head.SubPage_head {
    position: relative;
    z-index: 10;
    height: 40px;
}

.pc_public_head.SubPage_head .pc_head_float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.pc_head_top {
    background: #313131;
}

.pc_head_top_w {
    height: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_top_L {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_L .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_L .item .iconfont {
    font-size: 22px;
    color: #888888;
}

.pc_head_top_L .item span {
    font-size: 14px;
    color: #888888;
    padding-left: 5px;
}

.pc_head_top_L .item span a {
    font-weight: 700;
    color: #ffffff;
}

.pc_head_top_L .item span a:hover {
    color: #ed540a;
}

.pc_head_top_L .line {
    width: 1px;
    height: 23px;
    background: #888888;
    margin: 0 18px;
}

.pc_head_top_R {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.Mobile_station_code {
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.Mobile_station_code .iconfont {
    font-size: 22px;
    color: #888888;
    padding: 1px 5px 0 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.Mobile_station_code span {
    font-size: 14px;
    color: #888888;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.Mobile_station_code:hover .iconfont,
.Mobile_station_code:hover span {
    color: #ed540a;
}

.Mobile_station_code .float_img {
    display: none;
    position: absolute;
    z-index: 5;
    top: 31px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 110px;
}

.Mobile_station_code:hover .float_img {
    display: block;
}

.Mobile_station_code .float_img img {
    width: 100%;
}

.pc_head_top_R .line {
    width: 1px;
    height: 23px;
    background: #888888;
    margin: 0 16px;
}

.pc_head_language {
    position: relative;
}

.head_language_01 {
    padding-top: 1px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.head_language_01 .iconfont {
    font-size: 24px;
    color: #888888;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.head_language_01 span {
    font-size: 14px;
    color: #888888;
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.head_language_01:hover .iconfont,
.head_language_01:hover span {
    color: #ed540a;
}

.head_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 32px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.head_language_02 a {
    display: block;
    font-size: 14px;
    color: #888888;
    text-align: center;
    padding: 5px 0 5px;
}

.head_language_02 a:hover {
    color: #ed540a;
}
.pc_top_language:hover{
    cursor: pointer;
}
.head_language_333 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 32px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    cursor:pointer;
}

.head_language_333 a {
    display: block;
    font-size: 14px;
    color: #888888;
    text-align: center;
    padding: 5px 0 5px;
}

.head_language_333 a:hover {
    color: #ed540a;
    cursor:pointer;
}
.pc_top_language{
    position: relative;
}


















.pc_head_top_R .QQ_icon {
    font-size: 20px;
    color: #888888;
    padding-top: 1px;
}

.pc_head_top_R .QQ_icon:hover {
    color: #ed540a;
}

.pc_head_top_R .weixin_code {
    position: relative;
    margin-left: 14px;
}

.pc_head_top_R .weixin_code .iconfont {
    font-size: 21px;
    color: #888888;
    padding-top: 3px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_top_R .weixin_code .iconfont:hover {
    color: #ed540a;
}

.pc_head_top_R .weixin_code .weixin_img {
    display: none;
    width: 110px;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 32px;
}

.pc_head_top_R .weixin_code:hover .weixin_img {
    display: block;
}

.pc_head_top_R .weixin_code .weixin_img img {
    width: 100%;
}

.pc_public_head.SubPage_head .pc_head_bot_R {
    width: calc(100% - 350px);
}

.pc_public_head.SubPage_head .pc_head_bot_R .pc_head_list_box {
    width: calc(100% - 160px);
}

.pc_public_head.SubPage_head .pc_head_bot_R .pc_head_list_box .item > a {
    font-size: 16px;
}

.sol_deBoxOne {
    position: relative;
}

.sol_deBoxOne_w {
    padding-top: 125px;
}

.sol_deBoxTwo {
    height: 90px;
}

.sol_deTwo1 {
    background: #325fa3;
}

.sol_deTwo1_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deTwo1_list {
    width: 69.2%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sol_deTwo1_list .item {
    width: calc(100% / 7);
    line-height: 90px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-right: 1px solid #427ab9;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deTwo1_list .item:hover {
    color: #444444;
    background: #c3d6ee url(../images/solution_det_02.png) repeat-x center bottom;
}

.sol_deTwo1_list > .item:first-child {
    border-left: 1px solid #427ab9;
}

.sol_deTwo1_list .item.hover {
    color: #444444;
    background: #c3d6ee url(../images/solution_det_02.png) repeat-x center bottom;
}

.sol_deTwo1_w .btn_box {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 180px;
    line-height: 50px;
    border-radius: 25px;
    background: #ed540a;
}

.sol_deThree1 {
    background: url(../images/solution_det_03.jpg) no-repeat center top / cover;
}

.sol_deThree1_w {
    padding: 70px 0 90px;
}

.sol_deThree1_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deThree1_01_L {
    width: 48%;
    padding-top: 15px;
}

.sol_deThree1_01_L .tt {
    color: #444444;
}

.sol_deThree1_01_L .text {
    font-size: 18px;
    color: #444444;
    line-height: 34px;
    padding-top: 16px;
}

.sol_deThree1_01_R {
    position: relative;
    width: 46%;
    padding: 0 17px 17px 0;
}

.sol_deThree1_01_R .img_box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.sol_deThree1_01_R .img_box img {
    width: 100%;
}

.sol_deThree1_01_R::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #bac8de;
    border-radius: 6px;
    width: 82%;
    height: 78%;
}

.sol_deThree1_02 {
    padding-top: 25px;
}

.sol_deThree1_02 .tt {
    color: #444444;
}

.sol_deThree1_02 .tt span {
    font-weight: 700;
    color: #ed540a;
}

.sol_deThree1_02 .text {
    max-width: 1290px;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    padding-top: 10px;
}

.sol_deThree1_03 {
    padding-top: 75px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sol_deThree1_03 .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    background: #e8f0fc;
    border-radius: 6px;
    padding: 0 15px 35px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deThree1_03 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.sol_deThree1_03 .item .number_box {
    width: 90px;
    height: 90px;
    padding: 5px;
    border-radius: 50%;
    margin: -45px auto 0;
    border: 1px dashed #1059a3;
}

.sol_deThree1_03 .item .number_box .number {
    font-family: "Impact";
    color: #ffffff;
    width: 100%;
    height: 100%;
    background: #1059a3;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sol_deThree1_03 .item .tt {
    font-weight: 700;
    font-size: 18px;
    color: #1059a3;
    text-align: center;
    padding-top: 20px;
}

.sol_deThree1_03 .item .text {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    padding-top: 15px;
    text-align: justify;
}

.sol_deThree1_03 > .item:nth-child(4n) {
    margin-right: 0;
}

.sol_deThree2 {
    background: url(../images/solution_det_05.jpg) no-repeat center top / cover;
}

.sol_deThree2_w {
    padding: 70px 0 90px;
}

.sol_deThree2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deThree2_01_L {
    position: relative;
    width: 53.5%;
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.sol_deThree2_01_L .img_01 {
    width: 100%;
}

.sol_deThree2_01_L:hover .img_01 {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.sol_deThree2_01_L .video_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.sol_deThree2_01_L .video_btn img {
    width: 100%;
}

.sol_deThree2_01_R {
    width: 40.5%;
    font-size: 18px;
    color: #444444;
    line-height: 36px;
}

.sol_deThree2_02 {
    text-align: center;
    padding-top: 140px;
}

.sol_deThree2_02 img {
    max-width: 100%;
    max-height: 100%;
}

.sol_deThree3_w {
    padding: 70px 0 70px;
}

.sol_deThree3_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deThree3_01 .item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 30px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deThree3_01 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.sol_deThree3_01 .item a {
    display: block;
}

.sol_deThree3_01 .item a .img_box img {
    width: 100%;
}

.sol_deThree3_01 .item a .bottom_box {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 20px 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: url(../images/solution_det_14.jpg) no-repeat center center / cover;
}

.sol_deThree3_01 .right_box {
    width: calc((100% - 15px) / 2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deThree3_01 .right_box .little_item {
    width: calc((100% - 10px) / 2);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deThree3_01 .right_box .little_item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.sol_deThree3_01 .right_box .little_item a {
    display: block;
}

.sol_deThree3_01 .right_box .little_item a .img_box img {
    width: 100%;
}

.sol_deThree3_01 .right_box .little_item a .bottom_box {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 20px 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: url(../images/solution_det_14.jpg) no-repeat center center / cover;
}

.sol_deThree4 {
    background: #e4f0fa;
}

.sol_deThree4_w {
    padding: 80px 0 87px;
}

.sol_deThree4_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_deThree4_01 .item {
    position: relative;
    width: calc((100% - 195px) / 6);
    height: 195px;
    margin: 0 39px 37px 0;
    padding: 0 10px;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sol_deThree4_01 .item .iconfont {
    font-size: 56px;
    color: #2962a3;
}

.sol_deThree4_01 .item .tt {
    font-size: 18px;
    color: #444444;
    text-align: center;
    padding-top: 15px;
}

.sol_deThree4_01 .item .hover_show {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ed540a;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deThree4_01 .item:hover .hover_show {
    opacity: 1;
}

.sol_deThree4_01 .item .hover_show .show_tt {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.sol_deThree4_01 .item .hover_show .show_text {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-top: 6px;
}

.sol_deThree4_01 > .item:nth-child(6n) {
    margin-right: 0;
}

.sol_deThree4_01 .last_item {
    width: calc((100% - 195px) / 6);
    height: 195px;
    background: #ed540a;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deThree4_01 .last_item a {
    display: block;
    color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    text-align: center;
}

.sol_deThree4_01 .last_item .iconfont {
    font-size: 46px;
    color: #ffffff;
}

.sol_deThree4_01 .last_item a .tt_01 {
    font-size: 18px;
    padding-top: 10px;
}

.sol_deThree4_01 .last_item .tt_01 a:hover {
    text-decoration: underline;
}

.sol_deThree4_01 .last_item a .tt_02 {
    font-weight: 700;
    font-size: 18px;
    padding-top: 2px;
}

.sol_deThree4_01 .last_item .tt_02 a:hover {
    text-decoration: underline;
}

.sol_deThree5_w {
    padding: 80px 0 40px;
}

.sol_deThree5_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_deThree5_01 .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.sol_deThree5_01 .item img {
    width: 100%;
}

.sol_deThree5_01 .item:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.sol_deThree5_01 > .item:nth-child(3n) {
    margin-right: 0;
}

.sol_deThree5_02 {
    padding-top: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deThree5_02 .item {
    width: calc((100% - 60px) / 2);
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deThree5_02 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.sol_deThree5_02 .item .number {
    font-weight: 700;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: url(../images/solution_det_18.jpg) no-repeat right bottom / cover;
}

.sol_deThree5_02 .item .right_box {
    width: calc(100% - 70px);
    padding-left: 30px;
}

.sol_deThree5_02 .item .right_box .tt {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
}

.sol_deThree5_02 .item .right_box .text {
    font-size: 18px;
    color: #888888;
    line-height: 30px;
    padding-top: 6px;
}

.sol_deThree6 {
    background: url(../images/solution_det_19.jpg) no-repeat center center / cover;
}

.sol_deThree6_w {
    padding: 80px 0 40px;
}

.sol_deThree6_01 .swiper-slide .case_list1_item1 {
    display: block;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 0 10px rgba(9,54,117,0.15);
    padding: 20px 20px 10px;
}

.sol_deThree6_01 .swiper-slide .case_list1_item1 .case_list1_con {
    padding-top: 20px;
}

.sol_deThree6_02 {
    text-align: center;
    padding-top: 20px;
}

.sol_deThree6_02 .swiper-pagination-bullet {
    opacity: 1;
    width: 9px;
    height: 9px;
    background: #ffffff;
    margin: 0 5px;
    outline: none;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deThree6_02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2962a3;
}

.sol_deThree7_w {
    padding: 80px 0 130px;
}

.sol_deThree7_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deThree7_01_L {
    width: 44%;
}

.sol_deThree7_01_L a {
    display: block;
    background: #e4f0fa;
    padding: 40px 50px 45px;
}

.sol_deThree7_01_L a .date {
    font-size: 24px;
    color: #000000;
}

.sol_deThree7_01_L a .tt {
    font-weight: 700;
    font-size: 18px;
    color: #42444a;
    padding-top: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.sol_deThree7_01_L a .text {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sol_deThree7_01_L a .img_box {
    margin-top: 18px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.sol_deThree7_01_L a .img_box img {
    width: 100%;
}

.sol_deThree7_01_L a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.sol_deThree7_01_L a .more_btn {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 165px;
    line-height: 40px;
    border-radius: 20px;
    background: #ed540a;
    margin-top: 35px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deThree7_01_R {
    width: 51%;
}

.sol_deThree7_01_R .item {
    border-bottom: 1px solid #ceddea;
}

.sol_deThree7_01_R .item a {
    padding: 28px 0 27px 28px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_deThree7_01_R .item a .left_box {
    width: calc(100% - 115px);
    padding-right: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_deThree7_01_R .item a .left_box::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #ed540a;
    border-radius: 50%;
    margin-top: 9px;
}

.sol_deThree7_01_R .item a .left_box .text_box {
    width: calc(100% - 7px);
    padding-left: 20px;
}

.sol_deThree7_01_R .item a .left_box .text_box .tt {
    font-weight: 700;
    font-size: 18px;
    color: #42444a;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deThree7_01_R .item a:hover .left_box .text_box .tt {
    color: #ed540a;
}

.sol_deThree7_01_R .item a .left_box .text_box .text {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sol_deThree7_01_R .item a .right_box {
    width: 115px;
    padding-top: 10px;
}

.sol_deThree7_01_R .item a .right_box .date {
    font-weight: 300;
    font-size: 24px;
    color: #42444a;
}

.sol_deThree7_01_R .item a .right_box .icon {
    padding: 15px 0 0 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.sol_deThree7_01_R .item a .right_box .icon::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #c7c7c7;
}

.sol_deThree7_01_R .item a .right_box .icon .iconfont {
    font-size: 22px;
    color: #ee611d;
    padding: 1px 0 0 22px;
}

.sol_deBoxFour {
    background: url(../images/solution_det_21.jpg) no-repeat center center / cover;
}

.sol_deBoxFour_w {
    padding: 90px 0 60px;
}

.sol_deFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_deFour1 .item {
    position: relative;
    width: calc(100% / 4);
    padding: 0 15px;
}

.sol_deFour1 .item a {
    display: block;
}

.sol_deFour1 .item a .iconfont {
    font-size: 60px;
    color: #cbe5f8;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #cbe5f8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sol_deFour1 .item a .text {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deFour1 .item a:hover .text {
    color: #ed540a;
}

.sol_deFour1 .item .hover_show {
    display: none;
    width: 130px;
    position: absolute;
    bottom: 110%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.sol_deFour1 .item:hover .hover_show {
    display: block;
}

.sol_deFour1 .item .hover_show img {
    width: 100%;
}

.sol_deFour2 {
    padding-top: 65px;
}

.sol_deFour2 .tt_box {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.sol_deFour2_form {
    padding-top: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_deFour2_form .item {
    width: calc((100% - 180px) / 3);
    margin-bottom: 30px;
}

.sol_deFour2_form .item input {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    height: 48px;
    border: none;
    border-bottom: 1px solid #9badca;
    background: none;
}

.sol_deFour2_form .item.last {
    width: 100%;
}

.sol_deFour2_form .item ::-webkit-input-placeholder {
    color: #ffffff;
}

.sol_deFour2_form .btn_box {
    width: 100%;
    text-align: center;
}

.sol_deFour2_form .btn_box button {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 270px;
    height: 46px;
    border-radius: 23px;
    background: #ed540a;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_deBoxFive {
    background: #0d233d;
}

.sol_deBoxFive_w {
    padding: 26px 0 26px;
}

.sol_deFive1 {
    font-size: 14px;
    color: #909bac;
    text-align: center;
}

.sol_deFive1 a {
    color: #909bac;
}

.sol_deFive1 a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~solution_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~solution_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~solution_detail,css~~~~~~~~~~~~~end */

















/* lzf */
/* about */
.sub_banner_about_box{
    height: 600px;
}
.sub_banner_about{
    height: 758px;
    padding-top: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.location{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: #dfdede;
    font-size: 14px;
    margin-bottom: 20px;
}
.location a{
    color: #dfdede;
    margin: 0 3px;
}
.location .icon{
    font-size: 18px;
    color: #fff;
    margin-right: 6px;
}
.location a:hover{
    color: #ed540a;
}


.sub_banner_about_con{
    padding: 80px 0 0;
}
.sub_banner_about_tt{
    margin-bottom: 30px;
}





.about_box1{
    padding: 276px 0 218px;
    position: relative;
    background: url(../images/about_bg1.jpg) no-repeat center center;
}

.about_box1_clm1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
}
.about_box1_l{
    width: 542px;
}

.about_title1{
    width: 100%;
    position: relative;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin-bottom: 40px;
}
.about_title1 .tt_bg{
    width: 100%;
    font-size: 106px;
    line-height: 120px;
    color: #d1dde9;
    font-family: "Oswald-Bold";
    text-transform: uppercase;
}
.about_title1 .tt_box{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
    line-height: 120px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #333;
}

.about_text{
    color: #666;
}
.about_box1_l_text{
    margin-bottom:55px;
}


.about_box1_r{
    width: 742px;
    position: relative;
    margin-bottom: 80px;
}

.about_box1_r_video{
    float: right;
    width: 602px;
    position: relative;
}
.about_box1_r_video::before{
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: -10px;
    width: 100%;
    height: 100%;
    background: #97b4d8;
    border-radius: 7px;
}
.about_box1_r_video a{
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.about_box1_r_video a .pic{
    overflow: hidden;
}
.about_box1_r_video a .pic img{
    width: 100%;
}
.about_box1_r_video a .tt_box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.about_box1_r_video a .tt_box .tt{
    width: calc(100% - 62px);
    line-height: 48px;
    text-align: center;
    color: #d1dde9;
    font-size: 18px;
    background: rgba(30,66,109,.9);
}
.about_box1_r_video a .tt_box .icon{
    width: 62px;
    line-height: 48px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #ed540a;
}

.about_box1_r_pic2{
    position: absolute;
    left: 0;
    top: 278px;
    z-index: 2;
    width: 288px;
    border: 4px solid #c3d6ee;
    overflow: hidden;
    border-radius: 5px;
}
.about_box1_r_pic2 img{
    width: 100%;
}


.about_box1_clm2{
    position: absolute;
    left: 50%;
    bottom: -109px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding:40px 3% 35px;
    background: url(../images/dingshnegbeijing.jpg) no-repeat center center / cover;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(9,54,117,.15);
    transform: translate(-50%,0);
}
.about_box1_clm2 .item{
    width: 25%;
    text-align: center;
}
.about_box1_clm2 .item .tt_box{
    font-size: 16px;
    color: #333;
}
.about_box1_clm2 .item .tt_box .tt{
    font-size: 80px;
    font-family: "Oswald-Bold";
    background-image:-webkit-linear-gradient(left,#ce0501,#ff7d2d);
    background-image:linear-gradient(to right,#ce0501,#ff7d2d);
    -webkit-background-clip:text;
    background-clip: text;
    -webkit-text-fill-color:transparent;
    padding-right: 5px;
}
.about_box1_clm2 .item .text{
    font-size: 16px;
    color: #333;
}


.about_box2{
    padding: 212px 0 60px;
    background:#fff url(../images/about_bg2.jpg) no-repeat center center;
}

.about_box2_title1{
    margin-bottom: 75px;
}
.about_box2_title1 .tt{
    font-size: 48px;
    color: #444;
    margin-bottom: 20px;
}
.about_box2_title1 .text{
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    font-family: Arial;
}


.about_box2_con{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.about_box2_l{
    width: 56%;
}
.about_box2_r{
    width: 36.5%;
}


.about_box3{
    height: 759px;
    background:#e9f1fb url(../images/about_bg3.png) no-repeat center center;
    padding: 190px 0 123px;
}

.about_box3_con{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.about_box3_l{
    width: 57.8%;
    padding-left: 27%;
}

.about_box3_l .about_title1{
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
}
.about_box3_l_icon{
    position: absolute;
    left: -75px;
    top: 26px;
}
.about_box1_2_text{
    color: #fff;
    margin-bottom: 50px;
}


.about_box3_r{
    width: 33.2%;
}

.about_box3_scroll .swiper-slide{
    display: block;
    padding: 12px;
    background:#fff url(../images/about_icon1.png) repeat center center;
    border-radius: 10px;
}
.about_box3_scroll .swiper-slide a {
    display: block;
    padding: 4px;
    background: #c3d6ee;
    border-radius: 10px;
}

.about_box3_scroll .swiper-slide a img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.about_box3_scroll_dots {
    text-align: center;
    padding-top: 25px;
}

.about_box3_scroll_dots .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #c3d6ee;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.about_box3_scroll_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ed540a;
}



.about_box4{
    padding: 65px 0 70px;
    background: #e9f1fb;
}

.pro_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.pro_list1 dd{
    width: calc((100% - 87px) / 4);
    background: #fff;
    height: 400px;
    padding: 25px 0 20px;
    margin: 0 29px 29px 0;
}
.pro_list1 dd:nth-child(4n){
    margin-right: 0;
}
.pro_list1_pic{
    display: block;
    overflow: hidden;
    padding: 10px 30px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_list1_pic img{
    width: 100%;
}
.pro_list1_item{
    transform:translateY(0px);
    -webkit-transform: translateY(0px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_list1_con{
    padding: 8px 0 0;
    text-align: center;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_list1_tt{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.pro_list1_text{
    font-size: 16px;
    color: #999;
    line-height: 30px;
    margin-bottom: 20px;
}
.pro_list1_btn_box{
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_list1_btn{
    display: inline-block;
    width: 120px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background: #194271;
    border-radius: 3px;
    margin: 0 10px;
}
.pro_list1_btn:hover,
.pro_list1_btn.hover{
    background: #ed540a;
}

.pro_list1 dd:hover .pro_list1_item{
    transform:translateY(-34px);
    -webkit-transform: translateY(-34px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_list1 dd:hover .pro_list1_pic{
    transform:scale(0.8,0.8);
    -webkit-transform:scale(0.8,0.8);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_list1 dd:hover .pro_list1_btn_box{
    opacity: 1;
    height: auto;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_list1 dd:hover{
    box-shadow: 0 0 15px rgb(9 54 117 / 15%);
}


.about_box5{
    padding: 96px 0 100px;
    background: #194271 url(../images/about_bg4.jpg) no-repeat center top;
}

.about_box5_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box5_list1 dd{
    width: calc((100% - 39px) / 4);
    margin: 0 13px 13px 0;
}
.about_box5_list1 dd:nth-child(4n){
    margin-right: 0;
}
.about_box5_list1 dd a{
    display: block;
    padding: 4px;
    background: #fff;
    border-radius: 10px;
}
.about_box5_list1 dd a img{
    display: block;
    width: 100%;
    border-radius: 10px;
}
.about_box5_list1 dd a:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.about_box5_list1 dd .bottom_text {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
}
/* 诚招 */
.sub_banner_chengzhao{
    height: 868px;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #e9f1fb;
    padding: 120px 0 180px;
    background-size: 100% 100%;
}
.wdls3{
    height: 730px !important;
}
.sub_banner_left{
    left: 48%;
    bottom: 17px !important;
}
.ccbannertxt{
    text-align: center;
}
.wdls{
    height: 940px;
    background: #e9f1fb ;
}
.wdls_title{
    text-align: center;
    padding-top: 110px;
}
.wdls_title h2{
    font-size: 100px;
    font-family: Impact;
    font-weight: 400;
    color: #001125;
    line-height: 44px;
    opacity: 0.05;
}
.wdls_title h3{
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    /* line-height: 33px; */
    margin-top: -50px;
}
.wdls_title h3 span{
    color: #ED540A ;
}
.xuyao img{
    width: 100%;
    height: auto;
}
.youshi_box{
    width: 270px;
height: 356px;
background: #FFFFFF;
box-shadow: 0px 3px 15px 0px rgba(65, 66, 84, 0.15);
border-radius: 5px;
position: relative;
}
.bar{
        width: 56px;
        height: 6px;
        background: #3A5073;
        border-radius: 3px;
        position: absolute;
        top: 0;
        left: 40%;
}
.youshi_box{
    padding: 50px 53px;
}
.youshi_box p{
    font-size: 22px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #444444;
line-height: 36px;
text-align: center;
margin-top: 20px;
}
.youshi_wrap{
    display: flex;
    justify-content: space-between;
}
.youshi_box{
margin-top: 100px;
}
.youshitxt_box{
    background: url(../images/youshitxtbkpng.png);
    width: 1519px;
    height: 104px;
    margin: 70px auto;

}
.youshitxt_box {
text-align: center;

}
.youshitxt_box{
    font-size: 23px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

.produ{
    background: url(../images/daili.png) no-repeat 100%;
    height: 723px;
    background-size: 100% 100%;

}
.produ  .wdls_title h2{
    font-size: 100px;
    font-family: Impact;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    opacity: 0.1;
}

.produ  .wdls_title h3{
    font-size: 48px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
}
.produ  .wdls_title p{
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
margin-top: 50px;
}
.produ_box{
    width: 366px;
    height: 502px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
}
.produ_box .shuzi{
    width: 67px;
background: #ED540A;
text-align: center;
padding:25px  0 18px 0 ;
position: absolute;
right: 10px;
top: 33%;
}
.produ_box .shuzi span{
    font-size: 50px;
    font-family: Bahnschrift;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 51px;

}
.produ_box .shuzi  p{
    font-size: 10px;
font-family: Bahnschrift;
font-weight: 400;
color: #FFFFFF;
/* line-height: 27px; */
margin: 0 0;
}
.produ_box .bar1{
    width: 39px;
    height: 5px;
    background: #ED540A;
    border-radius: 3px;
    margin: 5px 0 20px 0;
}
.produ_box h4{
font-size: 28px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #282828;
line-height: 80px;
/* padding-left: 24px; */
}
.produ_boxtxt{
    padding-left: 24px;
}

.produ_boxtxt p span{
float: right;
margin-right: 50px;
font-size: 30px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #282828;
}
.produ_boxtxt p a{
    line-height: 27px;
    font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #636363;
}
.produ_boxtxt p a:hover{
    color:#ED540A ;
}
.produ_boxwrap{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    /* margin-right: 20px; */
}
.guanyu_dings{
    background: #e9f1fb;
    /* height: 1850px; */
margin: 0 auto;
/* padding-top: 120px; */
/* width: 1920px; */
}
.huanyu {
    background: url(../images/guanyu.png) no-repeat center;
    /* width: 1680px; */
    margin: 0 0  60px  0;
    padding: 50px 200px;
    text-align: center;
}
@media screen and (min-width: 1240px) and (max-width: 1500px)  {
    .huanyu{
        background: url(../images/guanyu.png) no-repeat center;
        margin: 50px auto;
        padding: 70px 150px;
    }
    .huanyutitke {
        text-align: center;
        /* padding: 70px 0 0 0; */
        margin-top: 0px !important;
    }
    .guanyu_dings {
        background: #e9f1fb;
        /* height: 1650px; */
        margin: 0 auto;
        padding-top: 120px}
        .zhuanqian {
            height: 500px !important;
        }




}

.huanyu img{
margin-top: 70px;
/* width: 100%; */
}

.huayu{
    font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #444444;
line-height: 36px;
margin-top: 100px;
text-align: left;
}
.huanyutitke h2{
    font-size: 100px;
font-family: Impact;
font-weight: 400;
color: #001125;
line-height: 44px;
opacity: 0.1;
}
.huanyutitke{
    text-align: center;
    /* padding:70px 0 0 0; */
    margin-top: 300px;
}
.huanyutitke p {
    font-size: 48px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #444444;
line-height: 24px;
margin-top: -30px;

}
.huanyutitke p span{
    color: #ED540A ;
    opacity: 1;

}


/* case_list */
.sub_banner_case_box{
    position: relative;
}
.sub_banner_case{
    height: 517px;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #e9f1fb;
    padding: 120px 0 180px;
}
.sub_banner_case_con{
    padding-top: 30px;
}
.sub_banner_case_tt{
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sub_banner_case_tt .tt_bg{
    font-size: 100px;
    line-height: 106px;
    font-family: "Oswald-Bold";
    color: rgba(255,255,255,.1);
}
.sub_banner_case_tt .tt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #fff;
    line-height: 106px;
    font-weight: bold;
}
.sub_banner_float{
    position: absolute;
    left:48%;
    bottom: -30px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 1031px;
    height: 114px;
    padding-left: 130px;
    background: url(../images/sub_banner_case_bg2.png) no-repeat left center;
}
.sub_banner_float_icon{
    width: 54px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    border-radius: 5px;
    background: #ed540a;
}
.sub_banner_float_tel{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin: 0 30px 0 20px;
}
.sub_banner_float_tel .tt{
    font-size: 18px;
    color: #fff;
}
.sub_banner_float_tel .text a{
    font-size: 30px;
    color: #fff;
    font-family: "Oswald-Bold";
}
.sub_banner_float_btn{
    width: 230px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background: #ed540a;
    border-radius: 25px;
}
.sub_main_case{
    padding: 120px 0 100px;
    background:#e9f1fb url(../images/case_list1_bg1.png) no-repeat left 20px top 15px;
}
.sub_case_title{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items:flex-end;
    margin-bottom: 32px;
}
.sub_case_title .tt{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-right: 18px;
}
.sub_case_title .tt span {
    color: #f06d2f;
}
.sub_case_title .text{
    font-size: 18px;
    color: #444;
}
.sub_case_bars_box{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
}
.sub_case_bars {
    padding: 0 40px;
    position: relative;
    margin-bottom: 55px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sub_case_bars::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #1059a3;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}
.sub_case_bars a.hover::before {
    background: #ed540a;
}
.sub_case_bars a{
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    margin-right: 50px;
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.sub_case_bars a::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    margin-right: 5px;
}
.sub_case_bars::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 570px;
    height: 44px;
    background: url(../images/case_list_tt_bg1.png) no-repeat right center / auto 100%;
}


.case_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.case_list1 dd{
    width: calc((100% - 55px) / 2);
    margin-bottom: 40px;
}
.case_list1_item{
    display: block;
    padding: 20px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 10px rgba(9,54,117,.15);
}
.case_list1_item1{
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 10px rgba(9,54,117,.15);
    margin-bottom: 15px;
}
.case_list1_pic{
    overflow: hidden;
    position: relative;
}
.case_list1_pic img{
    width: 100%;
}
.case_list1_pic_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 15%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    color: #fff;
    background: rgba(16,89,163,.8);
    opacity: 0;
    transform:translateY(-150px);
    -webkit-transform: translateY(-150px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.case_list1_pic_con_tt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.case_list1_pic_con_text{
    font-size: 18px;
    line-height: 32px;
}



.case_list1_con{
    padding: 22px 0 10px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}

.case_list1_con .tt{
    width: 55%;
    font-size: 18px;
    color: #444;
    font-weight: bold;
}
.case_list1_con .con_r{
    width: 45%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.case_list1_con .con_r .con_r_add{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    font-size: 16px;
    color: #666;
}
.case_list1_con .con_r .con_r_add .icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ed540a;
    font-size: 22px;
}
.case_list1_con .con_r .con_r_btn{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 30px;
    height: 30px;
    font-size: 24px;
    color: #ed540a;
    background: #ffdad1;
    border-radius: 50%;
}

.case_list1_item:hover .case_list1_pic_con,
.case_list1_item1:hover .case_list1_pic_con{
    opacity:1;
    transform:translateY(0px);
    -webkit-transform: translateY(0px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


/* page */
.page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    padding:25px 0 20px;
}
.pro_list_page{
	padding: 4% 0;
}
.page a{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 42px;
	text-align: center;
	color: #444;
	font-size: 14px;
	padding: 0 10px;
	margin: 0 4px;
	font-family: "Roboto-Regular";
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
.page a.hover,.page a:hover{
	color: #fff;
	background:#ed540a;
	border: 1px solid #ed540a;
}




/* case_det */
.sub_banner_case_det_box{
    height: 220px;
}

.sub_banner_case_det{
    height: 642px;
    padding-top: 120px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}


.sub_main_case_det{
    background: #e9f1fb;
    padding: 0 0 50px 0;
}
.sub_main_case_det .wrap{
    position: relative;
    z-index: 2;
}

.case_det_title1{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 65px;
}
.case_det_top{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items:flex-end;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    position: relative;
    z-index: 2;
}

.case_det_top_l{
    width: 64.28%;
    border: 8px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(9,54,117,.15);
}


.case_det_top_r{
    width: 35.72%;
}

.case_det_top_r_clm1{
    padding: 50px 40px;
    background: url(../images/case_det_bg1.jpg) no-repeat center center / cover;
    box-shadow: 0 0 10px rgba(9,54,117,.15);
    position: relative;
    z-index: 2;
}
.case_det_top_r_clm1 .item{
    font-size: 18px;
    color: #fff;
    line-height: 38px;
}


.case_det_top_r_clm2{
    background: #fff;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding: 45px 0 30px;
}

.case_det_top_r_clm2_btn{
    width: 200px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background: #ed540a;
    border-radius: 25px;
    margin-right: 30px;
}

.case_det_top_r_clm2_con{
    width: 190px;
}
.case_det_top_r_clm2_con .tt{
    font-size: 15px;
    color: #444;
    margin-bottom: 3px;
}
.case_det_top_r_clm2_con .text{
    font-size: 18px;
    color: #444;
    line-height: 1;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items:flex-end;
    font-family: "Oswald-Bold";
}
.case_det_top_r_clm2_con .text span{
    font-size: 30px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}



.case_det_bottm{
    padding: 48px 30px;
    background: #fff;
}

.case_det_bottom_bars{
    width: 100%;
    border-radius: 30px;
    background: #e9f1fb;
    box-shadow: 0 0 8px rgba(9,54,117,.15) inset;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin-bottom: 52px;
}
.case_det_bottom_bars a{
    padding: 0 50px;
    font-size: 22px;
    line-height: 60px;
    color: #444;
    border-radius: 30px;
    margin: 0 6px;
}
.case_det_bottom_bars a.hover,
.case_det_bottom_bars a:hover{
    color: #fff;
    background: #2f6ca9;
}


.case_det_bottom_wrap{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items:flex-start;
}
.case_det_bottom_l{
    width: calc(100% - 350px);
    padding-right: 65px;
}

.case_det_bottom_r{
    width: 350px;
    padding: 30px;
    background: url(../images/case_det_r_bg1.jpg) repeat center center;
    box-shadow: 0 0 8px rgba(9,54,117,.15) inset;
}

.case_det_bottom_l_item{
    margin-bottom: 30px;
}
.case_det_bottom_l_title{
    font-size: 30px;
    color: #444;
    font-weight: bold;
    margin-bottom: 30px;
}


.case_det_bottom_con{
    font-size: 18px;
}

.case_det_bottom_l_title2{
    width: 100%;
    line-height: 38px;
    color: #fff;
    padding-left: 28px;
    background: url(../images/case_det_bg2.png) no-repeat left center;
    margin-bottom: 20px;
}

.case_det_feature_list dd{
    margin-bottom: 35px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
}
.case_det_feature_list dd .num{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #ed540a;
    border-radius: 50%;
}
.case_det_feature_list dd .tt{
    width: calc(100% - 36px);
    padding-left: 10px;
}

.case_det_bottom_item_custom{
    position: relative;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
}

.case_det_bottom_item_custom .icon{
    width: 110px;
}
.case_det_bottom_item_custom .tt{
    width: calc(100% - 110px);
}


.case_det_bottom_r_list dd{
    margin-bottom: 35px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 10px rgba(9,54,117,.15);
}
.case_det_bottom_r_list dd a{
    display: block;
}
.case_det_bottom_r_list dd .pic{
    overflow: hidden;
}
.case_det_bottom_r_list dd .pic img{
    width: 100%;
}
.case_det_bottom_r_list dd:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}

.case_det_bottom_r_list dd .tt{
    padding: 12px 0 15px;
    font-size: 18px;
    color: #444;
    font-weight: bold;
    text-align: center;
}
.case_det_bottom_r_list dd .tt2{
    padding: 12px 0 15px;
    font-size: 18px;
    color: #444;
    font-weight: normal;
    text-align: center;
}


.case_det_bottom_r_list2 a{
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 30px;
    padding: 4px 0;
    padding-left: 15px;
    position: relative;
}
.case_det_bottom_r_list2 a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    background: #2f6ca9;
    border-radius: 50%;
    margin-top: -3px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.case_det_bottom_r_list2 a:hover{
    color: #ed540a;
    transform:translateX(3px);
    -webkit-transform:translateX(3px);
}
.case_det_bottom_r_list2 a:hover::before{
    background: #ed540a;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.rela_case_box{
    padding: 90px 0 65px;
    background: #fff;
}
.rela_case_wrap{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
}
.rela_case_scroll{
    width: 68%;
    padding: 0 10px;
    margin-left: 0;
}
.rela_case_scroll .swiper-slide a{
    display: block;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 10px rgb(9 54 117 / 15%);
}

.rela_case_title_box{
    width: 30%;
    text-align: right;
}

.rela_case_title{
    margin-bottom: 18px;
    position: relative;
}
.rela_case_title .tt_bg{
    font-size: 180px;
    line-height: 180px;
    color: #e7eff9;
    font-family: "Oswald-Bold";
}
.rela_case_title .tt{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 45px;
    font-weight: bold;
    color: #444;
    line-height: 180px;
}

.rela_case_btn_box{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}

.rela_case_btn{
    width: 52px;
    height: 52px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: #3c76b0;
    font-size: 18px;
    border: 1px solid #3c76b0;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
}
.rela_case_btn_next,
.honor_scroll_next{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.case_list1_item1 .case_list1_con{
    padding: 10px;
}



.inq_form_box{
    padding: 120px 0 110px;
    background: url(../images/case_det_form_bg.jpg) no-repeat center center / cover;
}
.inq_form_wrap{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    box-shadow: 0 0 15px rgb(9 54 117 / 15%);
}
.inq_form_l{
    width: 910px;
    padding: 0 92px 73px;
    background: url(../images/case_det_form_bg2.jpg) no-repeat center top / cover;
}
.inq_form_l_tt{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin-bottom: 18px;
}

.inq_form_l_tt .tt{
    font-size: 36px;
    width: 189px;
    height: 137px;
    line-height: 137px;
    color: #ed540a;
    font-size: 36px;
    font-weight: bold;
    font-weight: bold;
    text-align: center;
    background: url(../images/case_det_form_tt_bg.png) no-repeat center center;
}
.inq_form_l_tt .tt2{
    color: #fff;
    font-size: 18px;
    padding-left: 22px;
    color: #fff;
    padding-top: 15px;
    line-height: 36px;
}
.inq_form_l_tip{
    margin-bottom: 25px;
}
.inq_form_list dd{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    background: #fff;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 18px;
}
.inq_form_list dd:last-child{
    margin-bottom: 0;
}
.inq_form_list_icon{
    width: 70px;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color: #416694;
}
.inq_form_list_text,
.inq_form_list_area{
    width: calc(100% - 70px);
    padding-left: 10px;
    font-size: 16px;
    height: 50px;
    color: #444;
    border: none;
}
.inq_form_list_area{
    height: 100px;
    font-family: "Microsoft YaHei";
    padding: 10px 10px 0;
    resize: none;
}

.inq_form_list_btn{
    display: block;
    width: 307px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #ed540a;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}
.inq_form_r{
    width: 490px;
    padding: 40px 7%;
    background: rgba(70,123,206,.49);
}


.inq_form_r_tt{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    padding-left: 18px;
    margin-bottom: 20px;
    position: relative;
}
.inq_form_r_tt::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 32px;
    background: #fff;
    margin-top: -16px;
}

.inq_form_r_list dd{
    padding: 22px 0;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    border-bottom: 1px dashed #c3d6ee;
}
.inq_form_r_list dd:last-child{
    border: none;
}
.inq_form_r_list dd .icon{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 62px;
    height: 62px;
    font-size: 36px;
    color: #c3d6ee;
    border-radius: 50%;
    border: 2px solid #c3d6ee;
}
.inq_form_r_list dd .con{
    width: calc(100% - 62px);
    padding-left: 18px;
}
.inq_form_r_list dd .con .tt{
    color: #fff;
    font-size: 22px;
    margin-bottom: 8px;
}
.inq_form_r_list dd .con .text{
    color: #d2e5ff;
    font-size: 16px;
    line-height: 26px;
}



/* contact */
.sub_banner_contact_box{
    height: 430px;
}
.sub_banner_contact{
    height: 772px;
    padding-top: 120px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.sub_banner_case_con{
    padding-top: 40px;
}


.sub_main_contact{
    background: #e9f1fb;
}

.contact_box1{
    position: relative;
}

.contact_title1{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

.contact_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding:50px 8% 45px;
    background:#fff url(../images/contact_bg1.png) no-repeat center center;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(9,54,117,.15);
}

.contact_list1 dd{
    position: relative;
    width: 33.33%;
    padding: 0 2%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.contact_list1 dd .hover_show {
    display: none;
    width: 160px;
    position: absolute;
    z-index: 2;
    top: 58%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}

.contact_list1 dd .hover_show img {
    width: 100%;
}

.contact_list1 dd:hover .hover_show {
    display: block;
}

.contact_list1 dd .icon_box{
    width: 116px;
    height: 116px;
    padding: 8px;
    border-radius: 50%;
    border: 1px solid #c3d6ee;
    margin: 0 auto 20px;
}

.contact_list1 dd .icon_box .icon{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 100%;
    height: 100%;
    color: #325ea3;
    font-size: 50px;
    border-radius: 50%;
    background: #c3d6ee;
}
.contact_list1 dd .con .tt{
    font-size: 18px;
    color: #444;
    line-height: 30px;
    margin-bottom: 4px;
}
.contact_list1 dd .con{
    text-align: center;
}
.contact_list1 dd .con .text a.tel{
    font-size: 30px;
    color: #ed540a;
    font-family: "Oswald-Bold";
}
.contact_list1 dd .con .text a.mail{
    font-size: 24px;
    color: #444;
}
.contact_list1 dd .con .text a.mail:hover{
    color: #ed540a;
}
.contact_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.contact_box2{
    padding: 100px 0 80px;
}

.contact_list2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.contact_list2 dd{
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    padding: 30px 50px 25px 0;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(9,54,117,.15);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.contact_list2 dd .icon{
    width: 110px;
    text-align: center;
}
.contact_list2 dd .con{
    width: calc(100% - 110px);

}

.contact_list2 dd .con .tt{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.contact_list2 dd .con .text{
    font-size: 16px;
    line-height: 30px;
}
.contact_list2 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}




/* factory */

.sub_banner_factory{
    background-position: center top;
    background-color: #1c416c;
    padding: 120px 0 80px;
}



.factory_bars{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 30px;
}

.factory_bars .item{
    width: 205px;
    line-height: 50px;
    color: #325ea3;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background: #c3d6ee;
    border-radius: 25px;
    margin: 0 12px;
    cursor: pointer;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.factory_bars .item.hover,
.factory_bars .item:hover{
    color: #fff;
    background: #ed540a;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.factory_scroll{
    width: 100%;
    padding: 120px 0 50px;
}

.factory_scroll .swiper-slide{
    position: relative;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.factory_scroll .swiper-slide img{
    width: 100%;
}
.factory_scroll .swiper-slide::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    background: rgba(0,0,0,.4);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.factory_scroll .swiper-slide .tt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 70px;
    color: #fff;
    opacity: 0;
    text-align: center;
    background: rgba(0,0,0,.5);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.factory_scroll .swiper-slide.swiper-slide-active{
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2);
    position: relative;
    z-index: 2;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.factory_scroll .swiper-slide.swiper-slide-active::before{
    opacity: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.factory_scroll .swiper-slide.swiper-slide-active .tt{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.factory_scroll_btn{
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 64px;
    height: 64px;
    line-height: 62px;
    text-align: center;
    font-size: 30px;
    color: #97b6df;
    background: rgba(114,163,224,.4);
    border: 1px solid #a5c2e7;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -32px;
}
.factory_scroll_btn_prev{
    left: 10%;
}
.factory_scroll_btn_next{
    right: 10%;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}



/* history */
.his_wrap{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;

}

.his_box_l{
    position: relative;
    width: 410px;
}
.his_box_l_bars_con{
    width:410px;
    background: url(../images/his_01.jpg) no-repeat center center / cover;
}
.his_box_l_bars_con.hover{
    position: fixed;
    top: 0;
}
.his_box_l_bars_con.hover2{
    position: absolute;
    bottom: 0;
}
.his_box_l_bars_icon{
    padding: 40px 0 30px;
}
.his_box_l_bars{
    padding-bottom: 30px;
}
.his_box_l_bars .item{
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 90px;
    border-bottom: 1px solid #68819e;
    cursor: pointer;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.his_box_l_bars .item:last-child{
    border-bottom: 0;
}
.his_box_l_bars .item.hover{
    background: #ed540a;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.his_box_r{
    width: calc(100% - 500px);
    position: relative;
}
.his_box_r_line{
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: calc(100% - 50px);
    background: #b1c6e5;
}

.his_list1 dd{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    position: relative;
    margin-bottom: 62px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.his_list1 dd:last-child{
    margin-bottom: 0;
}
.his_box_r_tabs_item_icon1{
    position: absolute;
    left: -15px;
    top: 40px;
    width: 32px;
    height: 32px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: rgba(237,84,10,.2);
    border-radius: 50%;
}
.his_box_r_tabs_item_icon1 .icon{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ed540a;
}
.his_box_r_tabs_item_icon2{
    position: absolute;
    left: 86px;
    top: 40px;
    width: 39px;
    height: 42px;
    background: url(../images/his_icon2.png) no-repeat center center;
}
.his_box_r_tabs_item_con{
    width: calc(100% - 120px);
    background: #fff;
    padding: 30px 35px;
    box-shadow: 0 0 15px rgba(9,54,117,.15);
}

.his_box_r_tabs_item_tt{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    font-size: 36px;
    color: #ed540a;
    font-weight: bold;
    margin-bottom: 22px;
}
.his_box_r_tabs_item_tt .icon{
    width: 27px;
    height: 20px;
    background: url(../images/his_icon3.png) no-repeat center center;
    margin-right: 17px;
}
.his_box_r_tabs_item_text{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}
.his_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}





/* honor */
.honor_scroll_box{
    background: url(../images/honor_bg.png) no-repeat center bottom / 100% auto;
    padding: 50px 128px 90px;
    position: relative;
}
.honor_scroll{
    position: relative;
}

.honor_scroll_prev,
.honor_scroll_next{
    position: absolute;
    top: 36%;
}
.honor_scroll_prev{
    left: 0;
}
.honor_scroll_next{
    right: 0;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}



.honor_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.honor_list1 dd{
    width: calc((100% - 120px) / 5);
    margin: 0 30px 30px 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.honor_list1 dd:nth-child(5n){
    margin-right: 0;
}
.honor_list1 dd .pic{
    border: 4px solid #fff;
    box-shadow: 0 4px 10px rgba(9,54,117,.15);
}
.honor_list1 dd .pic img{
    width: 100%;
}
.honor_list1 dd .tt{
    font-size: 16px;
    line-height: 26px;
    color: #444;
    text-align: center;
    padding: 18px 0 10px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.honor_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}




/* news_cover */
.sub_banner_newscover_box{
    height: 407px;
}
.sub_banner_newscover{
    height: 762px;
    position: relative;
    padding-top: 120px;
    background-position: center top;
    background-repeat: no-repeat;
}
.sub_banner_newscover_con{
    padding-top: 25px;
}

.news_cover_box1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    margin-bottom: 80px;
}

.news_cover_box1_l{
    width: 53.14%;
    position: relative;
}

.news_cover_box1_l_scroll_dots {
    position: absolute;
    left: 0;
    bottom: 18px;
    z-index: 2;
    width: 100%;
    text-align: center;
    padding-top: 25px;

}

.news_cover_box1_l_scroll_dots .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 6px !important;
    background: #fff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}


.news_cover_box1_l_scroll_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ed540a;
}


.news_cover_box1_r{
    width: 46.86%;
}
.news_cover_box1_r_item{
    display: block;
    padding: 51px 6%;
    background: url(../images/news_cover_bg1.jpg) no-repeat center center / cover;
}
.news_cover_box1_r_item_tt{
    color: #444;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

.news_cover_box1_r_item_time{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    font-size: 16px;
    color: #999;
    margin-bottom: 14px;
}
.news_cover_box1_r_item_time .icon{
    font-size: 18px;
    margin-right: 7px;
}
.news_cover_box1_r_item_text{
    color: #666;
    margin-bottom: 24px;
}

.news_cover_box1_r_b{
    width: 100%;
    background: url(../images/news_cover_bg2.jpg) no-repeat center center / cover;
    padding: 40px 6%;
}
.news_cover_box1_r_b a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fefefe;
    padding-left: 25px;
    position: relative;
    margin: 0 0 12px 0;
}
.news_cover_box1_r_b a:last-child{
    margin-bottom: 0;
}
.news_cover_box1_r_b a::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 3px solid #ed540a;
    box-shadow: 0 0 8px rgba(237,84,10,.5);
}
.news_cover_box1_r_b a:hover{
    transform:translateX(3px);
    -webkit-transform:translateX(3px);
}



.news_cover_title{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: 60px;
}


.news_cover_title_l{
    width: calc(100% - 240px);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.news_cover_title_l .tt{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    white-space:nowrap;
}
.news_cover_title_l .text{
    font-size: 18px;
    color: #444;
    padding: 4px 0 0 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_cover_btn{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 172px;
    height: 50px;
    line-height: 48px;
    color: #ed540a;
    text-align: center;
    border-radius: 25px;
    border: 1px dashed #ed540a;
}
.news_cover_btn .icon{
    font-size: 18px;
    margin-left: 6px;
}
.news_cover_btn:hover{
    color: #fff;
    background: #ed540a;
    border: 1px solid #ed540a;
}


.news_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list1 dd{
    width: calc((100% - 45px) / 2);
    margin-bottom: 45px;
}
.news_list1_item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items:flex-end;
}


.news_list1_pic{
    width: 52%;
    overflow: hidden;
    border-radius: 5px;
}
.news_list1_con {
    width: 48%;
    padding: 25px 30px;
    background: url(../images/news_cover_bg3.jpg) repeat center center;
    box-shadow: 3px 3px 10px rgba(9,54,117,.15);
}

.news_list1_tt{
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
}
.news_list1_text{
    font-size: 16px;
    line-height: 36px;
    color: #888;
    margin: 3px 0;
}
.news_list1_time{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.news_list1_time .time{
    font-size: 16px;
    color: #666;
}
.news_list1_time .icon{
    width: 32px;
    height: 32px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: #fff;
    font-size: 20px;
    background: #ed540a;
    border-radius: 50%;
}


.news_list1_item:hover .news_list1_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}



.news_list2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list2 dd{
    width:47%;
    margin-bottom: 15px;
}
.news_list2_item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
}
.news_list2_item_icon{
    width: 42px;
    font-size: 32px;
    color: #ed540a;
    text-align: center;
}

.news_list2_item_con{
    width: calc(100% - 42px);
    padding-left: 10px;
}
.news_list2_item_tt{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news_list2_item_text{
    color: #666;
    margin-bottom: 10px;
}
.news_list2_item_time{
    color: #999;
    font-size: 16px;
}
.news_list2_item:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
}



.news_cover_box3{
    padding: 85px 0;
}
.news_list3{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list3 dd{
    width: 31%;
    overflow: hidden;
    margin: 0 3.5% 50px 0;
    box-shadow: 0 0 15px rgba(9,54,117,.15);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.news_list3 dd:nth-child(3n){
    margin-right: 0;
}
.news_list3_item{
    display: block;
}
.news_list3_pic{
    overflow: hidden;
}
.news_list3_pic img{
    width: 100%;
}
.news_list3_con{
    padding: 16px 25px 30px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list3_time{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: #999;
    font-size: 16px;
    margin-bottom: 8px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list3_time .icon{
    font-size: 18px;
    margin-right: 8px;
}
.news_list3_tt{
    font-size: 18px;
    color: #444;
    font-weight: bold;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list3_item:hover .news_list3_con{
    background: #ed540a;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list3_item:hover .news_list3_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.news_list3_item:hover .news_list3_time,
.news_list3_item:hover .news_list3_tt{
    color: #fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.news_cover_box4{
    background: #e9f1fb;
    padding: 80px 0;
}

.faq_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.faq_list1 dd{
    width: calc((100% - 50px) / 2);
    margin: 0 0 25px 0;
}
.faq_list1_item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    background: url(../images/news_cover_bg3.jpg) repeat center center;
    padding: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(9,54,117,.15);
}
.faq_list1_icon{
    width: 20px;
    height: 61px;
    background: url(../images/news_cover_icon1.png) no-repeat center center;
}

.faq_list1_con{
    width: calc(100% - 20px);
    padding-left: 25px;
}
.faq_list1_tt{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.faq_list1_text{
    font-size: 16px;
    color: #888;
}
.faq_list1_item:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
}





/* news_det */
.sub_banner_news_det_box{
    height: 591px;
}
.sub_banner_news_det{
    height: 591px;
    padding-top: 120px;
    background-color: #e9f1fb;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.sub_banner_newsdet_con{
    padding-top: 55px;
}
.sub_banner_newsdet_tt{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-bottom:34px;
}
.sub_banner_newsdet_tip{
    width: 888px;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #93bdf2;
    border: 1px solid #7199d8;
    border-radius: 5px;
    margin-bottom: 45px;
}
.sub_banner_newsdet_tip a{
    color: #fff;
    font-weight: bold;
}


.sub_main_news_det{
    padding: 40px 0 55px;
    background: #e9f1fb;
}



.news_det_title1{
    font-size: 36px;
    color: #444;
    font-weight: bold;
    margin-bottom: 20px;
}
.news_det_time{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    font-size: 16px;
    color: #888;
    margin-bottom: 20px;
}
.news_det_time .item{
    margin-right: 20px;
}


.news_det_con {
    padding: 20px 0;
}

.news_det_con img {
    margin: 13.5px 0;
    max-width: 100%;
    max-height: 100%;
}

.news_det_con_tt1{
    color: #ed540a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}



.news_det_page{
    background: #fff;
    padding: 18px 25px;
    box-shadow: 0 0 10px rgba(9,54,117,.15);
    border-radius: 5px;
}
.news_det_page_item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    line-height: 50px;
    font-size: 18px;
    color: #444;
    border-bottom: 1px solid #c7d5e6;
}
.news_det_page_item:last-child{
    border: none;
}
.news_det_page_item .tt{
    width: 75px;

}
.news_det_page_item .text{
    width: calc(100% - 75px);
}
.news_det_page_item .text a{
    color: #444;
}
.news_det_page_item .text a:hover{
    color: #ed540a;
}


.news_det_pro_scroll{
    margin-bottom: 20px;
}
.news_det_pro_scroll .swiper-slide a{
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px rgba(9,54,117,.15);
}
.news_det_pro_scroll .swiper-slide a .pic{
    overflow: hidden;
}
.news_det_pro_scroll .swiper-slide a .pic img{
    width: 100%;
}
.news_det_pro_scroll .swiper-slide a:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}

.news_det_pro_scroll .swiper-slide a .tt{
    padding: 12px 0 15px;
    font-size: 18px;
    color: #444;
    font-weight: bold;
    text-align: center;
}
.news_det_pro_scroll_dots{
    text-align: center;
    padding-top: 15px;
}
.news_det_pro_scroll_dots .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #c3d6ee;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.news_det_pro_scroll_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ed540a;
}



/* rela_news */
.rela_news_box{
    padding: 35px 35px;
    background: #fff;
    margin-top: 42px;
}
.rela_news_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.rela_news_list1 dd{
    width: 48%;
    margin-bottom: 8px;
    border-bottom: 1px solid #d7e6f9;
}
.rela_news_list1 dd a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    line-height: 52px;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.rela_news_list1 dd a .icon{
    width: 42px;
    font-size: 32px;
    color: #ed540a;
    text-align: center;
}
.rela_news_list1 dd a .tt{
    width: calc(100% - 42px);
    padding-left: 8px;
    font-size: 18px;
    color: #333;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.rela_news_list1 dd a:hover .tt{
    color: #ed540a;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


/* news_list */
.sub_main_news_list{
    padding: 80px 0;
    background: #e9f1fb;
}
.news_list4 dd{
    box-shadow: 0 5px 15px rgba(9,54,117,.15);
    margin-bottom: 32px;
}
.news_list4_item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}
.news_list4_pic{
    width: 350px;
    overflow: hidden;
}
.news_list4_pic img{
    width: 100%;
}
.news_list4_con{
    width: calc(100% - 350px);
    padding: 40px 5%;
}
.news_list4_tt{
    font-size: 22px;
    color: #333;
}
.news_list4_text{
    color: #888;
    margin: 15px 0 25px;
}
.news_list4_time{
    font-size: 16px;
    color: #666;
}

.news_list4_item:hover .news_list4_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


.news_list5 dd{
    margin-bottom: 32px;
}
.news_list5_item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding: 30px 50px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(9,54,117,.15);
}
.news_list5_item_l{
    width: calc(100% - 180px);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    padding-right: 20px;
    border-right: 1px solid #ededed;
}
.news_list5_item_icon{
    width: 60px;
    font-size: 30px;
    text-align: center;
    color: #ed540a;
}
.news_list5_item_con{
    width: calc(100% - 60px);
    padding-left: 18px;
}
.news_list5_item_tt{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.news_list5_item_text{
    font-size: 16px;
    color: #888;
}

.news_list5_item_r{
    width: 180px;
    text-align: center;
}

.news_list5_item_time{
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}
.news_list5_item_time_btn{
    width: 32px;
    height: 32px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    background: #ed540a;
}
.news_list5_item:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
}




/* pro_cover */
.pro_cover_clm1{
    margin-bottom: 75px;
    background: url(../images/pro_cover_bg1.png) no-repeat center bottom;
    box-shadow: 0 6px 10px rgba(9,54,117,.15);
}


.pro_cover_clm1_bars{
    padding: 15px 20px 40px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;

}
.pro_cover_clm1_bars a{
    font-size: 16px;
    color: #666;
    padding: 0 20px;
    line-height: 38px;
    border: 1px solid transparent;
    border-radius: 20px;
    margin: 0 5px;
}
.pro_cover_clm1_bars a.hover,
.pro_cover_clm1_bars a:hover{
    color: #ed540a;
    border: 1px dashed #ed540a;
}




/* pro_list */
.sub_banner_prolist_box{
    height: 212px;
}
.sub_banner_prolist{
    height: 808px;
    padding-top: 120px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}


.sub_main_prolist{
    background: #e9f1fb;
    padding: 0 0 80px;
}
.sub_main_prolist .wrap{
    position: relative;
}
.pro_page_clm1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin-bottom: 50px;
}

.pro_page_clm1_con{
    width: 45%;
}
.pro_page_clm1_con_tt{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pro_page_clm1_con_text{
    color: #fff;
    margin-bottom: 60px;
}
.pro_page_clm1_con_tip{
    width: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    border-radius: 25px;
    background: #325ea3;
    border: 1px solid #5388db;
}
.pro_page_clm1_con_tip .item{
    width: 33.33%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    font-size: 18px;
    line-height: 48px;
    color: #c3d6ee;
    position: relative;
}
.pro_page_clm1_con_tip .item::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: url(../images/sub_banner_prolist_icon1.png) no-repeat center center;
}
.pro_page_clm1_con_tip .item:last-child::after{
    display: none;
}
.pro_page_clm1_con_tip .item .icon{
    width: 15px;
    height: 15px;
    border: 3px solid #ed540a;
    box-shadow: 0 0 10px rgba(237,84,10,.7);
    margin-right: 8px;
}

.pro_page_clm1_pic{
    width: 46.4%;
    padding: 8px;
    border-radius: 5px;
    background: url(../images/sub_banner_prolist_bg1.jpg) repeat center center;
}
.pro_page_clm1_pic img{
    display: block;
    border-radius: 5px;
}



.pro_page_clm2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    padding: 0 7%;
    background: url(../images/pro_list_bg2.png) no-repeat center bottom;
    box-shadow: 0 0 10px rgba(9,54,117,.15);
    margin-bottom: 70px;
}
.pro_page_clm2 .item{
    width: 180px;
    padding-bottom: 30px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_page_clm2 .item .pic_box{
    padding-bottom: 20px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_page_clm2 .item .pic_box .pic{
    width: 174px;
    height: 174px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 6px 10px rgba(9,54,117,.15);
}
.pro_page_clm2 .item .tt{
    font-size: 22px;
    color: #444;
    text-align: center;
    padding-top: 10px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_page_clm2 .item:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_page_clm2 .item:hover .pic_box{
    background: url(../images/pro_list_bg1.png) no-repeat center bottom;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_page_clm2 .item:hover .tt{
    color: #ed540a;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



/* video */
.video_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.video_list1 dd{
    width: 31%;
    margin: 0 3.5% 50px 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.video_list1 dd:nth-child(3n){
    margin-right: 0;
}
.video_list1_pic{
    border: 4px solid #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 12px rgba(9,54,117,.15);
}
.video_list1_pic img{
    width: 100%;
}
.video_list1_pic_time{
    position: absolute;
    left: 0;
    bottom: 0;
    transform:translateY(40px);
    -webkit-transform: translateY(40px);
    width: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding: 0 ;
    background: rgba(30,66,109,.9);
    opacity: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.video_list1_pic_time .time{
    width: calc(100% - 62px);
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding-left: 15px;
}
.video_list1_pic_time .time .time_icon{
    font-size: 18px;
    margin-right: 8px;
}
.video_list1_pic_time .icon{
    width: 62px;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background: #ed540a;
}
.video_list1_tt{
    color: #444;
    font-size: 18px;
    text-align: center;
    padding: 22px 0 15px;
}


.video_list1 dd:hover .video_list1_pic_time{
    opacity: 1;
    transform:translateY(0px);
    -webkit-transform: translateY(0px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.video_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



















/* ~~~~~~~~~~~~solution,css */
/* ~~~~~~~~~~~~solution,css */
/* ~~~~~~~~~~~~solution,css */
.sol_liBoxOne {
    background: #e9f1fb;
}

.sol_liBoxOne_w {
    padding: 150px 0 100px;
}

.sol_liOne1 .item {
    margin-bottom: 120px;
}

.sol_liOne1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sol_liOne1_L {
    position: relative;
    width: 49%;
    padding: 22px 0 0 22px;
}

.sol_liOne1_L::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 87%;
    height: 91%;
    background: #b5c5da;
    border-radius: 6px;
}

.sol_liOne1_L .img_box {
    position: relative;
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.sol_liOne1_L .img_box .img_01 {
    width: 100%;
}

.sol_liOne1 .item a:hover .sol_liOne1_L .img_box .img_01 {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.sol_liOne1_L .img_box .img_02 {
    width: 104px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 6px;
}

.sol_liOne1_R {
    width: 43%;
}

.sol_liOne1_R_top {
    height: 130px;
    padding: 22px 20px 0 15px;
    background: url(../images/solution_list_07.png) repeat-x left top;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sol_liOne1_R_top .number {
    width: 115px;
    position: relative;
    font-family: "Impact";
    font-size: 100px;
    line-height: 86px;
    color: #325ea3;
}

.sol_liOne1_R_top .number::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 4px;
    width: 74%;
    height: 100%;
    background: url(../images/solution_list_08.png) no-repeat left top;
}

.sol_liOne1_R_top .right_box {
    width: calc(100% - 115px);
    padding-top: 6px;
}

.sol_liOne1_R_top .right_box .tt_01 {
    font-size: 24px;
    color: #444444;
}

.sol_liOne1_R_top .right_box .tt_02 {
    font-weight: 700;
    color: #444444;
}

.sol_liOne1_R_top .right_box .tt_02 span {
    color: #ed540a;
}

.sol_liOne1_R .text_box {
    font-size: 18px;
    color: #666666;
    line-height: 38px;
    padding-top: 40px;
}

.sol_liOne1_R .btn_box {
    width: 246px;
    height: 50px;
    border-radius: 25px;
    border: 1px dashed #ed540a;
    margin-top: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_liOne1_R .btn_box:hover {
    background: #ed540a;
}

.sol_liOne1_R .btn_box span {
    font-size: 18px;
    color: #ed540a;
    padding-right: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_liOne1_R .btn_box .iconfont {
    font-size: 20px;
    color: #ed540a;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.sol_liOne1_R .btn_box:hover span,
.sol_liOne1_R .btn_box:hover .iconfont {
    color: #ffffff;
}

.sol_liOne1 > .item:nth-child(even) a {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.sol_liOne1 > .item:nth-child(even) a .sol_liOne1_L {
    padding: 22px 22px 0 0;
}

.sol_liOne1 > .item:nth-child(even) a .sol_liOne1_L::before {
    left: auto;
    right: 0;
}

.sol_liOne1 > .item:nth-child(even) a .sol_liOne1_L .img_box .img_02 {
    right: auto;
    left: 0;
}

/* ~~~~~~~~~~~~solution,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~solution,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~solution,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~~~~foot,css */
.public_foot_top {
    background: #32415a;
}

.foot_top_w {
    padding: 70px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_01 .foot_logo {
    width: 215px;
}

.foot_top_01 .foot_logo a {
    display: block;
}

.foot_top_01 .foot_logo a img {
    width: 100%;
}

.foot_top_01 .tel_box {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_01 .tel_box .item {
    padding-bottom: 15px;
}

.foot_top_01 .tel_box .item .tt {
    font-size: 16px;
    color: #8fa1be;
    padding-bottom: 5px;
}

.foot_top_01 .tel_box .item a {
    font-family: "Impact";
    font-size: 36px;
    color: #ed540a;
}

.foot_top_01 .content_list .item {
    padding-bottom: 10px;
}

.foot_top_01 .content_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_01 .content_list .item a .iconfont {
    width: 35px;
    font-size: 24px;
    color: #8fa1be;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.foot_top_01 .content_list .item a span {
    width: calc(100% - 35px);
    font-size: 14px;
    color: #8fa1be;
    padding-top: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.foot_top_01 .content_list .item a:hover .iconfont,
.foot_top_01 .content_list .item a:hover span {
    color: #ed540a;
}

.foot_top_02 .tt_box {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 28px;
}

.foot_top_02_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot_top_02_dl .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}

.foot_top_02_dl .item .img_box img {
    width: 100%;
}

.foot_top_02_dl .item .text {
    font-size: 16px;
    color: #8fa1be;
    text-align: center;
    padding-top: 15px;
}

.foot_top_02_dl > .item:nth-child(3n) {
    margin-right: 0;
}

.foot_top_03 .tt_box {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 25px;
}

.foot_top_03_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_03_dl .item {
    width: 100%;
    margin-bottom: 14px;
}

.foot_top_03_dl .item a {
    display: block;
    font-size: 14px;
    color: #8fa1be;
}

.foot_top_03_dl .item a:hover {
    color: #ed540a;
}

.foot_top_01 {
    width: 27%;
}

.foot_top_02 {
    width: 26%;
}

.foot_top_03 {
    width: 13%;
}

.public_foot_bot {
    background: #282828;
}

.foot_bot_w {
    padding: 16px 0 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_bot_01 {
    font-size: 14px;
    color: #777777;
}

.foot_bot_01 a {
    color: #777777;
}

.foot_bot_01 a:hover {
    text-decoration: underline;
}

.foot_bot_02 {
    font-size: 14px;
    color: #777777;
}

.foot_bot_02 a {
    color: #777777;
}

.foot_bot_02 a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~~~~~~pro_detail,css */
.pro_deBoxOne {
    background-color: #e9f1fb;
    background-repeat: no-repeat;
    background-position: center top;
}

.pro_deOne1_w {
    padding: 120px 0 200px;
}

.pro_deOne1_01 {
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_01_L {
    width: 100%;
    max-width: 590px;
}

.pro_deOne1_01_L .big_title {
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
}

.pro_deOne1_01_L dl {
    padding: 20px 0 30px;
    border-bottom: 1px solid #c9c9c9;
}

.pro_deOne1_01_L dl dd {
    padding-bottom: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne1_01_L dl dd::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid #ed540a;
    margin-top: 5px;
    box-shadow: 0 0 12px rgba(237,84,10,0.6);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pro_deOne1_01_L dl dd span {
    width: calc(100% - 15px);
    font-size: 16px;
    color: #ffffff;
    padding-left: 20px;
}

.pro_deOne1_01_L .icon_text {
    padding: 25px 0 30px;
}

.pro_deOne1_01_L .icon_text a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deOne1_01_L .icon_text a .iconfont {
    font-size: 38px;
    color: #ffffff;
}

.pro_deOne1_01_L .icon_text a span {
    font-size: 16px;
    color: #ffffff;
    padding: 7px 0 0 15px;
}

.pro_deOne1_01_L .btn_tel {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne1_01_L .btn_tel .btn {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 210px;
    line-height: 50px;
    border-radius: 25px;
    background: #ed540a;
}

.pro_deOne1_01_L .btn_tel .tel {
    font-size: 16px;
    color: #ffffff;
    padding-left: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne1_01_L .btn_tel .tel a {
    font-family: "Impact";
    font-size: 30px;
    color: #ed540a;
}

.pro_deOne1_01_R {
    width: 51.7%;
    text-align: center;
}

.pro_deOne1_01_R img {
    max-width: 100%;
    max-height: 100%;
}

.pro_deOne2_w {
    padding: 0 0 70px;
}

.pro_deOne2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne2_01 .item {
    width: calc(100% / 6);
    padding: 0 10px;
    cursor: pointer;
}

.pro_deOne2_01 .item .iconfont {
    font-size: 60px;
    color: #ed540a;
    width: 126px;
    height: 126px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #ed540a;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deOne2_01 .item:hover .iconfont {
    color: #ffffff;
    background: #ed540a;
}

.pro_deOne2_01 .item .text {
    font-size: 22px;
    color: #000000;
    text-align: center;
    padding-top: 15px;
}

.pro_deOne2_01 .item:hover .text {
    color: #ed540a;
}

.pro_deTwo1_w {
    padding: 70px 0 0;
}

.pro_det_public_title {
    font-weight: 700;
    font-size: 30px;
    color: #444444;
    padding-bottom: 25px;
}

.pro_det_public_title span {
    color: #ed540a;
}

.pro_det_text_content {
    font-size: 18px;
    color: #666666;
    line-height: 38px;
}

.pro_det_text_content img {
    max-width: 100%;
    max-height: 100%;
}

.pro_deTwo2_w {
    padding: 70px 0 80px;
}

.pro_deTwo3 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pro_deTwo3_w {
    padding: 150px 0 100px;
}

.pro_deTwo3_dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 70px;
}

.pro_deTwo3_dl .item {
    width: calc((100% - 80px) / 2);
    margin-bottom: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.pro_deTwo3_dl .item .number_box {
    width: 70px;
    height: 70px;
    line-height: 60px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    padding-right: 8px;
    background: url(../images/solution_det_18.jpg) no-repeat center center;
    border-radius: 5px;
    overflow: hidden;
}
.pro_deTwo3_dl .item .con{
    width: calc(100% - 70px);
    padding-left: 20px;
}
.pro_deTwo3_dl .item .con .tt{
    font-size: 22px;
    color: #444;
    font-weight: bold;
    margin-bottom: 8px;
}
.pro_deTwo3_dl .item .con .text{
    font-size: 18px;
    line-height: 36px;
    color: #444;
}

.pro_deTwo3_dl .item:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.pro_deTwo4{
    padding: 40px 0 100px;
    background: #fff url(../images/pro_det_bg1.png) no-repeat left top 30px;
}
.pro_deTwo4_top{
    width: 774px;
    height: 92px;
    border-radius: 5px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: url(../images/about_icon1.png) repeat center center;
    box-shadow: 0 0 10px rgba(9,54,117,.15) inset;
}

.pro_deTwo4_top_icon{
    font-size: 50px;
    color: #194271;
}
.pro_deTwo4_top_tt{
    font-size: 18px;
    color: #444;
    margin: 0 8px 0 13px;
}
.pro_deTwo4_top_tel{
    margin-right: 50px;
}
.pro_deTwo4_top_tel a{
    color: #ed540a;
    font-size: 30px;
    font-family: "Oswald-Bold";
}
.pro_deTwo4_top_btn{
    width: 230px;
}


.pro_deTwo4_top_box{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    margin-bottom: 70px;
}

.pro_deTwo4_top_clm2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.pro_deTwo4_top_clm2_l{
    width: 36.1%;
}
.pro_deTwo4_top_clm2_l_text a{
    display: inline-block;
    width: 190px;
    position: relative;
}
.pro_deTwo4_top_clm2_l_text a::before{
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    width: 100%;
    height: 100%;
    background: #ffb48f;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pro_deTwo4_top_clm2_l_text a .tt{
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #ed540a;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.pro_deTwo4_top_clm2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin-bottom: 30px;
}


.pro_deTwo4_top_clm2_r{
    width: 55.7%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    position: relative;
}
.pro_deTwo4_top_clm2_r::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 93%;
    height: calc(100% - 30px);
    background: #c0cde0;
    border-radius: 5px;
}

.pro_deTwo4_top_clm2_r .pic{
    width: 97%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-top: 24px;
    box-shadow: 0 0 15px rgba(9,54,117,.2);
    border-radius: 5px;
}


.pro_deTwo4_top_clm2_r .pic img{
    width: 100%;
}


.pro_deTwo4_top_clm3{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items:flex-start;
}
.pro_deTwo4_top_clm3_l{
    width: 42.8%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    position: relative;
}

.pro_deTwo4_top_clm3_l::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 94%;
    height: 100%;
    background: #c0cde0;
    border-radius: 5px;
}

.pro_deTwo4_top_clm3_l .pic{
    width: 96%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(9,54,117,.2);
    border-radius: 5px;
}


.pro_deTwo4_top_clm3_l .pic img{
    width: 100%;
}


.pro_deTwo4_top_clm3_r{
    width: 55.7%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    position: relative;
}

.pro_deTwo4_top_clm3_r::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 93%;
    height: 100%;
    background: #c0cde0;
    border-radius: 5px;
}

.pro_deTwo4_top_clm3_r .pic{
    width: 97%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(9,54,117,.3);
    border-radius: 5px;
}
.pro_deTwo4_top_clm3_r .pic img{
    width: 100%;
}

.pro_deTwo4_top_clm2_item:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


.pro_det_table_w {
    padding: 80px 0 80px;
}

.pro_det_table_box table {
    width: 100%;
}

.pro_det_table_box table tr td {
    font-size: 18px;
    color: #444444;
    text-align: center;
    border: 1px solid #ffffff;
    padding: 16px 10px 16px;
}

.pro_det_table_box table tr:nth-child(odd) {
    background: #e6e6e6;
}

.pro_det_table_box table tr:nth-child(even) {
    background: #fbfbfb;
}

.pro_det_table_box table tr:first-child {
    background: #ed540a;
}

.pro_det_table_box table tr:first-child td {
    color: #ffffff;
}

.pro_det_customer_box {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pro_det_customer_w {
    padding: 120px 0 130px;
}

.pro_det_customer_w .tt_box {
    text-align: center;
}

.pro_det_customer_w .tt_box img {
    max-width: 100%;
    max-height: 100%;
}

.pro_det_customer_w .text {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin: -45px 0 0;
}

.pro_det_customer_w .btn {
    padding-top: 50px;
}

.pro_det_customer_w .btn a {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 246px;
    line-height: 50px;
    border-radius: 25px;
    background: #ed540a;
    margin: 0 auto;
}

/* ~~~~~~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~~~~~end */











/* 左侧 或右侧 悬浮固定-------css */
.his_box_l_bars_con.static {
    position: static;
    top: auto;
}

.his_box_l_bars_con.fixed {
    position: fixed;
    /* top为导航的高度 */
    top: 0;
}

.his_box_l_bars_con.absolute {
    position: absolute;
    bottom: 0;
}



.contact_zixun_btn {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    width: 110px;
    line-height: 40px;
    border-radius: 20px;
    background: #ed540a;
}




.pro_deTwo3::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    background: url(../images/pro_det_04_bot.png) no-repeat left bottom;
}

.pro_deTwo3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: url(../images/pro_det_04_top.png) no-repeat left bottom;
}





.sol_deThree2_01_text {
    width: 100%;
    padding-top: 40px;
    font-size: 18px;
    color: #444444;
    line-height: 36px;
}
















/* ~~~~~~~~~~~~~~~~~鼎盛新增页面postdoctoral */
/* ~~~~~~~~~~~~~~~~~鼎盛新增页面postdoctoral */
/* ~~~~~~~~~~~~~~~~~鼎盛新增页面postdoctoral */
.public_text2 {
    max-width: 1220px;
}

.postBoxOne {
    background: url(../images/postdoctoral_01.jpg) no-repeat center center / cover;
}

.postBoxOne_w {
    padding: 180px 0 90px;
}

.postBoxOne1 {
    border-radius: 30px;
    background: #e9f1fb;
    box-shadow: 0 0 8px rgba(9, 54, 117, 0.2) inset;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.postBoxOne1 .item a {
    display: block;
    padding: 0 35px;
    font-size: 22px;
    color: #444444;
    line-height: 60px;
    border-radius: 30px;
}

.postBoxOne1 .item.hover a {
    color: #ffffff;
    background: #2f6ca9;
}

.postBoxOne1 .item a:hover {
    color: #ffffff;
    background: #2f6ca9;
}

.postBoxOne2 {
    padding-top: 90px;
}

.postdoctoral_public_title {
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    padding-bottom: 60px;
}

.postdoctoral_public_title span {
    color: #ed540a;
}

.postBoxOne2 .text_box {
    font-size: 18px;
    color: #444444;
    line-height: 36px;
    text-indent: 2em;
}

.postBoxTwo {
    background: #034099;
}

.postBoxTwo_w {
    padding: 75px 0 55px;
}

.postBoxTwo_w .postdoctoral_public_title {
    color: #ffffff;
}

.postBoxTwo1 {
    position: relative;
}

.postBoxTwo1_lunbo .swiper-slide .item .icon {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.postBoxTwo1_lunbo .swiper-slide .item:hover .icon {
    background: #ed540a;
}

.postBoxTwo1_lunbo .swiper-slide .item .icon img {
    max-width: 100%;
    max-height: 100%;
}

.postBoxTwo1_lunbo .swiper-slide .item .icon .img_02 {
    display: none;
}

.postBoxTwo1_lunbo .swiper-slide .item:hover .img_01 {
    display: none;
}

.postBoxTwo1_lunbo .swiper-slide .item:hover .img_02 {
    display: block;
}

.postBoxTwo1_lunbo .swiper-slide .item .text {
    max-width: 260px;
    margin: 0 auto;
    font-size: 24px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    padding-top: 24px;
}

.postBoxTwo1_prev,
.postBoxTwo1_next {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 30%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.postBoxTwo1_prev {
    left: -60px;
}

.postBoxTwo1_next {
    right: -60px;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.postBoxTwo1_prev:hover,
.postBoxTwo1_next:hover {
    background: #ed540a;
    border-color: #ed540a;
}

.postBoxThree {
    background: url(../images/postdoctoral_07.jpg) no-repeat center center / cover;
}

.postBoxThree_w {
    padding: 90px 0 80px;
}

.postBoxThree1 .item {
    padding-bottom: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.postBoxThree1 .item .number {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #ed540a;
    margin-top: 3px;
}

.postBoxThree1 .item .text {
    width: calc(100% - 36px);
    font-size: 18px;
    color: #333333;
    line-height: 44px;
    padding-left: 18px;
}

.postBoxFour {
    background: url(../images/postdoctoral_08.jpg) no-repeat center center / cover;
}

.postBoxFour_w {
    padding: 110px 0 90px;
}

.postFour1_01 {
    position: relative;
}

.postFour1_01_lunbo .swiper-slide .item {
    display: block;
    padding: 15px 15px 20px;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.postFour1_01_lunbo .swiper-slide .item:hover {
    background: #ed540a;
}

.postFour1_01_lunbo .swiper-slide .item .img_box img {
    width: 100%;
}

.postFour1_01_lunbo .swiper-slide .item .bottom_box {
    height: 68px;
    font-size: 18px;
    color: #444444;
    line-height: 28px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 12px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.postFour1_01_lunbo .swiper-slide .item:hover .bottom_box {
    color: #ffffff;
}

.postFour1_01_prev,
.postFour1_01_next {
    font-size: 18px;
    color: #797879;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 52px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #797879;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.postFour1_01_prev {
    left: -70px;
}

.postFour1_01_next {
    right: -70px;
    -ms-transform: translate(0, -50%) rotateY(180deg);
    -webkit-transform: translate(0, -50%) rotateY(180deg);
    transform: translate(0, -50%) rotateY(180deg);
}

.postFour1_01_prev:hover,
.postFour1_01_next:hover {
    color: #ffffff;
    background: #034099;
    border-color: #034099;
}

.postFour2 {
    padding-top: 110px;
}

.postFour2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.postFour2_01 .item {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    background: #ffffff;
    padding: 60px 10px 55px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.postFour2_01 .item:hover {
    background: #ed540a;
}

.postFour2_01 .item .img_box {
    height: 90px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.postFour2_01 .item .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.postFour2_01 .item .img_box .img_02 {
    display: none;
}

.postFour2_01 .item:hover .img_box .img_01 {
    display: none;
}

.postFour2_01 .item:hover .img_box .img_02 {
    display: block;
}

.postFour2_01 .item .bottom_text {
    font-size: 20px;
    color: #444444;
    line-height: 34px;
    text-align: center;
    padding-top: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.postFour2_01 .item:hover .bottom_text {
    color: #ffffff;
}

.postFour2_01 > .item:nth-child(3n) {
    margin-right: 0;
}

.postFour3 {
    padding-top: 110px;
}

.postFour3_content {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.postFour3_content a {
    color: #333333;
}

.postFour3_content a:hover {
    color: #ed540a;
}





/* hr页面 */

.hr_click_show {
    display: none;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    padding: 0 70px 25px;
}



.hrBoxOne {
    background: #e9f1fb;
}

.hrBoxOne_w {
    padding: 80px 0 70px;
}

.hrBoxOne1 .item {
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #d2d2d2;
    margin-bottom: 18px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hrBoxOne1 .item a {
    display: block;
    padding: 28px 70px 26px 70px;
    cursor: pointer;
}

.hrBoxOne1 .item:hover {
    box-shadow: 0 5px 8px rgba(0,0,0,0.1);
}

.hrBoxOne1_item_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hrBoxOne1_item_01_tt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.hrBoxOne1_item_01_tt span {
    font-size: 16px;
    color: #04a8fe;
}

.hrBoxOne1_item_01_tt div {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    width: 19px;
    height: 19px;
    line-height: 19px;
    background: #04a8fe;
    border-radius: 4px;
    margin: 2px 0 0 8px;
}

.hrBoxOne1_item_01_time {
    font-size: 12px;
    color: #999999;
}

.hrBoxOne1_item_02 {
    font-size: 12px;
    color: #666666;
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.hrBoxOne1_item_02 div {
    width: 1px;
    height: 19px;
    background: #cccccc;
    margin: 0 15px;
}

.hrBoxOne1_item_03 {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hrBoxOne1_item_03 .text {
    font-size: 12px;
    color: #666666;
}

.hrBoxOne1_item_03 .btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.hrBoxOne1_item_03 .btn span {
    font-size: 12px;
    color: #04a8fe;
    padding-right: 5px;
}

.hrBoxOne1_item_03 .btn .iconfont {
    font-size: 12px;
    color: #04a8fe;
    padding-top: 1px;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.hrBoxOne1 .item a:hover .hrBoxOne1_item_03 .btn span {
    text-decoration: underline;
}

.hrBoxOne2 {
    padding-top: 25px;
}

.hrBoxTwo {
    background: #034099;
}

.hrBoxTwo_w {
    padding: 65px 0 100px;
}

.hrBoxTwo_w .sub_case_title .tt {
    color: #ffffff;
}

.hrBoxTwo_w .sub_case_title .text {
    color: #ffffff;
}

.hrBoxTwo1 {
    max-width: 1170px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hrBoxTwo1 .item {
    position: relative;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hrBoxTwo1 .item:hover {
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.hrBoxTwo1 .item.one {
    width: 308px;
    height: 275px;
}

.hrBoxTwo1 .item .img_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hrBoxTwo1 .item .img_box img {
    width: 100%;
}

.hrBoxTwo1 .item .img_box .img_02 {
    display: none;
}

.hrBoxTwo1 .item:hover .img_box .img_01 {
    display: none;
}

.hrBoxTwo1 .item:hover .img_box .img_02 {
    display: block;
}

.hrBoxTwo1 .item .text_box {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hrBoxTwo1 .item .text_box .tt {
    font-size: 18px;
    color: #000000;
}

.hrBoxTwo1 .item .text_box .text {
    font-size: 16px;
    color: #9b9b9b;
    line-height: 36px;
    padding-top: 6px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hrBoxTwo1 .item:hover .text_box .tt,
.hrBoxTwo1 .item:hover .text_box .text {
    color: #ffffff;
}

.hrBoxTwo1 .item.one .text_box {
    padding: 85px 67px 0 45px;
}

.hrBoxTwo1 .item.two {
    width: 275px;
    height: 309px;
    margin: 0 0 40px 30px;
}

.hrBoxTwo1 .item.two .text_box {
    padding: 85px 40px 0;
}

.hrBoxTwo1 .item.three {
    width: 310px;
    height: 276px;
}

.hrBoxTwo1 .item.three .text_box {
    padding: 85px 45px 0 69px;
}

.hrBoxTwo1 .item.four {
    width: 274px;
    height: 274px;
}

.hrBoxTwo1 .item.four .text_box {
    padding: 85px 40px 0;
}

.hrBoxThree {
    background: #c9caca;
}

.hrBoxThree_w {
    padding: 60px 0 60px;
}

.hrBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.hrBoxThree1_01 {
    width: 32%;
    padding-right: 20px;
}

.hrBoxThree1_01 .item {
    padding-bottom: 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.hrBoxThree1_01 .item .iconfont {
    font-size: 26px;
    color: #f06d2f;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    border-radius: 50%;
}

.hrBoxThree1_01 .item .right_box {
    width: calc(100% - 42px);
    padding-left: 20px;
}

.hrBoxThree1_01 .item .right_box .tt {
    font-size: 18px;
    color: #ffffff;
}

.hrBoxThree1_01 .item .right_box .text {
    font-weight: 700;
    font-size: 18px;
    color: #f06d2f;
    padding-top: 3px;
}

.hrBoxThree1_01 .item .right_box .text a {
    color: #f06d2f;
}

.hrBoxThree1_02 {
    width: calc((100% - 32%) / 2);
    border-left: 1px solid #ffffff;
    padding: 10px 15px 0;
}

.hrBoxThree1_02 .img_box {
    width: 210px;
    margin: 0 auto;
}

.hrBoxThree1_02 .img_box img {
    width: 100%;
}

.hrBoxThree1_02 .bottom_text {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-top: 12px;
}

.hrBoxFour {
    background: #e9f1fb;
}

.hrBoxFour_w {
    padding: 120px 0 120px;
}

.hrBoxFour1_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hrBoxFour1_01 .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
}

.hrBoxFour1_01 .item .item_box {
    display: block;
    background: #ffffff;
    padding: 15px 15px 30px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hrBoxFour1_01 .item .item_box:hover {
    background: #ed540a;
}

.hrBoxFour1_01 .item .item_box .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.hrBoxFour1_01 .item .item_box .img_box img {
    width: 100%;
}

.hrBoxFour1_01 .item .item_box:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.hrBoxFour1_01 .item .item_box .bottom_text {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    text-align: center;
    padding-top: 18px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hrBoxFour1_01 .item .item_box:hover .bottom_text {
    color: #ffffff;
}

.hrBoxFour1_01 > .item:nth-child(4n) {
    margin-right: 0;
}

.hrBoxFour2 {
    padding-top: 100px;
}

.hrBoxFour2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hrBoxFour2_01 .item {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    background: #ffffff;
    padding: 65px 30px 60px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hrBoxFour2_01 .item:hover {
    background: #ed540a;
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.hrBoxFour2_01 .item .icon {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ed540a;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hrBoxFour2_01 .item:hover .icon {
    background: #ffffff;
}

.hrBoxFour2_01 .item .icon img {
    max-width: 100%;
    max-height: 100%;
}

.hrBoxFour2_01 .item .icon .img_02 {
    display: none;
}

.hrBoxFour2_01 .item:hover .icon .img_01 {
    display: none;
}

.hrBoxFour2_01 .item:hover .icon .img_02 {
    display: block;
}

.hrBoxFour2_01 .item .tt {
    font-size: 18px;
    color: #444444;
    text-align: center;
    padding-top: 15px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hrBoxFour2_01 .item:hover .tt {
    color: #ffffff;
}

.hrBoxFour2_01 .item .text {
    font-size: 18px;
    color: #444444;
    line-height: 36px;
    text-align: center;
    padding-top: 6px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hrBoxFour2_01 .item:hover .text {
    color: #ffffff;
}

.hrBoxFour2_01 > .item:nth-child(3n) {
    margin-right: 0;
}

.hrBoxFour3 {
    padding-top: 100px;
}

.hrBoxFour3_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hrBoxFour3_01 .item {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
}

.hrBoxFour3_01 .item .item_box {
    position: relative;
    display: block;
    padding: 20px 20px 15px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.hrBoxFour3_01 .item .item_box .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.hrBoxFour3_01 .item .item_box .img_box img {
    width: 100%;
}

.hrBoxFour3_01 .item .item_box:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.hrBoxFour3_01 .item .item_box .bottom_text {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 18px;
}

.hrBoxFour3_01 .item .item_box .hover_show {
    opacity: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16,89,163,0.8);
    padding: 25px 50px 0 50px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hrBoxFour3_01 .item .item_box:hover .hover_show {
    opacity: 1;
}

.hrBoxFour3_01 > .item:nth-child(3n) {
    margin-right: 0;
}

/* ~~~~~~~~~~~~~~~~~鼎盛新增页面postdoctoral~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~鼎盛新增页面postdoctoral~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~鼎盛新增页面postdoctoral~~~~~~~~~~~~~~~end */





.hr_click_show .hover_show_code {
    position: relative;
    font-size: 14px;
    color: #666666;
    text-align: center;
    width: 110px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #04a8fe;
    border-radius: 4px;
    margin-top: 12px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.hr_click_show .hover_show_code img {
    display: none;
    max-width: none;
    width: 130px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 110%;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.hr_click_show .hover_show_code:hover {
    background: #04a8fe;
    color: #ffffff;
}

.hr_click_show .hover_show_code:hover img {
    display: block;
}












.dingsheng_nav {
    position: fixed;
    z-index: 6;
    right: 0;
    top: 170px;
    width: 140px;
    -ms-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
    -moz-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
    -webkit-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
    background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
    border-radius: 10px;
    border: 4px solid #ca2c18;
    padding: 12px 0 30px;
}

.dingsheng_nav .weixin_code_nav {
    width: 110px;
    margin: 0 auto;
}

.dingsheng_nav .weixin_code_nav .img_box img {
    width: 100%;
}

.dingsheng_nav .weixin_code_nav .text {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding-top: 2px;
}

.Statements_and_Schemes {
    padding: 12px 2px 10px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.Statements_and_Schemes .item {
    margin-bottom: 7px;
}

.Statements_and_Schemes .item a {
    width: 160px;
    border: 1px solid #ee9586;
    border-radius: 10px;
    background: rgba(234,120,101,0.76);
    padding: 5px 10px 5px 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.Statements_and_Schemes .item a .icon {
    width: 38px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.Statements_and_Schemes .item a .icon img {
    width: 100%;
}

.Statements_and_Schemes .item a .right_box {
    padding-left: 10px;
}

.Statements_and_Schemes .item a .right_box .tt {
    font-size: 14px;
    color: #70110a;
}

.Statements_and_Schemes .item a .right_box .text {
    font-size: 14px;
    color: #ffffff;
    padding-top: 2px;
}


.dingsheng_nav .dianhua_nav a {
    display: block;
    font-family: "Impact";
    font-size: 20px;
    color: #ffd343;
    text-align: center;
}

.dingsheng_nav .Free_inquiry {
    padding-top: 12px;
}

.dingsheng_nav .Free_inquiry a {
    display: block;
    width: 122px;
    margin: 0 auto;
}






.sol_deBoxOne img {
    width: 100%;
}

.sol_deBoxOne .sol_deBoxOne_w {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}





.yingyezhizhao_hover_show {
    position: relative;
    box-sizing: border-box;
    padding-left: 8px;
}

.yingyezhizhao_hover_show:hover .img_box {
    display: block;
}

.yingyezhizhao_hover_show .img_box {
    display: none;
    position: absolute;
    z-index: 3;
    bottom: 100%;
    left: 0;
    width: 280px;
}

.yingyezhizhao_hover_show .img_box img {
    width: 100%;
}

#LRfloater0 {
 display: none;
 }
/*
 @media (min-width: 1280px) {
    .huanyu {
        background: url(../images/guanyu.png) no-repeat;
        width: auto !important;
        margin: 60px auto;
        padding: 70px 50px;
    }
 }


 */

 .pro_deTwo1 a,
 .pro_deTwo2 a {
     font-weight: 700;
     color: #666666;
 }

/* 融资 */
.sub_banner_rongzi{
    height: 960px;
}

.yewu{
    /* width: 560px; */
height: 417px;
border-radius: 5px;
position: relative;
margin-top: 70px;
 /* float: left; */
margin-left: 10px;

}
.yewu_img{
    /* width: 560px; */
height: 417px;
overflow: hidden;
}
.yewu img{
    /* width: 560px; */
    height: 417px;
    transition:all 1s;

}
.yewu img:hover{
    -webkit-transform:scale(1.1);
    transition:all 1s;
}
.yewu p{
    width: 100%;
    padding: 20px 0;
    font-size: 31px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    background: #194271;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.yewu_txt{
    font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #1E1E1E;
line-height: 100px;
text-align: center;
}


.wrap_two{
    width: 95%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    /* flex-wrap: wrap; */
}
.yewufanwei{
    background: #e9f1fb;
}
.sidaliyou_box{
width: 311px;
height: 372px;
background: #FFFFFF;
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.41);
border-radius: 5px;
margin-top: 70px;
margin-bottom: 10px;

position: relative;
text-align: center;
margin-right: 18px;
/* margin: 50px 0; */
}

.sidaliyou_box  .bartt{
width: 43px;
height: 8px;
background: #ED540A;
border-radius: 4px;
margin: 15px auto;
}
.shuzi{
    width: 79px;
height: 79px;
background: #ED540A;
border-radius: 0px 0px 5px 5px;
margin-left: 120px;
margin-bottom: 60px;
}
.shuzi span{
    font-size: 48px;
    font-family: Bahnschrift;
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 30px; */
}
.shuzi p{
    font-size: 12px;
    font-family: Bahnschrift;
    font-weight: 400;
    color: #FFFFFF;
}
.sidaliyou_box h5{
    font-size: 32px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #262626;
line-height: 100px;
}
.wrapsidaliyou{
    display: flex;
    justify-content: end;
}
.guanyu img{
    width: 100%;

}
.rongzi{
    background: #e9f1fb;
}
.rongzi img{
    width: 100%;
    margin: 70px 0;
}
.rongzibaozhang{
    background: url(../images/rongzibaoz.png);
    background-size: 100% 100%;
    height: 88px;
position: relative;
}
.rongzibaozhang .wdls_title{
    position: absolute;
    top: 66%;
    text-align: center;
    padding-top: 0px;
    left: 43.2%;
}
.rongzibao{
    background: #e9f1fb;
}
.lic{
    text-align: center;
margin: 95px 0;
}
.lic p{
    font-size: 32px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #212121;
line-height: 50px;
}

.lic span{
    font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #212121;
line-height: 50px;
}
.wraplic{
    display: flex;
    justify-content:space-around;

}
.zhuanqian{
    background: url(../images/zhuanqian.png) no-repeat;
    background-size: 100% 100%;
    height: 600px;
}

.zhuanqiantxt{
text-align: center;
}

.zhuanqiantxt h2{
    font-size: 123px;
    font-family: Swiss721BT;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 35px;
    opacity: 0.15;
    }
.zhuanqiantxt h3{
    color: #FFFFFF;
}
.zhuanqiantxt p{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 60px; */
    margin-top: 60px;
}
.guanyubk{
    background: url(../images/xiaoshouhuanyu.png)no-repeat;
    height: 960px;
    background-size: 100% 100%;
}

.wdls_title P{
text-align: center;
width: 1087px;
font-size: 23px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 30px;
margin:  0 auto;
}
.guanyu_sbbox{
    width: 478px;
    /* text-align: center; */
    padding: 100px 94px;
    position: relative;
    margin-top: 70px;
    /* margin: 0 auto; */
}

.guanyu_sbbox .cilun{
    /* width: 99px; */
    /* height: 83px; */
    margin: 0 auto !important;
    position: absolute;
    left: 39%;

}
.guanyu_sbbox p{
    font-size: 32px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
margin: 20px 0;
text-align: center;
margin-top: 123px;
}
.guanyu_sbbox span{
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 40px;
    text-align: justify;
}
.suxian{
    width: 2px;
    height: 577px;
    position: absolute;
    right: 0;
    top: 0;
}
.guanyu_sbwrap{
    display: flex;
}
.txtp{
    margin-top: 60px;
}
.head_language_555 span img{
width: 100px;
height: 30px;
}

/*新年特效*/
/*.newsyearban{position:absolute;left:0;right:0;top:0;bottom:0;z-index:11111;overflow:hidden;transition:all linear 1.5s}
.newsyearban p{width:20%;height:100%;float:left;overflow:hidden;position:relative}
.newsyearban p span{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden;opacity:1;transition:all linear 1s}
.newsyearban p span:before{content:"";width:100vw;height:100%;background:url(../images/newsyearban.jpg) no-repeat center 100%;
background-size:cover;position:absolute;left:0;top:0}.newsyearban .p1 span:before{left:0}.newsyearban .p2 span:before{left:-100%}
.newsyearban .p3 span:before{left:-200%}
.newsyearban .p4 span:before{left:-300%}
.newsyearban .p5 span:before{left:-400%}
.newsyearban .close{width:40px;height:40px;background:url(../images/newsyearclear.png) center no-repeat;
background-size:100%;display:block;position:absolute;right:1%;top:1.5%;cursor:pointer;transition:all linear 0.5s}
.newsyearban .close_on{opacity:0}
.newsyearban_on{opacity:1}
.newsyearban_on2 p span{opacity:0;left:50%;right:50%}
.header_on{display:none}
.newsyearbg{background:#54524f;position:absolute;left:0;right:0;top:0;bottom:0;z-index:10000}
.newsyearbg_on{display:none}
.ie8-hack .newsyearbox{display:none}
.ie8-hack .header_on{display:block}

.zh-banner span.close:before,.zh-banner span.close:after{display:block;width:100%;height:100%;overflow:hidden;position:absolute;left:0;padding:0 15px;top:0}.zh-banner span.close:before{content:'';background:#000;background:rgba(0,0,0,0.6) none repeat scroll 0 0 !important;filter:Alpha(opacity=60);z-index:1}.zh-banner span.close:after{content:'x';z-index:2;font-size:16px;text-align:right;line-height:32px;color:#fff;font-family:Arial, Helvetica, sans-serif}.is-zh.video-panel .header{position:absolute}*/


















