#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: "Roboto-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: 1400px;
    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: rgba(255, 255, 255, 0.9);
    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: #d71918;
    border-radius: 4px;
    margin-bottom: 6px;
}

.mobile_menu_btn span:last-child {
    margin-bottom: 0;
}

.mobile_search_icon {
    width: 40px;
    height: 52px;
    color: #d71918;
    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: #fff;
    padding: 20px 15px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_menu_box.show {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.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: #d71918;
}

.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: #d71918;
    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: 8px;
}

.mobile_menu_b_clm .text {
    font-size: 14px;
    color: #333;
}

.mobile_menu_b_clm .text a {
    color: #333;
    word-break: break-all;
}


.mobile_lag_box {
    padding: 20px 0 10px;
    margin-bottom: 30px;
}

.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 {
    position: relative;
    z-index: 10;
    height: 36px;
}

.pc_header_top {
    background: #282828;
}

.header_top_w {
    height: 36px;
    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;
}

.header_top_l a {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.header_top_l a:hover {
    color: #d71918;
}

.header_top_r {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_top_r .panorama_720 a {
    display: block;
    font-size: 30px;
    color: #ffffff;
    padding-top: 2px;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
}

.header_top_r .panorama_720 a:hover {
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_top_r .line1 {
    width: 1px;
    height: 15px;
    background: #454545;
    margin: 0 15px 0 15px;
}

.header_top_r .media {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header_top_r .media a {
    font-size: 14px;
    color: #282828;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    margin-right: 12px;
    padding: 2px;
    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;
}

.header_top_r .media>a:last-child {
    margin-right: 0;
}

.header_language {
    position: relative;
}

.header_language_01 {
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_language_01 .iconfont {
    font-size: 20px;
    color: #ffffff;
    padding-top: 1px;
}

.header_language_01:hover .iconfont {
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_language_01 span {
    font-size: 14px;
    color: #ffffff;
    padding-left: 5px;
}

.header_language_02 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 29px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100px;
    padding: 10px 0 10px;
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.header_language_02 a {
    display: block;
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 5px 0 5px;
}

.header_language_02 a:hover {
    color: #d71918;
}

.header_search .click_icon {
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.header_search .click_icon:hover {
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

/* 可公用导航搜索 */
.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: #d71918;
}

.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: #d71918;
}

/* 可公用导航搜索~~~~~~~~~~~~~~~~~~结束 */

.pc_header_bot {
    background: rgba(255, 255, 255, 0.9);
}

.pc_public_head.active .pc_header_bot {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.header_bot_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;
}

.header_bot_w .logo {
    width: 204px;
}

.header_bot_w .logo a {
    display: block;
}

.header_bot_w .logo a img {
    width: 100%;
}

.header_bot_r {
    width: calc(100% - 310px);
    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% - 260px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    position: relative;
    display: block;
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #040000;
    line-height: 90px;
    padding: 0 6px;
    text-transform: uppercase;
}

.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: 4px;
    background: #d71918;
    -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: 260px;
    background: #363232;
    padding: 5px 15px 20px;
    border-radius: 0 0 6px 6px;
}

.publicTwo_stage_nav .EveryOne {
    border-bottom: 1px solid #5a5858;
}

.publicTwo_stage_nav .EveryOne a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 12px 10px;
}

.publicTwo_stage_nav .EveryOne a:hover {
    color: #d71918;
}

.header_Hotline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.header_Hotline .iconfont {
    font-size: 44px;
    color: #d71918;
    padding-right: 6px;
}

.header_Hotline .r_box .title {
    font-size: 14px;
    color: #888888;
}

.header_Hotline .r_box a {
    display: block;
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #444444;
}

.header_Hotline .r_box a:hover {
    color: #d71918;
}

/* ~~~~~~~~~~~~~~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;
    left: 50%;
    bottom: 20px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.index_banner_dots .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
    outline: none;
    background: #434343;
    border: 1px solid #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index_banner_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    background: #d71918;
}

.p_80 {
    padding: 80px 0 80px;
}

.fz_50 {
    font-size: 50px;
}

.fz_48 {
    font-size: 48px;
}

.index_page_title {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}

.index_page_title a {
    display: block;
}

.index_page_title .title {
    font-family: "Roboto-Black";
    color: #000022;
    text-transform: uppercase;
}

.index_page_title .text {
    font-size: 14px;
    color: #999999;
}

.indBoxOne1 {
    padding: 25px 20px 25px;
    background: #f8f8f8;
}

.public_pro_list .item {
    background: #ffffff;
}

.pro_list_top a {
    display: block;
    padding: 10px 10px 20px;
}

.pro_list_top a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_list_top a .img_box img {
    width: 100%;
}

.pro_list_top a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_list_top a .title {
    font-family: "Roboto-Black";
    font-size: 18px;
    color: #222222;
    text-align: center;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_list_top a:hover .title {
    color: #d71918;
}

.pro_list_bot {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_list_bot a {
    width: 50%;
    height: 44px;
    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_list_bot a:hover {
    background: #d71918;
}

.pro_list_bot>a:nth-child(1) {
    border-right: 1px solid #efefef;
}

.pro_list_bot>a:nth-child(1) .iconfont {
    font-size: 26px;
    padding-bottom: 1px;
}

.pro_list_bot>a:nth-child(2) .iconfont {
    font-size: 22px;
    padding-top: 2px;
}

.pro_list_bot a .iconfont {
    color: #888888;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_list_bot a span {
    font-size: 14px;
    color: #888888;
    padding-left: 5px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.pro_list_bot a:hover .iconfont,
.pro_list_bot a:hover span {
    color: #ffffff;
}

.public_lunbo_dots {
    padding-top: 20px;
    text-align: center;
}

.public_lunbo_dots .swiper-pagination-bullet {
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #888888;
    outline: none;
    -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: #d71918;
}

.indBoxOne2 {
    padding-top: 20px;
}

.indOne2_01 {
    padding: 17px 40px;
    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;
}

.indOne2_01_L {
    width: calc(100% - 405px);
    padding-right: 40px;
}

.indOne2_01_L .title {
    font-family: "Roboto-Black";
    font-size: 24px;
    color: #222222;
}

.indOne2_01_L .text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding-top: 6px;
}

.indOne2_01_L .text span {
    color: #d71918;
}

.indOne2_01_R {
    width: 405px;
    padding: 30px 0 30px 40px;
    border-left: 1px solid #efefef;
    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;
}

.indOne2_01_R>a:nth-child(1) {
    font-family: "Roboto-Black";
    font-size: 16px;
    color: #ffffff;
    width: 146px;
    height: 36px;
    border-radius: 4px;
    background: #d71918;
    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;
}

.indOne2_01_R>a:nth-child(1):hover {
    color: #d71918;
    background: #ffffff;
    border: 1px solid #d71918;
}

.indOne2_01_R>a:nth-child(2) {
    font-family: "Roboto-Black";
    font-size: 16px;
    color: #d71918;
    width: 196px;
    height: 36px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #d71918;
    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;
}

.indOne2_01_R>a:nth-child(2):hover {
    color: #ffffff;
    background: #d71918;
}

.indBoxTwo {
    background: url(../images/index_04.jpg) no-repeat center center / cover;
}

.indBoxTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indTwo1_L {
    width: 32%;
}

.indTwo1_L a {
    display: block;
}

.indTwo1_L .title {
    font-family: "Roboto-Black";
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 16px;
}

.indTwo1_L .line {
    width: 72px;
    height: 4px;
    background: #d71918;
    margin-top: 20px;
}

.indTwo1_L .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding-top: 22px;
}

.indTwo1_L .btn {
    font-family: "Roboto-Bold";
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 139px;
    height: 39px;
    line-height: 39px;
    margin-top: 50px;
    border-radius: 4px;
    background: #d71918;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indTwo1_L .btn:hover {
    opacity: 0.8;
}

.indTwo1_R {
    width: 65.8%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indTwo1_R .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
}

.indTwo1_R>.item:nth-child(4n) {
    margin-right: 0;
}

.indTwo1_R .item a {
    position: relative;
    display: block;
}

.indTwo1_R .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indTwo1_R .item a .img_box img {
    width: 100%;
}

.indTwo1_R .item a:hover .img_box img {
    -ms-transform: translateZ(60px);
    -moz-transform: translateZ(60px);
    -webkit-transform: translateZ(60px);
    transform: translateZ(60px);
    -ms-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
}

.indTwo1_R .item a .bot_text {
    font-family: "Roboto-Bold";
    font-size: 14px;
    color: #333333;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 15px 10px 12px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxThree1 {
    padding: 170px 22% 170px 8.4%;
    background: url(../images/index_10.png) no-repeat right bottom;
    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;
}

.indThree1_L {
    width: 47%;
}

.indThree1_L a {
    display: block;
}

.indThree1_L .title {
    font-family: "Roboto-Black";
    color: #222222;
    text-transform: uppercase;
    padding-top: 35px;
}

.indThree1_L .title span {
    color: #d71918;
}

.indThree1_L .text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-top: 20px;
}

.indThree1_L .btn {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 180px;
    line-height: 40px;
    border-radius: 4px;
    background: #d71918;
    margin-top: 50px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indThree1_L .btn:hover {
    opacity: 0.7;
}

.indThree1_R {
    position: relative;
    width: 71px;
    cursor: pointer;
}

.indThree1_R img {
    width: 100%;
}

.indThree1_R .line1,
.indThree1_R .line2,
.indThree1_R .line3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

@-ms-keyframes line_animate {
    0% {
        width: 70%;
        height: 70%;
        opacity: 1;
    }

    50% {
        width: 140%;
        height: 140%;
        opacity: 0.5;
    }

    100% {
        width: 210%;
        height: 210%;
        opacity: 0;
    }
}

@-webkit-keyframes line_animate {
    0% {
        width: 70%;
        height: 70%;
        opacity: 1;
    }

    50% {
        width: 140%;
        height: 140%;
        opacity: 0.5;
    }

    100% {
        width: 210%;
        height: 210%;
        opacity: 0;
    }
}

@keyframes line_animate {
    0% {
        width: 70%;
        height: 70%;
        opacity: 1;
    }

    50% {
        width: 140%;
        height: 140%;
        opacity: 0.5;
    }

    100% {
        width: 210%;
        height: 210%;
        opacity: 0;
    }
}

.indThree1_R .line1 {
    -ms-animation: line_animate 3s linear 0s infinite;
    -webkit-animation: line_animate 3s linear 0s infinite;
    animation: line_animate 3s linear 0s infinite;
}

.indThree1_R .line2 {
    -ms-animation: line_animate 3s linear 1s infinite;
    -webkit-animation: line_animate 3s linear 1s infinite;
    animation: line_animate 3s linear 1s infinite;
}

.indThree1_R .line3 {
    -ms-animation: line_animate 3s linear 2s infinite;
    -webkit-animation: line_animate 3s linear 2s infinite;
    animation: line_animate 3s linear 2s infinite;
}

/* 点击视频弹出播放框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~~~~~~~~~~~~~~~~结束 */

.indBoxFour {
    background: #f8f8f8;
}

.indFour1_lunbo {
    padding: 10px;
}

.indFour1_lunbo .swiper-slide a {
    display: block;
    background: #ffffff;
}

.indFour1_lunbo .swiper-slide a:hover {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
}

.indFour1_lunbo .swiper-slide a .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indFour1_lunbo .swiper-slide a .img_box img {
    width: 100%;
}

.indFour1_lunbo .swiper-slide a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indFour1_lunbo .swiper-slide a .img_box .bot_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.indFour1_lunbo .swiper-slide a .bot_box {
    padding: 12px 20px 30px 30px;
}

.indFour1_lunbo .swiper-slide a .bot_box .title {
    font-family: "Roboto-Black";
    font-size: 18px;
    color: #222222;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indFour1_lunbo .swiper-slide a .bot_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indBoxFive1 {
    padding-bottom: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indFive1_L {
    width: 60%;
}

.indFive1_L .index_page_title {
    text-align: left;
    padding-bottom: 25px;
}

.indFive1_L .line {
    width: 70px;
    height: 4px;
    background: #d71918;
}

.indFive1_R a {
    font-family: "Roboto-Bold";
    font-size: 14px;
    color: #222222;
    text-decoration: underline;
}

.indFive1_R a:hover {
    color: #d71918;
}

.indBoxFive2 {
    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;
}

.indFive2_L {
    position: relative;
    width: 35.7%;
    background: #ffffff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.indFive2_L_lunbo .swiper-slide a {
    display: block;
    padding: 26px 26px 70px;
}

.indFive2_L_lunbo .swiper-slide a .img_box {
    position: relative;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.indFive2_L_lunbo .swiper-slide a .img_box img {
    width: 100%;
}

.indFive2_L_lunbo .swiper-slide a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.indFive2_L_lunbo .swiper-slide a .img_box .date {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 122px;
    line-height: 40px;
    background: #d71918;
}

.indFive2_L_lunbo .swiper-slide a .bot_box {
    padding: 26px 0 0;
}

.indFive2_L_lunbo .swiper-slide a .bot_box .title {
    font-family: "Roboto-Bold";
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indFive2_L_lunbo .swiper-slide a .bot_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indFive2_L_dots {
    position: absolute;
    z-index: 2;
    left: 21px;
    bottom: 35px;
    padding-top: 0;
}

.indFive2_R {
    width: 62.8%;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indFive2_R .item {
    width: 50%;
    height: calc(100% / 3);
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.indFive2_R .item a {
    height: 100%;
    padding: 5px 15px 5px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indFive2_R .item a .date {
    width: 60px;
    text-align: center;
}

.indFive2_R .item a .date .day {
    font-family: "Roboto-Bold";
    font-size: 36px;
    color: #888888;
    line-height: 40px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFive2_R .item a .date .year {
    font-size: 14px;
    color: #888888;
    padding-top: 6px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFive2_R .item a:hover .date .day,
.indFive2_R .item a:hover .date .year {
    color: #d71918;
}

.indFive2_R .item a .r_box {
    width: calc(100% - 60px);
    padding-left: 12px;
}

.indFive2_R .item a .r_box .title {
    font-family: "Roboto-Bold";
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indFive2_R .item a:hover .r_box .title {
    color: #d71918;
}

.indFive2_R .item a .r_box .text {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    padding-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indFive2_R>.item:nth-child(2n) {
    border-right: none;
}

.indBoxSix {
    border-top: 1px solid #e8e8e8;
}

.indBoxSix_w {
    padding: 45px 0 45px;
}

.indSix1_lunbo .swiper-slide .item {
    border: 1px solid #e8e8e8;
}

.indSix1_lunbo .swiper-slide .item img {
    width: 100%;
}

.indBoxSeven {
    background: #d71918;
}

.indBoxSeven_w {
    padding: 32px 0 32px;
}

.indBoxSeven1 {
    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;
}

.indSeven1_L {
    width: 70%;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.indSeven1_R {
    width: 216px;
}

.indSeven1_R a {
    height: 52px;
    background: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indSeven1_R a .iconfont {
    font-weight: 700;
    font-size: 34px;
    color: #d71918;
}

.indSeven1_R a:hover .iconfont {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

.indSeven1_R a span {
    font-family: "Roboto-Bold";
    font-size: 18px;
    color: #d71918;
    padding-left: 6px;
    text-transform: uppercase;
}

/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~index,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
/* ~~~~~~~~~~~~~~~footer,css */
.public_footer {
    background: #282828;
}

.footer_top_w {
    padding: 70px 0 40px;
    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: "Roboto-Black";
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #515459;
}

.footer_top_list {
    padding-top: 20px;
}

.footer_top_list .item {
    margin-bottom: 16px;
}

.footer_top_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top_list .item a .iconfont {
    width: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #949697;
    padding-top: 1px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_top_list .item a span {
    width: calc(100% - 20px);
    font-size: 14px;
    color: #e2e2e2;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_top_list .item a:hover .iconfont,
.footer_top_list .item a:hover span {
    color: #d71918;
}

.footer_top_02_list {
    padding-top: 20px;
}

.footer_top_02_list .item {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer_top_02_list .item .iconfont {
    width: 30px;
    font-size: 20px;
    color: #e2e2e2;
    padding-top: 1px;
}

.footer_top_02_list .item .r_box {
    width: calc(100% - 30px);
    font-size: 14px;
    color: #e2e2e2;
    line-height: 24px;
}

.footer_top_02_list .item .r_box a {
    color: #e2e2e2;
}

.footer_top_02_list .item .r_box a:hover {
    color: #d71918;
}

.footer_top_04_form {
    padding-top: 20px;
}

.footer_top_04_form .item {
    margin-bottom: 15px;
}

.footer_top_04_form .item input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #e2e2e2;
    width: 100%;
    height: 37px;
    border: none;
    border-radius: 4px;
    background: #4c4e52;
    padding: 0 10px 0 15px;
}

.footer_top_04_form .item textarea {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #e2e2e2;
    width: 100%;
    height: 100px;
    border: none;
    resize: none;
    border-radius: 4px;
    background: #4c4e52;
    padding: 10px 10px 10px 15px;
}

.footer_top_04_form .item ::-webkit-input-placeholder {
    color: #e2e2e2;
}

.footer_top_04_form .btn button {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #ededed;
    text-transform: uppercase;
    width: 170px;
    height: 37px;
    border-radius: 4px;
    background: #d71918;
    border: none;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.footer_top_04_form .btn button:hover {
    opacity: 0.8;
}

.footer_top_01 {
    width: 24%;
}

.footer_top_02 {
    width: 24%;
}

.footer_top_03 {
    width: 19%;
}

.footer_top_04 {
    width: 24%;
}

.footer_bot_w {
    font-size: 14px;
    color: #a0a0a0;
    text-align: center;
    text-transform: uppercase;
    padding: 28px 0 28px;
    border-top: 1px solid #515459;
}

.footer_bot_02 {
    padding-top: 4px;
}

.footer_bot_02 a {
    color: #a0a0a0;
}

.footer_bot_02 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~footer,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~right_nav,css */
/* ~~~~~~~~~~~right_nav,css */
/* ~~~~~~~~~~~right_nav,css */
.pub_float_right_nav {
    position: fixed;
    z-index: 6;
    right: 0;
    top: 25%;
}

.pub_float_right_nav .item {
    position: relative;
    background: #d71918;
    margin-bottom: 1px;
}

.pub_float_right_nav .item:hover .hover_show_text {
    right: 118%;
}

.pub_float_right_nav .item .icon_and_text {
    width: 52px;
    height: 52px;
    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;
}

.pub_float_right_nav .item .icon_and_text .iconfont {
    font-size: 26px;
    color: #ffffff;
}

.pub_float_right_nav .item .hover_show_text {
    position: absolute;
    z-index: -1;
    top: 50%;
    right: -600%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 6px;
    background: #f5f5f5;
    padding: 8px 15px 8px 10px;
    -ms-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.pub_float_right_nav .item .hover_show_text a {
    display: block;
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    padding: 5px 0;
}

.pub_float_right_nav .item .hover_show_text::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -5px;
    top: 50%;
    -ms-transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    border: 1px solid #f5f5f5;
    border-bottom: none;
    border-left: none;
    background: #f5f5f5;
}

/* ~~~~~~~~~~~right_nav,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~right_nav,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~right_nav,css~~~~~~~~~~~~end */

















/* ~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~about,css */
/* ~~~~~~~~~~~~~~about,css */
.SubPage_banner {
    height: 544px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.SubPage_crumbs {
    background: #f5f5f5;
}

.SubPage_crumbs_w {
    padding: 14px 0 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs_w .iconfont {
    width: 30px;
    font-size: 22px;
    color: #666666;
}

.SubPage_crumbs_w .crumbs_a {
    width: calc(100% - 30px);
    font-size: 14px;
    color: #666666;
    padding-top: 3px;
}

.SubPage_crumbs_w .crumbs_a a {
    color: #666666;
}

.SubPage_crumbs_w .crumbs_a a:hover {
    color: #d71918;
}

.aboBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.aboOne1_L {
    width: 47.5%;
}

.aboOne1_L .title {
    font-family: "Roboto-Black";
    color: #222222;
    text-transform: uppercase;
    padding-top: 35px;
}

.aboOne1_L .title span {
    color: #d71918;
}

.aboOne1_L .company {
    font-family: "Roboto-Bold";
    font-size: 26px;
    color: #333333;
    text-transform: uppercase;
    padding-top: 15px;
}

.aboOne1_L .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 25px;
}

.aboOne1_R {
    position: relative;
    width: 50%;
    cursor: pointer;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.aboOne1_R img {
    width: 100%;
}

.aboOne1_R:hover>img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.aboOne1_R_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 71px;
}

.aboOne1_R_btn .line1,
.aboOne1_R_btn .line2,
.aboOne1_R_btn .line3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.aboOne1_R_btn .line1 {
    -ms-animation: line_animate 3s linear 0s infinite;
    -webkit-animation: line_animate 3s linear 0s infinite;
    animation: line_animate 3s linear 0s infinite;
}

.aboOne1_R_btn .line2 {
    -ms-animation: line_animate 3s linear 1s infinite;
    -webkit-animation: line_animate 3s linear 1s infinite;
    animation: line_animate 3s linear 1s infinite;
}

.aboOne1_R_btn .line3 {
    -ms-animation: line_animate 3s linear 2s infinite;
    -webkit-animation: line_animate 3s linear 2s infinite;
    animation: line_animate 3s linear 2s infinite;
}

.aboBoxOne2 {
    padding-top: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxOne2 .item {
    width: calc(100% / 4);
    padding: 0 10px;
    text-align: center;
    border-right: 1px solid #eeeeee;
}

.aboBoxOne2 .item .number {
    font-family: "Roboto-Bold";
    color: #d71918;
}

.aboBoxOne2 .item .text {
    font-size: 16px;
    color: #666666;
    padding-top: 5px;
}

.aboBoxOne2>.item:last-child {
    border-right: none;
}

.aboBoxTwo {
    background: url(../images/about_02.jpg) no-repeat center center / cover;
}

.aboTwo1_01 {
    font-family: "Roboto-Bold";
    color: #ffffff;
    text-align: center;
    padding-bottom: 25px;
}

.aboBoxTwo2 {
    position: relative;
}

.aboTwo2_lunbo .swiper-slide .item .text {
    height: 104px;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.aboTwo2_lunbo .swiper-slide .item .year {
    width: 88px;
    height: 88px;
    padding: 4px;
    margin: 18px auto 18px;
    border-radius: 50%;
    background: #ffffff;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboTwo2_lunbo .swiper-slide .item:hover .year {
    background: rgba(255, 255, 255, 0.3);
}

.aboTwo2_lunbo .swiper-slide .item .year div {
    font-size: 24px;
    color: #333333;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboTwo2_lunbo .swiper-slide .item:hover .year div {
    color: #ffffff;
    background: #c30d23;
}

.aboTwo2_lunbo .swiper-slide:nth-child(even) .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.aboTwo2_line {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background: rgba(171, 171, 171, 0.5);
}

.SubPage_title {
    text-align: center;
    padding-bottom: 25px;
}

.SubPage_title .title {
    font-family: "Roboto-Bold";
    color: #333333;
}

.SubPage_title .text {
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 8px;
}

.aboBoxFour {
    background: #f5f5f5;
}

.public_module_01_lunbo {
    padding: 10px;
}

.public_module_01_lunbo .item {
    background: #ffffff;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.public_module_01_lunbo .item a {
    display: block;
    height: 100%;
    padding: 0 10px;
}

.public_module_01_lunbo .item a .img_box {
    padding: 25px 0 25px;
    text-align: center;
}

.public_module_01_lunbo .item a .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.public_module_01_lunbo .item a .bottom_box {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.public_module_01_lunbo .item a .bottom_box .text {
    width: calc(100% - 40px);
    font-size: 16px;
    color: #666666;
}

.public_module_01_lunbo .item a .bottom_box .iconfont {
    width: 40px;
    font-size: 28px;
    color: #d2d2d2;
    text-align: right;
}

.public_module_01_lunbo .item:hover {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.aboBoxFive {
    background: url(../images/about_04.jpg) no-repeat center center / cover;
}

.aboBoxFive_w .SubPage_title .title,
.aboBoxFive_w .SubPage_title .text {
    color: #ffffff;
}

.aboBoxFive1 {
    padding-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboBoxFive1 .item {
    width: calc(100% / 4);
    padding: 0 15px;
    text-align: center;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.aboBoxFive1 .item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.aboBoxFive1 .item .img_box {
    height: 100px;
}

.aboBoxFive1 .item .img_box img {
    max-height: 100%;
}

.aboBoxFive1 .item .title {
    width: 180px;
    line-height: 42px;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
    background: #c30d23;
}

.aboBoxFive1 .item .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    padding-top: 25px;
}

.aboBoxSix {
    position: relative;
}

.aboBoxSix img {
    width: 100%;
}

.aboBoxSix1 {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    position: absolute;
    top: 7%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 92%;
    max-width: 1400px;
}

/* ~~~~~~~~~~~~~~about,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~about,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~~application,css */
/* ~~~~~~~~~~~~~~application,css */
/* ~~~~~~~~~~~~~~application,css */
.appBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.appBoxOne1 .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
}

.appBoxOne1 .item a {
    display: block;
}

.appBoxOne1 .item a .img_box {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.appBoxOne1 .item a .img_box img {
    width: 100%;
}

.appBoxOne1 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.appBoxOne1 .item a .bot_box {
    padding: 20px 10px 20px;
    background: #f5f5f5;
}

.appBoxOne1 .item a .bot_box .btn {
    font-family: "Roboto-Bold";
    font-size: 18px;
    color: #333333;
    text-align: center;
    width: 210px;
    line-height: 45px;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.appBoxOne1 .item a:hover .bot_box .btn {
    color: #ffffff;
    background: #d71918;
}

.appBoxOne1>.item:nth-child(3n) {
    margin-right: 0;
}

.appBoxOne2 {
    padding-top: 20px;
}

/* paging,css */

.public_paging {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_paging a {
    display: block;
    font-size: 14px;
    color: #666666;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin: 0 5px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.public_paging a:hover {
    color: #ffffff;
    background: #d71918;
    border-color: #d71918;
}

.public_paging a.prev,
.public_paging a.next {
    width: 140px;
}

.public_paging a.hover {
    color: #ffffff;
    background: #d71918;
    border-color: #d71918;
}

.appBoxOne3 {
    padding-top: 60px;
}

/* ~~~~~~~~~~~~~~application,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~application,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~application,css~~~~~~~~~~~~~end */















/* ~~~~~~~~~~~~application_del,css */
/* ~~~~~~~~~~~~application_del,css */
/* ~~~~~~~~~~~~application_del,css */
.app_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;
}

.app_deOne1_L {
    width: 50.7%;
}

.app_deOne1_L img {
    width: 100%;
}

.app_deOne1_R {
    width: 46%;
}

.app_deOne1_R .big_title {
    font-family: "Roboto-Bold";
    font-size: 36px;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
}

.app_deOne1_R .text_box {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding: 30px 0;
}

.detail_page_btn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.detail_page_btn a {
    width: 180px;
    height: 44px;
    border-radius: 4px;
    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;
}

.detail_page_btn a:hover {
    opacity: 0.8;
}

.detail_page_btn>a:nth-child(1) {
    background: #d71918;
}

.detail_page_btn>a:nth-child(2) {
    background: #333333;
    margin-left: 20px;
}

.detail_page_btn a .iconfont {
    font-size: 28px;
    color: #ffffff;
}

.detail_page_btn a span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 8px;
}

.detail_share_box {
    padding-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.detail_share_box .iconfont {
    font-size: 22px;
    color: #666666;
    padding-right: 6px;
}

.detail_share_box .share_text {
    font-size: 14px;
    color: #666666;
    padding-right: 10px;
}

.app_deBoxTwo {
    background: #f5f5f5;
}

.app_deBoxTwo1 {
    font-family: "Roboto-Bold";
    font-size: 36px;
    color: #333333;
}

.app_deBoxTwo2 {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 20px;
}

.app_deBoxTwo2 img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.app_deBoxTwo3 {
    padding-top: 30px;
}

.app_deBoxTwo3 .indOne2_01 {
    background: #ffffff;
}

/* ~~~~~~~~~~~~application_del,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~application_del,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~application_del,css~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~case,css */
/* ~~~~~~~~~~~~~~~case,css */
.casBoxOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.casBoxOne1 .item {
    position: relative;
    width: calc(100% / 3);
    background: #ffffff;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    margin-bottom: 30px;
}

.casBoxOne1>.item:nth-child(3n) {
    border-right: 1px solid #e6e6e6;
}

.casBoxOne1 .item a {
    height: 100%;
    display: block;
    padding: 25px 25px 35px;
}

.casBoxOne1 .item a .date {
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #d8d9db;
    text-align: right;
}

.casBoxOne1 .item a .tt {
    padding: 40px 0 25px;
    border-bottom: 1px solid #eeeeee;
}

.casBoxOne1 .item a .tt div {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.casBoxOne1 .item a .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.casBoxOne1 .item a .hover_show_box {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.casBoxOne1 .item:hover a .hover_show_box {
    top: 0;
    opacity: 1;
}

.casBoxOne1 .item a .hover_show_box .hover_show_date {
    width: 227px;
    line-height: 82px;
    font-family: "Roboto-Bold";
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-left: auto;
    background: rgba(230, 0, 18, 0.8);
}

.casBoxOne2 {
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~~case,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~case,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~case,css~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
/* ~~~~~~~~~~~~~~~contact,css */
.conOne1_title {
    padding-bottom: 35px;
}

.conOne1_title .title {
    font-family: "Roboto-Bold";
    font-size: 36px;
    color: #333333;
}

.conOne1_title .text {
    font-size: 16px;
    color: #666666;
    padding-top: 5px;
}

.conOne1_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conOne1_list .item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    border: 1px solid #cbd2db;
    padding: 40px 20px 30px 20px;
}

.conOne1_list .item .iconfont {
    font-size: 46px;
    color: #333333;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.conOne1_list .item:hover .iconfont {
    color: #d71918;
}

.conOne1_list .item .title {
    font-size: 16px;
    color: #666666;
    padding-top: 40px;
}

.conOne1_list .item .text {
    font-family: "Roboto-Bold";
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    padding-top: 5px;
}

.conOne1_list .item .text a {
    color: #333333;
    word-break: break-all;
}

.conOne1_list .item .text a:hover {
    color: #d71918;
}

.conOne1_list>.item:nth-child(4n) {
    margin-right: 0;
}

.conBoxOne2 {
    padding-top: 80px;
    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;
}

.conOne2_L {
    width: 48.5%;
}

.conOne2_L img {
    width: 100%;
}

.conOne2_R {
    width: 48%;
}

.conOne2_R_title {
    font-family: "Roboto-Bold";
    font-size: 36px;
    color: #333333;
    padding-bottom: 28px;
}

.conOne2_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;
}

.conOne2_R_form .item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 10px;
}

.conOne2_R_form .item .input_tt {
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
}

.conOne2_R_form .item .input_tt span {
    color: #d71918;
}

.conOne2_R_form .item input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 33px;
    border-radius: 4px;
    background: #fcfcfc;
    padding: 0 10px 0 15px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}

.conOne2_R_form .item.last {
    width: 100%;
}

.conOne2_R_form .item textarea {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 115px;
    resize: none;
    border-radius: 4px;
    background: #fcfcfc;
    padding: 10px 10px 10px 15px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}

.conOne2_R_form .item ::-webkit-input-placeholder {
    color: #a0a0a0;
}

.conOne2_R_form .btn_box {
    padding-top: 5px;
}

.conOne2_R_form .btn_box button {
    font-family: "Roboto-Bold";
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    background: #d71918;
    border-radius: 4px;
    border: none;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.conOne2_R_form .btn_box button:hover {
    opacity: 0.7;
}

/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~contact,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;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.facOne1_L {
    width: 49.3%;
    border: 4px solid #dcdcdc;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.facOne1_L img {
    width: 100%;
}

.facOne1_L img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.facOne1_R {
    width: 49.3%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-content: space-between;
    -webkit-align-content: space-between;
    align-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.facOne1_R .item {
    width: 48.5%;
    padding: 9px;
    border: 1px solid #f0f0f0;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.facOne1_R .item:hover {
    border-color: #d71918;
}

.facOne1_R .item img {
    width: 100%;
}

.facBoxOne2 {
    padding-top: 30px;
}

.facBoxTwo {
    background: #f5f5f5;
}

.facTwo1_lunbo .swiper-slide .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facTwo1_lunbo .swiper-slide .item .every {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 9px;
    border: 1px solid #eeeeee;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.facTwo1_lunbo .swiper-slide .item .every:hover {
    border-color: #d71918;
}

.facTwo1_lunbo .swiper-slide .item .every img {
    width: 100%;
}

.facTwo1_lunbo .swiper-slide .item>.every:nth-child(4n) {
    margin-right: 0;
}

.facTwo1_dots {
    padding-top: 0;
}

/* ~~~~~~~~~~~~~Factory,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Factory,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Factory,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~news,css */
/* ~~~~~~~~~~~~~news,css */
.newBoxOne2 .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;
    padding: 30px 20px 30px;
    border-bottom: 1px solid #eeeeee;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a:hover {
    background: #f5f5f5;
}

.newBoxOne2 .item a .img_box {
    width: 31.6%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.newBoxOne2 .item a .img_box img {
    width: 100%;
}

.newBoxOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.newBoxOne2 .item a .right_box {
    width: 68.4%;
    padding: 0 20px 0 50px;
}

.newBoxOne2 .item a .right_box .tt {
    font-family: "Roboto-Bold";
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.newBoxOne2 .item a:hover .right_box .tt {
    color: #d71918;
}

.newBoxOne2 .item a .right_box .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newBoxOne2 .item a .right_box .more_date {
    padding-top: 25px;
    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;
}

.newBoxOne2 .item a .right_box .more_date .More_box {
    font-size: 14px;
    color: #333333;
}

.newBoxOne2 .item a .right_box .more_date .date_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.newBoxOne2 .item a .right_box .more_date .date_box .iconfont {
    font-size: 22px;
    color: #333333;
}

.newBoxOne2 .item a .right_box .more_date .date_box span {
    font-size: 14px;
    color: #333333;
    padding: 1px 0 0 5px;
}

.newBoxOne3 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~news,css~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~~~news_del,css */
/* ~~~~~~~~~~~~~~~news_del,css */
/* ~~~~~~~~~~~~~~~news_del,css */
.new_deBoxOne {
    background: #f5f5f5;
}

.new_deBoxOne2 {
    background: #ffffff;
    padding: 45px 50px 60px;
}

.new_deBoxOne2 .module_tt_box .tt {
    font-family: "Roboto-Bold";
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    text-align: center;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box {
    padding: 25px 0 22px;
    border-bottom: 1px solid #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 {
    padding: 0 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 .iconfont {
    font-size: 22px;
    color: #666666;
}

.new_deBoxOne2 .module_tt_box .tt_bottom_box .icon_text_01 .text {
    font-size: 14px;
    color: #666666;
    padding: 0 4px 0 5px;
}

.new_deBoxOne2 .content_box {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding: 40px 0 40px;
}

.new_deBoxOne2 .content_box img {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    max-height: 100%;
}

.new_deBoxOne2 .back_btn a {
    display: block;
    font-family: "Roboto-Bold";
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    width: 172px;
    line-height: 50px;
    margin: 0 auto;
    background: #d71918;
    border-radius: 25px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_deBoxOne2 .back_btn a:hover {
    opacity: 0.7;
}

.new_deBoxOne3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new_deBoxOne3 .item {
    width: 50%;
}

.new_deBoxOne3>.item:first-child {
    border-right: 1px solid #ffffff;
}

.new_deBoxOne3 .item a {
    background: #eeeeee;
    padding: 20px 10px 20px 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_deBoxOne3 .item a .text {
    width: calc(100% - 120px);
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.new_deBoxOne3 .item a .text span {
    font-family: "Roboto-Bold";
    color: #333333;
}

.new_deBoxOne3 .item a .date {
    width: 120px;
    font-size: 16px;
    color: #666666;
    padding-left: 20px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.new_deBoxOne3 .item a:hover .text,
.new_deBoxOne3 .item a:hover .date {
    color: #d71918;
}

/* ~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~news_del,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~Products,css */
/* ~~~~~~~~~~~~~Products,css */
/* ~~~~~~~~~~~~~Products,css */
.SubPage_main {
    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;
}

.SubPage_main_L {
    width: 310px;
}

.proBoxOne2 .tt_box {
    font-family: "Roboto-Bold";
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    background: #000000;
    border-radius: 4px 4px 0 0;
    padding: 18px 10px 18px 15px;
}

.proBoxOne2_one_form_box {
    background: #ffffff;
    padding: 16px 15px 16px 15px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.proBoxOne2_one_form {
    position: relative;
}

.proBoxOne2_one_form input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #444444;
    width: 100%;
    height: 44px;
    background: none;
    border-radius: 4px;
    padding: 0 10px 0 55px;
    border: 1px solid #e5e5e5;
}

.proBoxOne2_one_form ::-webkit-input-placeholder {
    color: #afafaf;
}

.proBoxOne2_one_form button {
    position: absolute;
    top: 50%;
    left: 10px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    color: #666666;
    border: none;
    background: none;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.proBoxOne2_one_form button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -12px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
    height: 14px;
    background: #ededed;
}

.proBoxOne2_list {
    background: #ffffff;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.proBoxOne2_list .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 16px 10px 16px 15px;
    border-bottom: 1px solid #ededed;
}

.proBoxOne2_list .item a .iconfont {
    width: 20px;
    font-size: 14px;
    color: #707070;
    padding-top: 3px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.proBoxOne2_list .item a:hover .iconfont {
    color: #d71918;
}

.proBoxOne2_list .item a span {
    width: calc(100% - 20px);
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.proBoxOne2_list .item a:hover span {
    color: #d71918;
}

.proBoxOne2_list .item.hover a .iconfont,
.proBoxOne2_list .item.hover a span {
    color: #d71918;
}

.proBoxOne2_two_form_box {
    background: #ffffff;
    padding: 30px 15px 30px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.proBoxOne2_two_form .item {
    margin-bottom: 10px;
}

.proBoxOne2_two_form .item input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #444444;
    width: 100%;
    height: 44px;
    border: 1px solid #e5e5e5;
    background: none;
    padding: 0 10px 0 15px;
    border-radius: 4px;
}

.proBoxOne2_two_form .item textarea {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 14px;
    color: #444444;
    width: 100%;
    height: 110px;
    resize: none;
    background: none;
    border-radius: 4px;
    padding: 10px 10px 10px 15px;
    border: 1px solid #e5e5e5;
}

.proBoxOne2_two_form .item ::-webkit-input-placeholder {
    color: #afafaf;
}

.proBoxOne2_two_form .btn_box button {
    font-family: "Roboto-Bold";
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 44px;
    border: none;
    background: #d71918;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne2_two_form .btn_box button:hover {
    opacity: 0.8;
}

.proBoxOne2_btn_box {
    padding-top: 20px;
}

.proBoxOne2_btn_box a {
    display: block;
    font-family: "Roboto-Bold";
    font-size: 18px;
    color: #444444;
    text-align: center;
    border-radius: 4px;
    background: #e8e8e8;
    padding: 13px 10px 13px 10px;
}

.proBoxOne2_btn_box a:hover {
    opacity: 0.7;
}

.proBoxOne2_btn_box>a:last-child {
    margin-top: 15px;
}

.SubPage_main_R {
    width: calc(100% - 340px);
}

.pro_li_r {
    background: #f8f8f8;
    padding: 30px 30px 10px;
}

.pro_li_r_01.public_pro_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_li_r_01.public_pro_list .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
}

.pro_li_r_01.public_pro_list > .item:nth-child(3n) {
    margin-right: 0;
}

.pro_list_paging {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~Products,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Products,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Products,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~Products_del,css */
/* ~~~~~~~~~~~~~Products_del,css */
/* ~~~~~~~~~~~~~Products_del,css */
.SubPage_banner.pro_det_banner {
    height: 334px;
}

.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 {
    position: relative;
    width: 42.8%;
    border: 1px solid #dcdcdc;
}

.pro_deOne1_L_lunbo .swiper-slide .item img {
    width: 100%;
}

.pro_deOne1_L_dots {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 10px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 0;
}

.pro_deOne1_R {
    width: 52%;
}

.pro_deOne1_R_title .title {
    font-family: "Roboto-Bold";
    font-size: 40px;
    color: #242424;
}

.pro_deOne1_R_title .text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-top: 10px;
}

.pro_deOne1_R dl {
    margin: 25px 0 35px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.pro_deOne1_R dl dd {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding: 13px 0 13px;
    border-bottom: 1px dashed #e3e3e3;
}

.pro_deOne1_R dl > dd:last-child {
    border-bottom: none;
}

.pro_deBoxTwo {
    background: #f5f5f5;
}

.pro_det_r_title {
    background: #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_det_r_title div {
    font-family: "Roboto-Bold";
    font-size: 24px;
    color: #333333;
    line-height: 54px;
    padding: 0 25px;
    background: #ffffff;
}

.pro_det_r_one {
    padding: 0 30px 40px;
    background: #ffffff;
}

.pro_det_r_one1 {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.pro_det_r_one1 img {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    max-height: 100%;
}

.p_t_40 {
    padding-top: 40px;
}

.pro_det_r_one_title {
    font-family: "Roboto-Bold";
    font-size: 24px;
    color: #333333;
    padding-bottom: 18px;
}

.pro_det_r_one table {
    width: 100%;
}

.pro_det_r_one table tr td {
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 12px 10px 12px;
    border: 1px solid #dcdcdc;
}

.pro_det_r_one table tr:first-child td {
    background: #f5f5f5;
}

.pro_det_r_one3_text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-bottom: 25px;
}

.pro_det_r_one3_list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_det_r_one3_list .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    border-radius: 4px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.pro_det_r_one3_list .item img {
    width: 100%;
}

.pro_det_r_one3_list .item img:hover {
    -ms-transform: translateZ(30px);
    -moz-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_det_r_one3_list > .item:nth-child(3n) {
    margin-right: 0;
}

.pro_det_r_two {
    padding-top: 20px;
}

.pro_det_r_two_top {
    border-left: 3px solid #dcdcdc;
    background: #eeeeee;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_det_r_two_top div {
    font-family: "Roboto-Bold";
    font-size: 24px;
    color: #333333;
    line-height: 58px;
    padding: 0 22px;
    background: #f1f1f1;
}

.pro_det_r_two_bot {
    padding: 20px;
    background: #f1f1f1;
}

/* ~~~~~~~~~~~~~Products_del,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Products_del,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Products_del,css~~~~~~~~~~~~end */








.header_top_r .media a .hover_show {
    display: none;
    position: absolute;
    top: 28px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100px;
}

.header_top_r .media a:hover .hover_show {
    display: block;
}

.header_top_r .media a .hover_show img {
    width: 100%;
}






