#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}




input,
button,
textarea {
    margin: 0;
    padding: 0;
    border-width: 1px;
    font-size: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 0;
    -webkit-appearance: none;
}

input,
button {
    -webkit-appearance: none;
    outline: none;
    background: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

label,
button {
    cursor: pointer;
}

select,
input,
textarea,
button {
    outline: none;
}


.overHidden {
    overflow: hidden;
}

.marlrAuto {
    margin-left: auto;
    margin-right: auto;
}

.pro-table,
.pro_table {
    overflow-x: auto
}

.textOverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textOverClm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.clm2 {
    -webkit-line-clamp: 2;
}

.clm3 {
    -webkit-line-clamp: 3;
}

.clm4 {
    -webkit-line-clamp: 4;
}

.clm5 {
    -webkit-line-clamp: 5;
}

.clm6 {
    -webkit-line-clamp: 6;
}

.clm7 {
    -webkit-line-clamp: 7;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}


.btnHover:hover {
    opacity: 0.9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.btnHover2 {
    position: relative;
    overflow: hidden;
}

.btnHover2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255, 255, 255, .25);
}

.btnHover2:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
}


/* 版心 */
.wrap {
    width: 90%;
    max-width: 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: #ffffff;
    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 {
    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: 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: #0052a8;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #0052a8;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #0052a8;
    text-align: center;
    font-family: "Microsoft YaHei";
    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: #0052a8;
}



.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: #0052a8;
}

.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: #0052a8;
    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_box {
    height: 155px;
}

.pc_head_top {
    background: #fcfcfc;
    border-bottom: 1px solid #e5e5e5;
}

.pc_head_top_w {
    padding: 11px 0 10px;
    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 .Phone_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pc_head_top_01 .Phone_box a:hover .iconfont,
.pc_head_top_01 .Phone_box a:hover span {
    color: #0052a8;
}

.pc_head_top_01 .Phone_box a .iconfont {
    font-size: 22px;
    color: #8f8f8f;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_01 .Phone_box a span {
    font-size: 14px;
    color: #666666;
    padding: 2px 0 0 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.head_top_icon_box {
    padding-right: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.head_top_icon_box a {
    display: block;
    font-size: 22px;
    color: #8f8f8f;
    margin-right: 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_top_icon_box a:hover {
    color: #0052a8;
}

.pc_head_language {
    position: relative;
}

.head_language_01 {
    border-left: 1px solid #c3c3c3;
    padding-left: 28px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.head_language_01:hover .icon1,
.head_language_01:hover span,
.head_language_01:hover .icon2 {
    color: #0052a8;
}

.head_language_01 .icon1 {
    font-size: 18px;
    color: #8f8f8f;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01 span {
    font-size: 14px;
    color: #666666;
    padding: 0 6px 2px 14px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_01 .icon2 {
    font-size: 16px;
    color: #b3b2ae;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_language_02 {
    display: none;
    position: absolute;
    z-index: 3;
    top: 154%;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    padding: 6px 5px 6px;
}

.head_language_02 a {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #666666;
    padding: 5px 0 5px;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.head_language_02 a:hover {
    background: #0052a8;
    color: #ffffff;
}

.pc_head_bottom {
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.pc_head_bottom.active {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.pc_head_bottom_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_bottom_w .logo_box {
    width: 230px;
}

.pc_head_bottom_w .logo_box a {
    display: block;
}

.pc_head_bottom_w .logo_box a img {
    width: 100%;
}

.pc_head_bottom_01 {
    width: 42.5%;
}

.pc_head_list_box {
    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 {
    height: 110px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_list_box .item>a span {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item>a .iconfont {
    display: none;
    font-size: 18px;
    color: #444444;
    padding: 2px 0 0 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item.hover>a span,
.pc_head_list_box .item.hover>a .iconfont {
    color: #0052a8;
}

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 300px;
    background: #e3edf4;
    padding: 4px 20px 30px 20px;
}

.publicTwo_stage_nav .every_one {
    border-bottom: 1px solid #bfc9d0;
}

.publicTwo_stage_nav .every_one a {
    padding: 14px 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.publicTwo_stage_nav .every_one a:hover span {
    font-weight: 700;
    color: #0052a8;
}

.publicTwo_stage_nav .every_one a:hover .iconfont {
    color: #0052a8;
}

.publicTwo_stage_nav .every_one a span {
    width: calc(100% - 25px);
    font-size: 16px;
    color: #444444;
    padding: 2px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .every_one a .iconfont {
    width: 25px;
    font-size: 24px;
    color: #8e97a9;
    padding-top: 1px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_bottom_02 {
    width: 230px;
}

.pc_head_bottom_02 .search_icon {
    font-size: 22px;
    color: #ffffff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-left: auto;
    text-align: center;
    border-radius: 50%;
    background: #0052a8;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_bottom_02 .search_icon:hover {
    opacity: 0.8;
}

/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
    border-radius: 10px;
    background: #ffffff;
}

.all_public_form .icon_01 {
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    top: 52%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
}

.all_public_form .icon_01:hover {
    color: #0052a8;
}

.all_public_form .public_form_close {
    font-size: 34px;
    position: absolute;
    top: 9px;
    right: 26px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
    cursor: pointer;
}

.all_public_form .public_form_close:hover {
    color: #0052a8;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

/* ~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~index,css */
.ind_banner_box .item a {
    display: block;
}

.owl-theme .owl-controls {
    padding-top: 20px;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 18px;
    height: 8px;
    border-radius: 2px;
    background: #7a7a7a;
    -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: #0052a8;
}

.ind_banner_box .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0;
}

.ind_banner_box .owl-wrapper .owl-item.active .item {
    -ms-animation: scaleBigToSmall 3s linear;
    -moz-animation: scaleBigToSmall 3s linear;
    -webkit-animation: scaleBigToSmall 3s linear;
    animation: scaleBigToSmall 3s linear;
}

.padding_80 {
    padding: 80px 0 80px;
}

.index_module_title {
    padding-bottom: 40px;
}

.index_module_title a {
    display: block;
}

.index_module_title a .tt_01 {
    font-weight: 700;
    font-size: 48px;
    color: #444444;
    text-align: center;
}

.index_module_title a .tt_02 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding-top: 15px;
}

.indBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxOne1 .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1>.item:nth-child(3n) {
    margin-right: 0;
}

.indBoxOne1 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.indBoxOne1 .item:hover a .right_box .tt {
    color: #0052a8;
}

.indBoxOne1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    padding: 30px 20px 30px 40px;
}

.indBoxOne1 .item a .iconfont {
    width: 100px;
    font-size: 80px;
    color: #0052a8;
}

.indBoxOne1 .item a .right_box {
    width: calc(100% - 100px);
}

.indBoxOne1 .item a .right_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1 .item a .right_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-top: 8px;
}

.indBoxTwo {
    position: relative;
}

.indBoxTwo1 .item a {
    display: block;
    position: relative;
}

.indBoxTwo1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxTwo1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxTwo1 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo1 .item a .bottom_box {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(3, 51, 101, 0.8);
    padding: 25px 10px 25px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxTwo1 .item a .bottom_box span {
    font-weight: 200;
    font-size: 48px;
    color: #ffffff;
    padding-right: 15px;
}

.indBoxTwo1 .owl-controls {
    display: none;
}

.indBoxTwo .prev_btn,
.indBoxTwo .next_btn {
    font-size: 65px;
    color: #ffffff;
    position: absolute;
    z-index: 3;
    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;
}

.indBoxTwo .prev_btn {
    left: 20%;
}

.indBoxTwo .next_btn {
    right: 20%;
}

.indBoxTwo .prev_btn:hover,
.indBoxTwo .next_btn:hover {
    color: #0052a8;
}

.indBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree1_L {
    width: 300px;
}

.indBoxThree1_L a {
    display: block;
    font-weight: 700;
    font-size: 48px;
    color: #0052a8;
}

.indBoxThree1_L a span {
    color: #444444;
    padding-right: 15px;
}

.indBoxThree1_R {
    width: calc(100% - 300px);
}

.indBoxThree1_R .item {
    margin-bottom: 40px;
}

.indBoxThree1_R>.item:last-child {
    margin-bottom: 0;
}

.indBoxThree1_R .item a {
    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;
}

.indBoxThree1_R .item a:hover .right_box .tt {
    color: #0052a8;
}

.indBoxThree1_R .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxThree1_R .item a .img_box {
    width: 38%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indBoxThree1_R .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1_R .item a .right_box {
    width: 62%;
    padding-left: 60px;
}

.indBoxThree1_R .item a .right_box .date {
    font-size: 14px;
    color: #888888;
}

.indBoxThree1_R .item a .right_box .tt {
    font-weight: 700;
    font-size: 22px;
    color: #444444;
    padding-top: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1_R .item a .right_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-top: 14px;
}

.public_See_More_btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_See_More_btn span {
    font-weight: 700;
    font-size: 14px;
    color: #888888;
}

.public_See_More_btn .iconfont {
    font-size: 40px;
    color: #888888;
    line-height: 16px;
    padding: 2px 0 0 6px;
}

.indBoxThree1_R .item a .right_box .public_See_More_btn {
    padding-top: 15px;
}

/* ~~~~~~~~~~~index,css~~~~~~~~~~end */
/* ~~~~~~~~~~~index,css~~~~~~~~~~end */
/* ~~~~~~~~~~~index,css~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~~foot,css */
.public_foot_box {
    background: url(../images/index_04.jpg) no-repeat center center / cover;
}

.foot_top_w {
    padding: 65px 0 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_01 .foot_logo_box {
    width: 230px;
}

.foot_top_01 .foot_logo_box a {
    display: block;
}

.foot_top_01 .foot_logo_box a img {
    width: 100%;
}

.foot_top_01 .bottom_text {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 20px;
}

.foot_top_public_title {
    padding-bottom: 20px;
}

.foot_top_public_title a {
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: #ececec;
}

.foot_top_public_list .item {
    padding-bottom: 12px;
}

.foot_top_public_list .item a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_public_list .item a:hover {
    color: #bfc9d0;
}

.foot_top_01 {
    width: 24%;
}

.foot_top_02 {
    width: 12%;
}

.foot_top_03 {
    width: 12%;
}

.foot_top_04 {
    width: 12%;
}

.foot_top_05 {
    width: 20%;
}

.public_foot_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.foot_bottom_w {
    padding: 15px 0 15px;
    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;
}

.foot_bottom_01 {
    font-size: 14px;
    color: #ffffff;
}

.foot_bottom_01 span {
    padding-left: 18px;
}

.foot_bottom_02 a {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.foot_bottom_02 a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~Mission,css */
/* ~~~~~~~~~~Mission,css */
/* ~~~~~~~~~~Mission,css */
.misBoxOne_w {
    padding: 90px 7% 80px;
}

.misBoxOne1 {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    padding-bottom: 70px;
}

.misBoxOne2 {
    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;
}

.misBoxOne2_L {
    width: 30.3%;
}

.misBoxOne2_L .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.misBoxOne2_L .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.misBoxOne2_L .img_box img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.misBoxOne2_R {
    width: 69.7%;
    padding: 60px 0 0 8%;
}

.public_mission_title {
    font-weight: 700;
    font-size: 30px;
    color: #0052a8;
}

.public_mission_title span {
    color: #444444;
    padding-left: 8px;
}

.mission_public_text_box .tt {
    font-size: 18px;
    color: #0052a8;
    line-height: 28px;
    padding: 20px 0 0 32px;
}

.mission_public_text_box .text {
    padding: 35px 0 0 32px;
}

.misBoxTwo {
    background: url(../images/mission_02.jpg) no-repeat center center / cover;
}

.misBoxTwo_w {
    padding: 110px 0 350px 130px;
}

.misBoxTwo1 {
    max-width: 600px;
}

.misBoxTwo1 .mission_public_text_box .public_mission_title span {
    color: #ffffff;
}

.misBoxTwo1 .mission_public_text_box .about_text {
    color: #ffffff;
}

.misBoxThree1 {
    padding: 0 60px 0 8%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.misBoxThree1_L {
    width: 52.7%;
    padding-right: 12%;
}

.misBoxThree1_R {
    width: 47.3%;
}

.misBoxThree1_R .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.misBoxThree1_R .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.misBoxThree1_R .img_box img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

/* ~~~~~~~~~~Mission,css~~~~~~~~~~~end */
/* ~~~~~~~~~~Mission,css~~~~~~~~~~~end */
/* ~~~~~~~~~~Mission,css~~~~~~~~~~~end */









/* ~~~~~~~~~~~~personnel,css */
/* ~~~~~~~~~~~~personnel,css */
/* ~~~~~~~~~~~~personnel,css */
.persBoxOne1 {
    padding-bottom: 55px;
}

.persBoxOne1 .tt {
    color: #444444;
}

.persBoxOne1 .text {
    font-size: 16px;
    color: #444444;
    padding-top: 15px;
}

.persBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.persBoxOne2 .item {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    border: 1px solid #e5e5e5;
    padding: 40px 20px 50px 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.persBoxOne2>.item:nth-child(3n) {
    margin-right: 0;
}

.persBoxOne2 .item:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.persBoxOne2 .item .tt_01 {
    font-weight: 700;
    font-size: 22px;
    color: #0052a8;
}

.persBoxOne2 .item .tt_02 {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    padding-top: 6px;
}

.persBoxOne2 .item .text {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    padding-top: 8px;
}

.persBoxTwo {
    background: #f2f2f2;
}

.persBoxTwo1 {
    color: #444444;
    padding-bottom: 40px;
}

.persBoxTwo2 .item {
    margin-bottom: 20px;
}

.persBoxTwo2_01 {
    background: #ffffff;
    border-bottom: 1px solid #aab6bf;
    padding: 18px 30px 18px 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
}

.persBoxTwo2_01:hover span {
    color: #0052a8;
}

.persBoxTwo2_01 span {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.persBoxTwo2_01 .icon {
    font-size: 40px;
    color: #0052a8;
    line-height: 30px;
}

.persBoxTwo2_02 {
    display: none;
    background: #ffffff;
    padding: 30px 50px 30px 40px;
}

.recruit_content_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruit_content_L {
    width: 72%;
    padding-right: 50px;
}

.recruit_content_L .every_item {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.recruit_content_L .every_item .tt {
    width: 100px;
    font-size: 14px;
    color: #666666;
    padding-top: 4px;
}

.recruit_content_L .every_item .text {
    width: calc(100% - 100px);
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.recruit_content_R {
    width: 28%;
    background: #e2eefb;
    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;
}

.recruit_content_R_01 a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    width: 180px;
    line-height: 42px;
    border-radius: 21px;
    background: #0056a9;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.recruit_content_R_01 a:hover {
    opacity: 0.8;
}

.recruit_content_R_02 {
    font-size: 14px;
    color: #444444;
    padding-top: 20px;
}

.recruit_content_R_02 a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #d80b0b;
    text-decoration: underline;
    padding-top: 4px;
}

.persBoxTwo2>.item:first-child .persBoxTwo2_02 {
    display: block;
}

/* ~~~~~~~~~~~~personnel,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~personnel,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~personnel,css~~~~~~~~~~end */










/* ~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~pro_detail,css */
/* ~~~~~~~~~~~~~~pro_detail,css */
.pro_deBoxOne_w {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxOne1 {
    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_deBoxOne1_L {
    width: 47.5%;
}

.pro_deBoxOne1_L .big_tt {
    font-weight: 400;
    font-size: 36px;
    color: #444444;
}

.pro_deBoxOne1_L .text {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 30px 0 50px;
}

.pro_deBoxOne1_L .btn_box a {
    width: 86%;
    height: 52px;
    background: #0056a9;
    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;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxOne1_L .btn_box a:hover {
    opacity: 0.8;
}

.pro_deBoxOne1_L .btn_box a .iconfont {
    font-size: 30px;
    color: #ffffff;
}

.pro_deBoxOne1_L .btn_box a span {
    font-size: 18px;
    color: #ffffff;
    padding: 0 0 2px 10px;
}

.pro_deBoxOne1_L .phone_box {
    font-size: 14px;
    color: #888888;
    padding: 30px 0 30px;
}

.pro_deBoxOne1_L .phone_box a {
    font-size: 24px;
    color: #0052a8;
    padding-left: 10px;
}

.pro_deBoxOne1_L .icon_text_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxOne1_L .icon_text_box .item {
    width: calc(100% / 3);
    border-right: 1px solid #e0ded9;
}

.pro_deBoxOne1_L .icon_text_box>.item:last-child {
    border-right: none;
}

.pro_deBoxOne1_L .icon_text_box .item a {
    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;
}

.pro_deBoxOne1_L .icon_text_box .item a .iconfont {
    font-size: 20px;
    color: #6592c5;
    padding-top: 2px;
}

.pro_deBoxOne1_L .icon_text_box .item a span {
    font-size: 16px;
    color: #0052a8;
    padding-left: 6px;
}

.pro_deBoxOne1_R {
    width: 45.1%;
}

.pro_deBoxOne1_R_dots {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxOne1_R_dots .item {
    width: calc((100% - 32px) / 5);
    margin-right: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxOne1_R_dots>.item:nth-child(5n) {
    margin-right: 0;
}

.pro_deBoxOne1_R_dots .item img {
    width: 100%;
}

.pro_deBoxOne1_R_lunbo .owl-controls {
    display: none;
}

.pro_deBoxOne1_R_dots .item.active {
    border: 1px solid #0052a8;
}

.pro_deBoxOne2 {
    padding: 40px 0 30px;
}

.pro_deBoxOne2 img {
    width: 100%;
}

.pro_det_module_title {
    padding: 12px 25px 12px 30px;
    background: #e2eefb;
    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;
}

.pro_det_module_title span {
    font-weight: 700;
    font-size: 18px;
    color: #444444;
}

.pro_det_module_title .iconfont {
    font-size: 20px;
    color: #0052a8;
}

.pro_det_module_content {
    padding: 40px 0 50px;
}

.pro_det_module_content img {
    max-width: 100%;
    max-height: 100%;
}

.pro_deBoxOne3_content table {
    width: 100%;
}

.pro_deBoxOne3_content table tr td {
    font-size: 14px;
    color: #515a6e;
    border: 1px solid #dee2e6;
    text-align: center;
    padding: 12px 5px 12px;
}

.pro_deBoxOne3_content table tr:first-child td {
    font-weight: 700;
    background: #f8f8f9;
}

.pro_deOne3_03_dl .item {
    margin-bottom: 50px;
}

.pro_deOne3_03_dl > .item:last-child {
    margin-bottom: 0;
}

.pro_deOne3_03_dl .item a {
    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;
}

.pro_deOne3_03_dl .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deOne3_03_dl .item a .img_box {
    width: 45.1%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deOne3_03_dl .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deOne3_03_dl .item a .right_box {
    width: 54.9%;
    padding-left: 60px;
}

.pro_deOne3_03_dl .item a .right_box .r_text {
    font-size: 16px;
    color: #666666;
}

.pro_deOne3_03_dl .item a .right_box .r_text span {
    display: inline-block;
    font-weight: 700;
    color: #444444;
    padding-bottom: 6px;
}

.pro_deOne3_03_dl .item a .right_box .r_date {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding: 25px 0 25px;
}

.pro_deOne3_03_dl .item a .right_box .r_btn {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 50%;
    line-height: 42px;
    background: #004da5;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deOne3_03_dl .item a .right_box .r_btn:hover {
    opacity: 0.8;
}

.pro_deBoxTwo {
    background: #eef0f2;
}

.pro_deBoxTwo_w {
    padding: 45px 0 45px;
}

.pro_deBoxTwo1 {
    background: #ffffff;
    padding: 60px 80px 60px 70px;
}

.pro_deBoxTwo1_01 {
    padding-bottom: 50px;
}

.pro_deBoxTwo1_01 .text {
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding-top: 15px;
}

.pro_deBoxTwo1_form {
    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_deBoxTwo1_form .L_R_box {
    width: calc((100% - 20px) / 2);
}

.pro_deBoxTwo1_form .L_R_box .item {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxTwo1_form .L_R_box .item .input_tt {
    width: 100px;
    font-size: 14px;
    color: #888888;
    text-align: right;
    padding: 0 15px 0 0;
}

.pro_deBoxTwo1_form .L_R_box .item input {
    width: calc(100% - 100px);
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #ecf3fb;
    padding: 0 10px 0 15px;
}

.pro_deBoxTwo1_form .L_R_box .item textarea {
    width: calc(100% - 100px);
    height: 205px;
    resize: none;
    background: #f9f9f9;
    border: 1px solid #ecf3fb;
    padding: 15px 10px 10px 15px;
}

.pro_deBoxTwo1_form .btn_box {
    width: 100%;
    padding-top: 30px;
}

.pro_deBoxTwo1_form .btn_box button {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    width: 26%;
    height: 45px;
    background: #004da5;
    border-radius: 25px;
}

.pro_deBoxThree1 {
    padding-bottom: 30px;
}

.pro_deBoxThree2 .pro_list1 dd {
    width: calc((100% - 120px) / 5);
    margin: 0 30px 0 0;
}

.pro_deBoxThree2 .pro_list1 > dd:nth-child(5n) {
    margin-right: 0;
}

/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~pro_detail,css~~~~~~~~~~~end */












/* lzf addddd */
/* lzf addddd */
/* lzf addddd */
.size_36 {
    font-size: 36px;
    font-weight: bold;
}

.size_30 {
    font-size: 30px;
    font-weight: bold;
}

.size_24 {
    font-size: 24px;
    font-weight: bold;
}


.sub_banner {
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.sub_banner_tt {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.location {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    font-size: 16px;
    color: #fff;
}

.location a {
    color: #fff;
    margin: 0 4px;
}

.location2 {
    background-image: linear-gradient(to bottom, rgba(246,246,246,1) , rgba(255,255,255,1));
}

.location2 .location {
    color: #444;
    padding: 25px 0 35px;
}

.location2 .location a {
    color: #444;
}

.location2 .location a:hover {
    color: #0052a8;
}

.main_content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.main_content2 {
    padding-top: 60px;
}

.main_content3 {
    padding-bottom: 60px;
}

.sub_title1 {
    margin-bottom: 25px;
}

.sub_title1 .text {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    max-width: 1000px;
    padding-top: 20px;
}

.sub_title1 .tt {
    color: #444;
}

.about_box1_tt1 {
    font-size: 18px;
    color: #0052a8;
    line-height: 28px;
    max-width: 830px;
    margin-bottom: 40px;
}

.about_text {
    max-width: 1230px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}


.about_box1_pic_scroll_box {
    position: relative;
}

.about_box1_pic_scroll .owl-controls {
    display: none;
}

.about_box1_pic_scroll .item:hover img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.about_box1_pic_prev,
.about_box1_pic_next {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    cursor: pointer;
}

.about_box1_pic_prev {
    left: 2%;
    transform: rotateZ(180deg) translate(0, 50%);
    -webkit-transform: rotateZ(180deg) translate(0, 50%);
    -ms-transform: rotateZ(180deg) translate(0, 50%);
}

.about_box1_pic_next {
    right: 2%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.about_box1_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 1024px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    background: #0052a8;
    padding: 25px 3%;
    position: relative;
    top: -50%;
    z-index: 2;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.about_box1_list dd {
    color: #fff;
    width: 25%;
    text-align: center;
    border-right: 1px solid #3770cc;
}

.about_box1_list dd:last-child {
    border: none;
}

.about_box1_list dd .tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    font-size: 16px;
    margin-bottom: 15px;
}

.about_box1_list dd .tt .num {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin-right: 3px;
}

.about_box1_list dd .text {
    color: #accbfe;
    font-size: 18px;
}

.about_box2 {
    background: #f2f2f2;
}

.about_box2_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 2%;
}

.about_box2_list .item {
    width: 48%;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.about_box2_list .item img {
    width: 100%;
}

.about_box2_list .item .con1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    height: 110px;
    padding: 10px 5% 0;
    background: url(../images/about_icon2.png) repeat-x center bottom / auto 130%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box2_list .item .con2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px 5%;
    background: rgba(39, 97, 196, .9);
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box2_list .item .con2 .tt {
    margin-bottom: 4%;
}

.about_box2_list .item .con2 .text {
    font-size: 14px;
    line-height: 28px;
}


.about_box2_list .item:hover .con1 {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box2_list .item:hover .con2 {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.about_box3_tel {
    font-weight: bold;
    color: #0052a8;
    padding: 45px 0 0;
}

.about_box3_tel .icon {
    width: 74px;
    margin: 0 auto 12px;
}

.about_box3_tel .tt1 {
    font-size: 18px;
    line-height: 1.2;
}

.about_box3_tel .tt2 a {
    color: #0052a8;
}


.about_box4_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.about_box4_list1 dd {
    width: calc((100% - 42px) / 4);
    margin: 0 14px 0 0;
}

.about_box4_list1 dd .pic {
    overflow: hidden;
}

.about_box4_list1 dd .con {
    padding: 18px 3% 0;
}

.about_box4_list1 dd .con .tt {
    color: #444;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box4_list1 dd .con .text {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.about_box4_list1 dd:hover .pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.about_box4_list1 dd:hover .con .tt {
    color: #0052a8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* contact */
.contact_box1_wrap {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.contact_box1_l {
    width: 32%;
}

.sub_title2 {
    margin-bottom: 25px;
}

.sub_title2 .tt {
    color: #333;
}

.sub_title2 .text {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    padding-top: 15px;
}

.contact_box1_l_list .item {
    margin-bottom: 16px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.contact_box1_l_list .item:last-child {
    margin-bottom: 0;
}

.contact_box1_l_list .item .icon {
    width: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #333;
    text-align: center;
}

.contact_box1_l_list .item .tt {
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 18px;
    color: #444;
}

.contact_box1_l_list .item .tt a {
    color: #444;
}

.contact_box1_l_list .item .tt a:hover {
    color: #0052a8;
    text-decoration: underline;
}

.contact_box1_r {
    width: 63%;
    padding: 0 3%;
}

.contact_form_list {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.contact_form_list dd {
    width: 49%;
    margin-bottom: 15px;
}

.contact_form_list dd.ddw {
    width: 100%;
}

.contact_form_text,
.contact_form_area {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #444;
    padding-left: 15px;
    border-radius: 3px;
    background: #f9f9f9;
    border: 1px solid #ecf3fb;
}

.contact_form_area {
    height: 130px;
    padding: 10px 15px;
    resize: none;
}

.contact_form_btn {
    width: 200px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #0052a8;
    border: none;
    border-radius: 45px;
}


.contact_box3_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-bottom: 20px;
}

.contact_box3_list1 dd {
    width: calc(94% / 4);
    margin: 0 2% 20px 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 30px 2%;
    border: 4px solid #ececec;
}

.contact_box3_list1_icon {
    width: 40px;
    font-size: 30px;
    text-align: center;
    color: #0052a8;
}

.contact_box3_list1_r {
    width: calc(100% - 40px);
    padding-left: 10px;
    padding-top: 3px;
}

.contact_box3_list1_tt {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
}

.contact_box3_list1_clm {
    font-size: 14px;
    line-height: 28px;
    color: #444;
}

.honor_box1_scroll_box {
    padding: 20px 0 0;
}

.honor_box_scroll {
    padding: 0 46px;
}

.honor_box_scroll1 .item {
    max-width: 280px;
}

.honor_box_pic {
    padding: 15px;
    border: 8px solid #ececec;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}

.honor_box_tt {
    font-size: 14px;
    color: #444;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.honor_box_scroll .item:hover .honor_box_tt {
    color: #0052a8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.honor_box_scroll .item:hover .honor_box_pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}


.honor_box_scroll .owl-controls .owl-nav .owl-next,
.honor_box_scroll .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    width: 45px;
    height: 45px;
    line-height: 99px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/honor_icon1.png) no-repeat center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: -23px 0 0 0;
}

.honor_box_scroll .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.honor_box_scroll .owl-controls .owl-nav .owl-next {
    right: 0;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.honor_box_scroll .owl-controls .owl-nav .owl-next:hover,
.honor_box_scroll .owl-controls .owl-nav .owl-prev:hover {
    border-radius: 50%;
    background: url(../images/honor_icon2.png) no-repeat center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.honor_box2 {
    background: #f5f5f5;
}

.news_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.news_list1 dd {
    width: 31%;
    margin: 0 3.5% 20px 0;
}

.news_list1_pic {
    overflow: hidden;
}

.news_list1_con {
    padding: 14px 3% 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list1_time {
    font-size: 14px;
    color: #888;
}

.news_list1_tt {
    font-size: 18px;
    color: #444;
    line-height: 1.5;
    font-weight: bold;
    margin: 10px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list1 dd a:hover .news_list1_pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.news_list1 dd a:hover .news_list1_con {
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list1 dd a:hover .news_list1_tt {
    color: #0052a8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/* news */
.sub_wrap {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.main_l {
    width: 300px;
}

.main_l .sub_title2 {
    margin-bottom: 17px;
}

.main_l_item_box {
    margin-bottom: 25px;
}

.main_search {
    border: 1px solid #d2d2d2;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 25px;
    border-radius: 3px;
}

.main_search_text {
    width: calc(100% - 50px);
    height: 48px;
    border: none;
    padding-left: 15px;
    font-size: 14px;
    color: #444;
}

.main_search_btn {
    width: 50px;
    height: 48px;
    font-size: 20px;
    text-align: center;
    color: #666;
    font-weight: bold;
    cursor: pointer;
    border: none;
}

.main_l_help_con {
    border-top: 2px solid #0052a8;
    background: #e2eefb;
    padding: 32px 5px 35px;
    border-radius: 3px;
}

.main_l_help_tt {
    font-size: 16px;
    color: #444;
    margin-bottom: 22px;
}

.main_l_help_btn {
    display: block;
    width: 156px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
    background: #0052a8;
}

.main_l_news_list dd {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.main_l_news_list dd a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.main_l_news_list dd a .pic {
    width: 120px;
    overflow: hidden;
}

.main_l_news_list dd a .con {
    width: calc(100% - 120px);
    padding-left: 15px;
    font-size: 14px;
}

.main_l_news_list dd a .con .tt {
    color: #444;
    line-height: 24px;
    margin-bottom: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.main_l_news_list dd a .con .time {
    color: #888;
}

.main_l_news_list dd a:hover .pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.main_l_news_list dd a:hover .con .tt {
    color: #0052a8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.main_l_sm {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.main_l_sm a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 49px;
    height: 49px;
    color: #a0a0a0;
    font-size: 22px;
    border-radius: 50%;
    background: #f2f2f2;
    margin-right: 14px;
    position: relative;
}

.main_l_sm a:hover {
    color: #fff;
    background: #0052a8;
}

.main_l_sm a img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 49px;
    z-index: 99;
    width: 150px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 12px rgba(115, 115, 115, .2);
    max-width: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.main_l_sm a:hover img {
    display: block;
}


.main_r {
    width: calc(100% - 300px);
    padding-left: 5%;
}


.news_list2 dd {
    margin-bottom: 35px;
}

.news_list2 dd a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background: #fafafa;
}

.news_list2_pic {
    width: 35.8%;
    overflow: hidden;
}

.news_list2_con {
    width: 64.2%;
    padding: 20px 3.5%;
}

.news_list1_time {
    font-size: 14px;
    color: #888;
}

.news_list2_tt {
    color: #444;
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list2_con .news_list1_time {
    margin-bottom: 12px;
}

.news_list2_con .news_list1_text2 {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    margin: 14px 0 20px;
}

.news_list2 dd a:hover .news_list2_pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.news_list2 dd a:hover .news_list2_tt {
    color: #0052a8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* page */
.page {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 25px 0;
}

.page a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    color: #444;
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    border-radius: 50%;
}

.page a.hover,
.page a:hover {
    background: #f2f2f2;
}

.page a.prev,
.page a.next {
    width: 40px;
    font-weight: bold;
    font-size: 24px;
}

.page a.prev {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}




/* news_det */
.news_det_title {
    color: #444;
    margin-bottom: 20px;
}

.news_det_date {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
}

.news_det_date .item {
    margin-right: 15px;
}

.news_det_con {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 45px;
}

.news_det_con img {
    height: auto !important;
}

.news_det_con table tr td {
    border: 1px solid #ddd;
    padding: 7px 6px;
}


.news_det_page {
    padding: 17px 3%;
    background: #f9f9f9;
}

.news_det_page_item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 6px 0;
}

.news_det_page_item .tt {
    width: 70px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

.news_det_page_item .text {
    width: calc(100% - 70px);
    color: #222;
    font-size: 16px;
}

.news_det_page_item .text a {
    display: block;
    color: #222;
}

.news_det_page_item .text a:hover {
    color: #0052a8;
}



/* pro_cover */
.pro_box1_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pro_box1_list1 dd {
    width: calc((100% - 81px) / 4);
    margin: 0 27px 0 0;
}

.pro_box1_list1 dd:last-child {
    margin-right: 0;
}

.pro_box1_list1 dd a {
    display: block;
    padding: 37px 3%;
    height: 100%;
    text-align: center;
    background: #e2eefb;
}

.pro_box1_list1 dd a .icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    font-size: 46px;
    color: #156eca;
    background: #d2deff;
    border: 1px solid #0052a8;
    margin: 0 auto 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_box1_list1 dd a .tt {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_box1_list1 dd a .text {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_box1_list1 dd a:hover .icon {
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_box1_list1 dd a:hover {
    background: #5896dd;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.pro_box1_list1 dd a:hover .tt,
.pro_box1_list1 dd a:hover .text {
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.pro_cover_list2 {
    padding-top: 20px;
}

.pro_cover_list2 dd {
    margin-bottom: 55px;
}

.pro_cover_list2 dd:last-child {
    margin-bottom: 0;
}

.pro_cover_list2 dd a {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background: #fcfcfc;
}

.pro_cover_list2_pic {
    width: 50%;
    overflow: hidden;
}

.pro_cover_list2_con {
    width: 50%;
    padding: 20px 4%;
}

.pro_cover_list2_con .pro_cover_list2_tt {
    color: #444;
    font-weight: normal;
    margin-bottom: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_cover_list2_con .pro_cover_list2_text {
    color: #444;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.pro_cover_list2_btn {
    line-height: 44px;
    width: 200px;
    font-size: 14px;
    color: #fff;
    background: #0052a8;
    border-radius: 44px;
}

.pro_cover_list2 dd a:hover .pro_cover_list2_pic img {
    transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
}

.pro_cover_list2 dd a:hover .pro_cover_list2_tt {
    color: #0052a8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_cover_list2 dd:nth-child(2n) a {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}


.pro_cover_box3 {
    background: #eef0f2;
}


.main_l_nav_title {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    border-top: 1px solid #d2dde9;
    border-bottom: 1px solid #d2dde9;
    margin-top: -1px;
}

.main_l_nav_title .tt {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 13px 0 13px 10px;
    color: #0052a8;
    width: calc(100% - 50px);
}

.main_l_nav_title .icon {
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #b8c5de;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.main_l_nav dd.hover .main_l_nav_title .icon {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.main_l_nav_down {
    display: none;
    padding: 15px 15px 15px 36px;
}

.main_l_nav_down a {
    display: block;
    line-height: 24px;
    padding: 4px 0;
    color: #444;
    font-size: 14px;
}

.main_l_nav_down a:hover {
    color: #0052a8;
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
}



.pro_list_page_title {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 40px;
}

.pro_list_page_result {
    font-size: 14px;
    color: #444;
}

.pro_list_page_result .num {
    color: #0052a8;
}




.pro_list1 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.pro_list_item4 dd {
    width: calc((100% - 39px) / 4);
}

.pro_list1 dd {
    margin: 0 13px 13px 0;
    overflow: hidden;
}

.pro_list1_pic {
    overflow: hidden;
}

.pro_list1_pic img {
    width: 100%;
}

.pro_list1_b {
    height: 100px;
    position: relative;
}

.pro_list1_b_con {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 150px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    background: #f3f5f6;
    padding: 20px 7%;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list1_b_tt {
    font-size: 16px;
    color: #444;
    margin-bottom: 5px;
}

.pro_list1_b_tt2 {
    font-size: 14px;
    color: #888;
}

.pro_list1_b_btn {
    opacity: 0;
    width: 125px;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #004ba4;
    border-radius: 33px;
    overflow: hidden;
    margin-top: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list1 dd:hover .pro_list1_b_con {
    top: -50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list1 dd:hover .pro_list1_b_btn {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pro_list1 dd:hover .pro_list1_b_tt {
    font-weight: bold;
}



.solu_det_clm1 {
    margin-bottom: 55px;
    padding: 30px 5%;
    background: #e2eefb;
    border-left: 5px solid #0052a8;
}

.solu_det_title1 {
    font-size: 24px;
    margin-bottom: 15px;
}

.solu_det_clm1_text {
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.solu_det_clm2 {
    margin-bottom: 35px;
}

.solu_det_con {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.solu_det_con img {
    height: auto !important;
}

.solu_det_clm3 {
    margin-bottom: 35px;
}

.solu_det_clm3_con_rela {
    position: relative;
    padding: 35px;
    background: #fafafa;
    border: 1px solid #e9e9e9;
}


.solu_det_clm3_scroll .item {
    position: relative;
}

.solu_det_clm3_scroll_tt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    padding: 0 3%;
    color: #fff;
    background: rgba(0, 78, 166, .74);
}

.solu_det_clm3_scroll_tt .tt1 {
    font-size: 24px;
    margin-right: 18px;
}

.solu_det_clm3_scroll_tt .tt2 {
    font-size: 14px;
}


.solu_det_clm3_scroll_prev,
.solu_det_clm3_scroll_next {
    position: absolute;
    top: 50%;
    width: 33px;
    height: 72px;
    background: url(../images/solu_det_icon1.png) no-repeat center center;
    margin-top: -36px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.solu_det_clm3_scroll_prev {
    left: 0;
}

.solu_det_clm3_scroll_next {
    right: 0;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.solu_det_clm3_scroll_prev:hover,
.solu_det_clm3_scroll_next:hover {
    background: url(../images/solu_det_icon2.png) no-repeat center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solu_det_clm3_scroll.owl-theme .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 25px;
}

.solu_det_clm3_scroll.owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #b5b5b5;
    margin: 0 5px;
}

.solu_det_clm3_scroll.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #fbfbfb;
}

.solu_det_clm3_scroll .owl-controls {
    padding-top: 0;
}

.solu_det_clm4 {
    margin-bottom: 35px;
}

.solu_det_clm4_tt {
    padding-bottom: 30px;
}

.solution_nav_list .item {
    margin-bottom: 20px;
}

.solution_nav_list .item a {
    display: block;
}

.solution_nav_list .item a:hover .bottom_text {
    color: #0052a8;
}

.solution_nav_list .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.solution_nav_list .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.solution_nav_list .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.solution_nav_list .item a .bottom_text {
    font-size: 16px;
    color: #444444;
    border-bottom: 1px solid #d2dde9;
    padding: 15px 0 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}