#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 60px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}



/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
    padding-bottom: 20px;
}



/* 版心 */
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}










/*
*   公用移动端导航wap head    开始~~~~~~~~~
*/

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #f3f8fe;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: relative;
}


.mobile_logo {
    width: 180px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo a {
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobile_logo img {
    display: block;
    height: 42px;
    width: auto;

}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 14px 15px 7px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #000;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #000;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin-right: 72px;
    cursor: pointer;
}

.mobile_lag_box {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #F3F3F3;
}

.mobile_lag_box a {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: #1d5da5;
}



.mobile_menu_box {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 5;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 20px;
    margin-bottom: 8px;
}

.mobile_menu_tt {
    font-size: 16px;
    font-family: "MarkPro-Medium";
    margin-bottom: 6px;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/menu_ico.png") no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down {
    display: none;
    padding: 8px 0 8px 10px;
}

.mobile_menu_down_clm {}


.Category_a {
    float: left;
}

.Threeclassify_box {
    display: none;
    font-size: 13px;
    padding: 10px 20px
}

.Threeclassify_box dl dd a:hover {
    color: #00bd6b;
    padding-left: 10px;
}

.Threeclassify_box dl dd a {
    transition: all 0.4s;
}

.Category_three .Arrow_right {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/menu_ico.png) no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_tt {
    width: calc(100% - 50px);
    display: block;
    color: #333;
    line-height: 36px;
    font-size: 14px;
}

.mobile_menu_down_clm_list {
    padding-left: 15px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #1d5da5;
}


.mobile_search_box {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fff;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    outline: none;
    width: 78%;
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    border: 0;
}

.mobile_search_btn {
    float: right;
    /* width: 40px;
    height: 40px; */
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border: none;
    color: #154788;
    background-color: #fff;
    padding-right: 15px;
    cursor: pointer;
}


.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

/* 公用手机端头部导航栏结束~~~~~~~~~~~~~~ */























/* pc公用导航,css */

.mobile_placeholder_box {
    display: none;
}


.Placeholder_box_all {
    height: 92px;
    width: 100%;
    display: none;
}
.public_nav_bottom.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}



.public_nav_box {
    box-sizing: border-box;
    border-top: 4px solid #044182;
}

.public_nav_top {
    box-sizing: border-box;
    border-bottom: 1px solid #e2e5ea;
    background: #f3f8fe;
}

.nav_top_01 {
    height: 40px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_top_01_L {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_top_01_L a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_top_01_L a:hover .iconfont {
    background: rgba(245, 194, 1, 0.8);
    color: #666;
}

.nav_top_01_L a:hover span {
    color: #f5c201;
}

.nav_top_01_L a .iconfont {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #dfe8f1;
    color: #2a5e95;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_top_01_L a span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding-left: 8px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_top_01_L .Email_box {
    margin-right: 18px;
}

.nav_top_01_R {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_icon_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.nav_icon_box a {
    font-size: 14px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    background: #dfe8f1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 7px;
}

.nav_icon_box a:hover {
    margin-top: -2px;
}

.nav_icon_box a.icon01 {
    color: #147cd1;
}

.nav_icon_box a.icon02 {
    color: #09aafa;
}

.nav_icon_box a.icon03 {
    color: #00aaf2;
}

.nav_icon_box a.icon04 {
    color: #45d7f8;
}

.nav_icon_box a.icon05 {
    color: #e43c43;
}

.top_language_box {
    position: relative;
    margin-left: 7px;
}

.top_language_box .iconfont {
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #044182;
    cursor: pointer;
}

.language_switch_box {
    display: none;
    position: absolute;
    z-index: 1;
    left: -200px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top_language_box .language_switch {
    width: 200px;
    line-height: 30px;
    background: #f3f8fe;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 4px;
}

.top_language_box .language_switch a {
    display: block;
    font-family: "Roboto-Bold_0";
    color: #888;
    box-sizing: border-box;
    padding: 0 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.top_language_box .language_switch a:hover {
    background: #f5c408;
    color: #666;
    border-radius: 5px;
}


.public_nav_bottom {
    background: #f3f8fe;
}

.nav_bottom_01 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_bottom_01 .log_box {
    width: 169px;
}

.nav_bottom_01 .log_box a {
    display: block;
}

.nav_bottom_01 .log_box a img {
    width: 100%;
}

.nav_bottom_02 {
    width: calc(100% - 310px);
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nav_box_list {
    width: calc(100% - 36px);
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nav_box_list .item {
    position: relative;
}

.nav_box_list .item>a {
    display: block;
    height: 92px;
    line-height: 92px;

}

.nav_box_list .item>a span {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding: 11px 20px 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.nav_box_list .item.hover>a span {
    background: #f5c201;
    border-radius: 6px;
}

.nav_search_box .icon {
    font-size: 34px;
    line-height: 92px;
    color: #044182;
    cursor: pointer;
}

/* 可公用导航搜索 */
.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.3);
}

.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: 900px;
}

.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: 28px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -webit-transition: all 0.3s;
    transition: all 0.3s;
}

.all_public_form .icon_01:hover {
    color: #f5c201;
}

.all_public_form .public_form_close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: 26px;
    -webit-transition: all 0.3s;
    transition: all 0.3s;
}

.all_public_form .public_form_close:hover {
    /* transform: rotateZ(180deg); */
    /* -webkit-transform: rotateZ(180deg); */
    color: #f5c201;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    width: 182px;
    background: #f3f8fe;
    box-sizing: border-box;
    border-bottom: 1px solid #0b4685;
}

.publicTwo_stage_nav .every_one a {
    display: block;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding: 18px 8px 14px 16px;
    border-bottom: 1px dashed #e2e5ea;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.publicTwo_stage_nav .every_one a:hover {
    color: #044182;
}

.publicTwo_stage_nav>.every_one:last-child a {
    border-bottom: none;
}

/* pc公用导航,css~~~~~~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~~~index,css */
.ind_banner_box .item a {
    display: block;
    position: relative;
}

.ind_b_text {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.ind_b_text01 {
    width: 30%;
}

.ind_b_text01 .tt {
    font-family: "IMPACT";
    font-size: 57px;
    line-height: 66px;
    color: #fff;
    text-transform: uppercase;
}

.ind_b_text01 .tt span {
    color: #f4c115;
}

.ind_b_text01 .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #f3f8fe;
    line-height: 26px;
    box-sizing: border-box;
    padding: 16px 50px 22px 0;
}

.ind_b_text01 .More_btn {
    width: 32%;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    background: #f5c408;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ind_b_text01 .More_btn:hover {
    border-radius: 3px;
    background: rgba(245, 196, 8, 0.8);
}

.ind_banner_box .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.ind_banner_box .owl-controls .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #adbdce;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ind_banner_box .owl-controls .owl-dots .owl-dot.active span {
    width: 26px;
    height: 8px;
    background: #f5c201;
    border-radius: 4px;
}

.indPageBoxOne {
    background: #f3f8fe;
}

.indBoxOne1 {
    box-sizing: border-box;
    padding: 72px 0 75px 0px;
}

.ind_pub_big_tt .little_tt {
    font-family: "ROBOTO-THIN_0";
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.ind_pub_big_tt .big_tt {
    display: block;
    font-family: "IMPACT";
    font-size: 48px;
    color: #031f3d;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 12px 0 18px;
}

.ind_pub_big_tt .line_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.ind_pub_big_tt .line_box .line_01 {
    width: 70px;
    height: 2px;
    background: #f5c201;
}

.ind_pub_big_tt .line_box .line_02 {
    width: 100px;
    height: 2px;
    background: #044182;
    margin-left: 2px;
}

.indBoxOne2 {
    box-sizing: border-box;
    padding-top: 30px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxOne2 .item {
    width: 23%;
    height: 62px;
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #888888;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #d2d9e1;
    cursor: pointer;
    margin: 0 13px;
    display: -ms-flexbox;
    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;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne2 .item.hover {
    border: 1px solid #0b4685;
    color: #0b4685;
}

.indBoxOne3 {
    box-sizing: border-box;
    padding: 55px 0 55px 84px;
}

.indBoxOne3 .item {
    display: block;
    position: relative;
}

.indBoxOne3_L {
    width: 59%;
    border: 6px solid #e5e9ee;
    background: url("../images/ind_01.jpg") no-repeat center center / cover;
    box-sizing: border-box;
    padding: 9% 15% 9% 9%;
}

.indBoxOne3_L .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 14px;
    color: #0b4685;
}

.indBoxOne3_L .tt_02 {
    font-family: "Roboto-Bold_0";
    font-size: 36px;
    color: #444444;
    box-sizing: border-box;
    padding: 8px 0 16px;
}

.indBoxOne3_L .text {
    font-family: "ROBOTO-THIN_0";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indBoxOne3_L .More_btn {
    width: 30%;
    line-height: 36px;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #333333;
    text-align: center;
    background: #f5c408;
    margin-top: 32px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne3_L .More_btn:hover {
    background: rgba(245, 196, 8, 0.6);
}

.indBoxOne3_R {
    width: 59.3%;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.indBoxOne3_R img {
    width: 100%;
}

.indBoxOne3 .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 30px;
}

.indBoxOne3 .owl-controls .owl-dots .owl-dot.active span {
    background: #f5c201;
}

.indBoxOne3_box {
    position: relative;
}

.lunbo_prev_btn {
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.lunbo_prev_btn,
.lunbo_next_btn {
    font-size: 18px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #0b4685;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.lunbo_prev_btn:hover,
.lunbo_next_btn:hover {
    background: #f5c408;
}

.indBoxOne3_box .lunbo_prev_btn {
    position: absolute;
    z-index: 2;
    top: 46%;
    left: -82px;
}

.indBoxOne3_box .lunbo_next_btn {
    position: absolute;
    z-index: 2;
    top: 46%;
    right: -82px;
}

.indBoxOne4 .line {
    width: 80px;
    height: 3px;
    background: #e9eef4;
    margin: 0 auto;
}

.indBoxOne4 a {
    display: -ms-flex;
    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;
    box-sizing: border-box;
    padding-top: 20px;
}

.indBoxOne4 a:hover span {
    color: #f5c408;
}

.indBoxOne4 a:hover .iconfont {
    background: #f5c408;
}

.indBoxOne4 a span {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #444444;
    box-sizing: border-box;
    padding-right: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne4 a .iconfont {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #0b4685;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1 {
    position: relative;
}

.indBoxTwo1_L {
    position: relative;
    width: 50%;
}

.indBoxTwo1_L img {
    width: 100%;
}

.indBoxTwo1_L .play_btn {
    width: 82px;
    height: 82px;
    display: -ms-flex;
    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;
    position: absolute;
    top: 50%;
    left: 40%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(243, 248, 254, 0.5);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1_L .play_btn:hover {
    background: rgba(245, 196, 8, 0.5);
}

.indBoxTwo1_L .play_btn:hover .iconfont {
    background: rgba(245, 196, 8);
    color: #fff;
}

.indBoxTwo1_L .play_btn .iconfont {
    font-size: 26px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: rgba(243, 248, 254);
    border-radius: 50%;
    text-align: center;
    color: #0b4685;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* 点击视频弹出播放框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%;
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

/* 点击视频弹出播放框css~~~~~~~结束 */

.indBoxTwo1_R {
    width: 56.6%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/ind_04.png") no-repeat center center / cover;
    box-sizing: border-box;
    padding: 112px 16% 90px 220px ;
}
.indBoxTwo1_R .ind_pub_big_tt .little_tt {
    text-align: left;
    color: #f5c408;
}
.indBoxTwo1_R .ind_pub_big_tt .big_tt {
    text-align: left;
    color: #ffffff;
}
.indBoxTwo1_R .ind_pub_big_tt .line_box {
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.indBoxTwo1_R .ind_pub_big_tt .line_box .line_01 {
    background: #f5c201;
}
.indBoxTwo1_R .ind_pub_big_tt .line_box .line_02 {
    background: #ffffff;
}

.indBoxTwo1_R_01 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 0 22px;
}
.indBoxTwo1_R_01 .item {
    width: 48%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.indBoxTwo1_R_01 .item .num_box {
    font-family: "IMPACT";
    font-size: 60px;
    color: #ffffff;
}
.indBoxTwo1_R_01 .item .text {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #aabacc;
    line-height: 20px;
    text-align: center;
}

.indBoxTwo1_R .text_box {
    font-family: "ROBOTO-THIN_0";
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.indBoxTwo1_R .More_btn {
    width: 24%;
    box-sizing: border-box;
    padding-top: 36px;
}
.indBoxTwo1_R .More_btn a {
    display: block;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    background: #f5c408;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.indBoxTwo1_R .More_btn a:hover {
    background: rgba(245,196,8,0.7);
}

.indPageBoxThree {
    background: #f3f8fe;
}
.indBoxThree1 {
    box-sizing: border-box;
    padding: 80px 0 114px;
}

.indBoxThree2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 40px 0 54px;
}
.indBoxThree2 .item {
    width: 22%;
    height: 62px;
    box-sizing: border-box;
    border: 1px solid #d2d9e1;
    display: -ms-flex;
    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;
    cursor: pointer;
    margin: 0 24px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.indBoxThree2 .item img {
    max-width: 100%;
}
.indBoxThree2 .item .img_02 {
    display: none;
}
.indBoxThree2 .item span {
    font-family: "Roboto-Bold_0";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 12px;
}
.indBoxThree2 .item.hover {
    border: 1px solid #0b4685;
}
.indBoxThree2 .item.hover .img_01 {
    display: none;
}
.indBoxThree2 .item.hover .img_02 {
    display: block;
}
.indBoxThree2 .item.hover span {
    color: #0b4685;
}

.indBoxThree3 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.indBoxThree3_L {
    width: 50%;
    background: url("../images/ind_08.jpg") no-repeat center center / cover;
    box-sizing: border-box;
    padding: 0 80px 0 90px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.indBoxThree3_L a {
    display: block;
}
.indBoxThree3_L a .tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
}
.indBoxThree3_L a .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 26px 0 40px;
}
.indBoxThree3_L a .More_btn {
    width: 33%;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #444444;
    line-height: 40px;
    background: #f5c408;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.indBoxThree3_L a .More_btn:hover {
    background: rgba(245,196,8,0.7);
}


.indBoxThree3_R {
    width: 50%;
}
.indBoxThree3_R a {
    display: block;
    perspective: 900px;
    overflow: hidden;
}
.indBoxThree3_R a:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.indBoxThree3_R a img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageBoxFour {
    background: url("../images/ind_10.jpg") no-repeat center center / cover;
}
.indBoxFour1 {
    box-sizing: border-box;
    padding: 70px 0 100px;
}

.indBoxFour2 {
    box-sizing: border-box;
    padding-top: 45px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.indBoxFour2 .item {
    width: 50%;
}
.indBoxFour2 .item a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.indBoxFour2 .item a .text_box .More_btn:hover {
    background: rgba(245,196,8,0.7);
}
.indBoxFour2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.indBoxFour2 .item a .img_box {
    width: 50%;
    perspective: 900px;
    overflow: hidden;
}
.indBoxFour2 .item a .img_box img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.indBoxFour2 .item a .text_box {
    position: relative;
    width: 50%;
    background: #fff;
    box-sizing: border-box;
    padding: 60px 40px 0 50px;
}
.indBoxFour2 .item a .text_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
}
.indBoxFour2 .item a .text_box .text {
    box-sizing: border-box;
    padding: 12px 0 16px;
}
.indBoxFour2 .item a .text_box .text div {
    height: 48px;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indBoxFour2 .item a .text_box .More_btn {
    width: 106px;
    height: 30px;
    line-height: 30px;
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #444444;
    text-align: center;
    background: #f5c408;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.indBoxFour2 .item a .text_box .arrow {
    width: 20px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.indBoxFour2 > .item:nth-child(n+3) a {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.indBoxFour2 > .item:nth-child(n+3) a .text_box .arrow {
    -ms-transform: translate(0, -50%) rotateZ(180deg);
    -webkit-transform: translate(0, -50%) rotateZ(180deg);
    transform: translate(0, -50%) rotateZ(180deg);
    left: 100%;
}


.indPageBoxFive {
    background: #f3f8fe;
}
.indBoxFive1 {
    box-sizing: border-box;
    padding: 100px 0 80px;
}
.indBoxFive1 .module5_tt {
    font-family: "ROBOTO-THIN_0";
    font-size: 14px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding: 18px 0 60px;
}
.indBoxFive2 .item a {
    display: block;
    position: relative;
}
.indBoxFive2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.indBoxFive2 .item a .img_box img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.indBoxFive2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.indBoxFive2 .item a .time_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 42px;
    background: #0b4685;
    display: -ms-flex;
    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;
}
.indBoxFive2 .item a .time_box .iconfont {
    font-size: 14px;
    color: #fff;
}
.indBoxFive2 .item a .time_box span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 6px;
}
.indBoxFive2 .item a .bottom_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 26px 20px 16px 26px;
    background: url("../images/ind_19.png") no-repeat center center / cover;
}

.indBoxFive2 .item a .bottom_box .text {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #ffffff;
}
.indBoxFive2 .item a .bottom_box .More_btn {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #f5c408;
    box-sizing: border-box;
    padding-top: 8px;
}

.indBoxFive2 .owl-controls {
    box-sizing: border-box;
    padding-top: 42px;
}
.indBoxFive2 .owl-controls .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #adbdce;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.indBoxFive2 .owl-controls .owl-dots .owl-dot.active span {
    width: 26px;
    height: 8px;
    background: #f5c408;
}

/* ~~~~~~~~~~~~~index,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~index,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~index,css~~~~~~~~~~~end */








/* ~~~~~~~~~公用底部css~~~~~~~~~~~~~ */
/* ~~~~~~~~~公用底部css~~~~~~~~~~~~~ */
/* ~~~~~~~~~公用底部css~~~~~~~~~~~~~ */
.public_foot_top {
    background: url("../images/ind_20.jpg") no-repeat center center / cover;
}
.foot_top_01 {
    box-sizing: border-box;
    padding: 50px 0 60px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.foot_top_02 {
    width: 220px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.foot_top_02 .iconfont {
    font-size: 70px;
    line-height: 46px;
    color: #f5c408;
}
.foot_top_02 span {
    font-family: "IMPACT";
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    box-sizing: border-box;
    padding-left: 6px;
}

.foot_top_form_box {
    width: calc(100% - 276px);
}
.foot_top_form {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.foot_top_form .item {
    width: 23%;
}
.foot_top_form .item span {
    font-family: "Roboto-Bold_0";
    font-size: 14px;
    color: #ffffff;
}
.foot_top_form .item input {
    width: calc(100% - 52px);
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(142,164,187);
    color: #fff;
    box-sizing: border-box;
    padding-left: 5px;
}
.foot_top_form .btn_box {
    width: 14%;
}
.foot_top_form .btn_box button {
    width: 100%;
    background: #f5c408;
    outline: none;
    border: none;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 6px 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.foot_top_form .btn_box button:hover {
    background: rgba(245,196,8,0.8);
}
.foot_top_form .btn_box button .iconfont {
    color: #fff;
}
.foot_top_form .btn_box button span {
    font-family: "Roboto-Bold_0";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 8px;
}


.public_foot_center {
    box-sizing: border-box;
    border-top: 8px solid #0b4685;
    background: url("../images/ind_21.jpg") no-repeat center center / cover;
}
.foot_center_01 {
    box-sizing: border-box;
    padding: 82px 0 52px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.foot_center_02 {
    width: 25%;
}
.foot_center_02 .foot_log {
    width: 208px;
    margin-bottom: 20px;
}
.foot_center_02 .foot_log a {
    display: block;
}
.foot_center_02 .foot_log a img {
    width: 100%;
}
.foot_center_02 .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    box-sizing: border-box;
    padding: 25px 0 36px;
    border-top: 1px solid #dcdcdc;
}


.foot_center_03 {
    width: 18%;
}
.foot_center_pub_tt {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
}
.foot_center_dl {
    box-sizing: border-box;
    padding-top: 20px;
}
.foot_center_dl .item a {
    display: block;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.foot_center_dl .item a:hover {
    color: #f5c408;
}
.foot_center_04 {
    width: 15%;
}
.foot_center_05 {
    width: 15%;
}


.public_foot_bottom {
    background: #e8eaec;
}
.foot_bottom_01 {
    box-sizing: border-box;
    padding: 13px 0 13px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.foot_bottom_01 span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
}
.foot_bottom_01 a {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.foot_bottom_01 a:hover {
    color: #f5c408;
    text-decoration: underline;
}

/* ~~~~~~~~~公用底部css~~~~~~~~~~~~~end */
/* ~~~~~~~~~公用底部css~~~~~~~~~~~~~end */
/* ~~~~~~~~~公用底部css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~About us-Cover,css */
/* ~~~~~~~~~~~~~~About us-Cover,css */
/* ~~~~~~~~~~~~~~About us-Cover,css */
.Two_page_banner01 {
    height: 400px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.Two_page_banner02 {
    width: 262px;
    height: 130px;
    background: rgba(11,70,133,0.8);
    box-sizing: border-box;
    padding: 0 10px 0 50px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.Two_page_banner02 .tt_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.Two_page_banner02 .tt_box .line {
    width: 5px;
    height: 24px;
    background: #f5c201;
}
.Two_page_banner02 .tt_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 2px 0 0 10px;
}

.banner_Crumbs_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 8px;
}
.banner_Crumbs_box .iconfont {
    font-size: 14px;
    color: #fff;
}
.banner_Crumbs_box .Crumbs_a {
    font-family: "ROBOTO-THIN_0";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 6px;
}
.banner_Crumbs_box .Crumbs_a a {
    font-family: "ROBOTO-THIN_0";
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.banner_Crumbs_box .Crumbs_a a:hover {
    color: #f5c201;
}






.abo_coPageBoxOne {
    background: #f3f8fe;
}
.abo_coBoxOne01 {
    box-sizing: border-box;
    padding: 92px 0 58px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.abo_coBoxOne01_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    perspective: 900px;
    overflow: hidden;
}
.abo_coBoxOne01_L img {
    float: right;
    width: auto;
    max-width: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.abo_coBoxOne01_L img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.abo_coBoxOne01_R {
    width: 50%;
    box-sizing: border-box;
    padding: 12px 40px 30px 40px;
}
.abo_coBoxOne01_R .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #225786;
}
.abo_coBoxOne01_R .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 36px;
    color: #222222;
    box-sizing: border-box;
    padding: 12px 0 22px;
}
.abo_coBoxOne01_R .text_box {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}


.abo_coPageBoxTwo {
    background: url("../images/abo_cover_02.jpg") no-repeat center center / cover;
}
.abo_coBoxTwo1 {
    box-sizing: border-box;
    padding: 60px 56px 44px; 
}
.abo_coBoxTwo1 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 44px;
}
.abo_coBoxTwo2 .owl-controls {
    box-sizing: border-box;
    padding-top: 20px;
}
.owl-controls .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #adbdce;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.owl-controls .owl-dots .owl-dot.active span {
    width: 26px;
    height: 8px;
    background: #f5c201;
}



.abo_coPageBoxThree {
    background: #f3f8fe;
}
.abo_coBoxThree1 {
    box-sizing: border-box;
    padding: 82px 0 86px;
}
.abo_coBoxThree1 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 36px;
    color: #031f3d;
    text-align: center;
}

.abo_coBoxThree2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 28px 0 50px;
}
.abo_coBoxThree2 .item {
    width: 18%;
    height: 55px;
    line-height: 55px;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.abo_coBoxThree2 .item:hover {
    background: #f5c201;
}
.abo_coBoxThree2 .item.hover {
    background: #f5c201;
}

.abo_coBoxThree3_box {
    position: relative;
}
.abo_coBoxThree3 .item .img_box {
    perspective: 900px;
    overflow: hidden;
}
.abo_coBoxThree3 .item .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.abo_coBoxThree3 .item .img_box img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.abo_coBoxThree3 .item .text {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
}
.abo_coBoxThree3 .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 30px;
}
.abo_coBoxThree3 .owl-controls .owl-dots .owl-dot span {
    background: #adbdce;
}
.abo_coBoxThree3 .owl-controls .owl-dots .owl-dot.active span {
    background: #f5c201;
}
.abo_coBoxThree3_box .lunbo_prev_btn {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: -80px;
}
.abo_coBoxThree3_box .lunbo_next_btn {
    position: absolute;
    z-index: 1;
    top: 40%;
    right: -80px;
}


/* ~~~~~~~~About us-Cover,css~~~~~~~~~end */
/* ~~~~~~~~About us-Cover,css~~~~~~~~~end */
/* ~~~~~~~~About us-Cover,css~~~~~~~~~end */













/* ~~~~~~~~~About us-Video,css~~~~~~~~~~~~ */
/* ~~~~~~~~~About us-Video,css~~~~~~~~~~~~ */
/* ~~~~~~~~~About us-Video,css~~~~~~~~~~~~ */
.abo_viPageBoxOne {
    background: #f3f8fe;
}
.abo_viBoxOne1 {
    box-sizing: border-box;
    padding: 65px 0 80px;
}
.abo_viBoxOne2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 70px;
}
.abo_viBoxOne2 .item {
    width: 17%;
    margin: 0 10px;
}
.abo_viBoxOne2 .item a {
    display: block;
    height: 55px;
    line-height: 55px;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.abo_viBoxOne2 .item a:hover {
    background: #f5c201;
}
.abo_viBoxOne2 .item.hover a {
    background: #f5c201;
}

.abo_viBoxOne3 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.abo_viBoxOne3 .item {
    width: calc((100% - 158px) / 3);
    margin-right: 79px;
    margin-bottom: 26px;
    cursor: pointer;
}
.abo_viBoxOne3 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.abo_viBoxOne3 .item:hover .img_box .iconfont {
    color: #f5c201;
    border: 1px solid #f5c201;
}
.abo_viBoxOne3 > .item:nth-child(3n) {
    margin-right: 0;
}
.abo_viBoxOne3 .item .img_box {
    position: relative;
    perspective: 900px;
    overflow: hidden;
}
.abo_viBoxOne3 .item .img_box img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.abo_viBoxOne3 .item .img_box .iconfont {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 6px;
    left: 16px;
    width: 40px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 11px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.abo_viBoxOne3 .item .img_box .date {
    position: absolute;
    bottom: 6px;
    right: 16px;
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #ffffff;
}
.abo_viBoxOne3 .item .bottom_text {
    font-family: "Roboto-Medium_0";
    font-size: 20px;
    color: #222222;
    box-sizing: border-box;
    padding: 18px 10px 0 16px;
    line-height: 28px;
}
.abo_viBoxOne4 {
    box-sizing: border-box;
    padding-top: 30px;
}


/* 公用分页 */
.public_paging {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.public_paging a {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #dfe9f4;
    margin: 0 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.public_paging a:hover {
    background: #0b4685;
    color: #fff;
}
.public_paging a.prev {
    width: 60px;
}
.public_paging a.next {
    width: 60px;
    transform: rotateY(180deg);
}
.public_paging a.hover {
    background: #0b4685;
    color: #fff;
}

/* 公用分页~~~~~~~~~~~~~~~end */



/* ~~~~~~~~~About us-Video,css~~~~~~~~~~~~end */
/* ~~~~~~~~~About us-Video,css~~~~~~~~~~~~end */
/* ~~~~~~~~~About us-Video,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~Cases-Cover,css~~~~~~~~~ */
/* ~~~~~~~~~~Cases-Cover,css~~~~~~~~~ */
/* ~~~~~~~~~~Cases-Cover,css~~~~~~~~~ */
.ca_coPageBoxOne {
    background: #f3f8fe;
}
.ca_coBoxOne1 {
    box-sizing: border-box;
    padding: 72px 0 126px;
}
.ca_coBoxOne1 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #031f3d;
    text-align: center;
}
.ca_coBoxOne2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 30px 0 60px;
}
.ca_coBoxOne2 .item {
    width: 17%;
    height: 55px;
    line-height: 55px;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ca_coBoxOne2 .item:hover {
    background: #f5c201;
}
.ca_coBoxOne2 .item.hover {
    background: #f5c201;
}
.ca_coBoxOne3_box {
    position: relative;
}
.ca_coBoxOne3 .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 30px;
}
.ca_coBoxOne3_box .lunbo_prev_btn {
    position: absolute;
    z-index: 1;
    top: 46%;
    left: -92px;
}
.ca_coBoxOne3_box .lunbo_next_btn {
    position: absolute;
    z-index: 1;
    top: 46%;
    right: -92px;
}

.ca_coPageBoxTwo {
    background: #fff;
}
.ca_coBoxTwo1 {
    box-sizing: border-box;
    padding: 62px 0 98px;
}
.ca_coBoxTwo1 .module_tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #031f3d;
    text-align: center;
}
.ca_coBoxTwo2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 30px 0 60px;
}
.ca_coBoxTwo2 .item {
    width: 17%;
    margin: 0 10px;
}
.ca_coBoxTwo2 .item a {
    height: 100%;
    display: block;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    padding: 18px 0;
    border: 1px solid #e5e5e5;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ca_coBoxTwo2 .item a:hover {
    background: #f5c201;
}
.ca_coBoxTwo2 .item.hover a {
    background: #f5c201;
}

.ca_coBoxTwo3 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ca_coBoxTwo3 .item {
    width: calc((100% - 132px) / 4);
    margin-right: 44px;
    margin-bottom: 42px;
}
.ca_coBoxTwo3 > .item:nth-child(4n) {
    margin-right: 0;
}
.ca_coBoxTwo3 .item a {
    display: block;
}
.ca_coBoxTwo3 .item a .img_box{
    perspective: 900px;
    overflow: hidden;
}
.ca_coBoxTwo3 .item a .img_box img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ca_coBoxTwo3 .item a .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.ca_coBoxTwo3 .item a .bottom_box{
    box-sizing: border-box;
    padding: 12px 6px 0;
}
.ca_coBoxTwo3 .item a .bottom_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ca_coBoxTwo3 .item a .bottom_box .text {
    box-sizing: border-box;
    padding: 12px 0 16px;
}
.ca_coBoxTwo3 .item a .bottom_box .text div {
    height: 48px;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ca_coBoxTwo3 .item a .bottom_box .More_btn {
    width: 35%;
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #444444;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ca_coBoxTwo3 .item a .bottom_box .More_btn:hover {
    background: #f5c408;
}

.ca_coBoxTwo4 {
    box-sizing: border-box;
    padding-top: 20px;
}


/* ~~~~~~~~~~Cases-Cover,css~~~~~~~~~end */
/* ~~~~~~~~~~Cases-Cover,css~~~~~~~~~end */
/* ~~~~~~~~~~Cases-Cover,css~~~~~~~~~end */


















/* ~~~~~~~~~~Cases-page,css~~~~~~~~~~~~ */
/* ~~~~~~~~~~Cases-page,css~~~~~~~~~~~~ */
/* ~~~~~~~~~~Cases-page,css~~~~~~~~~~~~ */
.ca_paPageBoxOne {
    background: #f3f8fe;
}
.ca_paBoxOne1 {
    box-sizing: border-box;
    padding: 70px 10px 80px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.L_ca_paBoxOne1 {
    width: calc(100% - 380px);
}
.L_ca_paBoxOne1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
}
.L_ca_paBoxOne1 .tt_box .tt_02 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 24px 0 18px;
}
.L_ca_paBoxOne1 .tt_box .tt_02 .eye_icon {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.L_ca_paBoxOne1 .tt_box .tt_02 .eye_icon .iconfont {
    color: #2f6298;
    font-size: 18px;
}
.L_ca_paBoxOne1 .tt_box .tt_02 .eye_icon span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #a2afbe;
    box-sizing: border-box;
    padding-left: 6px;
}
.L_ca_paBoxOne1 .tt_box .tt_02 .time_icon {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 50px;
}
.L_ca_paBoxOne1 .tt_box .tt_02 .time_icon .iconfont {
    color: #2f6298;
    font-size: 14px;
}
.L_ca_paBoxOne1 .tt_box .tt_02 .time_icon span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #a2afbe;
    box-sizing: border-box;
    padding-left: 6px;
}
.L_ca_paBoxOne1 .text_box {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding: 30px 0 40px;
    border-top: 1px solid #d3dae1;
    border-bottom: 1px solid #d3dae1;
}
.L_ca_paBoxOne1 .text_box .title {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #222222;
}
.L_ca_paBoxOne1 .text_box img {
    max-width: 100%;
}
.L_ca_paBoxOne1 .text_box .share_box {
    box-sizing: border-box;
    padding-top: 26px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.L_ca_paBoxOne1 .text_box .share_box div {
    font-family: "Roboto-Bold_0";
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    padding-right: 6px;
}
.L_ca_paBoxOne1 .btn_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.L_ca_paBoxOne1 .btn_box .last_next_btn {
    width: 50%;
}
.L_ca_paBoxOne1 .btn_box .last_next_btn a {
    display: block;
    box-sizing: border-box;
    padding: 36px 50px 0 0;
}
.L_ca_paBoxOne1 .btn_box .last_next_btn a:hover .text {
    color: #f5c201;
}
.L_ca_paBoxOne1 .btn_box .last_next_btn a .tt {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
}
.L_ca_paBoxOne1 .btn_box .last_next_btn a .text {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #222222;
    line-height: 23px;
    box-sizing: border-box;
    padding-top: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.R_ca_paBoxOne1 {
    width: 16.7%;
}
.R_ca_paBoxOne1 .tt_box {
    overflow: hidden;
}
.R_ca_paBoxOne1 .tt_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
}
.R_ca_paBoxOne1 .tt_box .line {
    width: 47px;
    height: 3px;
    background: #f5c201;
    margin: 14px 0 28px;
}
.R_ca_paBoxOne1_dl .item {
    margin-bottom: 26px;
}
.R_ca_paBoxOne1_dl .item a {
    display: block;
}
.R_ca_paBoxOne1_dl .item a:hover .text {
    color: #f5c201;
}
.R_ca_paBoxOne1_dl .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.R_ca_paBoxOne1_dl .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.R_ca_paBoxOne1_dl .item a .img_box img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.R_ca_paBoxOne1_dl .item a .text {
    font-family: "Roboto-Bold_0";
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    box-sizing: border-box;
    padding-top: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~Cases-page,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~Cases-page,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~Cases-page,css~~~~~~~~~~~~end */














/* ~~~~~~~~~Contact us,css~~~~~~~~~~~ */
/* ~~~~~~~~~Contact us,css~~~~~~~~~~~ */
/* ~~~~~~~~~Contact us,css~~~~~~~~~~~ */
.conPageBoxOne {
    background: #f3f8fe;
}
.conBoxOne1 {
    box-sizing: border-box;
    padding: 60px 40px 50px;
}
.conBoxOne1 .conPage_pub_tt {
    width: 35%;
}
.conPage_pub_tt {
    margin: 0 auto;
    font-family: "Roboto-Bold_0";
    font-size: 36px;
    color: #444444;
    line-height: 45px;
    text-align: center;
}
.conPage_pub_tt span {
    color: #f5c201;
}
.conBoxOne2 {
    box-sizing: border-box;
    padding-top: 60px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.conBoxOne2 .item {
    width: calc(100% / 3);
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}
.conBoxOne2 .item .icon {
    width: 54px;
    font-size: 30px;
    color: #f5c201;
}
.conBoxOne2 .item .right_text {
    width: calc(100% - 54px);
    display: block;
}
.conBoxOne2 .item .right_text:hover .tt_01 {
    color: #f5c201;
}
.conBoxOne2 .item .right_text .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 25px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.conBoxOne2 .item .right_text .tt_02 {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 4px;
}
.conBoxOne2 .item .right_text .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 25px;
}

.conBoxOne2 .item.last .right_text .tt_01 {
    font-size: 14px;
    padding-bottom: 5px;
}

.conPageBoxTwo {
    background: #e3eefb;
}
.conBoxTwo1 {
    box-sizing: border-box;
    padding: 60px 0 74px;
}
.conBoxTwo1 .conPage_pub_tt {
    width: 45%;
}

.conBoxTwo2 {
    box-sizing: border-box;
    padding-top: 50px;
}
/* 公用表单的css */
.conBoxTwo2_form {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conBoxTwo2_form .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 22px;
}

.conBoxTwo2_form .item .tt {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 6px;
}

.conBoxTwo2_form .item .tt span {
    font-size: 14px;
    color: #f5c201;
}

.conBoxTwo2_form .item input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 12px 10px;
    background: #fff;
}

.conBoxTwo2_form .item.last {
    width: 100%;
    margin-bottom: 34px;
}

.conBoxTwo2_form .item textarea {
    width: 100%;
    height: 200px;
    resize: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 15px 10px;
    background: #fff;
}

.conBoxTwo2_form .btn_box {
    width: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.conBoxTwo2_form .btn_box button {
    font-family: "Arial_Rounded_MT";
    font-size: 16px;
    color: #ffffff;
    width: 160px;
    line-height: 40px;
    outline: none;
    border: none;
    background: #0b4685;
    cursor: pointer;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 30px;
    -webit-transition: all 0.3s;
    transition: all 0.3s;
}

.conBoxTwo2_form .btn_box button:hover {
    opacity: 0.8;
}

.conBoxTwo2_form .btn_box button .iconfont {
    font-size: 22px;
}

.conBoxTwo2_form .btn_box button span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 6px;
}

.conBoxTwo2_form .btn_box>button:last-child {
    background: #f5c201;
}
/* 公用表单的css~~~~~~~~~~~end */

.conPageBoxThree img {
    width: 100%;
}

/* ~~~~~~~~~Contact us,css~~~~~~~~~~~end */
/* ~~~~~~~~~Contact us,css~~~~~~~~~~~end */
/* ~~~~~~~~~Contact us,css~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~FAQ,css~~~~~~~~~~~ */
/* ~~~~~~~~~~~~FAQ,css~~~~~~~~~~~ */
/* ~~~~~~~~~~~~FAQ,css~~~~~~~~~~~ */
.faqPageBoxOne {
    background: #f3f8fe;
}
.faqBoxOne1 {
    box-sizing: border-box;
    padding: 70px 0 56px;
}
.faqBoxOne2 .item {
    box-sizing: border-box;
    padding: 50px 0 30px;
    border-bottom: 1px solid #ced5dd;
}
.faqBoxOne2 .item .problem_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.faqBoxOne2 .item .problem_box .iconfont {
    width: 30px;
    font-size: 30px;
    color: #f5c201;
}
.faqBoxOne2 .item .problem_box span {
    width: calc(100% - 30px);
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #000000;
    box-sizing: border-box;
    padding-top: 2px;
    padding-left: 6px;
    line-height: 30px;
}
.faqBoxOne2 .item .Answer_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.faqBoxOne2 .item .Answer_box .iconfont {
    width: 30px;
    font-size: 26px;
    color: #0b4685;
}
.faqBoxOne2 .item .Answer_box span {
    width: calc(100% - 30px);
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 6px;
    line-height: 30px;
}
.faqBoxOne3 {
    box-sizing: border-box;
    padding-top: 62px;
}


/* ~~~~~~~~~~~~FAQ,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~FAQ,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~FAQ,css~~~~~~~~~~~end */
















/* ~~~~~~~~News-list,css~~~~~~~~~~~~~~ */
/* ~~~~~~~~News-list,css~~~~~~~~~~~~~~ */
/* ~~~~~~~~News-list,css~~~~~~~~~~~~~~ */
.new_liPageBoxOne {
    background: #f3f8fe;
}
.new_liBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 46px;
}
.new_liBoxOne2 .item {
    margin-bottom: 80px;
}
.new_liBoxOne2 .item a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.new_liBoxOne2 .item a:hover .new_liBoxOne3 .bottom_box .right_box,
.new_liBoxOne2 .item a:hover .new_liBoxOne3 .bottom_box .right_box .iconfont {
    color: #f5c201;
}
.new_liBoxOne2 .item a:hover .new_liBoxOne3 .tt {
    color: #f5c201;
}
.new_liBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.new_liBoxOne2 .item a .img_box {
    width: 31.2%;
    position: relative;
    perspective: 900px;
    overflow: hidden;
}
.new_liBoxOne2 .item a .img_box img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.new_liBoxOne2 .item a .img_box .time_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 42px;
    background: #0b4685;
    display: -ms-flex;
    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;
}
.new_liBoxOne2 .item a .img_box .time_box .iconfont {
    font-size: 14px;
    color: #fff;
}
.new_liBoxOne2 .item a .img_box .time_box span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 6px;
}

.new_liBoxOne3 {
    width: 68%;
    box-sizing: border-box;
    padding-left: 90px;
}
.new_liBoxOne3 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222; 
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.new_liBoxOne3 .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    box-sizing: border-box;
    padding: 20px 0 44px;
}
.new_liBoxOne3 .bottom_box {
    background: #dfe9f4;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 3px 30px 3px 12px;
}
.new_liBoxOne3 .bottom_box .left_box {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #a2afbe;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.new_liBoxOne3 .bottom_box .left_box .iconfont {
    font-size: 18px;
    color: #0b4685;
    box-sizing: border-box;
    padding: 0 8px;
}
.new_liBoxOne3 .bottom_box .right_box {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #a2afbe;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    padding: 8px 0px 8px 20px;
    border-left: 1px solid #becee0;
}
.new_liBoxOne3 .bottom_box .right_box .iconfont {
    font-size: 18px;
    color: #a2afbe;
    box-sizing: border-box;
    padding-right: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~News-list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~News-list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~News-list,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~Products-Cover,css~~~~~~~~~ */
/* ~~~~~~~~~~Products-Cover,css~~~~~~~~~ */
/* ~~~~~~~~~~Products-Cover,css~~~~~~~~~ */
.pr_coPageBoxOne {
    background: #f3f8fe;
}
.pr_coBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 30px;
}
.pr_coBoxOne2 {
    display: -ms-flex;
    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;
}
.pr_coBoxOne2 .item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
}
.pr_coBoxOne2 .item a {
    height: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding: 35px 18px 40px 36px;
}
.pr_coBoxOne2 .item a .pr_coBoxOne2_R img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.pr_coBoxOne2 .item a .pr_coBoxOne2_L .More_btn:hover {
    background: rgba(245,196,8,0.6);
}
.pr_coBoxOne2_L {
    width: 35%;
}
.pr_coBoxOne2_L .tt {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.pr_coBoxOne2_L .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.pr_coBoxOne2_L .More_btn {
    width: 60%;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    background: #f5c408;
    text-align: center;
    margin-top: 22px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_coBoxOne2_R {
    width: 65%;
    perspective: 900px;
    overflow: hidden;
}
.pr_coBoxOne2_R img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_coBoxOne2 .item_last {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    background: url("../images/pro_cover_04.jpg") no-repeat center center / cover;
    box-sizing: border-box;
    padding-left: 90px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.pr_coBoxOne2 .item_last .text_01 {
    font-family: "ROBOTO-THIN_0";
    font-size: 24px;
    color: #f5c408;
}
.pr_coBoxOne2 .item_last .number {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 14px 0 4px;
}

.pr_coBoxOne2 .item_last .number a {
    color: #ffffff;
}

.pr_coBoxOne2 .item_last .More {
    display: block;
    font-family: "ROBOTO-THIN_0";
    font-size: 12px;
    color: #ffffff;
    text-decoration: underline;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_coBoxOne2 .item_last .More:hover {
    color: #f5c408;
    box-sizing: border-box;
    padding-left: 8px;
}



/* ~~~~~~~~~~Products-Cover,css~~~~~~~~~end */
/* ~~~~~~~~~~Products-Cover,css~~~~~~~~~end */
/* ~~~~~~~~~~Products-Cover,css~~~~~~~~~end */






















/* ~~~~~~~~~Products-list,css~~~~~~~~~~~~ */
/* ~~~~~~~~~Products-list,css~~~~~~~~~~~~ */
/* ~~~~~~~~~Products-list,css~~~~~~~~~~~~ */
.pr_liPageBoxOne {
    background: #f3f8fe;
    box-sizing: border-box;
    padding-top: 40px;
}
.pr_liBoxOne1 {
    background: #eff4fb;
    box-sizing: border-box;
    border-bottom: 1px solid #dbe1e8;
}
.pr_liBoxOne2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.pr_liBoxOne3 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.pr_liBoxOne3 span {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
    box-sizing: border-box;
    padding-right: 18px;
}
.pr_liBoxOne3 .line {
    width: 2px;
    height: 20px;
    background: #000000;
}
.pr_liBoxOne4 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.pr_liBoxOne4 .item {
    margin-left: 60px;
}
.pr_liBoxOne4 .item a {
    height: 96px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.pr_liBoxOne4 .item a:hover div {
    color: #0b4685;
}
.pr_liBoxOne4 .item a:hover img {
    display: block;
}
.pr_liBoxOne4 .item a div {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_liBoxOne4 .item a img {
    display: none;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.pr_liBoxOne4 .item.hover a div {
    color: #0b4685;
}
.pr_liBoxOne4 .item.hover a img {
    display: block;
}
.pr_liPageBoxTwo {
    background: #f3f8fe;
}
.pr_liBoxTwo1 {
    box-sizing: border-box;
    padding: 78px 0 72px;
}
.pr_liBoxTwo2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pr_liBoxTwo1 .pr_liBoxTwo2 .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 50px;
}
.pr_liBoxTwo1 .pr_liBoxTwo2 > .item:nth-child(4n) {
    margin-right: 0;
}
.pr_liBoxTwo2 .item a {
    display: block;
}
.pr_liBoxTwo2 .item a:hover .bottom_box .tt {
    color: #f5c201;
}
.pr_liBoxTwo2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.pr_liBoxTwo2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.pr_liBoxTwo2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_liBoxTwo2 .item a .bottom_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #444444;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 14px 0 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_liBoxTwo2 .item a .bottom_box .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 19px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5px;
}
.pr_liBoxTwo3 {
    box-sizing: border-box;
    padding-top: 15px;
}

/* ~~~~~~~~~Products-list,css~~~~~~~~~end */
/* ~~~~~~~~~Products-list,css~~~~~~~~~end */
/* ~~~~~~~~~Products-list,css~~~~~~~~~end */
















/* ~~~~~~~~~~~Solution-list,css~~~~~~~~~~ */
/* ~~~~~~~~~~~Solution-list,css~~~~~~~~~~ */
/* ~~~~~~~~~~~Solution-list,css~~~~~~~~~~ */
.so_liPageBoxOne {
    background: #f3f8fe;
}
.so_liBoxOne1 {
    box-sizing: border-box;
    padding: 65px 0 80px;
}
.so_liBoxOne2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.so_liBoxOne2 .item {
    width: 17%;
    margin: 0 10px;
}
.so_liBoxOne2 .item a {
    display: block;
    height: 55px;
    line-height: 55px;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    text-align: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.so_liBoxOne2 .item a:hover {
    background: #f5c201;
}
.so_liBoxOne2 .item.hover a {
    background: #f5c201;
}
.so_liBoxOne3 {
    box-sizing: border-box;
    padding-top: 70px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.so_liBoxOne3 .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 45px;
}
.so_liBoxOne3 > .item:nth-child(3n) {
    margin-right: 0;
}
.so_liBoxOne3 .item a {
    display: block;
}
.so_liBoxOne3 .item a:hover .bottom_box .tt {
    color: #f5c201;
}
.so_liBoxOne3 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.so_liBoxOne3 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.so_liBoxOne3 .item a .img_box img {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.so_liBoxOne3 .item a .bottom_box {
    box-sizing: border-box;
    padding: 0 5px;
}
.so_liBoxOne3 .item a .bottom_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.so_liBoxOne3 .item a .bottom_box .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* ~~~~~~~~~~~Solution-list,css~~~~~~~~~~end */
/* ~~~~~~~~~~~Solution-list,css~~~~~~~~~~end */
/* ~~~~~~~~~~~Solution-list,css~~~~~~~~~~end */

















/* ~~~~~~~~~Service,css~~~~~~~~~~~~~ */
/* ~~~~~~~~~Service,css~~~~~~~~~~~~~ */
/* ~~~~~~~~~Service,css~~~~~~~~~~~~~ */
.serPageBoxOne {
    background: #f3f8fe;
}
.serBoxOne1 {
    box-sizing: border-box;
    padding: 80px 0 80px;
}
.serBoxOne1 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #031f3d;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 45px;
}
.serBoxOne2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.serBoxOne2 .item {
    width: calc((100% - 56px) / 2);
    height: 210px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 0 30px 0 30px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.serBoxOne2 .item .iconfont {
    width: 140px;
    font-size: 80px;
    color: #f5c201;
}
.serBoxOne2 .item .right_box {
    width: calc(100% - 140px);
}
.serBoxOne2 .item .right_box .item_tt {
    font-family: "Roboto-Regular_1";
    font-size: 24px;
    color: #444444;
    box-sizing: border-box;
    padding-bottom: 8px;
}
.serBoxOne2 .item .right_box .item_text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}
.serBoxTwo1 {
    box-sizing: border-box;
    padding: 70px 0 96px;
}
.serBoxTwo1 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #031f3d;
    text-align: center;
}
.serBoxTwo2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 30px 0 50px;
}
.serBoxTwo2 .item {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #222222;
    line-height: 18px;
    width: 17%;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    display: -ms-flex;
    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;
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.serBoxTwo2 .item:hover {
    background: #f5c408;
}
.serBoxTwo2 .item.hover {
    background: #f5c408;
}
.serBoxTwo3_box {
    position: relative;
}
.serBoxTwo3 {
    width: 86%;
    margin: 0 auto;
}
.serBoxTwo3 .item .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.serBoxTwo3 .item .img_box {
    perspective: 900px;
    overflow: hidden;
}
.serBoxTwo3 .item .img_box img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.serBoxTwo3 .item .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #101010;
    text-align: center;
    box-sizing: border-box;
    padding: 22px 5px 0;
}
.serBoxTwo3 .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 30px;
}
.serBoxTwo3_box .lunbo_prev_btn {
    position: absolute;
    z-index: 2;
    top: 42%;
    left: 0;
}
.serBoxTwo3_box .lunbo_next_btn {
    position: absolute;
    z-index: 2;
    top: 42%;
    right: 0;
}

.serPageBoxThree {
    background: #f3f8fe;
}
.serBoxThree1 {
    box-sizing: border-box;
    padding: 50px 0 80px;
}
.serBoxThree1 .module_tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.serBoxThree2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.serBoxThree2 .item.one {
    border-right: 1px solid #e5e5e5;
}
.serBoxThree2 .item {
    width: 50%;
    box-sizing: border-box;
    padding: 40px 100px 60px 100px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.serBoxThree2 .item .box_01 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.serBoxThree2 .item .box_01 .iconfont {
    width: 126px;
    font-size: 90px;
    color: #0b4685;
}
.serBoxThree2 .item .box_01 .right_tt {
    width: calc(100% - 126px);
}
.serBoxThree2 .item .box_01 .right_tt .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 36px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 6px;
}
.serBoxThree2 .item .box_01 .right_tt .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #222222;
}
.serBoxThree2 .item .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 28px 0 30px;
}
.serBoxThree2 .item .btn_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.serBoxThree2 .item .btn_box a {
    height: 36px;
    width: 160px;
    display: -ms-flex;
    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;
    margin: 0 14px;
}
.serBoxThree2 .item .btn_box a .iconfont {
    font-size: 22px;
    color: #fff;
}
.serBoxThree2 .item .btn_box a span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 6px;
}
.serBoxThree2 .item .btn_box > a:first-child {
    background: #0b4685;
}
.serBoxThree2 .item .btn_box > a:last-child {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.serBoxThree2 .item .btn_box > a:last-child .iconfont {
    color: #000000;
}
.serBoxThree2 .item .btn_box > a:last-child span {
    color: #222222;
}

.serPageBoxFour {
    background: #f3f8fe;
}
.serBoxFour1 {
    box-sizing: border-box;
    padding: 0 0px 60px; 
}
.serBoxFour1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
    text-align: center;
}
.serBoxFour1 .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0 36px;
}
.serBoxFour2_box {
    position: relative;
    box-sizing: border-box;
    padding: 0 100px;
}
.serBoxFour2 .item .img_box {
    perspective: 900px;
    overflow: hidden;
}
.serBoxFour2 .item .img_box img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.serBoxFour2 .item .img_box img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.serBoxFour2 .item .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #101010;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    padding: 22px 5px 5px;
}
.serBoxFour2 .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 30px;
}
.serBoxFour2_box .lunbo_prev_btn {
    position: absolute;
    z-index: 2;
    top: 42%;
    left: 0;
}
.serBoxFour2_box .lunbo_next_btn {
    position: absolute;
    z-index: 2;
    top: 42%;
    right: 0;
}


/* ~~~~~~~~~Service,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~Service,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~Service,css~~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~Products-Page,css~~~~~~~~~~~ */
/* ~~~~~~~~~~~Products-Page,css~~~~~~~~~~~ */
/* ~~~~~~~~~~~Products-Page,css~~~~~~~~~~~ */
.pr_paPageBoxOne {
    background: #f3f8fe;
}
.pr_paBoxOne1 {
    box-sizing: border-box;
    padding: 65px 0 62px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.pr_paBoxOne1_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 12px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pr_paBoxOne1_L_dots {
    width: 17.2%;
}
.pr_paBoxOne1_L_dots .item {
    margin-bottom: 14%;
    box-sizing: border-box;
}
.pr_paBoxOne1_L_dots .item.active {
    border: 1px solid #245386;
    box-sizing: border-box;
}
.pr_paBoxOne1_L_dots > .item:last-child {
    margin-bottom: 0;
}
.pr_paBoxOne1_L_dots .item img {
    width: 100%;
    cursor: pointer;
}

.pr_paBoxOne1_L_lunbo {
    width: 80.2%;
}

.pr_paBoxOne1_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 36px;
}
.pr_paBoxOne1_R .tt {
    font-family: "Roboto-Regular_1";
    font-size: 36px;
    color: #222222;
}
.pr_paBoxOne1_R dl {
    box-sizing: border-box;
    padding: 28px 0 22px;
    border-bottom: 1px dashed #e2e5ea;
}
.pr_paBoxOne1_R dl dd {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding-bottom: 12px;
}
.pr_paBoxOne1_R .share_box {
    box-sizing: border-box;
    padding: 35px 0 35px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.pr_paBoxOne1_R .share_box .text {
    font-family: "Roboto-Bold_0";
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    padding-right: 8px;
}
.pr_paBoxOne1_R .btn_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.pr_paBoxOne1_R .btn_box > a:first-child {
    background: #0b4685;
    margin-right: 18px;
}
.pr_paBoxOne1_R .btn_box > a:last-child {
    background: #f5c201;
}
.pr_paBoxOne1_R .btn_box a {
    width: 25%;
    height: 40px;
    display: -ms-flex;
    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;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_paBoxOne1_R .btn_box a:hover {
    opacity: 0.7;
}
.pr_paBoxOne1_R .btn_box a .iconfont {
    font-size: 22px;
    color: #fff;
}
.pr_paBoxOne1_R .btn_box a span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 6px;
}

.pr_paBoxTwo1 {
    background: #f3f8fe;
    box-sizing: border-box;
    border-top: 2px solid #255489;
    border-bottom: 1px solid #e2e5ea;
}
.pr_paBoxTwo1_02 {
    background: #f3f8fe;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.pr_paBoxTwo1_02 dd {
    width: calc(100% / 4);
    display: -ms-flex;
    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;
    box-sizing: border-box;
    padding: 22px 0;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.pr_paBoxTwo1_02 dd .iconfont {
    font-size: 20px;
    color: #222222;
}
.pr_paBoxTwo1_02 dd span {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #222222;
    box-sizing: border-box;
    padding-left: 8px;
}
.pr_paBoxTwo1_02 dd.hover {
    background: #255489;
}
.pr_paBoxTwo1_02 dd.hover .iconfont,
.pr_paBoxTwo1_02 dd.hover span {
    color: #fff;
}
.pr_paBoxTwo1_01 {
    height: 67px;
}

.pr_paBoxTwo2 {
    background: #f3f8fe;
}
.pr_paBoxTwo2_01 {
    box-sizing: border-box;
    padding: 50px 0 54px;
}
.pr_paBoxTwo2_01 .module_tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 56px;
}

.pr_paBoxTwo2_01 dl {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
}
.pr_paBoxTwo2_01 dl dd {
    box-sizing: border-box;
    padding-bottom: 18px;
}
.pr_paBoxTwo2_01 dl dd div {
    font-family: "Roboto-Bold_0";
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 4px;
}
.pr_paBoxTwo2_01 dl dd span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
}
.pr_paBoxTwo2_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.pr_paBoxTwo2_02_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
    perspective: 900px;
    overflow: hidden;
}
.pr_paBoxTwo2_02_R img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_paBoxTwo2_02_R img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pr_paBoxTwo2_03 {
    background: #e3eefb;
    box-sizing: border-box;
    padding: 30px 30px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.pr_paBoxTwo2_03_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 104px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.pr_paBoxTwo2_03_L .item {
    width: calc((100% - 40px) / 2);
    perspective: 900px;
    overflow: hidden;
}
.pr_paBoxTwo2_03_L .item img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_paBoxTwo2_03_L .item img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.pr_paBoxTwo2_03_R {
    width: 50%;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #444444;
    line-height: 22px;
}
.pr_paBoxTwo2_03_R .tt {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 28px;
}

.tab_item_big_box {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
}

.pr_paBoxTwo3 {
    background: #e3eefb;
}
.pr_paBoxTwo3_01 {
    box-sizing: border-box;
    padding: 50px 30px 114px;
}

.pr_paBoxTwo3_01 .module_tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 35px;
}

.tab_item_big_box table {
    width: 100%;
    border-collapse:collapse;
}

.tab_item_big_box table tr td {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    border: 1px solid #e3eefb;
    text-align: center;
    padding: 16px 0 15px;
    background: #ffffff;
}
.tab_item_big_box table tr:first-child td {
    background: #7da1cb;
    color: #fff;
}
.tab_item_big_box table tr td:first-child {
    color: #fff;
    background: #0b4685;
}
.pr_paBoxTwo3_02 .text_tt {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #222222;
    box-sizing: border-box;
    padding: 30px 0 10px;
}
.pr_paBoxTwo3_02 .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    box-sizing: border-box;
    padding-bottom: 38px;
}
.pr_paBoxTwo3_02 img {
    max-width: 100%;
}


.pr_paBoxTwo4 {
    background: #f3f8fe;
}
.pr_paBoxTwo4_01 {
    box-sizing: border-box;
    padding: 70px 0 80px;
}
.pr_paBoxTwo4_02 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
    text-align: center;
}
.pr_paBoxTwo4_02 .tt_box .tt_02 {
    width: 60%;
    margin: 0 auto;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    padding: 16px 0 44px;
}
.pr_paBoxTwo4_03 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.pr_paBoxTwo4_03_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 35px;
    perspective: 900px;
    overflow: hidden;
}
.pr_paBoxTwo4_03_L img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_paBoxTwo4_03_L img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.pr_paBoxTwo4_03_R {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px 0 26px;
}
.pr_paBoxTwo4_03_R .tt {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 22px;
}
.pr_paBoxTwo4_03_R dl dd {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    line-height: 24px;
}
.pr_paBoxTwo4_03_R dl dd div {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
}
.pr_paBoxTwo4_03_R dl dd span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
}
.pr_paBoxTwo4_03_R .btn_box {
    width: 37%;
    box-sizing: border-box;
    padding-top: 26px;
}
.pr_paBoxTwo4_03_R .btn_box a {
    width: 100%;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #0b4685;
    display: block;
    box-sizing: border-box;
    border: 1px solid #0b4685;
    padding: 12px 0px;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_paBoxTwo4_03_R .btn_box a:hover {
    border: 1px solid #f5c201;
    color: #f5c201;
}

.pr_paBoxTwo4_04 {
    position: relative;
    box-sizing: border-box;
    padding-top: 100px;
}
.pr_paBoxTwo4_04 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 45px;
}
.pr_paBoxTwo4_04_lunbo .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 30px;
}
.pr_paBoxTwo4_04 .lunbo_prev_btn {
    position: absolute;
    z-index: 2;
    bottom: 30%;
    left: -90px;
}
.pr_paBoxTwo4_04 .lunbo_next_btn {
    position: absolute;
    z-index: 2;
    bottom: 30%;
    right: -90px;
}
.pr_paBoxTwo5 {
    background: #e3eefb;
}
.pr_paBoxTwo5_01 {
    box-sizing: border-box;
    padding: 66px 0 64px;
}
.pr_paBoxTwo5_01 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 36px;
}

.pr_paBoxTwo5_02 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pr_paBoxTwo5_02 .item {
    width: calc((100% - 52px) / 4);
    margin-right: 17.33px;
    margin-bottom: 14px;
    perspective: 900px;
    overflow: hidden;
}
.pr_paBoxTwo5_02 .item:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.pr_paBoxTwo5_02 > .item:nth-child(4n) {
    margin-right: 0;
}
.pr_paBoxTwo5_02 .item img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pr_paPageBoxThree {
    background: #f3f8fe;
}







/* ~~~~~~~~~~~Products-Page,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~Products-Page,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~Products-Page,css~~~~~~~~~~~end */







.public_float_r_nav {
    position: fixed;
    z-index: 6;
    top: 46%;
    right: 0;
}

.public_float_r_nav .item a {
    width: 42px;
    height: 42px;
    padding: 8px;
    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.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.public_float_r_nav .item a:hover {
    opacity: 0.8;
}

.public_float_r_nav .item a img {
    max-width: 100%;
    max-height: 100%;
}

.public_float_r_nav > .item:nth-child(1) a {
    background: #2983df;
}

.public_float_r_nav > .item:nth-child(2) a {
    background: #28cf25;
}







