#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: "Graphik-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: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.w_1600 {
    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: #D80C18;
    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: #ffffff;
    border-radius: 4px;
    margin-bottom: 6px;
}

.mobile_menu_btn span:last-child {
    margin-bottom: 0;
}

.mobile_search_icon {
    width: 40px;
    height: 52px;
    color: #ffffff;
    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: #D80C18;
}

.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: #3579d1;
    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%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pc_public_head.active .pc_head_center {
    background: #D80C18;
}

.head_center_w {
    border-bottom: 1px solid rgba(229, 229, 229, 0.2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.head_center_w .logo {
    width: 220px;
    height: 120px;
    background: #D80C18;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pc_public_head.change_height .pc_head_center .logo {
    height: 100px;
}

.head_center_w .logo a {
    width: 100%;
    height: 100%;
    padding: 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;
}

.head_center_w .logo a img {
    max-width: 100%;
    max-height: 100%;
}

.head_center_r {
    width: calc(100% - 330px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box {
    width: calc(100% - 280px);
    height: 100%;
    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;
    height: 100%;
}

.pc_head_list_box .item>a {
    position: relative;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_list_box .item>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    width: 0%;
    height: 3px;
    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: 100%;
    left: 0;
    width: 200px;
    background: #ffffff;
    padding: 10px 15px 10px 20px;
    border-top: 3px solid #D80C18;
}

.publicTwo_stage_nav .EveryOne {
    padding: 12px 0 12px;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-size: 14px;
    color: #999999;
}

.publicTwo_stage_nav .EveryOne a:hover {
    color: #D80C18;
}

.head_search_language {
    width: 110px;
    padding-top: 2px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.head_search .click_icon {
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
}

.head_search .click_icon:hover {
    -ms-animation: tada 0.8s linear;
    -webkit-animation: tada 0.8s linear;
    animation: tada 0.8s linear;
}


/* 可公用导航搜索 */
.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;
}

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

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

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

.head_language {
    position: relative;
}

.head_language_01 {
    font-size: 26px;
    color: #ffffff;
    padding-top: 2px;
    cursor: pointer;
}

.head_language_01:hover {
    -ms-animation: tada 0.8s linear;
    -webkit-animation: tada 0.8s linear;
    animation: tada 0.8s linear;
}

.head_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 74px;
    right: 0;
    width: 130px;
    padding: 12px 0;
    background: #ffffff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.pc_public_head.change_height .head_language .head_language_02 {
    top: 64px;
}

.head_language_02 a {
    display: block;
    font-family: "Square721_BT_Bold";
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 8px 0;
}

.head_language_02 a:hover {
    color: #D80C18;
}

/* ~~~~~~~~~~~~~~~~~~~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_dots {
    position: absolute;
    z-index: 2;
    right: 10%;
    bottom: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.index_banner_dots .item {
    position: relative;
    width: 174px;
    height: 86px;
    padding: 10px;
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    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;
}

.index_banner_dots>.item:last-child {
    margin-right: 0;
}

.index_banner_dots .item div {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_banner_dots .item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 102%;
    width: 100%;
    height: 100%;
    background: rgba(52, 88, 171, 0.6);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_banner_dots .item:hover::after {
    left: 0%;
}

.index_banner_dots .item.hover::after {
    left: 0%;
    -ms-transition: all 5s cubic-bezier(0.65, 0.01, 0.45, 1);
    -webkit-transition: all 5s cubic-bezier(0.65, 0.01, 0.45, 1);
    transition: all 5s cubic-bezier(0.65, 0.01, 0.45, 1);
}

.fz_60 {
    font-family: "impact";
    font-size: 60px;
    text-transform: uppercase;
}

.p_80 {
    padding: 80px 0 90px;
}

.p_90 {
    padding: 90px 0 90px;
}

.public_page_title {
    text-align: center;
    padding-bottom: 45px;
}

.public_page_title a {
    display: block;
}

.public_page_title .title {
    color: #444444;
}

.public_page_title .text {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    margin: 0 auto;
    padding-top: 15px;
}

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

.indBoxOne1 .item {
    width: calc((100% - 80px) / 3);
}

.indBoxOne1 .item a {
    display: block;
}

.indBoxOne1 .item .img_box {
    position: relative;
    overflow: hidden;
}

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

.indBoxOne1 .item .img_box .hover_show {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-transition: opacity 1s, transform 3s 0.5s;
    -webkit-transition: opacity 1s, transform 3s 0.5s;
    transition: opacity 1s, transform 3s 0.5s;
}

.indBoxOne1 .item a:hover .img_box .hover_show {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.indBoxOne1 .item .title {
    font-family: "impact";
    font-size: 30px;
    color: #333333;
    padding-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.indBoxTwo {
    background: url(../images/index_04.jpg) no-repeat center center / cover;
    background-attachment: fixed;
}

.indBoxTwo1 a {
    display: block;
}

.indBoxTwo1 .title {
    color: #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;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxTwo1 .title div {
    width: 245px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #D80C18;
    margin-left: 25px;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.indBoxTwo1 .title div span {
    display: inline-block;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.indBoxTwo2 {
    max-width: 1170px;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    padding-top: 40px;
}

.indBoxTwo3 {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxTwo3 .item {
    width: calc(100% / 3);
    padding: 0 10px;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxTwo3 .item:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.indBoxTwo3 .item .number {
    font-family: "Square721_BT_Bold";
    font-size: 52px;
    color: #ffffff;
}

.indBoxTwo3 .item .text {
    font-size: 16px;
    color: #ffffff;
    padding-top: 5px;
}

.indBoxTwo4 {
    padding-top: 55px;
}

.indBoxTwo4_btn {
    position: relative;
    width: 130px;
    margin: 0 auto;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxTwo4_btn:hover {
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.indBoxTwo4_btn img {
    width: 100%;
}

.indBoxTwo4_btn .iconfont {
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* 点击视频弹出播放框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~~~~~~~~~~~~~~~~结束 */


.indBoxThree {
    background: url(../images/index_06.jpg) no-repeat center center / cover;
    background-attachment: fixed;
}

.indBoxThree1 {
    position: relative;
}

.indBoxThree1_lunbo .swiper-slide a {
    display: block;
}

.indBoxThree1_lunbo .swiper-slide a .img_box img {
    width: 100%;
}

.indBoxThree1_lunbo .swiper-slide a .title {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-top: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1_lunbo .swiper-slide a:hover .title {
    color: #D80C18;
}

.indBoxThree1_prev,
.indBoxThree1_next {
    font-size: 26px;
    color: #333333;
    position: absolute;
    z-index: 2;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    outline: none;
    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;
}

.indBoxThree1_prev {
    left: -60px;
}

.indBoxThree1_next {
    right: -60px;
}

.indBoxThree1_prev:hover,
.indBoxThree1_next:hover {
    color: #ffffff;
    background: #D80C18;
}

.public_lunbo_dots {
    padding-top: 20px;
    text-align: center;
}

.public_lunbo_dots .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    outline: none;
    background: #d1d0d0;
    -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: #D80C18;
}

.indBoxThree1_dots {
    display: none;
}

.indBoxFour {
    position: relative;
    background: url(../images/index_13.jpg) no-repeat left center / cover;
}

.indBoxFour_w {
    position: relative;
    z-index: 3;
    padding: 135px 0 135px;
}

.indBoxFour1 {
    max-width: 800px;
}

.indFour1_01 {
    display: inline-block;
    height: 82px;
    line-height: 84px;
    font-family: "Square721_BT_Bold";
    font-size: 56px;
    color: #ffffff;
    padding: 0 15px;
    text-transform: uppercase;
    background: #D80C18;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}

.indBoxFour1 .title {
    font-family: "Square721_BT_Bold";
    font-size: 62px;
    color: #ffffff;
    line-height: 62px;
    padding-top: 20px;
    text-transform: uppercase;
}

.indBoxFour1 .text {
    font-family: "Square721_BT_Bold";
    font-size: 18px;
    color: #ffffff;
    line-height: 32px;
    padding-top: 18px;
    text-transform: uppercase;
}

.indBoxFour_video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    object-fit: cover;
}

.indBoxFour::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.indBoxFive {
    overflow: hidden;
    background: url(../images/index_14.jpg) no-repeat center center / cover;
}

.indBoxFive1 {
    width: calc((100vw - 10px) / 2 + 50%);
    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;
}

.indFive1_L {
    width: 30%;
    padding-right: 75px;
}

.indFive1_L a {
    display: block;
}

.indFive1_L .title {
    color: #444444;
}

.indFive1_L .text {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding-top: 22px;
}

.indFive1_L .btn {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 150px;
    line-height: 50px;
    margin-top: 30px;
    background: #D80C18;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indFive1_L .btn:hover {
    background: #1f418f;
}

/* 鼠标经过效果 */
.hover1_style {
    position: relative;
    overflow: hidden;
}

.hover1_style::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -ms-background-image: linear-gradient(to right,  transparent, rgba(255,255,255,0.8) 50%, transparent);
    -moz-background-image: linear-gradient(to right,  transparent, rgba(255,255,255,0.8) 50%, transparent);
    -webkit-background-image: linear-gradient(to right,  transparent, rgba(255,255,255,0.8) 50%, transparent);
    background-image: linear-gradient(to right,  transparent, rgba(255,255,255,0.8) 50%, transparent);
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hover1_style:hover::after {
    left: 100%;
}

.indFive1_R {
    width: 70%;
}

.indFive1_R_lunbo .swiper-slide {
    padding: 0 1px;
}

.indFive1_R_lunbo .swiper-slide a {
    display: block;
    padding: 0 55px 30px;
    border-left: 1px solid #d6d6d6;
}

.indFive1_R_lunbo .swiper-slide a .day {
    font-family: "impact";
    font-size: 72px;
    color: #666666;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFive1_R_lunbo .swiper-slide a:hover .day {
    color: #D80C18;
}

.indFive1_R_lunbo .swiper-slide a .year {
    font-family: "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
}

.indFive1_R_lunbo .swiper-slide a .title {
    height: 105px;
    font-family: "impact";
    font-size: 24px;
    color: #444444;
    line-height: 30px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indFive1_R_lunbo .swiper-slide a .img_box {
    margin-top: 22px;
}

.indFive1_R_lunbo .swiper-slide a .img_box img {
    width: 100%;
}

.indBoxSix1 {
    text-align: center;
}

.indBoxSix1 img {
    max-width: 100%;
    max-height: 100%;
}

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














/* ~~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~~footer,css */
.public_footer_top {
    background: #222222;
}

.footer_top_w {
    padding: 70px 0 70px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: 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: "Square721_BT_Bold";
    font-size: 20px;
    color: #acacac;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer_top_list .item {
    margin-bottom: 15px;
}

.footer_top_list .item a {
    display: block;
    font-size: 14px;
    color: #999999;
}

.footer_top_list .item a:hover {
    color: #ffffff;
}

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

.footer_top_01 .footer_top_list .item {
    width: calc((100% - 10px) / 2);
}

.footer_top_01 {
    width: 22%;
}

.footer_top_02 {
    width: 11%;
}

.footer_top_03 {
    width: 10%;
}

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

.footer_top_download .item {
    width: calc((100% - 15px) / 2);
    cursor: pointer;
}

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

.footer_top_download .item .title {
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    padding-top: 15px;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_top_download .item:hover .title {
    color: #ffffff;
}

.footer_popup_inquiry {
    display: none;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup_inquiry_mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.popup_inquiry {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.popup_inquiry_img {
    width: 200px;
}

.popup_inquiry_img img {
    position: relative;
    width: 249px;
    max-width: none;
}

.popup_inquiry_form {
    width: calc(100% - 200px);
    background: #ffffff;
    padding: 60px 55px 60px;
}

.popup_inquiry_form .title {
    font-family: "impact";
    font-size: 46px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

.popup_inquiry_form .title span {
    color: #D80C18;
}

.popup_inquiry_form .text {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-align: center;
    padding: 10px 0 20px;
}

.popup_inquiry_form input {
    display: block;
    font-family: "Graphik-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 60px;
    max-width: 386px;
    margin: 0 auto 25px;
    border: none;
    background: #f6f6f6;
    padding: 0 10px 0 20px;
}

.popup_inquiry_form ::-webkit-input-placeholder {
    color: #999999;
}

.popup_inquiry_form button {
    display: block;
    font-family: "Graphik-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 150px;
    height: 48px;
    border: none;
    margin: 0 auto;
    background: #D80C18;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.popup_inquiry_form button:hover {
    background: #1f418f;
}

.popup_inquiry_close {
    font-size: 30px;
    color: #333333;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.popup_inquiry_close:hover {
    color: #D80C18;
}

.footer_top_04 {
    width: 240px;
}

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

.footer_top_05_logo .footer_logo {
    width: 117px;
}

.footer_top_05_logo .footer_logo a {
    display: block;
}

.footer_top_05_logo .footer_logo a img {
    width: 100%;
}

.footer_top_05_logo .text {
    width: calc(100% - 117px);
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-left: 15px;
}

.footer_top_05 .tel_email {
    padding: 20px 0 0 10px;
}

.footer_top_05 .tel_email .item {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer_top_05 .tel_email .item .iconfont {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #303030;
}

.footer_top_05 .tel_email .item .right_box {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.footer_top_05 .tel_email .item .right_box .tt {
    font-size: 14px;
    color: #999999;
    padding-left: 2px;
}

.footer_top_05 .tel_email .item .right_box a {
    display: block;
    font-family: "Square721_BT_Bold";
    font-size: 18px;
    color: #999999;
    padding-top: 2px;
}

.footer_top_05 .tel_email .item .right_box a:hover {
    color: #ffffff;
}

.footer_top_05 .media {
    padding: 15px 0 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top_05 .media a {
    display: block;
    font-size: 24px;
    color: #999999;
    margin-right: 20px;
}

.footer_top_05 .media > a:last-child {
    margin-right: 0;
}

.footer_top_05 .media a:hover {
    color: #ffffff;
}

.footer_top_05 {
    width: 22%;
}

.public_footer_bot {
    background: #111111;
}

.footer_bot_w {
    font-size: 14px;
    color: #999999;
    padding: 24px 0 22px;
    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;
}

.footer_bot_02 a {
    color: #999999;
}

.footer_bot_02 a:hover {
    color: #ffffff;
}

/* ~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~~~~about,css */
.SubPage_banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.SubPage_banner_w {
    height: 600px;
    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_01 {
    padding: 0 10px;
}

.SubPage_banner_01 .title {
    color: #ffffff;
    text-align: center;
}

.SubPage_crumbs {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
}

.SubPage_crumbs_w {
    padding: 16px 0 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_w .iconfont {
    width: 40px;
    font-size: 26px;
    color: #ffffff;
}

.SubPage_crumbs_w .crumbs_a {
    width: calc(100% - 40px);
    font-size: 16px;
    color: #ffffff;
    padding-top: 6px;
}

.SubPage_crumbs_w .crumbs_a a {
    color: #ffffff;
}

.SubPage_crumbs_w .crumbs_a a:hover {
    text-decoration: underline;
}

.aboBoxOne {
    background: url(../images/about_01.jpg) no-repeat center center / cover;
}

.aboBoxOne_w .indBoxTwo1 .title {
    color: #444444;
}

.aboBoxOne_w .indBoxTwo1 .title div {
    color: #ffffff;
}

.aboBoxOne2 {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    text-align: center;
    padding: 40px 10px 0;
}

.aboBoxOne_w .indBoxTwo3 .item .number,
.aboBoxOne_w .indBoxTwo3 .item .text {
    color: #444444;
}

.aboBoxThree {
    background: #efefef;
}

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

.aboThree1_L {
    width: 44%;
}

.aboThree1_L .title {
    color: #444444;
}

.aboThree1_L .text {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding-top: 20px;
}

.aboThree1_L .btn {
    padding-top: 30px;
}

.aboThree1_L .btn a {
    width: 168px;
    height: 56px;
    background: #D80C18;
    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;
}

.aboThree1_L .btn a:hover {
    background: #1f418f;
}

.aboThree1_L .btn a .iconfont {
    font-size: 28px;
    color: #ffffff;
}

.aboThree1_L .btn a span {
    font-size: 16px;
    color: #ffffff;
    padding: 3px 0 0 6px;
}

.aboThree1_R {
    width: 41.4%;
}

.aboThree1_R img {
    width: 100%;
}

.aboBoxFour1 {
    position: relative;
    margin-top: -74px;
}

.aboFour1_01 {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboFour1_01 .item {
    width: calc(100% / 3);
    padding: 45px 10px 45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.aboFour1_01 .item .iconfont {
    width: 40px;
    font-size: 30px;
    color: #D80C18;
    padding-bottom: 4px;
}

.aboFour1_01 .item span {
    font-size: 18px;
    color: #444444;
    padding: 0 5px 5px 0;
}

.aboFour1_01 .item .number {
    font-family: "impact";
    font-size: 48px;
    color: #D80C18;
}

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

.aboFour2_01 .item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
}

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

.aboFour2_01 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboFour2_01 .item a .img_box img {
    width: 100%;
}

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

.aboFour2_01 .item a .text {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 10px 15px 20px;
    -ms-background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    -moz-background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    -webkit-background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

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

.aboBoxFive {
    background: url(../images/about_08.jpg) no-repeat center center / cover;
}

.aboBoxFive1 {
    position: relative;
}

.aboBoxFive1_lunbo {
    width: 1125px;
}

.aboBoxFive1_lunbo .swiper-slide {
    width: 30%;
}

.aboBoxFive1_lunbo .swiper-slide .item .img_box img {
    width: 100%;
}

.aboBoxFive1_lunbo .swiper-slide .item .title {
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxFive1_lunbo .swiper-slide.swiper-slide-active .item .title {
    opacity: 1;
    visibility: visible;
}

.aboBoxFive1_prev,
.aboBoxFive1_next {
    font-size: 32px;
    color: #999999;
    position: absolute;
    z-index: 2;
    top: 40%;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #ffffff;
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    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;
}

.aboBoxFive1_prev {
    left: 0;
}

.aboBoxFive1_next {
    right: 0;
}

.aboBoxFive1_prev:hover,
.aboBoxFive1_next:hover {
    color: #ffffff;
    background: #D80C18;
}

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

.aboBoxSix1 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    cursor: pointer;
}

.aboBoxSix1 .item .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.aboBoxSix1 .item .img_box::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13,20,34,0.2);
}

.aboBoxSix1 .item .img_box .iconfont {
    font-size: 60px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.aboBoxSix1 .item .title {
    font-size: 16px;
    color: #666666;
    text-align: center;
    background: #f6f6f6;
    padding: 20px 10px 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

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

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















/* ~~~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~~~contact,css */
.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: 41%;
}

.conOne1_L_top {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.conOne1_L_top .title {
    color: #444444;
    line-height: 62px;
}

.conOne1_L_top .title span {
    color: #D80C18;
}

.conOne1_L_top .text {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    padding-top: 15px;
}

.conOne1_L_bot {
    padding-top: 30px;
}

.conOne1_L_bot .item {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conOne1_L_bot .item .iconfont {
    width: 65px;
    font-size: 46px;
    color: #D80C18;
}

.conOne1_L_bot .item .right_box {
    width: calc(100% - 65px);
}

.conOne1_L_bot .item .right_box .email {
    padding-top: 7px;
}

.conOne1_L_bot .item .right_box .email a {
    display: block;
    font-family: "impact";
    font-size: 24px;
    color: #D80C18;
}

.conOne1_L_bot .item .right_box .email a:hover {
    text-decoration: underline;
}

.conOne1_L_bot .item .right_box .title {
    font-size: 16px;
    color: #222222;
    padding-top: 3px;
}

.conOne1_L_bot .item .right_box .text {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    padding-top: 2px;
}

.conOne1_L_bot .item .right_box .text a {
    display: block;
    color: #999999;
}

.conOne1_L_bot .item .right_box .text a:hover {
    color: #D80C18;
}

.conBoxOne1_R {
    width: 53%;
}

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

.conBoxOne1_R_form .item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
}

.conBoxOne1_R_form .item input {
    font-family: "Graphik-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 68px;
    border: none;
    background: #f6f6f6;
    padding: 0 10px 0 20px;
}

.conBoxOne1_R_form .item.last {
    width: 100%;
}

.conBoxOne1_R_form .item textarea {
    font-family: "Graphik-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #999999;
    width: 100%;
    height: 225px;
    border: none;
    resize: none;
    background: #f6f6f6;
    padding: 20px 10px 10px 20px;
}

.conBoxOne1_R_form .item ::-webkit-input-placeholder {
    color: #999999;
}

.conBoxOne1_R_form .btn button {
    font-family: "Graphik-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 160px;
    height: 65px;
    border: none;
    background: #D80C18;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.conBoxOne1_R_form .btn button:hover {
    background: #1f418f;
}

.conBoxTwo img {
    width: 100%;
}

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
















/* ~~~~~~~~~~~~~~~~exhibition,css */
/* ~~~~~~~~~~~~~~~~exhibition,css */
/* ~~~~~~~~~~~~~~~~exhibition,css */
.exhBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.exhBoxOne1 .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}

.exhBoxOne1 .item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.exhBoxOne1 .item a .img_box img {
    width: 100%;
}

.exhBoxOne1 .item a .bot_box {
    height: 165px;
}

.exhBoxOne1 .item a .hover_show {
    position: absolute;
    z-index: 2;
    top: calc(100% - 165px);
    left: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    padding: 35px 25px 0 35px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.exhBoxOne1 .item a:hover .hover_show {
    top: 0;
    padding-top: 60px;
}

.exhBoxOne1 .item a .hover_show .date {
    font-size: 16px;
    color: #999999;
}

.exhBoxOne1 .item a .hover_show .title {
    height: 60px;
    font-family: "impact";
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.exhBoxOne1 .item a .hover_show .text {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    padding-top: 45px;
    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;
}

.exhBoxOne1 .item a:hover .hover_show .text {
    padding-top: 30px;
}

.exhBoxOne1 .item a .hover_show .btn {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 150px;
    line-height: 52px;
    background: #D80C18;
    margin-top: 12%;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.exhBoxOne1 .item a .hover_show .btn:hover {
    background: #1f418f;
}

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

.exhBoxOne2 {
    padding-top: 40px;
}

.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: 18px;
    color: #666666;
    text-align: center;
    width: 50px;
    line-height: 50px;
    margin: 0 7px;
    background: #f6f6f6;
}

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

.public_paging a.hover {
    color: #ffffff;
    background: #D80C18;
}

.public_paging a:hover {
    color: #ffffff;
    background: #D80C18;
}

/* ~~~~~~~~~~~~~~~~exhibition,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~exhibition,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~exhibition,css~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~exhibition_detail,css */
/* ~~~~~~~~~~~~~~~~~exhibition_detail,css */
/* ~~~~~~~~~~~~~~~~~exhibition_detail,css */
.pc_public_head.section_head {
    height: 121px;
}

.exh_deBoxOne {
    background: #f1f1f1;
}

.exh_deBoxOne_w {
    padding: 50px 0 50px;
}

.exh_deBoxOne_w .big_title {
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.exh_deBoxOne1 {
    padding-top: 20px;
    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: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.exh_deBoxOne1 .item {
    padding: 0 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.exh_deBoxOne1 .item .iconfont {
    font-size: 22px;
    color: #999999;
}

.exh_deBoxOne1 .item span {
    font-size: 16px;
    color: #999999;
    padding-left: 5px;
}

.exh_deBoxTwo_w {
    padding: 55px 0 90px;
}

.exh_deBoxTwo1 {
    padding-bottom: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.exh_deTwo1_01 {
    position: relative;
}

.exh_deTwo1_01,
.exh_deTwo1_01_icon {
    width: 50px;
}

.exh_deTwo1_01_icon .item {
    margin-bottom: 1px;
}

.exh_deTwo1_01_icon > .item:last-child {
    margin-bottom: 0;
}

.exh_deTwo1_01_icon .item a {
    font-size: 26px;
    color: #999999;
    height: 55px;
    background: #f1f1f1;
    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;
}

.exh_deTwo1_01_icon .item a:hover {
    color: #ffffff;
    background: #D80C18;
}

.exh_deTwo1_02 {
    width: calc(100% - 50px - 320px);
    padding: 0 6%;
}

.exh_deTwo1_02 .content_box {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
}

.exh_deTwo1_02 .content_box img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.exh_deTwo1_02 .tags {
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.exh_deTwo1_02 .tags .tags_tt {
    width: 75px;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}

.exh_deTwo1_02 .tags .tags_a {
    width: calc(100% - 75px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.exh_deTwo1_02 .tags .tags_a a {
    display: block;
    font-size: 16px;
    color: #999999;
    margin-right: 25px;
    margin-bottom: 10px;
}

.exh_deTwo1_02 .tags .tags_a a:hover {
    color: #D80C18;
}

.exh_deTwo1_03 {
    position: relative;
}

.exh_deTwo1_03,
.exh_deTwo1_03_list {
    width: 320px;
}

.exh_deTwo1_03_list .item {
    margin-bottom: 25px;
}

.exh_deTwo1_03_list > .item:last-child {
    margin-bottom: 0;
}

.exh_deTwo1_03_list .item a {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 30px 15px 30px 25px;
}

.exh_deTwo1_03_list .item a .title {
    font-size: 16px;
    color: #666666;
}

.exh_deTwo1_03_list .item a .date {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.exh_deTwo1_03_list .item a .date .iconfont {
    font-size: 22px;
    color: #bfbfbf;
}

.exh_deTwo1_03_list .item a .date span {
    font-size: 16px;
    color: #bfbfbf;
    padding-left: 5px;
}

.exh_deTwo1_03_list .item a .text {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    padding-top: 10px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.exh_deTwo1_03_list .item a:hover .text {
    color: #D80C18;
}

.exh_deTwo2_01 {
    font-family: "impact";
    font-size: 48px;
    color: #444444;
    padding-bottom: 30px;
}

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

.exh_deBoxTwo2 .exh_deTwo2_02 .item {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
}

.exh_deTwo2_02 .item {
    background: #f6f6f6;
    padding: 20px 25px 30px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.exh_deTwo2_02 .item:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.exh_deTwo2_02_top {
    display: block;
}

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

.exh_deTwo2_02_top .title {
    font-family: "impact";
    font-size: 24px;
    color: #333333;
    text-align: center;
    padding: 5px 0 18px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.exh_deTwo2_02_top:hover .title {
    color: #D80C18;
}

.exh_deTwo2_02_top .text {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    padding-top: 12px;
}

.exh_deTwo2_02_top .text div {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.exh_deTwo2_02 .item .btn {
    padding-top: 15px;
    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;
}

.exh_deTwo2_02 .item .btn a {
    display: block;
    width: calc((100% - 20px) / 2);
    line-height: 42px;
    font-size: 16px;
    text-align: center;
}

.exh_deTwo2_02 .item .btn > a:nth-child(1) {
    color: #ffffff;
    background: #D80C18;
}

.exh_deTwo2_02 .item .btn > a:nth-child(2) {
    color: #666666;
    background: #ffffff;
}

.exh_deTwo2_02 .item .btn > a:nth-child(2):hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

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

/* 左侧 */
.exh_deTwo1_01_icon.static {
    position: static;
    top: auto;
}

.exh_deTwo1_01_icon.fixed {
    position: fixed;
    /* top为导航的高度 */
    top: 101px;
}

.exh_deTwo1_01_icon.absolute {
    position: absolute;
    bottom: 0;
}

/* 右侧 */
.exh_deTwo1_03_list.static {
    position: static;
    top: auto;
}

.exh_deTwo1_03_list.fixed {
    position: fixed;
    /* top为导航的高度 */
    top: 101px;
}

.exh_deTwo1_03_list.absolute {
    position: absolute;
    bottom: 0;
}

/* ~~~~~~~~~~~~~~~~~exhibition_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~exhibition_detail,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~exhibition_detail,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~factory,css */
/* ~~~~~~~~~~~~~~~~factory,css */
/* ~~~~~~~~~~~~~~~~factory,css */
.facBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facBoxOne1 .item {
    position: relative;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 35px;
}

.facBoxOne1 .item .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.facBoxOne1 .item .img_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.facBoxOne1 .item .text {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 10px 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    -moz-background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    -webkit-background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.facBoxOne1 .item:hover .text {
    opacity: 0;
}

.facBoxOne1 .item .hover_show {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    background: rgba(13,20,34,0.5);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.facBoxOne1 .item:hover .hover_show {
    opacity: 1;
}

.facBoxOne1 .item .hover_show .title {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.facBoxOne1 .item .hover_show .description {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    padding-top: 15px;
}

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

.facBoxOne2 {
    padding-top: 45px;
}

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















/* ~~~~~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~~~~~honor,css */
/* ~~~~~~~~~~~~~~~~~honor,css */
.honBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.honBoxOne1 .item {
    width: calc((100% - 240px) / 4);
    margin-right: 80px;
    margin-bottom: 75px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.honBoxOne1 .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.honBoxOne1 .item a {
    display: block;
}

.honBoxOne1 .item .img_box {
    position: relative;
    padding: 0 10%;
}

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

.honBoxOne1 .item .img_box > img {
    position: relative;
    z-index: 2;
}

.honBoxOne1 .item .img_box .bot_section {
    position: absolute;
    left: 0;
    bottom: -14.5%;
    width: 100%;
}

.honBoxOne1 .item .title {
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding-top: 40px;
}

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

.honBoxOne2 {
    padding-top: 10px;
}

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
















/* ~~~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~~~~~news,css */
.SubPage_banner_new_column {
    padding-top: 30px;
    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;
}

.SubPage_banner_new_column .item {
    margin: 0 12px;
}

.SubPage_banner_new_column .item a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    border: 2px solid #ffffff;
}

.SubPage_banner_new_column .item a:hover {
    background: #D80C18;
    border-color: #D80C18;
}

.SubPage_banner_new_column .item.hover a {
    background: #D80C18;
    border-color: #D80C18;
}

.newBoxOne1 .item {
    margin-bottom: 60px;
}

.newBoxOne1 .item a {
    background: #f8f8f8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne1 .item a .img_box {
    width: 400px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne1 .item a .img_box img {
    width: 100%;
}

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

.newBoxOne1 .item a .r_box {
    width: calc(100% - 400px);
    padding: 0 40px 0 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newBoxOne1 .item a .r_box .title_text {
    width: calc(100% - 160px);
}

.newBoxOne1 .item a .r_box .title_text .title {
    font-size: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne1 .item a:hover .r_box .title_text .title {
    color: #D80C18;
}

.newBoxOne1 .item a .r_box .title_text .text {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newBoxOne1 .item a .r_box .date {
    width: 90px;
    text-align: center;
}

.newBoxOne1 .item a .r_box .date .day {
    font-family: "impact";
    font-size: 60px;
    color: #333333;
    line-height: 60px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne1 .item a:hover .r_box .date .day {
    color: #D80C18;
}

.newBoxOne1 .item a .r_box .date .year {
    font-size: 16px;
    color: #999999;
    padding-top: 10px;
}

.newBoxOne2 {
    padding-top: 10px;
}

/* ~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~news,css~~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~~~video,css */
/* ~~~~~~~~~~~~~~~~~video,css */
/* ~~~~~~~~~~~~~~~~~video,css */
.vidBoxOne_w .aboBoxSix1 .item {
    margin-bottom: 40px;
}

.vidBoxOne2 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~~~~~video,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~video,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~video,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~~~~product_detail,css */
/* ~~~~~~~~~~~~~~product_detail,css */
/* ~~~~~~~~~~~~~~product_detail,css */
.pc_public_head.not_fixed .pc_head_center {
    position: static;
}

.pro_deBoxOne {
    background: url(../images/pro_det_01.jpg) no-repeat center center / cover;
}

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

.pro_deOne1_L {
    width: 44.6%;
    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_deOne1_L_dots {
    width: 17.9%;
}

.pro_deOne1_L_dots .item {
    margin-bottom: 12%;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deOne1_L_dots .item img {
    width: 100%;
}

.pro_deOne1_L_dots > .item:last-child {
    margin-bottom: 0;
}

.pro_deOne1_L_lunbo {
    width: 79.2%;
    margin: 0;
}

.pro_deOne1_L_lunbo .swiper-slide .item img {
    width: 100%;
}

.pro_deOne1_L_dots .item.hover {
    border-color: #D80C18;
}

.pro_deOne1_R {
    width: 48%;
}

.pro_deOne1_R .big_title {
    font-family: "impact";
    font-size: 50px;
    color: #333333;
}

.pro_deOne1_R dl {
    padding: 30px 0 10px;
    border-bottom: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne1_R dl dd {
    width: calc(100% / 3);
    padding-right: 10px;
    margin-bottom: 25px;
}

.pro_deOne1_R dl dd div {
    font-size: 16px;
    color: #999999;
    padding-bottom: 12px;
}

.pro_deOne1_R dl dd span {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}

.pro_deOne1_R .description {
    font-size: 16px;
    color: #999999;
    padding-top: 25px;
}

.pro_deOne1_R .description span {
    display: inline-block;
    color: #333333;
    margin: 0 20px 10px 0;
}

.pro_deOne1_R .btn {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deOne1_R .btn a {
    width: 170px;
    height: 56px;
    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_deOne1_R .btn a .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.pro_deOne1_R .btn a span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 8px;
}

.pro_deOne1_R .btn > a:nth-child(1) {
    background: #1c5ee4;
}

.pro_deOne1_R .btn > a:nth-child(2) {
    background: #D80C18;
    margin-left: 25px;
}

.pro_deOne1_R .share_box {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deOne1_R .share_box .share_text {
    font-size: 16px;
    color: #999999;
    padding-right: 8px;
}

.pro_deBoxTwo {
    height: 105px;
}

.pro_deTwo1 {
    background: #ffffff;
    border-top: 4px solid #D80C18;
    border-bottom: 1px solid #e5e5e5;
}

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

.pro_deTwo1_L {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deTwo1_L .iconfont {
    width: 35px;
    font-size: 26px;
    color: #666666;
}

.pro_deTwo1_L .a_box {
    width: calc(100% - 35px);
    font-size: 16px;
    color: #666666;
    padding-top: 6px;
}

.pro_deTwo1_L .a_box a {
    color: #666666;
}

.pro_deTwo1_L .a_box a:hover {
    color: #D80C18;
}

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

.pro_deTwo1_R .item {
    font-size: 20px;
    color: #333333;
    height: 100px;
    margin-right: 80px;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deTwo1_R > .item:last-child {
    margin-right: 0;
}

.pro_deTwo1_R .item:hover {
    font-weight: 700;
    font-size: 22px;
    color: #D80C18;
}

.pro_deTwo1_R .item.hover {
    font-weight: 700;
    font-size: 22px;
    color: #D80C18;
}

.pro_deThree1_w {
    padding: 70px 0 70px;
}

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

.pro_deThree1_01_L {
    position: relative;
    width: 47.5%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    cursor: pointer;
}

.pro_deThree1_01_L img {
    width: 100%;
}

.pro_deThree1_01_L:hover img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_deThree1_01_L .iconfont {
    font-size: 80px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pro_deThree1_01_R {
    width: 47%;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
}

.pro_deThree2_w {
    padding-bottom: 70px;
}

.pro_deBoxThree table {
    width: 100%;
}

.pro_deBoxThree table tr td {
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 18px 10px 16px;
    border: 1px solid #e5e5e5;
}

.pro_deBoxThree table tr:first-child {
    background: #f8f8f8;
}

.pro_deBoxThree table tr:nth-child(even) {
    background: #eeeff7;
}

.pro_deThree3 {
    background: url(../images/pro_det_04.jpg) no-repeat center center / cover;
}

.pro_deThree3_01 {
    max-width: 1030px;
    margin: 0 auto;
}

.pro_deThree3_01 .exh_deTwo2_01 {
    text-align: center;
    color: #ffffff;
}

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

.pro_deThree3_form .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
}

.pro_deThree3_form .item input {
    font-family: "Graphik-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 56px;
    background: none;
    padding: 0 10px 0 20px;
    border: 1px solid #ffffff;
}

.pro_deThree3_form .item.last {
    width: 100%;
}

.pro_deThree3_form .item textarea {
    font-family: "Graphik-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 180px;
    resize: none;
    background: none;
    padding: 20px 10px 10px 20px;
    border: 1px solid #ffffff;
}

.pro_deThree3_form .item ::-webkit-input-placeholder {
    color: #ffffff;
}

.pro_deThree3_form .btn {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_deThree3_form .btn button {
    font-family: "Graphik-Regular", "Arial", "sans-serif";
    font-size: 16px;
    width: 150px;
    height: 52px;
    margin: 0 15px;
    border: none;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_deThree3_form .btn button:hover {
    opacity: 0.8;
}

.pro_deThree3_form .btn > button:nth-child(1) {
    color: #ffffff;
    background: #D80C18;
}

.pro_deThree3_form .btn > button:nth-child(2) {
    color: #666666;
    background: #f6f6f6;
}

/* ~~~~~~~~~~~~~~product_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~product_detail,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~product_detail,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~~~~~products,css */
/* ~~~~~~~~~~~~~~~~products,css */
.proBoxOne1 {
    margin-bottom: 70px;
    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;
}

.proOne1_L {
    width: 30%;
    padding: 35px 35px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.proOne1_L_top a {
    display: block;
}

.proOne1_L_top a .title {
    font-family: "impact";
    font-size: 36px;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.proOne1_L_top a .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

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

.proOne1_L .btn a {
    width: calc((100% - 30px) / 2);
    height: 52px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    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;
}

.proOne1_L .btn > a:nth-child(1) {
    background: #D80C18;
}

.proOne1_L .btn > a:nth-child(2) {
    border: 2px solid #ffffff;
}

.proOne1_L .btn > a:nth-child(2):hover {
    color: #D80C18;
    background: #ffffff;
}

.proBoxOne1 .exh_deTwo2_02 {
    width: calc(100% - 30% - 30px);
}

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

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

.proBoxOne_w > .proBoxOne1:last-child {
    margin-bottom: 0;
}

/* ~~~~~~~~~~~~~~~~products,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~products,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~products,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~~~products_list,css */
/* ~~~~~~~~~~~~~~~~~products_list,css */
/* ~~~~~~~~~~~~~~~~~products_list,css */
.pro_liOne1 {
    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_liOne1_L {
    width: 300px;
}

.pro_list_title {
    font-family: "impact";
    font-size: 36px;
    color: #333333;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.pro_liOne1_L_list .item {
    margin-bottom: 20px;
}

.pro_liOne1_L_list_top {
    background: #D80C18;
    padding: 18px 10px 18px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_liOne1_L_list_top a {
    display: block;
    width: calc(100% - 40px);
    font-size: 16px;
    color: #ffffff;
    padding-top: 4px;
}

.pro_liOne1_L_list_top .iconfont {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_liOne1_L_list_bot {
    display: none;
    background: #f6f6f6;
}

.pro_liOne1_L_list_bot a {
    display: block;
    font-size: 16px;
    color: #666666;
    padding: 20px 15px 18px 30px;
    border-bottom: 1px dashed #e5e5e5;
}

.pro_liOne1_L_list_bot > a:last-child {
    border-bottom: none;
}

.pro_liOne1_L_list_bot a:hover {
    color: #D80C18;
}

.pro_liOne1_L_list .item.hover .pro_liOne1_L_list_top .iconfont {
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.pro_liOne1_R {
    width: calc(100% - 380px);
}

.pro_liOne1_R .exh_deTwo2_02 .item {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 50px;
}

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

.pro_liOne1_R_03 {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~~~~products_list,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~products_list,css~~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~products_list,css~~~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~tags,css */
/* ~~~~~~~~~~~~~~~tags,css */
/* ~~~~~~~~~~~~~~~tags,css */
.tagsBoxOne {
    background: #f6f6f6;
}

.tagsBoxOne_w {
    padding: 35px 0 35px;
}

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

.tagsBoxOne1 .iconfont {
    width: 40px;
    font-size: 26px;
    color: #666666;
}

.tagsBoxOne1 .a_box {
    width: calc(100% - 40px);
    font-size: 16px;
    color: #666666;
    padding-top: 5px;
}

.tagsBoxOne1 .a_box a {
    color: #666666;
}

.tagsBoxOne1 .a_box a:hover {
    color: #D80C18;
}

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

.tagsTwo1_L {
    width: 300px;
}

.tagsTwo1_L_01 {
    margin-bottom: 45px;
}

.tagsTwo1_L_01_title {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    background: #D80C18;
    padding: 24px 15px 20px 20px;
}

.tagsTwo1_L_01 .bot_box {
    background: #f6f6f6;
}

.tagsTwo1_L_01 .bot_box a {
    display: block;
    font-size: 16px;
    color: #666666;
    padding: 22px 15px 18px 20px;
    border-bottom: 1px solid #ffffff;
}

.tagsTwo1_L_01 .bot_box a:hover {
    color: #D80C18;
}

.tagsTwo1_L_01 .bot_box > a:last-child {
    border-bottom: none;
}

.tagsTwo1_L_02_list {
    background: #f6f6f6;
    padding: 25px 15px 0 20px;
    border-bottom: 1px solid transparent;
}

.tagsTwo1_L_02_list .item {
    margin-bottom: 25px;
}

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

.tagsTwo1_L_02_list .item a .img_box {
    width: 110px;
}

.tagsTwo1_L_02_list .item a .img_box img {
    width: 100%;
}

.tagsTwo1_L_02_list .item a .r_text {
    width: calc(100% - 110px);
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-left: 15px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.tagsTwo1_L_02_list .item a:hover .r_text {
    color: #D80C18;
}

.tagsTwo1_R {
    width: calc(100% - 360px);
}

.tagsTwo1_R_01 {
    font-size: 24px;
    color: #666666;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.tagsTwo1_R_02 .item {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    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;
}

.tagsTwo1_R_02 .item .img_box {
    width: 280px;
}

.tagsTwo1_R_02 .item .img_box a {
    display: block;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.tagsTwo1_R_02 .item .r_box {
    width: calc(100% - 280px);
    padding-left: 35px;
}

.tagsTwo1_R_02 .item .r_box .title a {
    display: block;
    font-family: "impact";
    font-size: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.tagsTwo1_R_02 .item .r_box .text {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    padding-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tagsTwo1_R_02 .item .r_box .btn {
    padding-top: 18px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tagsTwo1_R_02 .item .r_box .btn a {
    width: 170px;
    height: 50px;
    background: #f6f6f6;
    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;
}

.tagsTwo1_R_02 .item .r_box .btn a:hover {
    background: #D80C18;
}

.tagsTwo1_R_02 .item .r_box .btn a .iconfont {
    font-size: 26px;
    color: #666666;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.tagsTwo1_R_02 .item .r_box .btn a span {
    font-size: 16px;
    color: #666666;
    padding: 2px 0 0 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.tagsTwo1_R_02 .item .r_box .btn a:hover .iconfont,
.tagsTwo1_R_02 .item .r_box .btn a:hover span {
    color: #ffffff;
}

.tagsTwo1_R_02 .item .r_box .btn > a:nth-child(2) {
    margin-left: 30px;
}

.tagsTwo1_R_03 {
    padding-top: 80px;
}

/* ~~~~~~~~~~~~~~~tags,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~tags,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~tags,css~~~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~~~~~~service,css */
/* ~~~~~~~~~~~~~~~~~service,css */
.serBoxOne1 {
    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;
}

.serBoxOne1_L {
    width: 45.2%;
}

.serBoxOne1_L img {
    width: 100%;
}

.serBoxOne1_R {
    width: 50%;
}

.serOne1_R_01 {
    font-family: "impact";
    font-size: 56px;
    color: #333333;
    line-height: 60px;
    text-transform: uppercase;
}

.serOne1_R_01 span {
    color: #D80C18;
}

.serOne1_R_02 {
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    padding-top: 15px;
}

.serOne1_R_03 {
    padding-top: 30px;
    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;
}

.serOne1_R_03 .item {
    width: calc((100% - 25px) / 2);
    height: 150px;
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
    padding: 0 10px 0 25px;
    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;
}

.serOne1_R_03 .item .iconfont {
    width: 80px;
    font-size: 66px;
    color: #999999;
}

.serOne1_R_03 .item .r_box {
    width: calc(100% - 80px);
}

.serOne1_R_03 .item .r_box .title {
    font-family: "impact";
    font-size: 24px;
    color: #D80C18;
    text-transform: uppercase;
}

.serOne1_R_03 .item .r_box .text {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-top: 5px;
}

.serOne1_R_03 > .item:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

.serBoxTwo {
    background: url(../images/service_02.jpg) no-repeat center center / cover;
}

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

.serBoxTwo1_L {
    width: calc(100% - 660px);
    padding-right: 10%;
}

.serBoxTwo1_L .title {
    font-family: "impact";
    font-size: 56px;
    color: #ffffff;
    line-height: 60px;
    text-transform: uppercase;
}

.serBoxTwo1_L .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    padding-top: 15px;
}

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

.serBoxTwo1_R .item {
    max-width: 125px;
    margin-right: 60px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.serBoxTwo1_R .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.serBoxTwo1_R .item img {
    max-height: 100%;
}

.serBoxTwo1_R > .item:last-child {
    margin-right: 0;
}

.serBoxThree_w .public_page_title .title span {
    color: #D80C18;
}

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

.serBoxThree1 .item {
    width: calc((100% - 60px) / 2);
    margin-bottom: 60px;
    background: #f6f6f6;
    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;
}

.serBoxThree1 .item .img_box {
    width: 50%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

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

.serBoxThree1 .item .r_box {
    width: 50%;
    padding: 0 10px 0 30px;
}

.serBoxThree1 .item .r_box .title {
    font-family: "impact";
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
}

.serBoxThree1 .item .r_box .description {
    padding-top: 20px;
}

.serBoxThree1 .item .r_box .description .icon_text {
    padding-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.serBoxThree1 .item .r_box .description .icon_text .iconfont {
    width: 30px;
    font-size: 22px;
    color: #D80C18;
}

.serBoxThree1 .item .r_box .description .icon_text span {
    width: calc(100% - 30px);
    font-size: 14px;
    color: #999999;
    padding-top: 4px;
}

.serBoxThree1 .item .r_box .description > .icon_text:last-child {
    padding-bottom: 0;
}

.serBoxThree1 > .item:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

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















/* ~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~float nav,css */
.right_float_nav {
    position: fixed;
    z-index: 8;
    right: 0;
    top: 28%;
}

.right_float_nav .item {
    border-bottom: 1px solid #D80C18;
}

.right_float_nav .item a {
    position: relative;
    display: block;
    background: #D80C18;
}

.right_float_nav .item a .text_box .iconfont {
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #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;
}

.right_float_nav .item a .hover_show_box {
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: translate(110%, 0);
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    height: 100%;
    background: #D80C18;
    padding: 0 15px 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.right_float_nav .item a:hover .hover_show_box {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.right_float_nav .item a .hover_show_box .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.right_float_nav .item a .hover_show_box span {
    font-size: 16px;
    color: #ffffff;
    padding: 0 0 0 10px;
    white-space: nowrap;
}

.right_float_nav>.item:nth-last-child(2) {
    border-bottom: none;
}

.right_float_nav>.item:last-child {
    border-top: 1px solid #D80C18;
    border-bottom: none;
}

.right_float_nav .item a .nav_whatsapp_img {
    opacity: 0;
    width: 0;
    position: absolute;
    right: 120%;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.right_float_nav .item a:hover .nav_whatsapp_img {
    opacity: 1;
    width: 180px;
}

.right_float_nav .item a .nav_whatsapp_img img {
    width: 100%;
}

.right_float_nav .back_top_btn a {
    background: #999999;
}

/* ~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~~end */








.index_banner_round_dots {
    position: absolute;
    z-index: 2;
    bottom: 12px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


.index_banner_round_dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    outline: none;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}











