#baguetteBox-overlay {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
    background-color: #CDCDCD;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9D9
}

::-webkit-scrollbar-thumb:active {
    background-color: #554F5E
}

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "ProximaNova-Regular", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

select,
input,
textarea,
button {
    outline: none;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
}


/* 版心 */
.wrap {
    width: 92%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}












/* ~~~~~~~~~~~~~手机导航,css */
/* ~~~~~~~~~~~~~手机导航,css */
/* ~~~~~~~~~~~~~手机导航,css */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_header_top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 7;
    width: 100%;
    height: 52px;
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}


.mobile_logo {
    width: 180px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo>a {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.mobile_logo img {
    display: block;
    height: 42px;
    width: auto;
}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: 54px;
    height: 52px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 28px;
    background: #ff9a00;
    border-radius: 4px;
    margin-bottom: 6px;
}

.mobile_menu_btn span:last-child {
    margin-bottom: 0;
}

.mobile_search_icon {
    width: 40px;
    height: 52px;
    color: #ff9a00;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
    margin-right: 52px;
    cursor: pointer;
}

.mobile_header.hover {
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box {
    position: fixed;
    right: -110%;
    top: 0;
    z-index: 9;
    width: 75%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 15px;
    overflow-y: auto;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mobile_menu_box.show {
    right: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 1.3;
    border-bottom: 1px solid #e1e1e1;
}

.mobile_menu_tt {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: capitalize;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #ff9a00;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    float: right;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: 16px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
}

.mobile_menu_down {
    display: none;
    padding: 6px 0 10px 12px;
}

.mobile_menu_down_clm {
    margin-bottom: 8px;
}

.mobile_menu_down_clm_tt {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.mobile_menu_down_clm_tt .tt {
    width: calc(100% - 50px);
    color: #333;
    line-height: 20px;
    padding: 7px 0;
}

.mobile_menu_down_clm_tt .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon {
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_list {
    display: none;
    padding: 5px 0 0 10px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    padding: 5px 0 5px 14px;
    position: relative;
}

.mobile_menu_down_clm_list a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    background: #333;
    border-radius: 50%;
}

.mobile_menu_tt_icon.hover {
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box {
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 7;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    width: calc(100% - 40px);
    border: 0;
}

.mobile_search_btn_text {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 28px;
    color: #ff9a00;
    text-align: center;
    line-height: 40px;
    border: none;
    background: none;
}

.mobile_menu_b {
    margin-top: 40px;
}

.mobile_menu_b_clm {
    margin-bottom: 25px;
}

.mobile_menu_b_clm .tt {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.mobile_menu_b_clm .text {
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}

.mobile_menu_b_clm .text a {
    color: #333;
    word-break: break-all;
}


.mobile_lag_box {
    padding: 0 0 10px;
    margin-bottom: 20px;
}

.mobile_lag_tt {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 18px;
}

.mobile_lag_text {
    padding-bottom: 8px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile_lag_text a {
    color: #333;
    font-size: 16px;
    margin-right: 25px;
}

.mask,
.mobile_menu_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mobile_menu_mask {
    z-index: 7;
}

/* ~~~~~~~~~~~~~手机导航,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~手机导航,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~手机导航,css~~~~~~~~~~~~end */












/* ~~~~~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~~~~~pc 导航,css */
.pc_public_head {
    height: 0;
}

.pc_head_center {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    padding-left: 6.5%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_center .logo_box {
    width: 250px;
}

.pc_head_center .logo_box a {
    display: block;
}

.pc_head_center .logo_box a img {
    width: 100%;
}

.pc_head_center .logo_box a .logo_02 {
    display: none;
}

.pc_header_r {
    width: 370px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header_r_search {
    width: 25%;
}

.header_r_search .click_icon {
    font-size: 30px;
    color: #ffffff;
    height: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header_r_search .click_icon:hover {
    font-size: 36px;
}


/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
    border-radius: 10px;
}

.all_public_form .icon_01 {
    font-size: 38px;
    cursor: pointer;
    position: absolute;
    top: 51%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
}

.all_public_form .icon_01:hover {
    color: #ff9a00;
}

.all_public_form .public_form_close {
    font-size: 34px;
    position: absolute;
    top: 11px;
    right: 26px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
    cursor: pointer;
}

.all_public_form .public_form_close:hover {
    color: #ff9a00;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

.header_r_language {
    position: relative;
    width: 75%;
}

.head_language_01 {
    height: 100px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.head_language_01 .icon1 {
    font-size: 26px;
    color: #ffffff;
}

.head_language_01:hover .icon1 {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.head_language_01 span {
    font-size: 16px;
    color: #ffffff;
    padding: 2px 6px 0;
    text-transform: uppercase;
}

.head_language_01 .icon2 {
    font-size: 14px;
    color: #ffffff;
}

.head_language_02 {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 5;
    top: calc(100% + 1px);
    left: 0;
    padding: 15px 0 14px;
    background: #ffffff;
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.1);
}

.head_language_02 a {
    display: block;
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    color: #888888;
    text-align: center;
    padding: 8px 0;
}

.head_language_02 a:hover {
    color: #ff9a00;
}

.pc_head_list_box {
    width: calc(100% - 250px - 370px);
    padding: 0 5% 0 6%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    height: 100px;
    line-height: 100px;
    padding: 0 8px;
    text-transform: uppercase;
}

.pc_head_list_box .item>a .iconfont {
    display: inline-block;
    font-size: 14px;
}

.pc_head_list_box .item>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    width: 0%;
    height: 2px;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_head_list_box .item.hover>a::after {
    opacity: 1;
    width: 100%;
}

.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 5;
    top: calc(100% + 1px);
    left: 0;
    width: 230px;
    background: #ffffff;
    padding: 10px 0 20px;
    border-radius: 0 0 6px 6px;
}

.publicTwo_stage_nav .EveryOne {
    position: relative;
    padding: 0 15px;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-size: 16px;
    color: #999999;
    padding: 12px 0;
    border-bottom: 1px solid rgba(188, 188, 188, 0.3);
}

.publicTwo_stage_nav .EveryOne a:hover {
    color: #ff9a00;
}

.publicTwo_stage_nav .EveryOne .three_level_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    background: #ffffff;
    padding: 10px 15px 20px;
    border-radius: 0 0 6px 6px;
}

.publicTwo_stage_nav .EveryOne:hover .three_level_menu {
    display: block;
}

.publicTwo_stage_nav .EveryOne .three_level_menu a {
    display: block;
    font-size: 16px;
    color: #999999;
    padding: 12px 0;
    border-bottom: 1px solid rgba(188, 188, 188, 0.3);
}

.publicTwo_stage_nav .EveryOne .three_level_menu a:hover {
    color: #ff9a00;
}


/* 改变导航 */
.pc_head_center.active {
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.pc_head_center.active .logo_box .logo_01 {
    display: none;
}

.pc_head_center.active .logo_box .logo_02 {
    display: block;
}

.pc_head_center.active .pc_head_list_box .item>a {
    color: #333333;
}

.pc_head_center.active .pc_head_list_box .item>a::after {
    bottom: -1px;
    background: #333333;
}

.pc_head_center.active .header_r_search .click_icon {
    color: #666666;
    border-color: #eeeeee;
}

.pc_head_center.active .head_language_01 .icon1,
.pc_head_center.active .head_language_01 span,
.pc_head_center.active .head_language_01 .icon2 {
    color: #666666;
}

/* pro_det 导航 */
.pc_public_head.not_fixed .pc_head_center {
    position: relative;
}

/* ~~~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~pc 导航,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~~~~~~~index,css */
.index_banner {
    position: relative;
}

.index_banner_lunbo .swiper-slide a {
    display: block;
}

.index_banner_lunbo .swiper-slide a img {
    width: 100%;
}

.index_banner_arrow {
    font-size: 36px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    -ms-animation: rise 0.5s linear infinite alternate;
    -moz-animation: rise 0.5s linear infinite alternate;
    -webkit-animation: rise 0.5s linear infinite alternate;
    animation: rise 0.5s linear infinite alternate;
}

@-ms-keyframes rise {
    0% {
        bottom: 25px;
    }

    100% {
        bottom: 10px;
    }
}

@-moz-keyframes rise {
    0% {
        bottom: 25px;
    }

    100% {
        bottom: 10px;
    }
}

@-webkit-keyframes rise {
    0% {
        bottom: 25px;
    }

    100% {
        bottom: 10px;
    }
}

@keyframes rise {
    0% {
        bottom: 25px;
    }

    100% {
        bottom: 10px;
    }
}

.indBoxOne {
    background: url(../images/index_01.jpg) no-repeat center center / cover;
}

.p_100 {
    padding: 100px 0 100px;
}

.fz_52 {
    font-family: "ProximaNova-Bold";
    font-size: 52px;
}

.upp {
    text-transform: uppercase;
}

.indBoxOne1 {
    padding-bottom: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxOne1_L a {
    display: block;
}

.indBoxOne1_L .title {
    color: #333333;
}

.indBoxOne1_L .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 10px;
}

.public_More_btn {
    display: block;
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    color: #333333;
    text-align: center;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    border: 1px solid #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_More_btn:hover {
    color: #ffffff;
    background: #ff9a00;
    border-color: #ff9a00;
}

.indBoxOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxOne2 .item {
    width: calc(100% / 4);
    padding: 40px 45px 40px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxOne2 .item:hover {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.indBoxOne2 .item .title_text a {
    display: block;
}

.indBoxOne2 .item .title_text a .title {
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxOne2 .item .title_text a .text {
    height: 52px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxOne2 .item .btn {
    padding: 25px 0 35px;
    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;
}

.indBoxOne2 .item .btn a {
    width: calc((100% - 10px) / 2);
    height: 37px;
    border-radius: 4px;
    border: 1px solid #999999;
    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;
}

.indBoxOne2 .item .btn a:hover {
    border-color: #ff9a00;
}

.indBoxOne2 .item .btn a .iconfont {
    font-size: 24px;
    color: #666666;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxOne2 .item .btn a span {
    font-size: 16px;
    color: #666666;
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxOne2 .item .btn a:hover .iconfont,
.indBoxOne2 .item .btn a:hover span {
    color: #ff9a00;
}

.indBoxOne2 .item .img_box a {
    display: block;
}

.indBoxOne2 .item .img_box a img {
    width: 100%;
}

.indBoxOne2>.item:nth-child(odd) {
    background: #f9f9f9;
}

.indBoxOne2>.item:nth-child(even) {
    background: #ffffff;
}

.indBoxOne2.indBoxOne2_lunbo .item {
    width: auto;
}

.indBoxOne2.indBoxOne2_lunbo .swiper-slide:nth-child(odd) .item {
    background: #f9f9f9;
}

.indBoxOne2.indBoxOne2_lunbo .swiper-slide:nth-child(even) .item {
    background: #ffffff;
}

.public_lunbo_dots {
    padding-top: 30px;
    text-align: center;
}

.public_lunbo_dots .swiper-pagination-bullet {
    opacity: 1;
    width: 14px;
    height: 14px;
    margin: 0 9px;
    outline: none;
    background: #dcdcdc;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15) inset;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_lunbo_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff9a00;
}

.indBoxTwo {
    background: url(../images/index_04.jpg) no-repeat center center / cover;
}

.indBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indBoxTwo1_L {
    position: relative;
    width: 50%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.indBoxTwo1_L img {
    width: 100%;
}

.indBoxTwo1_L:hover > img {
    -ms-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    -ms-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.indBoxTwo1_L .video_play_btn {
    width: 114px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.indBoxTwo1_L .video_play_btn .line1,
.indBoxTwo1_L .video_play_btn .line2,
.indBoxTwo1_L .video_play_btn .line3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.indBoxTwo1_L .video_play_btn .line1 {
    -ms-animation: line_animate 3s linear 0s infinite;
    -webkit-animation: line_animate 3s linear 0s infinite;
    animation: line_animate 3s linear 0s infinite;
}

.indBoxTwo1_L .video_play_btn .line2 {
    -ms-animation: line_animate 3s linear 1s infinite;
    -webkit-animation: line_animate 3s linear 1s infinite;
    animation: line_animate 3s linear 1s infinite;
}

.indBoxTwo1_L .video_play_btn .line3 {
    -ms-animation: line_animate 3s linear 2s infinite;
    -webkit-animation: line_animate 3s linear 2s infinite;
    animation: line_animate 3s linear 2s infinite;
}

@-ms-keyframes line_animate {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    50% {
        width: 150%;
        height: 150%;
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@-webkit-keyframes line_animate {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    50% {
        width: 150%;
        height: 150%;
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes line_animate {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    50% {
        width: 150%;
        height: 150%;
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


/* 点击视频弹出播放框css */

.ind_video_maskBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.ind_video_maskBox .video_Box_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 800px;
    height: 485px;
}

.ind_video_maskBox .video_Box_1 .videoIframe {
    background: #333333;
    width: 100%;
    height: 100%;
    border: none;
}

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */

.indBoxTwo1_R {
    width: 50%;
    padding-left: 50px;
}

.indTwo1_R_01 .title_01 {
    font-family: "ProximaNova-Light";
    font-size: 24px;
    color: #333333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indTwo1_R_01 .title_01::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: #333333;
    margin-right: 10px;
}

.indTwo1_R_01 .title_02 {
    font-family: "ProximaNova-Bold";
    font-size: 40px;
    color: #333333;
    padding-top: 15px;
}

.indTwo1_R_01 .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 15px;
}

.indTwo1_R_02 {
    padding: 30px 0 20px;
}

.indTwo1_R_02 .item {
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indTwo1_R_02 .item .iconfont {
    font-size: 50px;
    color: #333333;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #f5f5f5;
    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;
}

.indTwo1_R_02 .item .r_box {
    width: calc(100% - 84px);
    padding-left: 15px;
}

.indTwo1_R_02 .item .r_box .title {
    font-family: "ProximaNova-Bold";
    font-size: 36px;
    color: #333333;
}

.indTwo1_R_02 .item .r_box .title span {
    font-family: "ProximaNova-Regular", "Arial", "sans-serif";
    font-size: 18px;
}

.indTwo1_R_02 .item .r_box .text {
    max-width: 450px;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 5px;
}

.indTwo1_R_03 .public_More_btn {
    color: #ffffff;
    background: #333333;
}

.indTwo1_R_03 .public_More_btn:hover {
    background: #ff9a00;
}

.indBoxThree {
    position: relative;
}

.indBoxThree_lunbo .swiper-slide .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.indBoxThree_lunbo .swiper-slide .item .item_w {
    height: 845px;
    padding: 110px 0 0;
}

.indBoxThree_lunbo .swiper-slide .item .content_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxThree_lunbo .swiper-slide .item .content_L {
    max-width: 720px;
}

.indBoxThree_lunbo .swiper-slide .item .content_L a {
    display: block;
}

.indBoxThree_lunbo .swiper-slide .item .content_L .title {
    opacity: 0;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.indBoxThree_lunbo .swiper-slide .item .content_L .text {
    opacity: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indBoxThree_lunbo .swiper-slide .item .content_L .btn {
    opacity: 0;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    width: 120px;
    height: 34px;
    line-height: 34px;
    margin-top: 45px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree_lunbo .swiper-slide .item .content_L a:hover .btn {
    color: #ff9a00;
    background: #ffffff;
}

.indBoxThree_lunbo .swiper-slide.swiper-slide-active .item .content_L .title {
    -ms-animation: indbanLeft 1s ease both 0.4s;
    -webkit-animation: indbanLeft 1s ease both 0.4s;
    animation: indbanLeft 1s ease both 0.4s;
}

.indBoxThree_lunbo .swiper-slide.swiper-slide-active .item .content_L .text {
    -ms-animation: indbanLeft 1s ease both 0.6s;
    -webkit-animation: indbanLeft 1s ease both 0.6s;
    animation: indbanLeft 1s ease both 0.6s;
}

.indBoxThree_lunbo .swiper-slide.swiper-slide-active .item .content_L .btn {
    -ms-animation: indbanLeft 1s ease both 0.8s;
    -webkit-animation: indbanLeft 1s ease both 0.8s;
    animation: indbanLeft 1s ease both 0.8s;
}

@-ms-keyframes indbanLeft {
    0% {
        opacity: 0;
        transform: translateX(140px);
        visibility: visible;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }
}

@-webkit-keyframes indbanLeft {
    0% {
        opacity: 0;
        transform: translateX(140px);
        visibility: visible;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }
}

@keyframes indbanLeft {
    0% {
        opacity: 0;
        transform: translateX(140px);
        visibility: visible;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }
}

.indBoxThree_lunbo .swiper-slide .item .content_R {
    font-family: "ProximaNova-Light";
    font-size: 50px;
    color: #ffffff;
}

.indBoxThree_lunbo .swiper-slide .item .content_R span {
    font-family: "ProximaNova-Bold";
}

.indBoxThree1 {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 110px;
    width: 100%;
}

.indBoxThree1_list {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.indBoxThree1_list .item {
    position: relative;
    width: calc(100% / 3);
    padding: 0 20px 30px;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree1_list .item:hover {
    padding-bottom: 55px;
}

.indBoxThree1_list .item .iconfont {
    font-size: 80px;
    color: #ffffff;
}

.indBoxThree1_list .item .title {
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    color: #ffffff;
    padding-top: 10px;
}

.indBoxThree1_list .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -3px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0%;
    height: 5px;
    opacity: 0;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxThree1_list .item:hover::after {
    opacity: 1;
    width: 80%;
}

.indBoxThree1_list .item.active {
    padding-bottom: 55px;
}

.indBoxThree1_list .item.active::after {
    opacity: 1;
    width: 80%;
}

.indBoxFour_w {
    height: 547px;
    padding-top: 100px;
}

.indBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxFour1_L {
    width: 37%;
    padding-top: 60px;
}

.indBoxFour1_L a {
    display: block;
}

.indBoxFour1_L .title {
    color: #333333;
}

.indBoxFour1_L .text {
    font-family: "ProximaNova-Light";
    font-size: 18px;
    color: #666666;
    padding-top: 20px;
}

.indBoxFour1_L .public_More_btn {
    margin-top: 70px;
}

.indBoxFour1_R {
    width: 57%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour1_R .item {
    width: 50%;
    height: 447px;
    padding: 70px 30px 0 50px;
    background: rgba(246,246,246,0.9);
}

.indBoxFour1_R .item:hover {
    background: url(../images/index_04_01.jpg) no-repeat right bottom / cover;
}

.indBoxFour1_R .item .iconfont {
    font-size: 66px;
    color: #333333;
}

.indBoxFour1_R .item .title {
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    color: #333333;
    padding-top: 20px;
}

.indBoxFour1_R .item .line {
    width: 47px;
    height: 2px;
    background: #333333;
    margin-top: 25px;
}

.indBoxFour1_R .item:hover .line {
    background: #ffffff;
}

.indBoxFour1_R .item .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 25px;
}

.indBoxFour1_R .item:hover .iconfont,
.indBoxFour1_R .item:hover .title,
.indBoxFour1_R .item:hover .text {
    color: #ffffff;
}

.indBoxFive {
    background: url(../images/index_05_01.jpg) no-repeat center top / cover;
}

.indBoxFive_w {
    height: 866px;
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.indBoxFive1 {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indBoxFive1_L {
    width: 36%;
    color: #ffffff;
    line-height: 50px;
}

.indBoxFive1_R {
    width: 58.2%;
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.indBoxFive1_R .item {
    max-width: 50%;
    padding: 0 70px;
}

.indBoxFive1_R .item .number {
    font-family: "ProximaNova-Bold";
    font-size: 60px;
    color: #ff9a00;
}

.indBoxFive1_R .item .number span {
    font-size: 24px;
}

.indBoxFive1_R .item .text {
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    color: #ffffff;
    padding-top: 15px;
}

.indBoxFive1_R > .item:first-child {
    border-right: 1px solid rgba(255,255,255,0.3);
}

.indBoxFive2 {
    padding-top: 40px;
}

.indBoxFive2_lunbo .swiper-slide .item {
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.35);
}

.indBoxFive2_lunbo .swiper-slide .item img {
    width: 100%;
}

.indBoxSix {
    background: #f5f5f5;
}

.indBoxSix1_lunbo .swiper-slide {
    height: auto;
}

.indBoxSix1_lunbo .swiper-slide a {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    padding: 50px 40px 70px;
}

.indBoxSix1_lunbo .swiper-slide a .date {
    position: relative;
    z-index: 2;
    font-family: "ProximaNova-Bold";
    font-size: 42px;
    color: #363636;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxSix1_lunbo .swiper-slide a:hover .date {
    color: #ffffff;
    border-bottom-color: rgba(255,255,255,0.3);
}

.indBoxSix1_lunbo .swiper-slide a .date span {
    font-size: 26px;
    color: #d8d8d8;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxSix1_lunbo .swiper-slide a:hover .date span {
    color: #ffffff;
}

.indBoxSix1_lunbo .swiper-slide a .title {
    position: relative;
    z-index: 2;
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    color: #333333;
    padding-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxSix1_lunbo .swiper-slide a:hover .title {
    color: #ffffff;
}

.indBoxSix1_lunbo .swiper-slide a .text {
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxSix1_lunbo .swiper-slide a:hover .text {
    color: #ffffff;
}

.indBoxSix1_lunbo .swiper-slide a .btn {
    position: relative;
    z-index: 2;
    font-size: 36px;
    color: #999999;
    text-align: center;
    width: 120px;
    height: 33px;
    line-height: 33px;
    margin-top: 45px;
    border-radius: 4px;
    border: 1px solid #999999;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxSix1_lunbo .swiper-slide a:hover .btn {
    color: #ffffff;
    border-color: #ffffff;
}

.indBoxSix1_lunbo .swiper-slide a .hover_show {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxSix1_lunbo .swiper-slide a:hover .hover_show {
    opacity: 1;
}

/* ~~~~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~index,css~~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~~~footer,css */
.public_footer {
    background: #2e2e2e;
}

.public_footer_top {
    padding: 70px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_top_title {
    font-family: "ProximaNova-Bold";
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 25px;
    border-bottom: 1px solid #6d6d6d;
}

.footer_top_list {
    padding-top: 20px;
}

.footer_top_list .item {
    margin-bottom: 12px;
}

.footer_top_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top_list .item a .icon {
    width: 20px;
    padding-top: 3px;
}

.footer_top_list .item a span {
    width: calc(100% - 20px);
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_top_list .item a:hover span {
    color: #ff9a00;
}

.footer_top_01 .media {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_top_01 .media .iconfont {
    font-size: 22px;
    color: #2e2e2e;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 50%;
    background: #ffffff;
    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;
}

.footer_top_01 .media > .iconfont:last-child {
    margin-right: 0;
}

.footer_top_01 .media .iconfont:hover {
    color: #ffffff;
    background: #ff9a00;
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.footer_top_02_list {
    padding-top: 20px;
}

.footer_top_02_list .item {
    margin-bottom: 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top_02_list .item .iconfont {
    width: 30px;
    font-size: 22px;
    color: #ffffff;
}

.footer_top_02_list .item .text {
    width: calc(100% - 30px);
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
}

.footer_top_02_list .item .text a {
    color: #ffffff;
}

.footer_top_02_list .item .text a:hover {
    color: #ff9a00;
}

.footer_top_04_form {
    padding-top: 20px;
}

.footer_top_04_form .item {
    margin-bottom: 20px;
}

.footer_top_04_form .item input {
    font-family: "ProximaNova-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 37px;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    padding: 0 10px 0 15px;
}

.footer_top_04_form .item textarea {
    font-family: "ProximaNova-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 100px;
    border: none;
    resize: none;
    border-radius: 4px;
    background: #ffffff;
    padding: 10px 10px 10px 15px;
}

.footer_top_04_form .item ::-webkit-input-placeholder {
    color: #666666;
}

.footer_top_04_form .btn button {
    font-family: "ProximaNova-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    width: 150px;
    height: 37px;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_top_04_form .btn button:hover {
    color: #ffffff;
    background: #ff9a00;
}

.footer_top_01 {
    width: 22%;
}

.footer_top_02 {
    width: 25%;
}

.footer_top_03 {
    width: 14%;
}

.footer_top_04 {
    width: 22%;
}

.public_footer_bot {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 35px 0 35px;
    border-top: 1px solid #6d6d6d;
}

.footer_bot_02 {
    padding-top: 12px;
}

.footer_bot_02 a {
    color: #ffffff;
}

.footer_bot_02 a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~~~~case,css */
.SubPage_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.SubPage_banner_w {
    height: 562px;
    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;
}

.SubPage_banner_text {
    position: relative;
    padding: 0 10px;
    text-align: center;
}

.SubPage_banner_text img {
    max-height: 100%;
}

.SubPage_banner_text .text {
    font-family: "ProximaNova-Bold";
    font-size: 90px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    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;
}

.SubPage_crumbs_w {
    padding: 15px 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_w .iconfont {
    width: 25px;
    font-size: 20px;
    color: #666666;
}

.SubPage_crumbs_w .crumbs_a {
    width: calc(100% - 25px);
    font-size: 14px;
    color: #666666;
    padding-top: 5px;
}

.SubPage_crumbs_w .crumbs_a a {
    color: #666666;
}

.SubPage_crumbs_w .crumbs_a a:hover {
    color: #ff9a00;
}

.casBoxOne {
    background: #f6f6f6;
}

.SubPage_public_title {
    padding-bottom: 35px;
    text-align: center;
}

.SubPage_public_title .title {
    font-family: "ProximaNova-Bold";
    font-size: 52px;
    color: #333333;
}

.SubPage_public_title .text {
    font-size: 16px;
    color: #666666;
    padding-top: 15px;
}

.sub_p_80 {
    padding: 80px 0 80px;
}

.casBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.casBoxOne1 .item {
    width: calc((100% - 110px) / 3);
    margin-right: 55px;
    margin-bottom: 55px;
    background: #ffffff;
}

.casBoxOne1 .item a {
    display: block;
    height: 100%;
    padding: 45px 40px 50px;
}

.casBoxOne1 .item a:hover {
    background: url(../images/case_02.jpg) no-repeat right bottom / cover;
}

.casBoxOne1 .item a .title {
    font-family: "ProximaNova-Bold";
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.casBoxOne1 .item a .text {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.casBoxOne1 .item a:hover .title,
.casBoxOne1 .item a:hover .text {
    color: #ffffff;
}

.casBoxOne1 .item a .img_box {
    padding-top: 40px;
    margin-top: 30px;
    border-top: 1px solid #ececec;
}

.casBoxOne1 .item a .img_box img {
    width: 100%;
}

.casBoxOne1 .item a .btn {
    font-size: 36px;
    color: #999999;
    text-align: center;
    width: 120px;
    height: 33px;
    line-height: 33px;
    margin-top: 40px;
    border-radius: 4px;
    border: 1px solid #999999;
}

.casBoxOne1 .item a:hover .btn {
    color: #ffffff;
    border-color: #ffffff;
}

.casBoxOne1 .item a .btn:hover {
    color: #ff9a00;
    background: #ffffff;
}

.casBoxOne1 > .item:nth-child(3n) {
    margin-right: 0;
}

.public_paging {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.public_paging a {
	display: block;
	font-size: 14px;
	color: #666666;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	margin: 0 7px;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.public_paging a:hover {
	color: #ffffff;
	background: #ff9a00;
	border-color: #ff9a00;
}

.public_paging a.prev,
.public_paging a.next {
	width: 140px;
}

.public_paging a.hover {
	color: #ffffff;
	background: #ff9a00;
	border-color: #ff9a00;
}

/* ~~~~~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~case,css~~~~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~~~~contact,css */
.conBoxOne {
    background: #f6f6f6;
}

.conBoxOne1 {
    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_L {
    width: 59.7%;
    height: 494px;
    border-radius: 6px;
    overflow: hidden;
    padding: 30px 6% 30px 60px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.conBoxOne1_L_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.conBoxOne1_L_01 .iconfont {
    font-size: 40px;
    color: #ffffff;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    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;
}

.conBoxOne1_L_01 .r_box {
    width: calc(100% - 92px);
    padding-left: 20px;
}

.conBoxOne1_L_01 .r_box .title {
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    color: #ffffff;
}

.conBoxOne1_L_01 .r_box .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding-top: 10px;
}

.conBoxOne1_R {
    width: 38.8%;
    border-radius: 6px;
    background: #ffffff;
    padding: 15px 30px 10px;
}

.conBoxOne1_R .item {
    padding: 30px;
    border-bottom: 1px solid #f1f1f1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conBoxOne1_R .item .iconfont {
    width: 35px;
    font-size: 26px;
    color: #ff9a00;
}

.conBoxOne1_R .item .r_box {
    width: calc(100% - 35px);
    padding-top: 5px;
}

.conBoxOne1_R .item .r_box .title {
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    color: #333333;
}

.conBoxOne1_R .item .r_box .text {
    font-size: 16px;
    color: #666666;
    padding-top: 12px;
}

.conBoxOne1_R .item .r_box .text a {
    color: #666666;
}

.conBoxOne1_R .item .r_box .text a:hover {
    color: #ff9a00;
}

.conBoxOne1_R > .item:last-child {
    border-bottom: none;
}


/* 表单样式 */
.public_contact_form {
    max-width: 1300px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.public_contact_form .item {
    width: 49%;
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.public_contact_form .item .input_tt {
    width: 85px;
    font-size: 16px;
    color: #333333;
    text-align: right;
    padding: 15px 8px 0 0;
}

.public_contact_form .item input {
    font-family: "ProximaNova-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #999999;
    width: calc(100% - 85px);
    height: 46px;
    outline: none;
    border-radius: 4px;
    padding: 0 10px 0 15px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
}

.public_contact_form .item textarea {
    font-family: "ProximaNova-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #999999;
    width: calc(100% - 85px);
    height: 180px;
    outline: none;
    resize: none;
    border-radius: 4px;
    padding: 16px 10px 10px 15px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
}

.public_contact_form .item.last {
    width: 100%;
}

.public_contact_form .btn {
    padding-left: 85px;
}

.public_contact_form .btn button {
    width: 180px;
    height: 40px;
    border-radius: 4px;
    border: none;
    background: #333333;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_contact_form .btn button .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.public_contact_form .btn button span {
    font-size: 14px;
    color: #ffffff;
    padding-left: 5px;
    text-transform: uppercase;
}

.public_contact_form .btn button:hover {
    opacity: 0.8;
}

/* 表单样式~~~~~~~~~~~~~~~end */

.conBoxThree {
    background: #f6f6f6;
}

.conBoxThree1 {
    border: 6px solid #ffffff;
}

.conBoxThree1 img {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~~~news,css */
.newBoxOne {
    background: #f6f6f6;
}

.newBoxOne1 {
    padding-bottom: 50px;
    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;
}

.newBoxOne1 .item {
    width: 360px;
    padding: 0 92px;
    border-right: 1px solid #dcdcdc;
}

.newBoxOne1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne1 .item a .iconfont {
    font-size: 60px;
    color: #333333;
    margin-right: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne1 .item a span {
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    text-transform: uppercase;
    padding-top: 2px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne1>.item:last-child {
    border-right: none;
}

.newBoxOne1 .item.hover a .iconfont,
.newBoxOne1 .item.hover a span {
    color: #ff9a00;
}

.newBoxOne1 .item a:hover .iconfont,
.newBoxOne1 .item a:hover span {
    color: #ff9a00;
}

.newBoxOne2 .item {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.newBoxOne2 .item a {
    padding: 30px;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne2 .item a .img_box {
    width: 24.6%;
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne2 .item a .img_box img {
    width: 100%;
}

.newBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne2 .item a .right_box {
    width: 75.4%;
    padding-left: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxOne2 .item a .right_box .content {
    width: calc(100% - 200px);
}

.newBoxOne2 .item a .right_box .content .title {
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a:hover .right_box .content .title {
    color: #ff9a00;
}

.newBoxOne2 .item a .right_box .content .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxOne2 .item a .right_box .content .btn {
    font-size: 14px;
    color: #666666;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #666666;
    border-radius: 4px;
    margin-top: 25px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a:hover .right_box .content .btn {
    color: #ff9a00;
    border-color: #ff9a00;
}

.newBoxOne2 .item a .right_box .date_box {
    width: 125px;
    height: 150px;
    background: #f5f5f5;
    padding: 6px;
    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;
}

.newBoxOne2 .item a .right_box .date_box .day {
    font-size: 72px;
    color: #666666;
    line-height: 72px;
    text-align: center;
}

.newBoxOne2 .item a .right_box .date_box .year {
    font-size: 24px;
    color: #666666;
    text-align: center;
    padding-top: 2px;
}

.newBoxOne3 {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~~~news_del,css */
/* ~~~~~~~~~~~~~~~~~~news_del,css */
/* ~~~~~~~~~~~~~~~~~~news_del,css */
.new_deBoxOne {
    background: #f6f6f6;
}

.new_deBoxOne2 {
	background: #ffffff;
	padding: 55px 6% 70px;
}

.new_deBoxOne2 .module_tt_box .tt {
	font-family: "ProximaNova-Bold";
	font-size: 32px;
	color: #333333;
	text-align: center;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box {
	padding: 30px 0 35px;
	border-bottom: 1px solid #ececec;
	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;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 {
	padding: 0 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 .iconfont {
	font-size: 20px;
	color: #666666;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 .text {
	font-size: 14px;
	color: #666666;
	padding: 2px 4px 0 4px;
}

.new_deBoxOne2 .content_box {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	padding: 40px 0 65px;
}

.new_deBoxOne2 .content_box img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.new_deBoxOne2 .back_btn a {
	display: block;
	font-family: "ProximaNova-Bold";
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	width: 230px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	border-radius: 4px;
    background: #ff9a00;
}

.new_deBoxOne2 .back_btn a:hover {
	opacity: 0.8;
}

.new_deBoxOne3 {
	padding-top: 70px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new_deBoxOne3 .item {
	width: 50%;
}

.new_deBoxOne3>.item:first-child {
	border-right: 1px solid #ffffff;
}

.new_deBoxOne3 .item a {
	background: #f5f5f5;
	padding: 22px 15px 22px 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.new_deBoxOne3 .item a .text {
	width: calc(100% - 120px);
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.new_deBoxOne3 .item a .text span {
    font-family: "ProximaNova-Bold";
	color: #333333;
    -ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.new_deBoxOne3 .item a .date {
	width: 120px;
	font-size: 16px;
	color: #666666;
	padding-left: 20px;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.new_deBoxOne3 .item a:hover .text,
.new_deBoxOne3 .item a:hover .text span,
.new_deBoxOne3 .item a:hover .date {
	color: #ff9a00;
}

/* ~~~~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~Products,css */
/* ~~~~~~~~~~~~~~~~~Products,css */
/* ~~~~~~~~~~~~~~~~~Products,css */
.pro_liBoxOne {
    background: #f6f6f6;
}

.pro_liBoxOne1 {
    padding-bottom: 60px;
    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;
}

.pro_liBoxOne1 .item {
    width: 312px;
}

.pro_liBoxOne1 .item a {
    height: 100%;
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 18px 10px;
    border: 1px solid #dcdcdc;
    border-right: none;
    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_liBoxOne1 > .item:first-child a {
    border-radius: 6px 0 0 6px;
}

.pro_liBoxOne1 > .item:last-child a {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #dcdcdc;
}

.pro_liBoxOne1 .item a:hover {
    color: #ffffff;
    background: #ff9a00;
    border-color: #ff9a00;
}

.pro_liBoxOne1 .item.hover a {
    color: #ffffff;
    background: #ff9a00;
    border-color: #ff9a00;
}

.pro_liBoxOne_w .indBoxOne2 .item {
    margin-bottom: 40px;
}

.pro_liBoxOne3 {
    padding-top: 10px;
}

/* ~~~~~~~~~~~~~~~~~Products,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Products,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Products,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~~~Factory,css */
/* ~~~~~~~~~~~~~~~~~~Factory,css */
/* ~~~~~~~~~~~~~~~~~~Factory,css */
.facBoxOne {
    background: #f6f6f6;
}

.facBoxOne1_lunbo .swiper-slide .item {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.facBoxOne1_lunbo .swiper-slide .item img {
    width: 100%;
}

.facBoxOne1_lunbo .swiper-slide .item img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.facBoxTwo1_lunbo .swiper-slide .item {
    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;
}

.facBoxTwo1_lunbo .swiper-slide .item .item_L {
    width: calc((100% - 20px) / 2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.facBoxTwo1_lunbo .swiper-slide .item .item_L .img_box {
    width: calc((100% - 20px) / 2);
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.facBoxTwo1_lunbo .swiper-slide .item .item_L .img_box img {
    width: 100%;
}

.facBoxTwo1_lunbo .swiper-slide .item .item_L .img_box img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.facBoxTwo1_lunbo .swiper-slide .item .item_R {
    width: calc((100% - 20px) / 2);
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.facBoxTwo1_lunbo .swiper-slide .item .item_R img {
    width: 100%;
}

.facBoxTwo1_lunbo .swiper-slide .item .item_R img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.facBoxThree {
    background: #f6f6f6;
}

.facBoxThree1_lunbo .swiper-slide .item {
    cursor: pointer;
}

.facBoxThree1_lunbo .swiper-slide .item .img_box {
    position: relative;
    border-radius: 6px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.facBoxThree1_lunbo .swiper-slide .item .img_box img {
    width: 100%;
}

.facBoxThree1_lunbo .swiper-slide .item:hover .img_box > img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.facBoxThree1_lunbo .swiper-slide .item .img_box .video_play_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    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;
}

.facBoxThree1_lunbo .swiper-slide .item .img_box .video_play_btn img {
    width: 86px;
}

.facBoxThree1_lunbo .swiper-slide .item .text {
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 15px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.facBoxThree1_lunbo .swiper-slide .item:hover .text {
    color: #ff9a00;
}

/* ~~~~~~~~~~~~~~~~~~Factory,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~Factory,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~~Factory,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~Application_del,css */
/* ~~~~~~~~~~~~~~Application_del,css */
/* ~~~~~~~~~~~~~~Application_del,css */
.app_deBoxOne {
    background: #f6f6f6;
}

.app_deOne1_01 {
    background: #ffffff;
    padding: 45px 80px 50px;
}

.app_deOne1_01 .big_title {
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
}

.app_deOne1_01 .line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.app_deOne1_01 .line::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80px;
    height: 2px;
    background: #333333;
}

.app_deOne1_01 .content_box {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding: 40px 0 0;
}

.app_deOne1_01 .content_box img {
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important;
}

.app_deOne1_02 {
    padding: 40px 10px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    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;
}

.app_deOne1_02 a {
    width: 200px;
    height: 48px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 10px;
    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;
}

.app_deOne1_02 a:hover {
    background: #ff9a00;
}

.app_deOne1_02 a .iconfont {
    font-size: 30px;
    color: #ff9a00;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.app_deOne1_02 a span {
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    color: #ff9a00;
    padding-left: 8px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.app_deOne1_02 a:hover .iconfont,
.app_deOne1_02 a:hover span {
    color: #ffffff;
}

.app_deBoxOne2 {
    padding-top: 60px;
}

/* ~~~~~~~~~~~~~~Application_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Application_del,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~Application_del,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~~~~Products_del,css */
/* ~~~~~~~~~~~~~~~~~Products_del,css */
/* ~~~~~~~~~~~~~~~~~Products_del,css */
.pro_deBoxOne1 {
    height: 101px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pro_deBoxTwo {
    background: url(../images/pro_det_02.jpg) no-repeat center center / cover;
}

.pro_deBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deTwo1_L {
    width: 50%;
    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_deTwo1_L_dots {
    width: 18.8%;
}

.pro_deTwo1_L_dots .item {
    margin-bottom: 3.2%;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.pro_deTwo1_L_dots > .item:last-child {
    margin-bottom: 0;
}

.pro_deTwo1_L_dots .item img {
    width: 100%;
}

.pro_deTwo1_L_dots .item.hover {
    border-color: #ff9a00;
}

.pro_deTwo1_L_lunbo {
    width: 77.5%;
    margin: 0;
    border: 1px solid #dcdcdc;
}

.pro_deTwo1_L_lunbo .swiper-slide .item img {
    width: 100%;
}

.pro_deTwo1_R {
    width: 46.2%;
}

.pro_deTwo1_R .title_text {
    padding-bottom: 35px;
}

.pro_deTwo1_R .title_text .title {
    font-family: "ProximaNova-Bold";
    font-size: 48px;
    color: #333333;
}

.pro_deTwo1_R .title_text .text {
    font-size: 16px;
    color: #666666;
    padding-top: 15px;
}

.pro_deTwo1_R dl {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.pro_deTwo1_R dl dd {
    padding: 15px 0 15px;
    border-bottom: 1px dashed #d3d3d3;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deTwo1_R dl dd::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 50%;
    margin-top: 5px;
}

.pro_deTwo1_R dl dd span {
    width: calc(100% - 6px);
    font-size: 16px;
    color: #666666;
    padding-left: 10px;
}

.pro_deTwo1_R dl > dd:last-child {
    border-bottom: none;
}

.pro_deTwo1_R .btn {
    padding-top: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deTwo1_R .btn a {
    width: 180px;
    height: 46px;
    border-radius: 6px;
    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_deTwo1_R .btn a:hover {
    opacity: 0.8;
}

.pro_deTwo1_R .btn a .iconfont {
    font-size: 28px;
    color: #ffffff;
}

.pro_deTwo1_R .btn a span {
    font-family: "ProximaNova-Bold";
    font-size: 16px;
    color: #ffffff;
    padding-left: 5px;
}

.pro_deTwo1_R .btn > a:nth-child(1) {
    background: #333333;
}

.pro_deTwo1_R .btn > a:nth-child(2) {
    background: #ff9a00;
    margin-left: 20px;
}

.pro_deTwo1_R .share_box {
    padding-top: 28px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deTwo1_R .share_box .share_text {
    font-size: 14px;
    color: #666666;
    padding-right: 10px;
}

.pro_deBoxThree {
    height: 96px;
}

.pro_deBoxThree1 {
    background: #333333;
}

.pro_deThree1_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deThree1_list .item {
    position: relative;
    width: calc(100% / 6);
    height: 96px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree1_list .item:hover {
    background: #ff9a00;
}

.pro_deThree1_list .item .iconfont {
    font-size: 30px;
    color: #333333;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree1_list .item:hover .iconfont {
    color: #ff9a00;
}

.pro_deThree1_list .item span {
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    color: #ffffff;
    padding-left: 8px;
}

.pro_deThree1_list .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 56px;
    background: #464646;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree1_list .item:hover::after {
    background: #ff9a00;
}

.pro_deThree1_list > .item:last-child::after {
    display: none;
}

.pro_deThree1_list .item.hover {
    background: #ff9a00;
}

.pro_deThree1_list .item.hover .iconfont {
    color: #ff9a00;
}

.pro_deThree1_list .item.hover::after {
    background: #ff9a00;
}

.pro_deBoxFour > .pro_det_bg_style:nth-child(even) {
    background: #f5f5f5;
}

.pro_det_public_title {
    position: relative;
    width: 590px;
    height: 90px;
    margin: 0 auto 40px;
    border: 2px solid #eeeeee;
}

.pro_det_public_title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -2px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 105px;
    height: 2px;
    background: #ff9a00;
}

.pro_det_public_title .title_text {
    position: absolute;
    z-index: 2;
    top: -25px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_det_public_title .title_text .title {
    width: 100%;
    color: #333333;
    line-height: 52px;
    text-align: center;
}

.pro_det_public_title .title_text .title span {
    padding: 0 10px;
}

.pro_deBoxFour > .pro_det_bg_style:nth-child(odd) .pro_det_public_title .title span,
.pro_deBoxFour > .pro_det_bg_style:nth-child(odd) .pro_det_public_title .text {
    background: #ffffff;
}

.pro_deBoxFour > .pro_det_bg_style:nth-child(even) .pro_det_public_title .title span,
.pro_deBoxFour > .pro_det_bg_style:nth-child(even) .pro_det_public_title .text {
    background: #f5f5f5;
}

.pro_deBoxFour > .pro_det_bg_style:nth-child(even) .pro_det_public_title {
    border-color: #dddddd;
}

.pro_det_public_title .title_text .text {
    width: 750px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 9px;
    padding: 6px 0 6px;
}

.pro_deFour1_list .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deFour1_list .item .text {
    width: 48%;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.pro_deFour1_list .item .img_box {
    width: 50%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_deFour1_list .item .img_box img {
    width: 100%;
}

.pro_deFour1_list .item .img_box img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deFour1_list > .item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pro_deFour2_01 {
    max-width: 1230px;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: center;
    padding-bottom: 25px;
}

.pro_deFour2_02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_deFour2_02_L {
    width: 50%;
}

.pro_deFour2_02_L img {
    width: 100%;
}

.pro_deFour2_02_R {
    width: 46%;
}

.pro_deFour2_02_R .title {
    font-family: "ProximaNova-Bold";
    font-size: 30px;
    color: #333333;
    line-height: 40px;
}

.pro_deFour2_02_R .text {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-top: 20px;
}

.pro_deBoxFour table,
.new_deBoxOne table {
    width: 100%;
}

.pro_deBoxFour table tr td,
.new_deBoxOne table tr td {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 15px 10px 15px;
    border: 1px solid #dcdcdc;
}

.pro_deFour5_tags {
    padding-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deFour5_tags .tags_title {
    width: 65px;
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    color: #333333;
    padding-top: 8px;
}

.pro_deFour5_tags .tags_a {
    width: calc(100% - 65px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deFour5_tags .tags_a a {
    display: block;
    font-size: 16px;
    color: #666666;
    border-radius: 6px;
    padding: 8px 20px;
    margin: 0 10px 10px 0;
    border: 1px solid #dcdcdc;
}

.pro_deFour5_tags .tags_a a:hover {
    color: #ffffff;
    border-color: #ff9a00;
    background: #ff9a00;
}

/* ~~~~~~~~~~~~~~~~~Products_del,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Products_del,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~Products_del,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~Application,css */
/* ~~~~~~~~~~~~~Application,css */
/* ~~~~~~~~~~~~~Application,css */
.appBoxOne {
    background: #f6f6f6;
}

.appBoxOne1 {
    padding-top: 110px;
}

.appBoxOne1 .item {
    margin-bottom: 135px;
}

.appBoxOne1 .item a {
    display: block;
}

.appOne1_top {
    background: #f9f9f9;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.03);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.appBoxOne1 .item a:hover .appOne1_top {
    background: #ff9a00;
}

.appOne1_top_L {
    width: 58.7%;
    height: 429px;
    margin: -95px 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.appOne1_top_R {
    width: 41.3%;
    padding: 70px 30px 0;
    background: url(../images/application_04.png) no-repeat center bottom;
}

.appBoxOne1 .item a:hover .appOne1_top_R {
    background-image: url(../images/application_04_active.png);
}

.appOne1_top_R .icon {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    padding: 8px;
    border-radius: 50%;
    background: #ff9a00;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.appBoxOne1 .item a:hover .appOne1_top_R .icon {
    background: #ffffff;
}

.appOne1_top_R .icon img {
    max-height: 100%;
}

.appOne1_top_R .icon .img_02 {
    display: none;
}

.appBoxOne1 .item a:hover .appOne1_top_R .icon .img_01 {
    display: none;
}

.appBoxOne1 .item a:hover .appOne1_top_R .icon .img_02 {
    display: block;
}

.appOne1_top_R .title {
    font-family: "ProximaNova-Bold";
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.appBoxOne1 .item a:hover .appOne1_top_R .title {
    color: #ffffff;
}

.appOne1_top_R .iconfont {
    font-size: 36px;
    color: #333333;
    text-align: center;
    width: 120px;
    height: 33px;
    line-height: 33px;
    margin: 20px auto 0;
    border-radius: 4px;
    border: 1px solid #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.appBoxOne1 .item a:hover .appOne1_top_R .iconfont {
    color: #ffffff;
    border-color: #ffffff;
}

.appOne1_bot {
    padding: 50px 0 100px;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.03);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.appOne1_bot .everyOne {
    width: calc(100% / 3);
    padding: 0 4%;
    text-align: center;
}

.appOne1_bot .everyOne .number {
    font-size: 42px;
    color: #666666;
}

.appOne1_bot .everyOne .line {
    width: 55px;
    height: 2px;
    background: #666666;
    margin: 15px auto 0;
}

.appOne1_bot .everyOne .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 25px;
}

.appBoxOne1 > .item:nth-child(odd) .appOne1_top .appOne1_top_L {
    border-radius: 0 0 50px 0;
}

.appBoxOne1 > .item:nth-child(even) .appOne1_top .appOne1_top_L {
    border-radius: 0 0 0 50px;
}

.appBoxOne1 > .item:nth-child(even) .appOne1_top {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.appBoxOne1 > .item:last-child {
    margin-bottom: 60px;
}

/* ~~~~~~~~~~~~~Application,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Application,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Application,css~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~about,css */
.aboBoxOne {
    background: #f6f6f6;
}

.aboBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxOne1_L {
    position: relative;
    width: 50%;
    cursor: pointer;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboBoxOne1_L img {
    width: 100%;
}

.aboBoxOne1_L:hover > img {
    -ms-transform: translateZ(50px);
    -moz-transform: translateZ(50px);
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    -ms-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.aboBoxOne1_L .video_play_btn {
    width: 114px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.aboBoxOne1_L .video_play_btn .line1,
.aboBoxOne1_L .video_play_btn .line2,
.aboBoxOne1_L .video_play_btn .line3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.aboBoxOne1_L .video_play_btn .line1 {
    -ms-animation: line_animate 3s linear 0s infinite;
    -webkit-animation: line_animate 3s linear 0s infinite;
    animation: line_animate 3s linear 0s infinite;
}

.aboBoxOne1_L .video_play_btn .line2 {
    -ms-animation: line_animate 3s linear 1s infinite;
    -webkit-animation: line_animate 3s linear 1s infinite;
    animation: line_animate 3s linear 1s infinite;
}

.aboBoxOne1_L .video_play_btn .line3 {
    -ms-animation: line_animate 3s linear 2s infinite;
    -webkit-animation: line_animate 3s linear 2s infinite;
    animation: line_animate 3s linear 2s infinite;
}

.aboBoxOne1_R {
    width: 46.2%;
}

.public_about_page_title {
    position: relative;
}

.public_about_page_title .title_text {
    position: relative;
    z-index: 2;
    margin-left: 20px;
    background: #f6f6f6;
}

.public_about_page_title .title_text .title {
    color: #333333;
    line-height: 58px;
    padding-top: 4px;
}

.public_about_page_title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 102px;
    height: calc(100% + 28px * 2);
    border: 3px solid #ff9a00;
}

.public_about_page_title .title_text .text {
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    padding-bottom: 3px;
}

.aboBoxOne1_R_text {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-top: 60px;
}

.aboBoxTwo {
    background: url(../images/about_02.jpg) no-repeat center top / cover;
}

.aboBoxTwo1 {
    text-align: center;
    padding-bottom: 40px;
}

.aboBoxTwo1 .title {
    color: #ffffff;
}

.aboBoxTwo1 .address {
    font-size: 24px;
    color: #ffffff;
    padding-top: 20px;
}

.aboBoxTwo1 .text {
    max-width: 1230px;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding-top: 15px;
}

.aboBoxTwo2 {
    max-width: 1360px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxTwo2 .item {
    position: relative;
    width: calc(100% / 5);
    padding: 0 30px;
}

.aboBoxTwo2 .item .number {
    font-family: "ProximaNova-Bold";
    font-size: 48px;
    color: #ff9a00;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxTwo2 .item:hover .number {
    color: #ffffff;
    background: #ff9a00;
}

.aboBoxTwo2 .item .text {
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    padding-top: 15px;
}

.aboBoxTwo2 .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -0.5px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 96px;
    background: rgba(255,255,255,0.3);
}

.aboBoxTwo2 > .item:last-child::after {
    display: none;
}

.aboBoxTwo3 {
    padding-top: 40px;
}

.aboBoxTwo3_item {
    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;
}

.aboBoxTwo3_item .item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxTwo3_item .item_L {
    position: relative;
    width: 200px;
    min-height: 175px;
    padding: 0 10px;
    background: #ff9a00;
    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;
}

.aboBoxTwo3_item .item_L .icon {
    width: 84px;
    height: 84px;
    padding: 10px;
    border-radius: 50%;
    background: #ffffff;
    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;
}

.aboBoxTwo3_item .item_L .icon img {
    max-height: 100%;
}

.aboBoxTwo3_item .item_L::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #ff9a00;
}

.aboBoxTwo3_item .item_R {
    width: calc(100% - 200px);
    padding: 20px 15px 20px 45px;
    background: rgba(255,255,255,0.8);
    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;
}

.aboBoxTwo3_item .item_R .year {
    font-family: "ProximaNova-Bold";
    font-size: 36px;
    color: #333333;
}

.aboBoxTwo3_item .item_R .text {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    padding-top: 5px;
}

.aboBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxThree1 .item {
    position: relative;
    width: 50%;
    text-align: center;
    padding: 50px 40px 40px;
}

.aboBoxThree1 .item .hover_show_bg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxThree1 .item:hover .hover_show_bg {
    opacity: 1;
}

.aboBoxThree1 .item .iconfont {
    position: relative;
    z-index: 2;
    font-size: 56px;
    color: #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxThree1 .item:hover .iconfont {
    color: #ffffff;
}

.aboBoxThree1 .item .title {
    position: relative;
    z-index: 2;
    font-family: "ProximaNova-Bold";
    font-size: 24px;
    color: #333333;
    padding-top: 15px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxThree1 .item:hover .title {
    color: #ffffff;
}

.aboBoxThree1 .item .line {
    position: relative;
    z-index: 2;
    width: 47px;
    height: 2px;
    background: #333333;
    margin: 15px auto 0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxThree1 .item:hover .line {
    background: #ffffff;
}

.aboBoxThree1 .item .text {
    position: relative;
    z-index: 2;
    max-width: 570px;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-top: 15px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxThree1 .item:hover .text {
    color: #ffffff;
}

.aboBoxThree1 > .item:nth-child(1) {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.aboBoxThree1 > .item:nth-child(2) {
    border-bottom: 1px solid #eeeeee;
}

.aboBoxThree1 > .item:nth-child(3) {
    border-right: 1px solid #eeeeee;
}

.aboBoxFour {
    background: #f6f6f6;
}

.aboBoxFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboBoxFour1_L {
    width: 45%;
}

.aboBoxFour1_L_01 {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    padding-top: 70px;
}

.aboBoxFour1_L_02 {
    padding-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxFour1_L_02 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboBoxFour1_L_02 > .item:nth-child(2) {
    margin-left: 40px;
}

.aboBoxFour1_L_02 .item .iconfont {
    width: 60px;
    font-size: 46px;
    color: #ff9a00;
}

.aboBoxFour1_L_02 .item .r_box {
    width: calc(100% - 60px);
    padding-top: 6px;
}

.aboBoxFour1_L_02 .item .r_box .title {
    font-size: 16px;
    color: #333333;
}

.aboBoxFour1_L_02 .item .r_box .text {
    font-size: 18px;
    color: #666666;
    padding-top: 5px;
}

.aboBoxFour1_L_02 .item .r_box .text a {
    color: #666666;
}

.aboBoxFour1_L_02 .item .r_box .text a:hover {
    color: #ff9a00;
}

.aboBoxFour1_R {
    width: 50%;
}

.aboBoxFour1_R img {
    width: 100%;
}

.aboBoxFive {
    background: url(../images/about_09.jpg) no-repeat center center / cover;
}

.aboBoxFive_w {
    padding: 100px 0 0;
}

.aboBoxFive1 {
    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;
}

.aboBoxFive1_L {
    width: 48.5%;
}

.aboBoxFive1_L img {
    width: 100%;
}

.aboBoxFive1_R {
    width: 43%;
}

.aboBoxFive1_R_01 {
    padding-bottom: 50px;
}

.aboBoxFive1_R_01 .title {
    color: #ffffff;
}

.aboBoxFive1_R_01 .text {
    font-size: 20px;
    color: #ffffff;
    line-height: 32px;
    padding-top: 10px;
}

.aboBoxFive1_R_02 .item {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboBoxFive1_R_02 .item .icon {
    width: 12px;
    height: 12px;
    padding: 2px;
    border-radius: 50%;
    margin-top: 7px;
    background: rgba(255,255,255,0.3);
}

.aboBoxFive1_R_02 .item .icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ff9a00;
    border-radius: 50%;
}

.aboBoxFive1_R_02 .item .text {
    width: calc(100% - 12px);
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    padding-left: 10px;
}

/* ~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~about,css~~~~~~~~~~~~~end */





















.float_side_nav {
    position: fixed;
    z-index: 6;
    right: 0;
    top: 25%;
    width: 70px;
    border-radius: 14px 8px 8px 14px;
    overflow: hidden;
}

.float_side_nav .item {
    background: #ff9a00;
    border-bottom: 1px solid #f7c0c0;
}

.float_side_nav .item a {
    height: 66px;
    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;
}

.float_side_nav .item a .iconfont {
    font-size: 30px;
    color: #ffffff;
}

.float_side_nav .item a:hover .iconfont {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

.float_side_nav .item a .text {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.float_side_nav>.item:last-child {
    border-bottom: none;
}











.indBoxOne2 .item .btn > a:nth-child(2) {
    border-color: #ff9a00;
    background: #ff9a00;
}

.indBoxOne2 .item .btn > a:nth-child(2) .iconfont {
    color: #ffffff;
}

.indBoxOne2 .item .btn > a:nth-child(2) span {
    color: #ffffff;
}