#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
}







/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
    padding-bottom: 20px;
}




/* 版心 */
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}













/*
*   公用移动端导航wap head    开始~~~~~~~~~
*/

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #243649;
    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: #fff;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #fff;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #fff;
    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: #0f80c7;
}



.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: #0f80c7;
}


.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: #0f80c7;
    background-color: #fff;
    padding-right: 15px;
    cursor: pointer;
}


.mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

/* 公用手机端头部导航栏结束~~~~~~~~~~~~~~ */






















/* pc 公用导航,css */
.mobile_placeholder_box {
    width: 100%;
    display: none;
}



.public_nav_top {
    background: #243649;
}

.nav_top_01 {
    height: 113px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_top_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.nav_top_02 .log_box {
    width: 258px;
}

.nav_top_02 .log_box a {
    display: block;
}

.nav_top_02 .log_box a img {
    width: 100%;
}

.nav_top_02 .log_right_text {
    font-style: italic;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding-left: 8px;
}

.nav_top_03 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_top_03 .phone_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_top_03 .phone_box:hover .iconfont,
.nav_top_03 .phone_box:hover span {
    color: #0f80c7;
}

.nav_top_03 .phone_box .iconfont {
    font-size: 20px;
    color: #fff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_top_03 .phone_box span {
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 0 0 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_top_03 .Email_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 70px 0 32px;
}

.nav_top_03 .Email_box:hover .iconfont,
.nav_top_03 .Email_box:hover span {
    color: #0f80c7;
}

.nav_top_03 .Email_box .iconfont {
    font-size: 20px;
    color: #fff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_top_03 .Email_box span {
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_language_switch {
    position: relative;
}

.nav_language_switch_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 0 26px 3px 0;
    cursor: pointer;
}

.nav_language_switch_01:hover span,
.nav_language_switch_01:hover .iconfont {
    color: #0f80c7;
}

.nav_language_switch_01 span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding-right: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_language_switch_01 .iconfont {
    font-size: 22px;
    color: #fff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_language_switch_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 70px;
    left: -44px;
    width: 130px;
    background: #243649;
    box-sizing: border-box;
    padding: 10px 8px 12px;
}

.nav_language_switch_02 a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav_language_switch_02 a:hover {
    color: #0f80c7;
}

.public_nav_bottom {
    background: #fff;
}

.public_nav_bottom.active {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}




.nav_bottom_01 .nav_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_bottom_01 .nav_list>.item:last-child>a .nav_text_box {
    border-right: none;
}

.nav_bottom_01 .nav_list .item {
    width: calc(100% / 7);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}

.nav_bottom_01 .nav_list .item>a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 55px;
}

.nav_bottom_01 .nav_list .item>a .nav_text_box {
    width: 100%;
    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;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
}

.nav_bottom_01 .nav_list .item>a .nav_text_box .nav_text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
}

.nav_bottom_01 .nav_list .item>a .nav_text_box .iconfont {
    display: none;
    box-sizing: border-box;
    padding: 2px 0 0 8px;
    color: #333333;
}

.nav_bottom_01 .nav_list .item.hover>a .nav_text_box .nav_text,
.nav_bottom_01 .nav_list .item.hover>a .nav_text_box .iconfont {
    color: #0f80c7;
}


.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 4;
    top: 100%;
    left: 0;
    width: 228px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px 30px 22px;
}

.publicTwo_stage_nav .every_one a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 22px;
}

.publicTwo_stage_nav .every_one a:hover span {
    color: #0f80c7;
}

.publicTwo_stage_nav .every_one a:hover .iconfont {
    margin-right: 0;
    color: #0f80c7;
}

.publicTwo_stage_nav .every_one a span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .every_one a .iconfont {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    margin-right: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}



/* pc 公用导航,css~~~~~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~index,css */
.ind_banner_box {
    position: relative;
}

.ind_banner .item a {
    display: block;
}

.ind_banner .owl-controls {
    position: absolute;
    bottom: 2px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.owl-controls .owl-dots .owl-dot span {
    background: #fff;
    width: 10px;
    height: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-controls .owl-dots .owl-dot.active span {
    width: 22px;
    height: 10px;
    background: #0f80c7;
}

.ind_banner_form_box {
    width: 32%;
    position: absolute;
    z-index: 2;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.ind_banner_form input {
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: rgba(36, 54, 73, 0.4);
    box-sizing: border-box;
    padding: 12px 10px 12px 90px;
    color: #fff;
}

.ind_banner_form ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
}

.ind_banner_form button {
    position: absolute;
    top: 50%;
    left: 20px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: none;
    border: none;
    cursor: pointer;
}

.ind_banner_form button:hover .iconfont {
    color: #0f80c7;
}

.ind_banner_form button .iconfont {
    font-size: 26px;
    color: #fff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ind_banner_form button :after {
    content: "";
    width: 1px;
    height: 14px;
    background: #687a8c;
    position: absolute;
    top: 50%;
    right: -20px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.indBoxOne1 {
    box-sizing: border-box;
    padding: 42px 0 22px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.indBoxOne1 .left_list_one {
    width: 32.2%;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
}

.indBoxOne1 .left_list_one a {
    height: 500px;
    box-sizing: border-box;
    padding: 0 20%;
    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;
}

.indBoxOne1 .left_list_one a:hover .arrow_btn {
	background: #0f80c7;
	color: #fff;
}
.indBoxOne1 .left_list_one a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxOne1 .left_list_one a:hover .tt_box .tt_01,
.indBoxOne1 .left_list_one a:hover .tt_box .tt_02 {
    color: #0f80c7;
}

.indBoxOne1 .left_list_one a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indBoxOne1 .left_list_one a .img_box img {
    max-width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1 .left_list_one a .tt_box {
    box-sizing: border-box;
    padding: 40px 0 28px;
}

.indBoxOne1 .left_list_one a .tt_box .tt_01 {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #202020;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1 .left_list_one a .tt_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #202020;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1 .left_list_one a .tetx_box {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #888888;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 52px;
}

.indBoxOne1 .arrow_btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #0f80c7;
    color: #0f80c7;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1 .right_list_box {
    width: 66%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxOne1 .right_list_box .item {
    width: calc((100% - 22px) / 2);
    margin-bottom: 21px;
}

.indBoxOne1 .right_list_box .item a {
    height: 240px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
}

.indBoxOne1 .right_list_box .item a:hover .right_text .arrow_btn {
	background: #0f80c7;
	color: #fff;
}
.indBoxOne1 .right_list_box .item a:hover .right_text .tt_box .tt_01,
.indBoxOne1 .right_list_box .item a:hover .right_text .tt_box .tt_02 {
    color: #0f80c7;
}

.indBoxOne1 .right_list_box .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxOne1 .right_list_box .item a .img_box {
    width: 50%;
    height: 100%;
    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;
    perspective: 900px;
    overflow: hidden;
}

.indBoxOne1 .right_list_box .item a .img_box img {
    max-width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1 .right_list_box .item a .right_text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}

.indBoxOne1 .right_list_box .item a .right_text .tt_box .tt_01 {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #202020;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxOne1 .right_list_box .item a .right_text .tt_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #202020;
    box-sizing: border-box;
    padding: 6px 0 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.indPageBoxTwo {
    background: #f8f8f8;
}

.indBoxTwo1 {
    box-sizing: border-box;
    padding: 50px 0 58px;
}

.indBoxTwo1 .module_tt {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 28px;
}

.indBoxTwo2 .item a {
    display: block;
    position: relative;
}

.indBoxTwo2 .item a:hover .indBoxTwo2_show .More_btn {
    opacity: 1;
}

.indBoxTwo2 .item a:hover .indBoxTwo2_show .tt_show_box .tt_show_01,
.indBoxTwo2 .item a:hover .indBoxTwo2_show .tt_show_box .tt_show_02 {
    opacity: 1;
}

.indBoxTwo2 .item a:hover .indBoxTwo2_show {
    background-position: 0;
}

.indBoxTwo2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxTwo2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indBoxTwo2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2 .item a .bottom_text {
    background: #fff;
    box-sizing: border-box;
    padding: 0px 0 30px;
}

.indBoxTwo2 .item a .bottom_text .text_01 {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #666666;
    text-align: center;
}

.indBoxTwo2 .item a .bottom_text .text_02 {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
}

.indBoxTwo2_show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/ind_06.png") no-repeat center center / cover;
    background-position: 1000px;
    box-sizing: border-box;
    padding: 60px 20px 0 40px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxTwo2_show .tt_show_box .tt_show_01 {
    opacity: 0;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxTwo2_show .tt_show_box .tt_show_02 {
    opacity: 0;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 10px 0 65px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxTwo2_show .More_btn {
    opacity: 0;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #0f80c7;
    width: 98px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxTwo2_show .More_btn:hover {
    margin-left: 10px;
}

.indBoxTwo2_lunbo .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}

.indBoxTwo2_lunbo .owl-controls .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #dfdfdf;
}

.indBoxTwo2_lunbo .owl-controls .owl-dots .owl-dot.active span {
    background: #0f80c7;
}

.indBoxThree1 {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.indBoxThree1 .tt_box .tt {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.indBoxThree1 .tt_box .text {
    width: 80%;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 22px 0 0;
}


.indBoxThree2_box {
    box-sizing: border-box;
    padding: 32px 0 66px;
}

.indBoxThree2_icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxThree2_icon .item {
    width: 18%;
}

.indBoxThree2_icon .item .iconfont {
    font-size: 60px;
    color: #666666;
    text-align: center;
}

.indBoxThree2_icon .item .bottom_text .tetx_01 {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 18px 0 2px;
}

.indBoxThree2_icon .item .bottom_text .text_02 {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.indBoxThree3 .text {
    font-family: "Microsoft YaHei";
    font-size: 26px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.indBoxThree3 .More_btn {
    margin: 0 auto;
    width: 160px;
    height: 40px;
    background: #0f80c7;
    box-sizing: border-box;
    padding: 0 20px;
    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;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree3 .More_btn:hover {
    opacity: 0.8;
}

.indBoxThree3 .More_btn span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
}

.indBoxThree3 .More_btn .iconfont {
    font-size: 20px;
    color: #fff;
}


.indPageBoxFour {
    background: #f8f8f8;
}

.indBoxFour1 {
    box-sizing: border-box;
    padding: 70px 0 75px;
}

.indBoxFour1 .module_tt {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 22px;
}


.indBoxFour2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour2 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
}

.indBoxFour2>.item:nth-child(3n) {
    margin-right: 0;
}

.indBoxFour2 .item a {
    display: block;
}

.indBoxFour2 .item a:hover .bottom_content .text_box .iconfont {
    color: #0f80c7;
}

.indBoxFour2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indBoxFour2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indBoxFour2 .item a .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFour2 .item a .bottom_content {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 35px 45px;
}

.indBoxFour2 .item a .bottom_content .item_tt {
    font-family: "Microsoft YaHei";
    font-size: 22px;
    color: #333333;
}

.indBoxFour2 .item a .bottom_content .date {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 6px 0 22px;
}

.indBoxFour2 .item a .bottom_content .text_box {
    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;
}

.indBoxFour2 .item a .bottom_content .text_box .text_01 {
    width: 88%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxFour2 .item a .bottom_content .text_box .iconfont {
    color: #999999;
    font-size: 26px;
    margin-top: 2px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1 {
    box-sizing: border-box;
    padding: 58px 0 46px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxFive1 .item_one {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxFive1 .item_one .center_box {
    display: block;
}

.indBoxFive1 .item_one .center_box:hover .iconfont {
    margin-left: 8px;
}

.indBoxFive1 .item_one .center_box .tt_01 {
    font-family: "Microsoft YaHei";
    font-size: 26px;
    color: #333333;
}

.indBoxFive1 .item_one .center_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding: 8px 0 10px;
}

.indBoxFive1 .item_one .center_box .iconfont {
    font-size: 30px;
    color: #0f80c7;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1 .item_two {
    position: relative;
    width: calc(100% / 3);
    box-sizing: border-box;
    padding-top: 20px;
    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;
}

.indBoxFive1 .item_two .tt {
    font-family: "Microsoft YaHei";
    font-size: 26px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.indBoxFive1 .item_two .faq_btn {
    width: 168px;
    height: 34px;
    background: #0f80c7;
    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;
    box-sizing: border-box;
    padding: 0 24px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1 .item_two .faq_btn:hover {
    opacity: 0.8;
}

.indBoxFive1 .item_two .faq_btn span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
}

.indBoxFive1 .item_two .faq_btn .iconfont {
    font-size: 26px;
    color: #fff;
}

.indBoxFive1 .item_two .left_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 90px;
    background: #e8e8e8;
}

.indBoxFive1 .item_two .right_line {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 90px;
    background: #e8e8e8;
}

.indBoxFive1 .item_three {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxFive1 .item_three .center_box .tt_01 {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #333333;
}

.indBoxFive1 .item_three .center_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 4px 0 14px;
}

.indBoxFive1 .item_three .center_box .num_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indBoxFive1 .item_three .center_box .num_box:hover div,
.indBoxFive1 .item_three .center_box .num_box:hover span {
    color: #0f80c7;
}

.indBoxFive1 .item_three .center_box .num_box div {
    font-family: "Microsoft YaHei";
    font-weight: 800;
    font-size: 16px;
    color: #333333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1 .item_three .center_box .num_box span {
    font-family: "Microsoft YaHei";
    font-weight: 800;
    font-size: 16px;
    color: #333333;
    text-decoration: underline;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~end */





















/* 公用底部模块 */
.public_foot_box {
    background: #243649;
}

.foot_top_01 {
    box-sizing: border-box;
    padding: 60px 0 56px;
}

.foot_top_01 .foot_log_box {
    width: 233px;
    margin: 0 auto;
}

.foot_top_01 .foot_log_box a {
    display: block;
}

.foot_top_01 .foot_log_box a img {
    width: 100%;
}

.foot_top_search_box {
    width: 22%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 28px 0 62px;
}

.foot_top_search_form {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_top_search_form input {
    height: 35px;
    width: calc(100% - 46px);
    outline: none;
    box-sizing: border-box;
    border: 1px solid #929ba4;
    border-right: none;
    padding: 6px 6px 6px 10px;
    background: none;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.foot_top_search_form ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #adadad;
}

.foot_top_search_form button {
    width: 46px;
    height: 35px;
    line-height: 35px;
    background: #0f80c7;
    border-radius: 2px;
    border: none;
    outline: none;
    cursor: pointer;
}

.foot_top_search_form button .iconfont {
    font-size: 22px;
    color: #fff;
}

.foot_top_list_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.foot_top_list_box .item {
    margin: 0 25px;
}

.foot_top_list_box .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #dbdcdd;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_list_box .item a:hover {
    color: #0f80c7;
}

.foot_top_list_box .item a:hover:before {
    background: #0f80c7;
}

.foot_top_list_box .item a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #dbdcdd;
    margin: 8px 8px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_foot_bottom {
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foot_bottom_01 {
    box-sizing: border-box;
    padding: 24px 100px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot_bottom_01 .left_text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_bottom_01 .left_text div {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    padding-right: 50px;
}

.foot_bottom_01 .left_text a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_bottom_01 .left_text a:hover {
    color: #0f80c7;
}

.foot_bottom_01 .right_icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_bottom_01 .right_icon .item {
    margin: 0 8px;
}

.foot_bottom_01 .right_icon .item a {
    display: block;
    font-size: 28px;
    color: #a7afb6;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_bottom_01 .right_icon .item a:hover {
    color: #0f80c7;
}


/* 公用底部模块~~~~~~~~~~~~~~~~~~~~end */























/* ~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~about,css */
.second_banner_box {
    background: #f8f8f8;
}

.second_banner_01 {
    box-sizing: border-box;
    padding: 22px 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.second_banner_01 .left_text {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #666666;
}

.second_banner_01 .right_Crumbs_box {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
}

.second_banner_01 .right_Crumbs_box a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.second_banner_01 .right_Crumbs_box a:hover {
    color: #0f80c7;
}

.aboBoxOne2 {
    box-sizing: border-box;
    padding: 60px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxOne2 .left_tt_box .tt_01 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
}

.aboBoxOne2 .left_tt_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
}

.aboBoxOne2 .right_text_box {
    width: 52%;
}

.aboBoxOne2 .right_text_box .text_01 {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #333333;
}

.aboBoxOne2 .right_text_box .text_02 {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    box-sizing: border-box;
    padding-top: 20px;
}

.aboBoxOne3 {
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 50px 0 46px;
}


.aboBoxOne4_video {
    position: relative;
    cursor: pointer;
    perspective: 900px;
}

.aboBoxOne4_video:hover .img_02 {
    -ms-transform: translate(-50%, -50%) translateZ(-100px);
    -webkit-transform: translate(-50%, -50%) translateZ(-100px);
    transform: translate(-50%, -50%) translateZ(-100px);
}

.aboBoxOne4_video .img_01 {
    width: 100%;
}

.aboBoxOne4_video .img_02 {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}



/* 点击视频弹出播放框css */
.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */



.aboBoxTwo1 {
    box-sizing: border-box;
    padding: 80px 0 82px;
}

.aboBoxTwo1 .module_tt_box {
    box-sizing: border-box;
    padding-bottom: 50px;
}

.aboBoxTwo1 .module_tt_box .tt_01 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
}

.aboBoxTwo1 .module_tt_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 30px;
}

.aboBoxTwo1 .module_tt_box .tt_03 {
    width: 70%;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: center;
}


.aboBoxTwo2 .item {
    position: relative;
    overflow: hidden;
}

.aboBoxTwo2 .item:hover .item_active {
    top: 0;
    background: rgba(36, 54, 73, 0.85);
    /* padding: 70px 20px 0 30px; */
    padding-top: 70px;
}

.aboBoxTwo2 .item .item_active {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 54, 73, 0.6);
    box-sizing: border-box;
    padding: 32px 20px 0 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxTwo2 .item .item_active .tt_01 {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #ffffff;
}

.aboBoxTwo2 .item .item_active .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 4px 0 26px;
}

.aboBoxTwo2 .item .item_active .tt_03 {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 3px;
}

.aboBoxTwo2 .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 30px;
}

.aboBoxTwo2 .owl-controls .owl-dots .owl-dot span {
    background: #666666;
}

.aboBoxTwo2 .owl-controls .owl-dots .owl-dot.active span {
    background: #0f80c7;
}

.aboBoxTwo2_box {
    position: relative;
}

.aboBoxTwo2_box .prev_btn {
    font-size: 46px;
    color: #d9d9d9;
    position: absolute;
    top: 50%;
    left: -80px;
    -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;
}

.aboBoxTwo2_box .next_btn {
    font-size: 46px;
    color: #d9d9d9;
    position: absolute;
    top: 50%;
    right: -80px;
    -ms-transform: translate(0, -50%) rotateY(180deg);
    -webkit-transform: translate(0, -50%) rotateY(180deg);
    transform: translate(0, -50%) rotateY(180deg);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxTwo2_box .prev_btn:hover,
.aboBoxTwo2_box .next_btn:hover {
    color: #0f80c7;
}

.aboBoxThree1 {
    box-sizing: border-box;
    padding: 0px 0 70px;
}

.aboBoxThree1 .module_tt_box {
    box-sizing: border-box;
    padding-bottom: 48px;
}

.aboBoxThree1 .module_tt_box .tt_01 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
}

.aboBoxThree1 .module_tt_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0 22px;
}

.aboBoxThree1 .module_tt_box .tt_03 {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.aboBoxThree2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboBoxThree2 .item {
    width: 20%;
}

.aboBoxThree2 .item .img_box {
    text-align: center;
    height: 53px;
}

.aboBoxThree2 .item .img_box img {
    max-width: 100%;
}

.aboBoxThree2 .item .tt {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 26px 0 8px;
}

.aboBoxThree2 .item .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.aboPageBoxFour {
    background: #f7f7f7;
}

.aboBoxFour1 {
    box-sizing: border-box;
    padding: 40px 0 70px;
}

.aboBoxFour1 .module_tt .tt_01 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
}

.aboBoxFour1 .module_tt .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 30px;
}


.aboBoxFour2 {
    text-align: center;
}

.aboBoxFour2 img {
    max-width: 100%;
}

.aboBoxFour3 .tt {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 62px 0 25px;
}

.aboBoxFour3_bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboBoxFour3_bottom .item {
    width: 142px;
    height: 142px;
    position: relative;
    margin: 0 40px;
}

.aboBoxFour3_bottom .item .circle_box_Two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
}

.aboBoxFour3_bottom .item .circle_box_Two .num {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #666666;
}

.aboBoxFour3_bottom .item .circle_box_Two .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 2px;
}


.aboBoxFive1 {
    box-sizing: border-box;
    padding: 58px 0 78px;
}

.aboBoxFive1 .module_tt_box .tt_01 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
}

.aboBoxFive1 .module_tt_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 0 36px;
}

.aboBoxFive2 .item {
    position: relative;
    height: 166px;
    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;
    box-sizing: border-box;
    border: 1px solid #ededed;
    overflow: hidden;
}

.aboBoxFive2 .item:hover .item_hover {
    bottom: 0;
}

.aboBoxFive2 .item img {
    max-width: 100%;
    width: auto;
}

.aboBoxFive2 .item .item_hover {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    bottom: -34px;
    left: 0;
    width: 100%;
    line-height: 32px;
    text-align: center;
    background: #278ccc;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFive2 .owl-controls {
    box-sizing: border-box;
    padding-top: 30px;
}

.aboBoxFive2 .owl-controls .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: none;
    box-sizing: border-box;
    border: 1px solid #9b9b9b;
}

.aboBoxFive2 .owl-controls .owl-dots .owl-dot.active span {
    background: #0f80c7;
    border: none;
}

.aboBoxFive3 .tt {
    width: 80%;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-style: italic;
    font-size: 18px;
    color: #333333;
    line-height: 33px;
    text-align: center;
    box-sizing: border-box;
    padding: 80px 0 40px;
}

.aboBoxFive3_bottom {
    background: url("../images/about_19.jpg") no-repeat center center / cover;
    box-sizing: border-box;
    padding: 60px 0 114px;
}

.aboBoxFive3_bottom .content_01 {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.aboBoxFive3_bottom .content_02 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #243649;
    text-align: center;
    box-sizing: border-box;
    padding: 2px 0 30px;
}

.aboBoxFive3_bottom .btn {
    font-family: Arial;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    display: block;
    width: 180px;
    margin: 0 auto;
    line-height: 44px;
    background: #0f80c7;
    text-align: center;
    text-transform: uppercase;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboBoxFive3_bottom .btn:hover {
    opacity: 0.8;
}

/* ~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~about,css~~~~~~~~~~~~~~end */




















/* ~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~contact,css */
.conBoxOne_big_box {
    box-sizing: border-box;
    padding: 58px 100px 90px;
}

.conBoxOne1 .module_tt {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 36px;
}

.conBoxOne1_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;
}

.conBoxOne1_01 .item_big {
    width: calc((100% - 22px) / 2);
}

.conBoxOne1_01 .item_big .item_big_a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f5f5f5;
}

.conBoxOne1_01 .item_big .item_big_a .left_icon_box {
    width: 25%;
    height: 150px;
    background: #f0f0f0;
    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;
}

.conBoxOne1_01 .item_big .item_big_a .left_icon_box .iconfont {
    font-size: 42px;
    color: #666666;
}

.conBoxOne1_01 .item_big .item_big_a .left_icon_box span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 12px;
}

.conBoxOne1_01 .item_big .item_big_a .right_content {
    width: 75%;
    box-sizing: border-box;
    padding: 0 40px 0 45px;
}

.conBoxOne1_01 .item_big .item_big_a .right_content a {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 6px 0 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxOne1_01 .item_big .item_big_a .right_content a:hover {
    color: #0f80c7;
}

.conBoxOne1_01 .item_little {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-top: 18px;
}

.conBoxOne1_01 .item_little a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 150px;
    background: #f5f5f5;
}

.conBoxOne1_01 .item_little a:hover span {
    color: #0f80c7;
}

.conBoxOne1_01 .item_little a .iconfont {
    font-size: 42px;
    color: #666666;
}

.conBoxOne1_01 .item_little a span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-top: 14px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxOne1_01>.item_little.last {
    margin-right: 0;
}

.conBoxOne2 {
    box-sizing: border-box;
    padding: 54px 0 54px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.conBoxOne2_L {
    width: 41.5%;
    height: 412px;
    background: url("../images/contact_01.jpg") no-repeat center center / cover;
    box-sizing: border-box;
    padding: 27px 21px 25px 24px;
}

.conBoxOne2_L_01 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 20px 0 40px;
    background: rgba(255, 255, 255, 0.95);
}

.conBoxOne2_L_01 .tt_01 {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #202020;
}

.conBoxOne2_L_01 .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    padding: 12px 0 60px;
}

.conBoxOne2_L_01 .tt_03 {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 16px;
    color: #202020;
}

.conBoxOne2_L_01 .tt_04 {
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #0f80c7;
    text-decoration: underline;
    box-sizing: border-box;
    padding-top: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxOne2_L_01 .tt_04:hover {
    padding-left: 8px;
}

.conBoxOne2_R {
    width: 56%;
}

.conBoxOne2_R_form .item {
    box-sizing: border-box;
    padding: 17px 0 4px;
    border-bottom: 1px solid #d8d8d8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conBoxOne2_R_form .item .left_text {
    width: 100px;
    text-align: right;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 36px;
    padding-top: 5px;
}

.conBoxOne2_R_form .item input {
    width: calc(100% - 100px);
    box-sizing: border-box;
    outline: none;
    background: none;
    box-sizing: border-box;
    padding: 10px 0 10px;
    border: none;
}

.conBoxOne2_R_form .item ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #c9c9c9;
}

.conBoxOne2_R_form .item textarea {
    resize: none;
    box-sizing: border-box;
    padding: 10px 0 10px;
    border: none;
    width: calc(100% - 100px);
    height: 80px;
    outline: none;
}

.conBoxOne2_R_form .btn_box {
    box-sizing: border-box;
    padding-top: 36px;
}

.conBoxOne2_R_form .btn_box button {
    outline: none;
    border: none;
    width: 140px;
    line-height: 45px;
    text-align: center;
    background: #0f80c7;
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.conBoxOne3 img {
    width: 100%;
}


/* ~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~~end */
























/* ~~~~~~~~~~~~~~~download,css */
/* ~~~~~~~~~~~~~~~download,css */
/* ~~~~~~~~~~~~~~~download,css */
.dowBoxOne1 {
    box-sizing: border-box;
    padding: 62px 126px 120px;
}

.dowBoxOne1 .module_tt {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 36px;
}

.dowBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dowBoxOne2 .item {
    width: calc((100% - 35px) / 2);
    margin-bottom: 34px;
}

.dowBoxOne2 .item a {
    display: block;
    box-sizing: border-box;
    padding: 40px 50px 62px 50px;
    border: 1px solid #e5e5e5;
}

.dowBoxOne2 .item a:hover .dowBoxOne2_01 .right_icon {
    border: 1px solid #0f80c7;
    background: #0f80c7;
    color: #fff;
}

.dowBoxOne2_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.dowBoxOne2_01 .left_text {
    width: 68%;
}

.dowBoxOne2_01 .left_text .text_01 {
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #333333;
}

.dowBoxOne2_01 .left_text .text_02 {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding-top: 20px;
}

.dowBoxOne2_01 .left_text .text_02 span {
    box-sizing: border-box;
    padding-left: 24px;
}

.dowBoxOne2_01 .right_icon {
    font-size: 36px;
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    background: #f8f8f8;
    color: #202020;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.dowBoxOne2_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 38px;
}

.dowBoxOne2_02 .iconfont {
    font-weight: 700;
    font-size: 18px;
    color: #202020;
}

.dowBoxOne2_02 span {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #202020;
    box-sizing: border-box;
    padding: 2px 0 0 8px;
}

.dowBoxOne3 {
    box-sizing: border-box;
    padding-top: 42px;
}

/* 公用分页 */
.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    background: #fff;
    margin: 0 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_paging a.prev,
.public_paging a.next {
    width: 156px;
}

.public_paging a.hover {
    background: #0f80c7;
    color: #fff;
}

.public_paging a:hover {
    background: #0f80c7;
    color: #fff;
}


/* 公用分页~~~~~~~~~~~~end */


/* ~~~~~~~~~~~~~~~download,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~download,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~download,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~factory,css */
/* ~~~~~~~~~~~~~~~factory,css */
/* ~~~~~~~~~~~~~~~factory,css */
.facBoxOne1 {
    box-sizing: border-box;
    padding: 60px 0 100px;
}

.facBoxOne1 .module_tt_box .tt_01 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
}

.facBoxOne1 .module_tt_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 36px;
}

.facBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facBoxOne2 .item {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
    margin-bottom: 18px;
}

.facBoxOne2>.item:nth-child(3n) {
    margin-right: 0;
}

.facBoxOne2 .item a {
    display: block;
    position: relative;
}

.facBoxOne2 .item a:hover .item_hover_show .iconfont {
    opacity: 1;
}

.facBoxOne2 .item a:hover .item_hover_show {
    background-position: 0px;
}

.facBoxOne2 .item a img {
    width: 100%;
}

.facBoxOne2 .item a .item_hover_show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/factory_10.png") no-repeat center center / cover;
    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;
    background-position: 800px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.facBoxOne2 .item a .item_hover_show .iconfont {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    opacity: 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}


/* ~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~factory,css~~~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~honor,css */
.honBoxOne1 {
    box-sizing: border-box;
    padding: 50px 48px 80px;
}

.honBoxOne1 .module_tt_box .tt_01 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
}

.honBoxOne1 .module_tt_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 2px 0 32px;
}

.honBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.honBoxOne2 .item {
    width: calc((100% - 29px) / 2);
    background: #efefef;
    box-sizing: border-box;
    padding: 8px 8px 8px;
    position: relative;
}

.honBoxOne2 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.honBoxOne2 .item .img_box {
    perspective: 900px;
    overflow: hidden;
}

.honBoxOne2 .item .img_box img {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.honBoxOne2 .item .bottom_text {
    font-family: "Microsoft YaHei";
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(36, 54, 73, 0.8);
    text-align: center;
    box-sizing: border-box;
    padding: 26px 0;
}

.honBoxTwo1 {
    box-sizing: border-box;
    padding: 0 0 150px;
}

.honBoxTwo1 .module_tt_box {
    box-sizing: border-box;
    padding-bottom: 36px;
}

.honBoxTwo1 .module_tt_box .tt_01 {
    font-family: "Microsoft YaHei";
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.honBoxTwo1 .module_tt_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0 6px;
}

.honBoxTwo1 .module_tt_box .tt_03 {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #666666;
    text-align: center;
}


.honBoxTwo2 {
    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;
}

.honBoxTwo2 .item {
    width: 17.5%;
    position: relative;
    margin: 0 22px 25px;
}

.honBoxTwo2 .item:hover .bottom_text {
    color: #0f80c7;
}

.honBoxTwo2 .item .img_box {
    box-sizing: border-box;
    border-top: 4px solid #d6d6d6;
    border-left: 4px solid #d6d6d6;
}

.honBoxTwo2 .item .img_box img {
    width: 100%;
}

.honBoxTwo2 .item .background_color {
    position: absolute;
    z-index: -1;
    top: 7px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
}

.honBoxTwo2 .item .bottom_text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    width: 100%;
    padding-top: 15px;
    text-align: center;
    text-decoration: underline;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/* ~~~~~~~~~~~~~honor,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~honor,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~honor,css~~~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~~news-detailed,css */
/* ~~~~~~~~~~~~news-detailed,css */
/* ~~~~~~~~~~~~news-detailed,css */
.new_dePageBoxOne .page_tt_box {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 42px 0 32px;
    border-bottom: 1px solid #e6e6e6;
}

.new_deBoxOne1 {
    box-sizing: border-box;
    padding: 32px 62px 70px;
}

.new_deBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 46px;
}

.new_deBoxOne2 .date_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-right: 22px;
}

.new_deBoxOne2 .date_box .iconfont {
    font-size: 24px;
    color: #888888;
}

.new_deBoxOne2 .date_box span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #888888;
    box-sizing: border-box;
    padding: 2px 0 0 6px;
}

.new_deBoxOne2 .share_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-left: 22px;
}

.new_deBoxOne2 .share_box .iconfont {
    font-size: 18px;
    color: #666666;
    margin-top: 4px;
}

.new_deBoxOne2 .share_box .share_text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 2px 0 0 6px;
}

.new_deBoxOne3 img {
    max-width: 100%;
}

.new_deBoxOne3 .text_content {
    box-sizing: border-box;
    padding: 66px 90px 54px 90px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.new_deBoxOne3 .text_content .left_text {
    width: calc((100% - 50px) / 2);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #7e7e7e;
    line-height: 32px;
}

.new_deBoxOne3 .text_content .right_text {
    width: calc((100% - 50px) / 2);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #7e7e7e;
    line-height: 32px;
}

.new_deBoxOne3 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.new_deBoxOne3 .btn_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.new_deBoxOne3 .btn_box a:hover .iconfont {
    color: #0f80c7;
    border: 1px solid #0f80c7;
}

.new_deBoxOne3 .btn_box a:hover span {
    color: #0f80c7;
}

.new_deBoxOne3 .btn_box a .iconfont {
    font-size: 18px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    color: #666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3 .btn_box a span {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #999999;
    box-sizing: border-box;
    padding: 0 18px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne3 .btn_box>a:last-child .iconfont {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.new_dePageBoxTwo .indPageBoxFour {
    background: #f6f6f6;
}

/* ~~~~~~~~~~~~news-detailed,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~news-detailed,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~news-detailed,css~~~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~~~~news-list,css */
/* ~~~~~~~~~~~~~~news-list,css */
/* ~~~~~~~~~~~~~~news-list,css */
.new_liBoxOne1 {
    box-sizing: border-box;
    padding: 62px 0 100px;
}

.new_liBoxOne1 .module_tt {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 26px;
}

.new_liBoxOne1 .indBoxFour2 .item {
    margin-bottom: 45px;
}

.new_liBoxOne2 {
    box-sizing: border-box;
    padding-top: 20px;
}


/* ~~~~~~~~~~~~~~news-list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news-list,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~news-list,css~~~~~~~~~~~~~~end */




















/* ~~~~~~~~~~~~~~products-detailed,css */
/* ~~~~~~~~~~~~~~products-detailed,css */
/* ~~~~~~~~~~~~~~products-detailed,css */
.pro_deBoxOne1 {
    box-sizing: border-box;
    padding: 35px 0 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxOne1_L {
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
}

.pro_deBoxOne1_L_lunbo .owl-controls {
    position: absolute;
    bottom: 4px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.pro_deBoxOne1_L_lunbo .owl-controls .owl-dots .owl-dot span {
    background: #bdbdbd;
}

.pro_deBoxOne1_L_lunbo .owl-controls .owl-dots .owl-dot.active span {
    background: #0f80c7;
}


.pro_deBoxOne1_R {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}

.pro_deBoxOne1_R .tt_box .tt_01 {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 36px;
    color: #333333;
    box-sizing: border-box;
    padding: 26px 0 8px;
}

.pro_deBoxOne1_R .tt_box .tt_02 {
    font-family: Arial;
    font-size: 24px;
    color: #666666;
}

.pro_deBoxOne1_R dl {
    box-sizing: border-box;
    padding: 30px 0 46px;
    border-bottom: 1px solid #dfdfdf;
}

.pro_deBoxOne1_R dl dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 5px 0;
}

.pro_deBoxOne1_R dl dd div {
    width: 50%;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
}

.pro_deBoxOne1_R .btn_box {
    box-sizing: border-box;
    padding: 48px 0 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxOne1_R .btn_box .a_item {
    display: block;
    width: 29%;
    height: 50px;
    background: #243649;
    border-radius: 6px;
    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_R .btn_box .a_item:hover {
    opacity: 0.7;
}

.pro_deBoxOne1_R .btn_box .a_item .iconfont {
    font-size: 26px;
    color: #fff;
}

.pro_deBoxOne1_R .btn_box .a_item span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 10px;
}

.pro_deBoxOne1_R .btn_box>a:nth-child(2) {
    background: #f3f3f3;
    margin: 0 12px;
}

.pro_deBoxOne1_R .btn_box>a:nth-child(2) .iconfont,
.pro_deBoxOne1_R .btn_box>a:nth-child(2) span {
    color: #666666;
}

.pro_deBoxOne1_R .btn_box>a:nth-child(3) {
    width: 130px;
    background: none;
}

.pro_deBoxOne1_R .btn_box>a:nth-child(3) .iconfont {
    font-weight: 600;
    font-size: 20px;
    color: #0f80c7;
}

.pro_deBoxOne1_R .btn_box>a:nth-child(3) span {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 14px;
    color: #0f80c7;
    text-decoration: underline;
}

.pro_deBoxOne1_R .share_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxOne1_R .share_box .share_text {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding-right: 6px;
}


.pro_dePageBoxTwo {
    background: #f8f8f8;
}

.pro_deBoxTwo1 {
    box-sizing: border-box;
    padding: 48px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_deBoxTwo1_L {
    width: 22%;
    background: #fff;
    box-sizing: border-box;
    padding: 16px 10px 30px;
}

.pro_deBoxTwo1_L_form {
    position: relative;
}

.pro_deBoxTwo1_L_form input {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 12px 10px 12px 62px;
    border-radius: 5px;
}

.pro_deBoxTwo1_L_form ::-webkit-input-placeholder {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999999;
}

.pro_deBoxTwo1_L_form button {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 14px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxTwo1_L_form button .iconfont {
    font-size: 26px;
    color: #0f80c7;
}

.pro_deBoxTwo1_L_form button::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #ededed;
    margin-left: 8px;
}

.pro_deBoxTwo1_L_list {
    box-sizing: border-box;
    padding: 30px 10px 60px;
}

.pro_deBoxTwo1_L_list .tt_box {
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 18px;
    color: #202020;
    box-sizing: border-box;
    padding: 0 14px 12px;
    border-bottom: 1px solid #eeeeee;
}

.pro_deBoxTwo1_L_list .list {
    box-sizing: border-box;
    padding: 12px 0 0 16px;
}

.pro_deBoxTwo1_L_list .list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 14px 0;
}

.pro_deBoxTwo1_L_list .list .item a:hover .iconfont,
.pro_deBoxTwo1_L_list .list .item a:hover span,
.pro_deBoxTwo1_L_list .list .item a:hover .num {
    color: #0f80c7;
}

.pro_deBoxTwo1_L_list .list .item a:hover .num {
    border: 1px solid #0f80c7;
}

.pro_deBoxTwo1_L_list .list .item a .iconfont {
    font-size: 12px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1_L_list .list .item a span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 14px 2px 12px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1_L_list .list .item a .num {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #999999;
    width: 34px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 50%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1_L_list .list .item.hover a .iconfont,
.pro_deBoxTwo1_L_list .list .item.hover a span,
.pro_deBoxTwo1_L_list .list .item.hover a .num {
    color: #0f80c7;
}

.pro_deBoxTwo1_L_list .list .item.hover a .num {
    border: 1px solid #0f80c7;
}

.pro_deBoxTwo1_L_btn a {
    height: 50px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #0f80c7;
    border-radius: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-left: 16%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1_L_btn a:hover {
    opacity: 0.8;
    padding-left: 18%;
}

.pro_deBoxTwo1_L_btn a .iconfont {
    color: #fff;
    font-size: 30px;
}

.pro_deBoxTwo1_L_btn a span {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 14px;
}

.pro_deBoxTwo1_L_btn>a:last-child {
    background: #f8f8f8;
}

.pro_deBoxTwo1_L_btn>a:last-child .iconfont,
.pro_deBoxTwo1_L_btn>a:last-child span {
    color: #666666;
}


.pro_deBoxTwo1_R {
    width: 76%;
    background: #fff;
    box-sizing: border-box;
    padding: 42px 40px 66px 45px;
}

.pro_deBoxTwo1_R_pub_tt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxTwo1_R_pub_tt .iconfont {
    font-size: 20px;
    font-weight: 700;
    color: #0f80c7;
}

.pro_deBoxTwo1_R_pub_tt span {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 0 4px 10px;
}

.pro_deBoxTwo1_R_01_bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxTwo1_R_01_bottom dl {
    width: 58%;
    box-sizing: border-box;
    padding: 30px 10px 40px 10px;
    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_R_01_bottom dl dd {
    width: calc((100% - 70px) / 2);
    margin-bottom: 42px;
}

.pro_deBoxTwo1_R_01_bottom dl dd div {
    font-family: "Microsoft YaHei";
    font-size: 22px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 16px;
}

.pro_deBoxTwo1_R_01_bottom dl dd span {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.pro_deBoxTwo1_R_01_bottom .right_img {
    width: 38.5%;
}

.pro_deBoxTwo1_R_01_bottom .right_img img {
    width: 100%;
}

.pro_deBoxTwo1_R_02 {
    box-sizing: border-box;
    padding: 42px 0 30px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.pro_deBoxTwo1_R_02_bottom .tt {
    font-family: "Microsoft YaHei";
    font-size: 20px;
    color: #666666;
    box-sizing: border-box;
    padding: 14px 0 32px 22px;
}

.pro_deBoxTwo1_R_02_bottom dl {
    box-sizing: border-box;
    padding-left: 22px;
}

.pro_deBoxTwo1_R_02_bottom dl dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 18px;
}

.pro_deBoxTwo1_R_02_bottom dl dd div {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 14px;
    color: #666666;
    width: 86px;
    height: 86px;
    text-align: center;
    background: #eeeeee;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deBoxTwo1_R_02_bottom dl dd span {
    width: calc(100% - 260px);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    padding-left: 25px;
}

.pro_deBoxTwo1_R_03 {
    box-sizing: border-box;
    padding: 42px 0 0;
}

.pro_deBoxTwo1_R_03 .indBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 30px;
}

.pro_deBoxTwo1_R_03 .indBoxTwo2 .item {
    width: calc((100% - 199px) / 3);
    margin-right: 99.5px;
}

.pro_deBoxTwo1_R_03 .indBoxTwo2>.item:nth-child(3n) {
    margin-right: 0;
}

.pro_deBoxTwo1_R_03 .indBoxTwo2 .item a .bottom_text .text_01 {
    font-size: 16px;
}

.pro_deBoxTwo1_R_03 .indBoxTwo2 .item a .bottom_text .text_02 {
    font-size: 18px;
}

.pro_deBoxTwo1_R_03 .indBoxTwo2 .item a .indBoxTwo2_show {
    padding: 50px 20px 0 30px;
}

.pro_deBoxTwo1_R_03 .indBoxTwo2 .item a .indBoxTwo2_show .tt_show_box .tt_show_01 {
    font-size: 26px;
}

.pro_deBoxTwo1_R_03 .indBoxTwo2 .item a .indBoxTwo2_show .tt_show_box .tt_show_02 {
    font-size: 22px;
}


.pro_deBoxThree1 {
    box-sizing: border-box;
    padding: 0 24px 30px 40px;
}

/* ~~~~~~~~~~~~~~products-detailed,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~products-detailed,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~products-detailed,css~~~~~~~~~~~~~end */



















/* ~~~~~~~~~~~~~products-list,css */
/* ~~~~~~~~~~~~~products-list,css */
/* ~~~~~~~~~~~~~products-list,css */
.pro_liPageBoxOne {
    background: #f8f8f8;
}

.pro_liBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_liBoxOne2 {
    width: 77%;
}

.pro_liBoxOne2 .indBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_liBoxOne2 .indBoxTwo2 .item {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
    margin-bottom: 22px;
}

.pro_liBoxOne2 .indBoxTwo2>.item:nth-child(4n) {
    margin-right: 0;
}

.pro_liBoxOne2 .indBoxTwo2 .item a .bottom_text .text_01 {
    font-size: 16px;
}

.pro_liBoxOne2 .indBoxTwo2 .item a .bottom_text .text_02 {
    font-size: 16px;
}

.pro_liBoxOne2 .indBoxTwo2 .item a .indBoxTwo2_show {
    padding: 45px 20px 0 36px;
}

.pro_liBoxOne2 .indBoxTwo2 .item a .indBoxTwo2_show .tt_show_box .tt_show_01 {
    font-size: 24px;
}

.pro_liBoxOne2 .indBoxTwo2 .item a .indBoxTwo2_show .tt_show_box .tt_show_02 {
    font-size: 18px;
    padding: 8px 0 50px;
}

.pro_liBoxOne2 .indBoxTwo2 .item a .indBoxTwo2_show .More_btn {
    width: 74px;
    line-height: 26px;
    font-size: 12px;
}

.pro_liBoxOne2_01 {
    box-sizing: border-box;
    padding: 66px 0 130px;
}

.pro_liBoxOne2_01 .public_paging {
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}


/* ~~~~~~~~~~~~~products-list,css~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~products-list,css~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~products-list,css~~~~~~~~~~~~~ */
























/* ~~~~~~~~~~~~~~~~qc,css */
/* ~~~~~~~~~~~~~~~~qc,css */
/* ~~~~~~~~~~~~~~~~qc,css */
.qcBoxOne1 {
    box-sizing: border-box;
    padding: 50px 0 72px;
}

.qcBoxOne1 .module_tt_box .tt_01 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    text-align: center;
    text-transform: uppercase;
}

.qcBoxOne1 .module_tt_box .tt_02 {
    font-family: "Microsoft YaHei";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 46px;
}

.qcBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.qcBoxOne2_L {
    width: 39%;
    box-sizing: border-box;
    padding: 32px 90px 0 100px;
}

.qcBoxOne2_L .tt_box .tt_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.qcBoxOne2_L .tt_box .tt_01 .iconfont {
    font-weight: 800;
    font-size: 26px;
    color: #0f80c7;
    margin-top: 10px;
}

.qcBoxOne2_L .tt_box .tt_01 span {
    font-family: "Microsoft YaHei";
    font-size: 32px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 12px;
}

.qcBoxOne2_L .tt_box .tt_02 {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 14px 0 34px 38px;
}

.qcBoxOne2_L .tt_box .tt_03 {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    box-sizing: border-box;
    padding: 0 0 0 38px;
}

.qcBoxOne2_L .img_box {
    box-sizing: border-box;
    padding-top: 64px;

}

.qcBoxOne2_L .img_box img {
    width: 100%;
}

.qcBoxOne2_R {
    width: 61%;
    box-sizing: border-box;
    padding-right: 22px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.qcBoxOne2_R .item {
    position: relative;
    height: 465px;
    width: calc((100% - 28px) / 3);
    margin-right: 14px;
    background: #f4f4f4;
    box-sizing: border-box;
    padding: 50px 40px 0 40px;
    overflow: hidden;
}

.qcBoxOne2_R>.item:nth-child(3n) {
    margin-right: 0;
}

.qcBoxOne2_R .item:hover .qcBoxOne2_R_item_show {
    top: 0;
}

.qcBoxOne2_R .item .item_tt {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 12px;
}

.qcBoxOne2_R .item .item_list {
    box-sizing: border-box;
    padding: 30px 0 0 0;
}

.qcBoxOne2_R .item .item_list dd {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 3px 0;
}

.qcBoxOne2_R .item .item_list dd:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666666;
    margin: 10px 8px 0 0;
}


.qcBoxOne2_R_item_show {
    position: absolute;
    top: 331px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #243649;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.qcBoxOne2_R_item_show .img_box img {
    width: 100%;
}

.qcBoxOne2_R_item_show .hover_show_box {
    box-sizing: border-box;
    padding: 32px 30px 0 50px;
}

.qcBoxOne2_R_item_show .hover_show_box .show_tt {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 12px;
}

.qcBoxOne2_R_item_show .hover_show_box .show_list {
    box-sizing: border-box;
    padding-top: 24px;
}

.qcBoxOne2_R_item_show .hover_show_box .show_list dd {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 3px 0;
}

.qcBoxOne2_R_item_show .hover_show_box .show_list dd:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    margin: 10px 8px 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.qcBoxOne2_R_item_show .hover_show_box .show_list dd:hover:before {
    margin: 10px 16px 0 0;
}

.qcBoxOne3 {
    box-sizing: border-box;
    padding: 112px 0 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.qcBoxOne3 .item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 100px 0 80px;
}

.qcBoxOne3 .item .tt {
    font-family: "Microsoft YaHei";
    font-size: 30px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 22px;
}

.qcBoxOne3 .item .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    line-height: 29px;
}

.qcBoxOne3 .item .text span {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 30px;
    color: #0f80c7;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 49px;
}


.qcBoxTwo1 {
    box-sizing: border-box;
    padding-bottom: 92px;
}

.qcBoxTwo1 .item {
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 70px 36px 80px 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 46px;
}

.qcBoxTwo1 .item .item_tt {
    width: 180px;
    font-family: "Microsoft YaHei";
    font-size: 30px;
    color: #333333;
    line-height: 39px;
    text-align: right;
}

.qcBoxTwo1_item_R {
    width: calc(100% - 180px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.qcBoxTwo1_item_R .every_one {
    width: 50%;
    box-sizing: border-box;
    padding-left: 52px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.qcBoxTwo1_item_R .every_one div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #0f80c7;
    color: #fff;
    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;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
}

.qcBoxTwo1_item_R .every_one span {
    width: calc(100% - 100px);
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #666666;
    line-height: 27px;
    box-sizing: border-box;
    padding-top: 16px;
    padding-left: 20px;
}


/* ~~~~~~~~~~~~~~~~qc,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~qc,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~qc,css~~~~~~~~~~~~~end */





















/* ~~~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~~~service,css */
.serBoxOne1 {
    box-sizing: border-box;
    padding: 82px 0 102px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.serBoxOne1_L {
    width: 46%;
    box-sizing: border-box;
    padding-right: 40px;
}

.serBoxOne1_L .tt {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 36px;
    color: #333333;
}

.serBoxOne1_L .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    box-sizing: border-box;
    padding: 30px 0 30px;
}

.serBoxOne1_L .bottom_content_box div {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #888888;
    box-sizing: border-box;
    padding-bottom: 6px;
}

.serBoxOne1_L .bottom_content_box span {
    font-family: "Microsoft YaHei";
    font-style: italic;
    font-size: 20px;
    color: #0168b7;
}

.serBoxOne1_R {
    width: 54%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 50px;
}

.serBoxOne1_R .item {
    width: calc(100% / 3);
}

.serBoxOne1_R_01 {
    width: 144px;
    height: 144px;
    position: relative;
    margin: 0 auto;
}

.serBoxOne1_R_01 .arrow_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
}

.serBoxOne1_R_01 .arrow_text .text_01 {
    font-family: "Microsoft YaHei";
    font-size: 30px;
    color: #0f80c7;
}

.serBoxOne1_R_01 .arrow_text .text_02 {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #bcbcbc;
}

.serBoxOne1_R .item .bottom_content {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #888888;
    text-align: center;
    box-sizing: border-box;
    padding-top: 22px;
}

.serBoxTwo1 {
    box-sizing: border-box;
    padding: 0 8px 88px;
}

.serBoxTwo1 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 90px;
}

.serBoxTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.serBoxTwo2_item01,
.serBoxTwo2_item02,
.serBoxTwo2_item03 {
    width: calc(100% / 3);
    height: 461px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.serBoxTwo2_item01 {
    position: relative;
    top: -126px;
    background: #0f80c7;
    box-sizing: border-box;
    padding: 70px 50px 0 60px;
}

.serBoxTwo2_item01 .tt {
    font-family: "Microsoft YaHei";
    font-size: 30px;
    color: #fefefe;
    line-height: 39px;
    box-sizing: border-box;
    padding-right: 24%;
}

.serBoxTwo2_item01 .line {
    width: 58px;
    height: 2px;
    background: #fff;
    margin: 25px 0 38px;
}

.serBoxTwo2_item01 .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #fefefe;
    line-height: 32px;
}


.serBoxTwo2_item02 {
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 50px 50px 0;
}

.serBoxTwo2_item02 .img_box {
    width: 32%;
    margin: 0 auto;
}

.serBoxTwo2_item02 .img_box img {
    width: 100%;
}

.serBoxTwo2_item02 .tt {
    font-family: "Microsoft YaHei";
    font-size: 30px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 42px 0 28px;
}

.serBoxTwo2_item02 .text {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 28px;
}

.serBoxTwo2_item03 {
    position: relative;
    top: -70px;
}

.serBoxTwo2_item03 img {
    width: 100%;
}

.serBoxTwo2_item01:hover,
.serBoxTwo2_item02:hover,
.serBoxTwo2_item03:hover {
    transform: translateY(-6px);
}


.serPageBoxThree {
    background: #f6f6f6;
}

.serBoxThree1 {
    box-sizing: border-box;
    padding: 52px 100px 58px;
}

.serBoxThree1 .module_tt {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
}

/* ~~~~~~~~~~~~~faq翻转css */
.faqPageOne2 .item {
    box-sizing: border-box;
    padding: 20px 22px 20px 65px;
    margin-bottom: 10px;
    background: #fff;
}

.faqPageOne2 .item .problem_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.faqPageOne2 .item .problem_box .left_box {
    width: calc(100% - 60px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.faqPageOne2 .item .problem_box .left_box .icon {
    font-size: 34px;
    color: #333333;
}

.faqPageOne2 .item .problem_box .left_box span {
    font-family: "Microsoft YaHei";
    font-size: 22px;
    width: calc(100% - 26px);
    box-sizing: border-box;
    padding-top: 2px;
    padding-left: 20px;
    color: #333333;
}

.faqPageOne2 .item .problem_box .right_box {
    font-weight: 600;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #d1d1d1;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.faqPageOne2 .item .problem_box .right_box.active {
    -ms-transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
    background: #666666;
}

.faqPageOne2 .item .Answer_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 35px;
}


.faqPageOne2 .item .Answer_box span {
    width: calc(100% - 40px);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 54px;
    color: #666666;
    line-height: 24px;
}

.faqPageOne2 .item .Answer_big_box {
    display: none;
}

/* ~~~~~~~~~~~~~faq翻转css~~~~~~~~~~~~end */


.serBoxFour1 {
    box-sizing: border-box;
    padding: 78px 0 112px 150px;
}

.serBoxFour1 .module_tt {
    font-family: "Microsoft YaHei";
    font-size: 28px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.serBoxFour2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.serBoxFour2 .item {
    margin-right: 13%;
}

.serBoxFour2 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.serBoxFour2 .item a:hover .right_box .text_02 {
    text-decoration: underline;
}

.serBoxFour2 .item a .iconfont {
    font-size: 60px;
    color: #909090;
}

.serBoxFour2 .item a .right_box {
    box-sizing: border-box;
    padding-left: 16px;
}

.serBoxFour2 .item a .right_box .text_01 {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #001128;
}

.serBoxFour2 .item a .right_box .text_02 {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 20px;
    color: #001128;
    box-sizing: border-box;
    padding-top: 6px;
}

.serBoxFour2 .btn_box a {
    width: 230px;
    height: 60px;
    background: #0f80c7;
    box-sizing: border-box;
    padding: 0 30px;
    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;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.serBoxFour2 .btn_box a:hover {
    opacity: 0.8;
}

.serBoxFour2 .btn_box a span {
    font-family: "Microsoft YaHei";
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}

.serBoxFour2 .btn_box a .iconfont {
    font-size: 16px;
    color: #fff;
}


/* ~~~~~~~~~~~~~~service,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~service,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~service,css~~~~~~~~~~~~~end */




/*2020-04-18 lzf add*/
.head_lag_zf{
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	width: 128px;
	height: 40px;
	border-radius: 40px;
	padding: 4px;
	background: #fff;
	margin-right: 30px;
}
.head_lag_zf .item{
	width: 64px;
	height: 40px;
	line-height: 40px;
	font-family: "Microsoft YaHei";
	text-align: center;
	color: #333;
	font-size: 14px;
	border-radius:40px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.head_lag_zf .item.hover{
	color: #fff;
	background: #108ede;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
