#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Poppins-Regular", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

select,
input,
textarea,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}


/* 版心 */
.wrap {
    max-width: 1600px;
    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: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: relative;
}


.mobile_logo {
    width: 160px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobile_logo img {
    display: block;
    height: 40px;
    width: auto;

}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 16px 15px 4px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #1f68ab;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #1f68ab;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #1f68ab;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    line-height: 52px;
    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: #1f68ab;
}

.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;
}


.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: #1f68ab;
}

.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: #1f68ab;
    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);
}

.mobile_placeholder_box {
    display: none;
}

/* 公用手机端头部导航栏结束~~~~~~~~~~~~~~ */










/* ~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~pc 导航,css */
.pc_public_head {
    position: relative;
    z-index: 20;
    height: 150px;
}

.pc_head_top {
    background: #eff9fc;
    border-bottom: 1px solid #e3e3e3;
}

.pc_head_top_w {
    height: 39px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_top_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_01 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_01 .item .iconfont {
    font-size: 20px;
    color: #1f68ab;
    padding-top: 1px;
}

.pc_head_top_01 .item span {
    font-family: "Poppins-Medium";
    font-size: 14px;
    color: #333333;
    padding: 1px 0 0 5px;
}

.pc_head_top_01 .item a {
    font-family: "Poppins-Medium";
    font-size: 14px;
    color: #333333;
    padding: 1px 0 0 15px;
}

.pc_head_top_01 .item a:hover {
    color: #1f68ab;
    text-decoration: underline;
}

.pc_head_top_01 .item>a:nth-of-type(1) {
    padding: 1px 0 0 4px;
}

.pc_head_top_01>.item:nth-child(2) {
    margin-left: 30px;
}

.pc_head_top_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_02 a {
    display: block;
    color: #1f68ab;
    margin-right: 15px;
}

.pc_head_top_02 a:hover {
    color: #c94fa1;
}

.pc_head_top_02>a:last-child {
    margin-right: 0;
}

.pc_head_bot {
    background: #fefefe;
}

.pc_head_bot.active {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.pc_head_bot_w {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_bot_w .logo_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_bot_w .logo_box .logo_img {
    width: 255px;
}

.pc_head_bot_w .logo_box .logo_img a {
    display: block;
}

.pc_head_bot_w .logo_box .logo_img a img {
    width: 100%;
}

.pc_head_bot_w .logo_box .logo_text {
    width: 220px;
    margin-left: 25px;
}

.pc_head_bot_w .logo_box .logo_text a {
    display: block;
}

.pc_head_bot_w .logo_box .logo_text a img {
    width: 100%;
}

.pc_head_bot_01 {
    width: calc(100% - 630px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_list_box {
    width: calc(100% - 180px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    position: relative;
    display: block;
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #444444;
    line-height: 110px;
}

.pc_head_list_box .item>a::after {
    content: "";
    position: absolute;
    top: 82px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0%;
    height: 2px;
    opacity: 0;
    background: #b82b72;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item.hover>a {
    color: #b82b72;
}

.pc_head_list_box .item.hover>a::after {
    width: 100%;
    opacity: 1;
}

/* 二级菜单 */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 190px;
    background: #ffffff;
    padding: 15px 5px 5px 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}

.publicTwo_stage_nav .EveryOne {
    padding-bottom: 10px;
}

.publicTwo_stage_nav .EveryOne a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.publicTwo_stage_nav .EveryOne a:hover span {
    color: #b82b72;
    text-decoration: underline;
}

.publicTwo_stage_nav .EveryOne a:hover .iconfont {
    color: #b82b72;
}

.publicTwo_stage_nav .EveryOne a span {
    width: calc(100% - 25px);
    font-size: 16px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .EveryOne a .iconfont {
    width: 25px;
    font-size: 20px;
    color: #444444;
    text-align: right;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* 二级菜单~~~~~~~~~~~~end */


/* 产品下拉 */
.pc_head_list_box .item.product_menu {
    position: static;
}

.product_menu_box {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 40px 60px 40px 8.8%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}

.product_menu01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.product_menu01_L {
    width: 22%;
}

.product_menu01_L .tt_box {
    font-size: 18px;
    color: #444444;
    padding-bottom: 15px;
    border-bottom: 1px solid #dde8ec;
}

.product_menu01_L_dl {
    padding-top: 30px;
}

.product_menu01_L_dl .dd_item {
    padding-bottom: 10px;
}

.product_menu01_L_dl .dd_item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.product_menu01_L_dl .dd_item a:hover span {
    color: #b82b72;
    text-decoration: underline;
}

.product_menu01_L_dl .dd_item a:hover .iconfont {
    color: #b82b72;
}

.product_menu01_L_dl .dd_item a span {
    width: calc(100% - 30px);
    font-size: 16px;
    color: #444444;
    padding-top: 1px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.product_menu01_L_dl .dd_item a .iconfont {
    width: 30px;
    font-size: 24px;
    color: #444444;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.product_menu01_R {
    width: 63.6%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_menu01_R .pro_item {
    width: calc((100% - 141px) / 4);
    margin-right: 47px;
}

.product_menu01_R .pro_item a {
    display: block;
}

.product_menu01_R .pro_item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.product_menu01_R .pro_item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.product_menu01_R .pro_item a .img_box img {
    width: 100%;
}

.product_menu01_R .pro_item a .bottom_text {
    font-size: 14px;
    color: #444444;
    text-align: center;
    background: #dde8ec;
    padding: 8px 5px 8px;
}

.product_menu01_R>.pro_item:nth-child(4n) {
    margin-right: 0;
}

/* 产品下拉~~~~~~~~~~~end */

.pc_head_search_lag {
    width: 180px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pc_head_language {
    position: relative;
}

.head_language_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}

.head_language_01:hover .iconfont {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.head_language_01 .iconfont {
    font-size: 28px;
    color: #1f68ab;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01 span {
    font-size: 18px;
    color: #444444;
    padding: 2px 0 0 4px;
}

.head_language_02 {
    display: none;
    width: 120px;
    position: absolute;
    z-index: 5;
    top: 70px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #ffffff;
    padding: 8px 0 8px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.head_language_02 a {
    display: block;
    font-size: 16px;
    color: #888888;
    text-align: center;
    padding: 5px 0 5px;
}

.head_language_02 a:hover {
    color: #ffffff;
    background: #1f68ab;
}

.pc_head_search {
    margin-left: 30px;
}

.pc_head_search .click_icon {
    font-size: 28px;
    color: #1f68ab;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search .click_icon:hover {
    color: #c94fa1;
}

.pc_head_search_form {
    display: none;
    position: absolute;
    z-index: 4;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 40px 11% 40px 8%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.pc_head_search_form form {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_search_form form input {
    font-family: "Poppins-Regular", "Arial", "sans-serif";
    width: calc(100% - 190px);
    height: 45px;
    border: 1px solid #ccddef;
    background: #f5f5f5;
    padding: 0 20px 0 20px;
}

.pc_head_search_form form button {
    font-family: "Poppins-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 190px;
    height: 45px;
    border: none;
    background: #14a8a8;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search_form form button:hover {
    opacity: 0.8;
}

.pc_head_search_form .close_btn {
    font-size: 30px;
    color: #000000;
    position: absolute;
    top: 50%;
    right: 6%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search_form .close_btn:hover {
    color: #1f68ab;
}

.pc_head_ProMenu_mask {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 168, 168, 0.2);
}

/* ~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~index,css */
.hover1_style {
    position: relative;
    overflow: hidden;
}

.hover1_style::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -ms-background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    -moz-background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    -webkit-background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hover1_style:hover::after {
    left: 100%;
}

.index_banner_box .item a {
    display: block;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #999999;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #1f68ab;
}

.index_banner_box .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.indBoxOne_w .public_module_title {
    text-align: left;
}

.indBoxOne1 {
    position: relative;
}

.indBoxOne1_lunbo .item a {
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.indBoxOne1_lunbo .item a:hover .hover_show {
    opacity: 1;
}

.indBoxOne1_lunbo .item a img {
    width: 100%;
}

.indBoxOne1_lunbo .item a .hover_show {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f68ab;
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indBoxOne1_lunbo .item a .hover_show .iconfont {
    font-size: 34px;
    color: #ffffff;
}

.indBoxOne1_lunbo .item a .hover_show .text {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.indBoxOne1_lunbo .item a .hover_show .text:hover {
    padding-top: 5px;
}

.indBoxOne1_lunbo .owl-controls {
    display: none;
    padding-top: 15px;
}

.indBoxOne1 .prev_btn,
.indBoxOne1 .next_btn {
    font-size: 36px;
    color: #575757;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1 .prev_btn:hover,
.indBoxOne1 .next_btn:hover {
    color: #1f68ab;
}

.indBoxOne1 .prev_btn {
    left: -50px;
}

.indBoxOne1 .next_btn {
    right: -50px;
}

.indBoxTwo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.indBoxTwo_w {
    height: 500px;
    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;
}

.indBoxTwo1 {
    cursor: pointer;
}

.indBoxTwo1 .img_box {
    width: 92px;
    margin: 0 auto;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1:hover .img_box {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.indBoxTwo1 .img_box img {
    width: 100%;
}

.indBoxTwo1 .bottom_text {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-top: 25px;
}

/* 点击视频弹出播放框css */
.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */

.p_80 {
    padding: 70px 0 80px;
}

.public_module_title {
    text-align: center;
    padding-bottom: 40px;
}

.public_module_title a {
    display: block;
}

.public_module_title .tt_01 {
    font-family: "Poppins-Medium";
    font-size: 48px;
    color: #b82b72;
}

.public_module_title .tt_02 {
    font-size: 18px;
    color: #444444;
}

.public_More_btn {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    width: 210px;
    height: 38px;
    background: #b82b72;
    border-radius: 3px;
    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.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_More_btn .iconfont {
    font-size: 22px;
    color: #ffffff;
    padding: 1px 5px 0 0;
}

.indBoxThree {
    background: #f7fafd;
}

.indBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree1 .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
}

.indBoxThree1 .item a {
    position: relative;
    display: block;
    border-radius: 5px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxThree1 .item a:hover .hover_show {
    opacity: 1;
}

.indBoxThree1 .item a:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxThree1 .item a img {
    width: 100%;
}

.indBoxThree1 .item a .hover_show {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31, 104, 171, 0.75);
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1 .item a .hover_show .iconfont {
    font-size: 34px;
    color: #ffffff;
}

.indBoxThree1 .item a .hover_show .text {
    width: 100%;
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.indBoxThree1 .item a .hover_show .text:hover {
    padding-top: 0px;
}

.indBoxThree1>.item:nth-child(4n) {
    margin-right: 0;
}

.indBoxFour1 {
    padding: 0 0 0 150px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxFour1_L {
    position: relative;
    width: 45.5%;
    padding: 70px 50px 70px 60px;
    box-shadow: -5px 15px 30px #cdd6e8;
}

.indBoxFour1_L::after {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: rgba(31, 104, 171, 0.54);
}

.indBoxFour1_L .public_module_title {
    text-align: left;
    padding-bottom: 0;
}

.indBoxFour1_L_tt {
    font-size: 30px;
    color: #444444;
}

.indBoxFour1_L_text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-top: 20px;
}

.indBoxFour1_L .public_More_btn {
    margin-top: 35px;
}

.public_More_btn.hover1_style:hover {
    background: #1f68ab;
}

.indBoxFour1_R {
    width: 54.5%;
}

.indBoxFour1_R a {
    display: block;
    overflow: hidden;
}

.indBoxFour1_R a img {
    width: auto;
    max-width: none;
}

.indBoxFour2_w {
    padding: 100px 0 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxFour2_L {
    width: 38.9%;
}

.indBoxFour2_L a {
    display: block;
}

.indBoxFour2_L a img {
    width: 100%;
}

.indBoxFour2_R {
    width: 50%;
    padding-right: 60px;
}

.indBoxFour2_R .public_module_title {
    text-align: left;
    padding-bottom: 0;
}

.indBoxFour2_R .text_box {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}

.indBoxFour2_R .public_More_btn {
    margin-top: 60px;
}

.indBoxFive {
    background: url(../images/index_21.jpg) no-repeat center center / cover;
}

.indBoxFive1 .owl-wrapper-outer {
    padding: 5px 0 15px;
}

.indBoxFive1 .item {
    background: #ffffff;
    padding: 25px 30px 25px 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.indBoxFive1_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxFive1_01 .img_box {
    width: 106px;
}

.indBoxFive1_01 .img_box img {
    width: 100%;
}

.indBoxFive1_01 .right_box {
    width: calc(100% - 106px);
    padding-left: 25px;
}

.indBoxFive1_01 .right_box .tt {
    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #444444;
}

.indBoxFive1_01 .right_box .text {
    font-size: 16px;
    color: #444444;
    padding-top: 2px;
}

.indBoxFive1_02 {
    font-style: italic;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    padding-top: 15px;
}

.indBoxFive1 .item .iconfont {
    font-size: 40px;
    color: #1f68ab;
    text-align: right;
    padding-top: 5px;
}

.indBoxSix_w .public_module_title {
    text-align: left;
}

.indBoxSix1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxSix1 .item {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
}

.indBoxSix1 .item a {
    display: block;
}

.indBoxSix1 .item a:hover .bottom_box .tt {
    color: #b82b72;
}

.indBoxSix1 .item a:hover .img_box {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.indBoxSix1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxSix1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSix1 .item a .img_box img {
    width: 100%;
}

.indBoxSix1 .item a .bottom_box {
    padding: 25px 0 0;
}

.indBoxSix1 .item a .bottom_box .tt {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxSix1 .item a .bottom_box .date {
    font-style: italic;
    font-size: 14px;
    color: #888888;
    padding-top: 2px;
}

.indBoxSix1 .item a .bottom_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    padding-top: 25px;
}

.indBoxSix1 .item a .bottom_box .btn_box {
    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #1f68ab;
    padding-top: 5px;
}

.indBoxSix1 .item a .bottom_box .btn_box:hover {
    text-decoration: underline;
}

.indBoxSix1>.item:nth-child(4n) {
    margin-right: 0;
}

/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~~foot,css */
.public_foot_top {
    background: #ecf5ff;
}

.foot_top_w {
    padding: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_top_public_tt {
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #444444;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.foot_top_public_dl .item {
    padding-bottom: 2px;
}

.foot_top_public_dl .item a {
    display: block;
    font-size: 16px;
    color: #666666;
}

.foot_top_public_dl .item a:hover {
    color: #1f68ab;
    text-decoration: underline;
}

.foot_top_03_dl .item {
    padding-bottom: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_03_dl .item .iconfont {
    width: 35px;
    font-size: 20px;
    color: #1f68ab;
    padding-top: 3px;
}

.foot_top_03_dl .item .right_box {
    width: calc(100% - 35px);
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.foot_top_03_dl .item .right_box a {
    color: #666666;
}

.foot_top_03_dl .item .right_box a:hover {
    color: #1f68ab;
    text-decoration: underline;
}

.foot_top_03 .media_box {
    padding: 15px 0 0 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_03 .media_box a {
    display: block;
    width: 34px;
    height: 34px;
    padding: 3px 5px 5px;
    text-align: center;
    border: 1px solid #1f68ab;
    border-radius: 50%;
    margin-right: 4px;
}

.foot_top_03 .media_box a:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.foot_top_03 .media_box>a:last-child {
    margin-right: 0;
}

.foot_top_01 {
    width: 16%;
}

.foot_top_02 {
    width: 12%;
}

.foot_top_03 {
    width: 35%;
}

.foot_top_04_form .item {
    margin-bottom: 10px;
}

.foot_top_04_form .item input {
    font-family: "Poppins-Regular", "Arial", "sans-serif";
    font-size: 14px;
    width: 100%;
    height: 34px;
    border: none;
    background: #ffffff;
    padding: 0 10px 0 15px;
}

.foot_top_04_form .item textarea {
    font-family: "Poppins-Regular", "Arial", "sans-serif";
    font-size: 14px;
    width: 100%;
    height: 100px;
    border: none;
    resize: none;
    background: #ffffff;
    padding: 10px 10px 10px 15px;
}

.foot_top_04_form .item ::-webkit-input-placeholder {
    font-family: "Poppins-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #888888;
}

.foot_top_04_form .btn_box button {
    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #ffffff;
    width: 126px;
    height: 38px;
    background: #b82b72;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_04_form .btn_box button:hover {
    opacity: 0.8;
}

.foot_top_04 {
    width: 22%;
}

.foot_top_01,
.foot_top_02,
.foot_top_03 {
    padding-top: 10px;
}

.public_foot_bot {
    background: #1f68ab;
}

.foot_bot_w {
    padding: 18px 0 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.foot_bot_01 {
    font-size: 16px;
    color: #ffffff;
}

.foot_bot_02 {
    font-size: 16px;
    color: #ffffff;
    padding-left: 22px;
}

.foot_bot_02 a {
    color: #ffffff;
}

.foot_bot_02 a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~float nav,css */
.public_float_nav {
    position: fixed;
    z-index: 5;
    top: 35%;
    right: 0;
}

.public_float_nav .item {
    margin-bottom: 2px;
}

.public_float_nav>.item:last-child {
    margin-bottom: 0;
}

.public_float_nav .item a {
    font-size: 26px;
    color: #ffffff;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
}

.public_float_nav .item a:hover {
    opacity: 0.8;
}

.public_float_nav>.item:nth-child(1) a {
    background: #eb6877;
}

.public_float_nav>.item:nth-child(2) a {
    background: #016ecb;
}

.public_float_nav>.item:nth-child(3) a {
    background: #00aff0;
}

.public_float_nav>.item:nth-child(4) a {
    background: #0dba2a;
}

/* ~~~~~~~~~~~~~float nav,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~float nav,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~float nav,css~~~~~~~~~~end */













/* ~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~about,css */
.SubPage_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.SubPage_banner_w {
    height: 450px;
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.banner_crumbs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.banner_crumbs_text {
    width: 85px;
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.banner_crumbs_a {
    width: calc(100% - 85px);
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.banner_crumbs_a a {
    color: #ffffff;
}

.banner_crumbs_a a:hover {
    color: #1f68ab;
}

.aboBoxOne_w {
    padding: 100px 0 100px;
}

.aboBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxOne1_L {
    width: 47%;
}

.aboBoxOne1_L .little_tt {
    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #444444;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.aboBoxOne1_L .public_module_title {
    text-align: left;
    padding-bottom: 30px;
}

.aboBoxOne1_L .public_module_title .tt_01 {
    line-height: 66px;
}

.aboBoxOne1_L .text_box {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}

.aboBoxOne1_R {
    width: 47.5%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxOne1_R img {
    width: 100%;
}

.aboBoxOne1_R img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboBoxOne2 {
    padding: 100px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxOne2_L {
    position: relative;
    width: 46.3%;
}

.aboBoxOne2_L_lunbo .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.aboBoxOne2_L .prev_btn,
.aboBoxOne2_L .next_btn {
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: 1px solid #ffffff;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxOne2_L .prev_btn:hover,
.aboBoxOne2_L .next_btn:hover {
    color: #ffffff;
    background: #1f68ab;
    border-color: #1f68ab;
}

.aboBoxOne2_L .prev_btn {
    left: 5px;
}

.aboBoxOne2_L .next_btn {
    right: 5px;
}

.aboBoxOne2_R {
    width: 47%;
    padding-top: 30px;
}

.aboBoxOne2_R .tt {
    font-size: 36px;
    color: #444444;
    line-height: 44px;
}

.aboBoxOne2_R .text {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    padding-top: 40px;
}

.aboBoxOne3 {
    padding-top: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxOne3_L {
    width: 46%;
}

.aboBoxOne3_L .public_module_title {
    text-align: left;
    padding-bottom: 0;
}

.aboBoxOne3_R {
    width: 48%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxOne3_R .item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 40px;
}

.aboBoxOne3_R .item .number {
    font-family: "Poppins-Medium";
    font-size: 36px;
    color: #1f68ab;
    line-height: 40px;
}

.aboBoxOne3_R .item .number span {
    font-size: 24px;
}

.aboBoxOne3_R .item .text {
    font-size: 16px;
    color: #444444;
}

.aboBoxTwo {
    background: #f7fafd;
}

.aboBoxTwo_w {
    padding: 80px 0 80px;
}

.aboBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxTwo1_L {
    position: relative;
    width: 42%;
    padding: 0 60px;
}

.aboBoxTwo1_L_lunbo .item {
    padding: 0 10px 5px 0;
}

.aboBoxTwo1_L_lunbo .item img {
    box-shadow: 5px 3px 5px rgba(0,0,0,0.1);
}

.aboBoxTwo1_L_lunbo .owl-controls {
    display: none;
    padding-top: 20px;
}

.aboBoxTwo1_L .prev_btn,
.aboBoxTwo1_L .next_btn {
    font-size: 18px;
    color: #b5b5b5;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #b5b5b5;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxTwo1_L .prev_btn:hover,
.aboBoxTwo1_L .next_btn:hover {
    border-color: #1f68ab;
    background: #1f68ab;
    color: #ffffff;
}

.aboBoxTwo1_L .prev_btn {
    left: 0;
}

.aboBoxTwo1_L .next_btn {
    right: 0;
}

.aboBoxTwo1_R {
    width: 45%;
}

.aboBoxTwo1_R .public_module_title {
    text-align: left;
    padding-bottom: 0;
}

.aboBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxThree1_L {
    width: 32%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxThree1_L img {
    width: 100%;
}

.aboBoxThree1_L img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboBoxThree1_R {
    width: 66%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.aboBoxThree1_R .item {
    width: 48.5%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxThree1_R .item img {
    width: 100%;
}

.aboBoxThree1_R .item img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboBoxThree2 {
    padding-top: 70px;
}

.aboBoxThree2 .tt {
    max-width: 1160px;
    margin: 0 auto;
    font-family: "Poppins-Medium";
    font-size: 36px;
    color: #444444;
    line-height: 44px;
    text-align: center;
}

.aboBoxThree2 .text {
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding-top: 15px;
}

.aboBoxThree2 .public_More_btn {
    margin: 20px auto 0;
}

/* ~~~~~~~~~~~~about,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~about,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~about,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~blog,css */
/* ~~~~~~~~~~~~blog,css */
/* ~~~~~~~~~~~~blog,css */
.bloBoxOne1 .item a {
    padding: 30px 50px 30px 30px;
    border-bottom: 1px solid #dae5ee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.bloBoxOne1 .item a:hover {
    background: #f7fafd;
    box-shadow: 0 5px 10px #dbe3e8;
}

.bloBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.bloBoxOne1 .item a:hover .right_box .text_box .tt {
    color: #b82b72;
}

.bloBoxOne1 .item a .img_box {
    width: 260px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.bloBoxOne1 .item a .img_box img {
    width: 100%;
}

.bloBoxOne1 .item .right_box {
    width: calc(100% - 260px);
    padding-left: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.bloBoxOne1 .item .right_box .text_box {
    width: calc(100% - 100px);
    padding-right: 14%;
}

.bloBoxOne1 .item .right_box .text_box .tt {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #444444;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.bloBoxOne1 .item .right_box .text_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 8px;
}

.bloBoxOne1 .item .right_box .text_box .btn_box {
    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #1f68ab;
    padding-top: 20px;
}

.bloBoxOne1 .item .right_box .text_box .btn_box:hover {
    text-decoration: underline;
}

.bloBoxOne1 .item .right_box .date_box {
    width: 100px;
    border: 1px solid #1f68ab;
    padding: 18px 0 18px;
    text-align: center;
}

.bloBoxOne1 .item .right_box .date_box .date_01 {
    font-family: "Poppins-Medium";
    font-size: 36px;
    color: #444444;
    line-height: 46px;
}

.bloBoxOne1 .item .right_box .date_box .date_02 {
    font-size: 14px;
    color: #444444;
}

.bloBoxOne2 {
    padding-top: 50px;
}

/* ~~~~~~~~~~分页,css */

.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-size: 14px;
    color: #444444;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f4f4f4;
    border-radius: 4px;
    margin: 0 5px;
}

.public_paging a.prev,
.public_paging a.next {
    width: 80px;
    font-size: 16px;
    font-weight: 700;
}

.public_paging a.hover {
    background: #b82b72;
    color: #ffffff;
}

.public_paging a:hover {
    background: #b82b72;
    color: #ffffff;
}

/* ~~~~~~~~~~分页,css~~~~~~~~~~~end */

/* ~~~~~~~~~~~~blog,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~blog,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~blog,css~~~~~~~~~~~~end */











/* ~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~contact,css */
.conBoxOne1 {
    max-width: 1400px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conBoxOne1_L {
    width: 55.7%;
}

.conBoxOne1_L_01 .tt {
    font-family: "Poppins-Medium";
    font-size: 36px;
    color: #b82b72;
}

.conBoxOne1_L_01 .text {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    padding-top: 20px;
}

.conBoxOne1_L_02 {
    padding-top: 30px;
}

.conBoxOne1_L_02 .item {
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conBoxOne1_L_02 .item .iconfont {
    width: 50px;
    font-size: 32px;
    color: #b82b72;
}

.conBoxOne1_L_02 .item .right_box {
    width: calc(100% - 50px);
}

.conBoxOne1_L_02 .item .right_box .tt {
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #444444;
}

.conBoxOne1_L_02 .item .right_box .text {
    font-size: 18px;
    color: #444444;
}

.conBoxOne1_L_02 .item .right_box .text a {
    color: #444444;
}

.conBoxOne1_L_02 .item .right_box .text a:hover {
    color: #1f68ab;
    text-decoration: underline;
}

.conBoxOne1_L_02 > .item:last-child {
    padding-bottom: 0;
}

.conBoxOne1_R {
    width: 39.7%;
}

.conBoxOne1_R img {
    width: 100%;
}

.conBoxTwo {
    background: #f7fafd;
}

.conBoxTwo_1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.conBoxTwo1 {
    padding-bottom: 30px;
}

.conBoxTwo1 .tt {
    font-family: "Poppins-Medium";
    font-size: 36px;
    color: #444444;
}

.conBoxTwo1 .text {
    font-size: 16px;
    color: #444444;
    padding-top: 10px;
}


/* ~~~~~~~~~~表单,css */
.contact_form_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contact_form_box .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 15px;
}

.contact_form_box .item .input_tt {
    font-size: 14px;
    color: #444444;
    padding-bottom: 2px;
}

.contact_form_box .item .input_tt span {
    color: #ff0202;
}

.contact_form_box .item input {
    font-family: "Poppins-Regular", "Arial", "sans-serif";
    font-size: 14px;
    width: 100%;
    height: 40px;
    border: 1px solid #dcdcdc;
    padding: 0 10px 0 15px;
    background: #ffffff;
}

.contact_form_box .item.last {
    width: 100%;
}

.contact_form_box .item textarea {
    display: block;
    font-family: "Poppins-Regular", "Arial", "sans-serif";
    font-size: 14px;
    width: 100%;
    height: 120px;
    border: 1px solid #dcdcdc;
    padding: 10px 10px 10px 15px;
    background: #ffffff;
    resize: none;
}

.contact_form_box .btn_box {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.contact_form_box .btn_box button {
    font-family: "Poppins-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 200px;
    height: 38px;
    border: none;
    background: #b82b72;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~表单,css~~~~~~~~~~~end */

.conBoxThree img {
    width: 100%;
}

/* ~~~~~~~~~~~~contact,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~contact,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~contact,css~~~~~~~~~~~end */











/* ~~~~~~~~~~~~~faq,css */
/* ~~~~~~~~~~~~~faq,css */
/* ~~~~~~~~~~~~~faq,css */
.faqBoxOne1 {
    max-width: 1400px;
    margin: 0 auto;
}

.faqBoxOne1_dl {
    border-top: 1px solid #d7d7d7;
}

.faqBoxOne1_dl .item {
    padding: 25px 0 25px;
    border-bottom: 1px solid #dae5ee;
}

.faqBoxOne1_dl_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
}

.faqBoxOne1_dl_top .left_box {
    width: calc(100% - 45px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.faqBoxOne1_dl_top .left_box .iconfont {
    width: 40px;
    font-size: 28px;
    color: #1f68ab;
    padding-top: 1px;
}

.faqBoxOne1_dl_top .left_box span {
    width: calc(100% - 40px);
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #444444;
}

.faqBoxOne1_dl_top .right_icon {
    font-size: 22px;
    color: #3f3f3f;
    width: 45px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.faqBoxOne1_dl_bot {
    display: none;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 5px 0 0 40px;
}

.faqBoxOne1_01 {
    padding-top: 70px;
}

.faqBoxOne1_01 .text {
    font-family: "Poppins-Medium";
    font-size: 24px;
    color: #1f68ab;
    text-align: center;
    padding-bottom: 20px;
}

.faqBoxOne1_01 .public_More_btn {
    margin: 0 auto;
}

/* ~~~~~~~~~~~~~faq,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~faq,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~faq,css~~~~~~~~~~~end */












/* ~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~news,css */
.newBoxOne {
    background: #f6f9fd;
}

.newBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxOne1_L {
    width: 37.5%;
}

.newBoxOne1_L a {
    display: block;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 10px 15px #e5edf6;
}

.newBoxOne1_L a:hover .bottom_box .tt {
    color: #1f68ab;
}

.newBoxOne1_L a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne1_L a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne1_L a .img_box img {
    width: 100%;
}

.newBoxOne1_L a .bottom_box {
    padding: 25px 30px 50px 30px;
}

.newBoxOne1_L a .bottom_box .tt {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #191919;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne1_L a .bottom_box .text {
    font-size: 16px;
    color: #888888;
    line-height: 26px;
    padding-top: 10px;
}

.newBoxOne1_R {
    width: 58%;
}

.newBoxOne1_R .item a {
    padding: 32px 20px 32px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne1_R .item a:hover {
    background: #ffffff;
    box-shadow: 0 10px 15px #e5edf6;
}

.newBoxOne1_R .item a:hover .right_box .tt {
    color: #b82b72;
}

.newBoxOne1_R .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne1_R .item a .img_box {
    width: 22.8%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne1_R .item a .img_box img {
    width: 100%;
}

.newBoxOne1_R .item a .right_box {
    width: 77.2%;
    padding-left: 40px;
}

.newBoxOne1_R .item a .right_box .tt {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #191919;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne1_R .item a .right_box .date {
    font-style: italic;
    font-size: 14px;
    color: #888888;
    padding-top: 2px;
}

.newBoxOne1_R .item a .right_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxTwo1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxTwo1_L {
    font-family: "Poppins-Medium";
    font-size: 48px;
    color: #444444;
}

.newBoxTwo1_R {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.newBoxTwo1_R a {
    display: block;
    height: 28px;
    line-height: 32px;
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #444444;
    padding: 0 45px;
    border-right: 2px solid #444444;
}

.newBoxTwo1_R a:hover {
    color: #b82b72;
    text-decoration: underline;
}

.newBoxTwo1_R > a:last-child {
    padding-right: 0;
    border: none;
}

.newBoxTwo2 {
    padding-top: 50px;
}

.newBoxTwo2 .indBoxSix1 .item {
    margin-bottom: 70px;
}

.newBoxTwo3 {
    padding-top: 10px;
}

/* ~~~~~~~~~~~~news,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~news,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~news,css~~~~~~~~~~~end */












/* ~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~news_detail,css */
/* ~~~~~~~~~~~news_detail,css */
.detail_crumbs {
    background: #1f68ab;
}

.detail_crumbs_w {
    padding: 16px 0 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.detail_crumbs_text {
    width: 90px;
    font-size: 18px;
    color: #ffffff;
}

.detail_crumbs_a {
    width: calc(100% - 90px);
    font-size: 18px;
    color: #ffffff;
}

.detail_crumbs_a a {
    color: #ffffff;
}

.detail_crumbs_a a:hover {
    text-decoration: underline;
}

.new_deBoxOne {
    background: #f7fafd;
}

.new_deOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_deOne1_L {
    width: calc(100% - 390px);
    padding: 60px 50px 60px 50px;
    background: #ffffff;
    box-shadow: 0 5px 20px #c4d7e9;
}

.new_deOne1_L .tt_box {
    padding-bottom: 40px;
    text-align: center;
}

.new_deOne1_L .tt_box .tt_01 {
    font-weight: normal;
    font-family: "Poppins-Medium";
    font-size: 36px;
    color: #b82b72;
}

.new_deOne1_L .tt_box .tt_02 {
    font-style: italic;
    font-size: 16px;
    color: #666666;
    padding-top: 5px;
}

.new_deOne1_L .tt_box .share_box {
    display: inline-block;
    margin: 0 auto;
    padding-top: 10px;
}

.new_deOne1_L .content_box {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}

.new_deOne1_L .content_box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.new_deOne1_R,
.new_deOne1_R01 {
    width: 330px;
}

.new_deOne1_R {
    position: relative;
}

.new_deOne1_R01_01 {
    background: #bfdbfb;
    padding: 0 25px 0;
}

.new_deOne1_R01_01 .item {
    border-bottom: 1px solid #a9c3e1;
}

.new_deOne1_R01_01 .item a {
    display: block;
    padding: 25px 0 25px;
}

.new_deOne1_R01_01 .item a:hover .tt,
.new_deOne1_R01_01 .item a:hover .text,
.new_deOne1_R01_01 .item a:hover .date {
    color: #b82b72;
}

.new_deOne1_R01_01 .item a .tt {
    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deOne1_R01_01 .item a .text {
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #444444;
    line-height: 26px;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deOne1_R01_01 .item a .date {
    font-style: italic;
    font-size: 14px;
    color: #666666;
    padding-top: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deOne1_R01_01 > .item:last-child {
    border-bottom: none;
}

.new_deOne1_R01_02 {
    background: #1f68ab;
    padding: 25px;
}

.new_deOne1_R01_02 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.new_deOne1_R01_02 .item .iconfont {
    width: 35px;
    font-size: 26px;
    color: #ffffff;
}

.new_deOne1_R01_02 .item .right_box {
    width: calc(100% - 35px);
    font-size: 16px;
    color: #ffffff;
}

.new_deOne1_R01_02 .item .right_box a {
    display: block;
    color: #ffffff;
    padding-top: 2px;
}

.new_deOne1_R01_02 .item .right_box a:hover {
    text-decoration: underline;
}

.new_deOne1_R01_02 > .item:last-child {
    padding-top: 8px;
}

/* 左侧 fixed,css */

.new_deOne1_R01.static {
    position: static;
    top: auto;
}

.new_deOne1_R01.fixed {
    position: fixed;
    /* top为导航的高度 */
    top: 110px; 
}

.new_deOne1_R01.absolute {
    position: absolute;
    bottom: 0;
}

/* 左侧 fixed,css~~~~~~~~~~~end */

/* ~~~~~~~~~~~news_detail,css~~~~~~~~~~end */
/* ~~~~~~~~~~~news_detail,css~~~~~~~~~~end */
/* ~~~~~~~~~~~news_detail,css~~~~~~~~~~end */











/* ~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~products,css */
.proBoxOne {
    background: #f7fafd;
}

.proBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.proBoxOne1_L {
    width: 37.2%;
}

.proBoxOne1_L img {
    width: 100%;
}

.proBoxOne1_R {
    width: 48%;
}

.proBoxOne1_R .public_module_title {
    text-align: left;
    padding-bottom: 0;
}

.proBoxOne1_R .public_module_title .tt_02 {
    font-size: 16px;
    line-height: 28px;
}

.proBoxTwo1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.proBoxTwo1 a {
    display: block;
    height: 30px;
    line-height: 32px;
    font-size: 18px;
    color: #444444;
    padding: 0 30px;
    margin: 0 20px 10px 0;
    border-radius: 3px;
}

.proBoxTwo1 a:hover {
    color: #ffffff;
    background: #b82b72;
}

.proBoxTwo1 a.hover {
    color: #ffffff;
    background: #b82b72;
}

.proBoxTwo2 {
    padding-top: 65px;
}

.proBoxTwo2 .indBoxThree1 .item {
    margin-bottom: 30px;
}

.proBoxTwo3 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~products,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~products,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~products,css~~~~~~~~~~~end */












/* ~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~service,css */
.serBoxTwo .item {
    background: #f7fafd;
}

.serBoxTwo_w {
    padding: 70px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.serBoxTwo_w_text {
    width: 46%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.serBoxTwo_w_text .iconfont {
    font-size: 50px;
    color: #1f68ab;
    width: 144px;
    height: 147px;
    line-height: 147px;
    text-align: center;
    background: url(../images/service_01.png) no-repeat center center / 100% auto;
}

.serBoxTwo_w_text .right_box {
    width: calc(100% - 144px);
    padding: 30px 0 0 40px;
}

.serBoxTwo_w_text .right_box .tt {
    font-family: "Poppins-Medium";
    font-size: 24px;
    color: #b82b72;
    line-height: 40px;
}

.serBoxTwo_w_text .right_box .text {
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    padding-top: 15px;
}

.serBoxTwo_w_img {
    width: 40%;
}

.serBoxTwo_w_img img {
    width: 100%;
}

.serBoxTwo > .item:nth-child(even) {
    background: #ffffff;
}

.serBoxTwo > .item:nth-child(even) .serBoxTwo_w {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.serBoxThree_w {
    padding-bottom: 70px;
}

.serBoxThree1 .tt {
    font-family: "Poppins-Medium";
    font-size: 24px;
    color: #1f68ab;
    text-align: center;
    padding-bottom: 18px;
}

.serBoxThree1 .public_More_btn {
    margin: 0 auto;
}

.serBoxOne_w .public_module_title {
    padding-bottom: 0;
}

/* ~~~~~~~~~~~~service,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~service,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~service,css~~~~~~~~~~~~end */












/* ~~~~~~~~~~~products_detail,css */
/* ~~~~~~~~~~~products_detail,css */
/* ~~~~~~~~~~~products_detail,css */
.pro_deBoxOne {
    background: url(../images/pro_det_01.jpg) no-repeat center center / cover;
}

.pro_deBoxOne_w {
    padding: 80px 0 140px;
}

.pro_deOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_L {
    width: 43.7%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deOne1_L_dots {
    width: 12.8%;
}

.pro_deOne1_L_dots .item {
    border: 1px solid #eaeaea;
    margin-bottom: 12px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deOne1_L_dots .item.active {
    border-color: #b82b72;
}

.pro_deOne1_L_dots .item img {
    width: 100%;
}

.pro_deOne1_L_dots > .item:last-child {
    margin-bottom: 0;
}

.pro_deOne1_L_lunbo {
    width: 83%;
}

.pro_deOne1_R {
    width: 44%;
}

.pro_deOne1_R .big_tt {
    font-weight: normal;
    font-family: "Poppins-Medium";
    font-size: 48px;
    color: #b82b72;
}

.pro_deOne1_R .text_box {
    font-size: 16px;
    color: #444444;
    line-height: 32px;
    padding-top: 5px;
}

.pro_deOne1_R_01 {
    font-size: 16px;
    color: #444444;
    line-height: 32px;
    padding-top: 10px;
}

.pro_deOne1_R_01 .tt {
    font-family: "Poppins-Medium";
    font-size: 16px;
    color: #444444;
}

.pro_deOne1_R_01 .text {
    font-size: 16px;
    color: #444444;
}

.pro_deOne1_R_02 {
    padding-top: 60px;
}

.pro_deOne1_R_02 .text {
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
}

.pro_deOne1_R_02 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne1_R_02 .btn_box a {
    display: block;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    text-align: center;
}

.pro_deOne1_R_02 .btn_box > a:nth-child(1) {
    width: 46%;
    background: #b82b72;
    color: #ffffff;
}

.pro_deOne1_R_02 .btn_box > a:nth-child(1):hover {
    opacity: 0.8;
}

.pro_deOne1_R_02 .btn_box > a:nth-child(2) {
    width: 30%;
    margin-left: 15px;
    border: 1px solid #b82b72;
    color: #b82b72;
}

.pro_deOne1_R_02 .btn_box > a:nth-child(2):hover {
    background: #b82b72;
    color: #ffffff;
}

.pro_deOne1_R_03 {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne1_R_03 .share_text {
    font-size: 14px;
    color: #444444;
    padding-right: 8px;
}

.pro_deBoxTwo {
    position: relative;
    height: 0;
}

.pro_deBoxTwo1 {
    box-shadow: 0 15px 20px rgba(0,0,0,0.25);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.pro_deBoxTwo1 .item {
    width: calc(100% / 5);
    height: 70px;
    background: #bfdbfb;
    padding: 5px;
    border-right: 1px solid #9abee7;
    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;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1 .item:hover {
    background: #1f68ab;
}

.pro_deBoxTwo1 .item:hover .iconfont,
.pro_deBoxTwo1 .item:hover span {
    color: #ffffff;
}

.pro_deBoxTwo1 .item .iconfont {
    font-size: 34px;
    color: #1f68ab;
    padding-right: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1 .item span {
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #1f68ab;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1 .item.hover {
    background: #1f68ab;
}

.pro_deBoxTwo1 .item.hover .iconfont,
.pro_deBoxTwo1 .item.hover span {
    color: #ffffff;
}

.pro_deBoxTwo1 > .item:last-child {
    border-right: none;
}

.pro_deThree1 {
    background: url(../images/pro_det_03.jpg) no-repeat right bottom / cover;
}

.pro_deThree1_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree1_01_L {
    width: 46%;
}

.pro_deThree1_01_L .public_module_title {
    text-align: left;
}

.pro_deBoxThree table {
    width: 100%;
}

.pro_deBoxThree table tr td {
    font-size: 16px;
    color: #444444;
    padding: 12px 5px 12px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.pro_deBoxThree table tr td:first-child {
    font-family: "Poppins-Medium";
}

.pro_deThree1_01_R {
    width: 43.4%;
}

.pro_deThree1_01_R img {
    width: 100%;
}

.pro_deThree2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deThree2_01 .item img {
    width: 100%;
}

.pro_deThree2_01 .item.one {
    width: 25.3%;
    margin-right: 0.88%;
}

.pro_deThree2_01 .item.two {
    width: 31.2%;
    margin-right: 0.88%;
}

.pro_deThree2_01 .item.three {
    width: 41.7%;
}

.pro_deThree3 {
    padding: 0 30px;
}

.pro_deThree3 .public_module_title .tt_02 {
    max-width: 1530px;
    margin: 0 auto;
}

.pro_deThree3_01 .owl-controls {
    padding-top: 20px;
}

.pro_deThree4_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree4_01 .item {
    width: calc((100% - 60px) / 2);
    margin-bottom: 60px;
}

.pro_deThree4_01_top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 35px;
}

.pro_deThree4_01_top .round_box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #b82b72;
    margin-top: 2px;
}

.pro_deThree4_01_top .round_box::after {
    content: "";
    position: relative;
    left: 16px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #1f68ab;
}

.pro_deThree4_01_top .right_box {
    width: calc(100% - 30px);
    padding-left: 30px;
}

.pro_deThree4_01_top .right_box .tt {
    font-family: "Poppins-Medium";
    font-size: 24px;
    color: #1f68ab;
    text-transform: uppercase;
}

.pro_deThree4_01_top .right_box .text {
    font-size: 18px;
    color: #444444;
    text-transform: uppercase;
    padding-top: 2px;
}

.pro_deThree4_01 .item .img_box img {
    width: 100%;
}

.pro_deThree5_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree5_01_L {
    width: 48.5%;
}

.pro_deThree5_01_L img {
    width: 100%;
}

.pro_deThree5_01_R {
    width: 40%;
}

.pro_deThree5_01_R .public_module_title {
    text-align: left;
}

.pro_deThree5_01_R dl dd {
    font-size: 16px;
    color: #444444;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deThree5_01_R dl dd div {
    width: calc((100% - 10px) / 2);
}

.pro_deThree5_01_R dl dd > div:first-child {
    font-family: "Poppins-Medium";
}

.pro_deBoxThree > .pro_det_scroll_item:nth-child(odd) {
    background-color: #f7fafd;
}

.pro_deBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxFour1 .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
}

.pro_deBoxFour1 .item a {
    display: block;
}

.pro_deBoxFour1 .item a:hover .bottom_box .btn_box {
    opacity: 1;
}

.pro_deBoxFour1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deBoxFour1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deBoxFour1 .item a .img_box img {
    width: 100%;
}

.pro_deBoxFour1 .item a .bottom_box {
    padding: 8px 0 0;
}

.pro_deBoxFour1 .item a .bottom_box .tt {
    font-size: 16px;
    color: #444444;
    text-align: center;
    padding-bottom: 8px;
}

.pro_deBoxFour1 .item a .bottom_box .btn_box {
    opacity: 0;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    line-height: 44px;
    background: #b82b72;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_deBoxFour1 > .item:nth-child(4n) {
    margin-right: 0;
}

/* ~~~~~~~~~~~products_detail,css~~~~~~~~~~end */
/* ~~~~~~~~~~~products_detail,css~~~~~~~~~~end */
/* ~~~~~~~~~~~products_detail,css~~~~~~~~~~end */

.serBoxTwo > .item:first-child .serBoxTwo_w {
    padding: 0;
}

.serBoxTwo > .item:first-child .serBoxTwo_w .serBoxTwo_w_img img {
    max-width: none;
    width: auto;
}

.serBoxTwo > .item:first-child .serBoxTwo_w .serBoxTwo_w_img {
    width: 51%;
}


.pc_head_top_02 a {
    width: 24px;
    height: 24px;
}

.pc_head_top_02 a img {
    width: 100%;
}

.pc_head_top_02 .weixin_box {
    position: relative;
}

.pc_head_top_02 .weixin_box:hover .hover_show_weixin {
    display: block;
}

.pc_head_top_02 .weixin_box .hover_show_weixin {
    display: none;
    position: absolute;
    z-index: 2;
    top: 130%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90px;
}


.foot_top_03 .media_box .weixin_box {
    position: relative;
}

.foot_top_03 .media_box .weixin_box:hover .hover_show_box {
    display: block;
}

.foot_top_03 .media_box .weixin_box .hover_show_box {
    display: none;
    width: 90px;
    position: absolute;
    z-index: 2;
    top: 128%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}



