#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 {
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

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






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


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














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

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

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobile_header {
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 8;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.mobile_header_top {
    width: 100%;
    height: 52px;
    position: relative;
}


.mobile_logo {
    width: 160px;
    height: 52px;
    margin-left: 15px;
}

.mobile_logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.mobile_logo a .cell {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.mobile_logo img {
    display: block;
    height: 40px;
    width: auto;

}

.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 16px 15px 4px 14px;
    cursor: pointer;
}

.mobile_menu_btn span {
    display: block;
    height: 3px;
    width: 32px;
    background: #b32122;
    border-radius: 2px;
    margin-bottom: 7px;
}

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


.mobile_lag_icon {
    color: #b32122;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    line-height: 52px;
    margin-right: 72px;
    cursor: pointer;
}

.mobile_lag_box {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #F3F3F3;
}

.mobile_lag_box a {
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: #b32122;
}



.mobile_menu_box {
    box-sizing: border-box;
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 5;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
}

.mobile_menu_dl dd {
    clear: both;
    line-height: 20px;
    margin-bottom: 8px;
}

.mobile_menu_tt {
    font-size: 16px;
    font-family: "MarkPro-Medium";
    margin-bottom: 6px;
}

.mobile_menu_tt .text {
    float: left;
    width: 80%;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile_menu_tt_icon {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/menu_ico.png") no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down {
    display: none;
    padding: 8px 0 8px 10px;
}


.Category_a {
    float: left;
}

.Threeclassify_box {
    display: none;
    font-size: 13px;
    padding: 10px 20px
}

.Threeclassify_box dl dd a:hover {
    color: #00bd6b;
    padding-left: 10px;
}

.Threeclassify_box dl dd a {
    transition: all 0.4s;
}

.Category_three .Arrow_right {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/menu_ico.png) no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down_clm_tt {
    width: calc(100% - 50px);
    display: block;
    color: #333;
    line-height: 36px;
    font-size: 14px;
}

.mobile_menu_down_clm_list {
    padding-left: 15px;
}

.mobile_menu_down_clm_list a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.mobile_menu_dl dd.hover .mobile_menu_tt .text {
    color: #b32122;
}


.mobile_search_box {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fff;
}

.mobile_search_box form {
    width: 100%;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.mobile_search_text {
    outline: none;
    width: 78%;
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    border: 0;
}

.mobile_search_btn {
    float: right;
    /* width: 40px;
    height: 40px; */
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border: none;
    color: #b32122;
    background-color: #fff;
    padding-right: 15px;
    cursor: pointer;
}


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

.mobile_placeholder_box {
    display: none;
}

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














/* ~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~pc 导航,css */
/* ~~~~~~~~~~~~~~pc 导航,css */
.pc_public_head_box {
    height: 143px;
}

.pc_head_top {
    border-bottom: 1px solid #e8ecf2;
}

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

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

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

.head_email_phone_box a:hover .iconfont,
.head_email_phone_box a:hover span {
    color: #b32122;
}

.head_email_phone_box a .iconfont {
    font-size: 22px;
    color: #8d9298;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.head_email_phone_box a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #8d9298;
    padding: 2px 0 0 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_01>.head_email_phone_box:nth-child(1) {
    padding: 9px 19px 8px 0;
    border-right: 1px solid #ecf1f5;
}

.pc_head_top_01>.head_email_phone_box:nth-child(2) {
    padding: 9px 0 8px 20px;
}

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

.pc_head_top_02 .head_icon {
    padding-right: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pc_head_top_02 .head_icon .iconfont {
    display: block;
    font-size: 20px;
    color: #8d9298;
    margin-right: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_top_02 .head_icon .iconfont:hover {
    color: #b32122;
}

.pc_head_search_box .search_icon {
    font-size: 24px;
    color: #ffffff;
    width: 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #b32122;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_search_box .search_icon:hover {
    opacity: 0.8;
}

/* 可公用导航搜索 */
.all_public_searchBox {
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.all_public_form {
    display: none;
    position: fixed;
    z-index: 21;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
}

.all_public_form input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 20px 136px 20px 20px;
    border-radius: 10px;
}

.all_public_form .icon_01 {
    font-size: 34px;
    cursor: pointer;
    position: absolute;
    top: 52%;
    right: 80px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    border: none;
    background: none;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #888888;
}

.all_public_form .icon_01:hover {
    color: #b32122;
}

.all_public_form .public_form_close {
    font-weight: 700;
    font-size: 32px;
    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: #b32122;
}

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


.pc_head_bottom {
    background: #ffffff;
}

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

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

.pc_head_bottom_w .logo_box {
    width: 20%;
}

.pc_head_bottom_w .logo_box a {
    display: block;
}

.pc_head_bottom_w .logo_box a img {
    width: 100%;
}

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

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

.pc_head_list_box .item {
    position: relative;
}

.pc_head_list_box .item>a {
    display: block;
    position: relative;
    font-family: "Graphik-Bold";
    font-size: 18px;
    color: #07022b;
    line-height: 100px;
    padding: 0 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item.hover>a {
    color: #b32122;
}

.pc_head_list_box .item>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0%;
    height: 4px;
    opacity: 0;
    background: #b32122;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pc_head_list_box .item.hover>a::after {
    width: 100%;
    opacity: 1;
}

/* 二级导航,css */
.publicTwo_stage_nav {
    display: none;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 240px;
    background: #ffffff;
    border-bottom: 3px solid #b32122;
}

.publicTwo_stage_nav .every_one a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    padding: 18px 8px 14px 15px;
    border-bottom: 1px dashed #d2d2d2;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.publicTwo_stage_nav .every_one a:hover {
    color: #b32122;
}

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

/* 二级导航,css~~~~~~~~~~end */

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














/* ~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~index,css */
/* ~~~~~~~~~~~~index,css */
.index_banner_box .item a {
    display: block;
}

.owl-theme .owl-controls .owl-dots .owl-dot span {
    width: 20px;
    height: 8px;
    border-radius: 2px;
    background: #7a7a7a;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background: #b32122;
}

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

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

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

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

.indBoxOne1 .item {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    border-bottom: 4px solid #8d9298;
    padding: 0 0 30px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

.indBoxOne1 .item .number_box {
    font-family: "Graphik-Bold";
    font-size: 40px;
    color: #b32122;
    text-align: center;
}

.indBoxOne1 .item .bottom_text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #222222;
    text-align: center;
    padding-top: 8px;
}

.indBoxOne1 .item .number_box span {
    font-size: 18px;
}

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

.indBoxTwo_w {
    height: 800px;
    padding: 100px 0 0;
}

.index_module_title a {
    display: block;
}

.index_module_title a .tt_01 {
    font-family: "Graphik-Bold";
    font-size: 48px;
    color: #222222;
    text-transform: uppercase;
}

.indBoxTwo_w .index_module_title a .tt_01 {
    color: #ffffff;
    text-align: center;
}

.indBoxTwo1 {
    width: 90%;
    margin: 0 auto;
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    padding: 15px 0 80px;
}

.indBoxTwo2 .img_box {
    width: 109px;
    margin: 0 auto;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.indBoxTwo2 .img_box:hover {
    width: 100px;
}

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

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

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

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

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    font-size: 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_w {
    padding: 100px 0 100px;
}

.index_title_More_box {
    padding-bottom: 35px;
    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;
}

.index_title_More_box .right_More a {
    border-bottom: 1px solid #222222;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_title_More_box .right_More a:hover span,
.index_title_More_box .right_More a:hover .iconfont {
    color: #b32122;
}

.index_title_More_box .right_More a span {
    font-family: "Graphik-Bold";
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    padding-right: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_title_More_box .right_More a .iconfont {
    font-weight: 700;
    font-size: 26px;
    color: #222222;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1 {
    border-bottom: 1px solid #d2d2d2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxThree1 .item {
    font-family: "Graphik-Bold";
    font-size: 16px;
    color: #222222;
    width: calc(100% / 4);
    position: relative;
    padding: 0 5px 30px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.indBoxThree1 .item:hover::after {
    width: 100%;
    opacity: 1;
}

.indBoxThree1 .item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0%;
    height: 3px;
    opacity: 0;
    background: #b32122;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree1 .item.hover::after {
    width: 100%;
    opacity: 1;
}

.indBoxThree2_content {
    padding-top: 50px;
}

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

.indBoxThree2 .item {
    width: calc((100% - 80px) / 4);
    margin-right: 26px;
    background: #ffffff;
    padding: 20px 20px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

.indBoxThree2 .item .tt_box a {
    display: block;
    height: 68px;
    font-family: "Graphik-Bold";
    font-size: 18px;
    color: #222222;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxThree2 .item .tt_box a:hover {
    color: #b32122;
}

.indBoxThree2 .item .text_box {
    padding: 15px 0 20px;
}

.indBoxThree2 .item .text_box a {
    display: block;
}

.indBoxThree2 .item .text_box a div {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 6px;
}

.indBoxThree2 .item .text_box a div span {
    font-family: "Graphik-Bold";
    color: #222222;
}

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

.indBoxThree2_btn_box .chat_btn {
    width: 62%;
    padding: 8px 5px 8px;
    border-radius: 19px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indBoxThree2_btn_box .chat_btn:hover {
    background: #b32122;
}

.indBoxThree2_btn_box .chat_btn:hover .iconfont,
.indBoxThree2_btn_box .chat_btn:hover span {
    color: #ffffff;
}

.indBoxThree2_btn_box .chat_btn .iconfont {
    font-size: 18px;
    color: #b32122;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indBoxThree2_btn_box .chat_btn span {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #222222;
    padding: 2px 0 0 6px;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.indBoxThree2_btn_box .More_btn {
    font-size: 20px;
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background: #b32122;
    margin-left: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.indBoxFour {
    background: #f5f5f5;
}

.indBoxFour_w {
    padding: 50px 0 0;
}

.indBoxFour1 {
    background: url(../images/2.jpg) no-repeat center center / cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indBoxFour1 .item {
    width: calc(100% / 4);
    border-right: 1px solid #bbbbbb;
}

.indBoxFour1>.item:nth-child(4n) {
    border-right: none;
}

.indBoxFour1 .item a {
    display: block;
    height: 100%;
    padding: 120px 20px 115px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.indBoxFour1 .item a:hover {
    background: rgba(0, 114, 210, 0.8);
}

.indBoxFour1 .item a .icon {
    font-size: 80px;
    color: #ffffff;
    text-align: center;
}

.indBoxFour1 .item a .tt {
    font-family: "Graphik-Bold";
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.indBoxFour1 .item a .text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

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

.public_Vide_More_btn .Vide_More_icon {
    border-bottom: 1px solid #222222;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_Vide_More_btn .Vide_More_icon span {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
    padding-right: 6px;
}

.public_Vide_More_btn .Vide_More_icon .iconfont {
    font-weight: 700;
    font-size: 26px;
    color: #222222;
}

.indBoxFour1 .item a .public_Vide_More_btn {
    padding-top: 30px;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indBoxFour1 .item a .public_Vide_More_btn .Vide_More_icon {
    border-bottom: 1px solid #ffffff;
}

.indBoxFour1 .item a .public_Vide_More_btn .Vide_More_icon span,
.indBoxFour1 .item a .public_Vide_More_btn .Vide_More_icon .iconfont {
    color: #ffffff;
}

.indBoxFive_w {
    padding: 100px 0 100px;
}

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

.indBoxFive1_L {
    width: 67%;
}

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

.indBoxFive1_L a:hover .right_box .tt {
    color: #b32122;
}

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

.indBoxFive1_L a .img_box {
    width: 58%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.indBoxFive1_L a .right_box {
    width: 40%;
    padding-left: 20px;
}

.indBoxFive1_L a .right_box .date {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #b32122;
    padding-top: 10px;
}

.indBoxFive1_L a .right_box .tt {
    font-family: "Graphik-Regular";
    font-size: 20px;
    color: #222222;
    line-height: 32px;
    padding-top: 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1_L a .right_box .text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indBoxFive1_L a .right_box .public_Vide_More_btn {
    padding-top: 15px;
}

.indBoxFive1_R {
    width: 32%;
}

.indBoxFive1_R .item {
    margin-bottom: 64px;
}

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

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

.indBoxFive1_R .item a:hover .right_box .text {
    color: #b32122;
}

.indBoxFive1_R .item a .img_box {
    width: 40.5%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.indBoxFive1_R .item a .right_box {
    width: 59.5%;
    padding-left: 20px;
}

.indBoxFive1_R .item a .right_box .date {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #b32122;
}

.indBoxFive1_R .item a .right_box .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #222222;
    line-height: 18px;
    padding-top: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indBoxFive1_R .item a .right_box .textone {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #b32122;
    line-height: 18px;
    padding-bottom: 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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






/* ~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~foot,css */
/* ~~~~~~~~~~~~~~foot,css */
.public_foot_top {
    background: url(../images/1.jpg) no-repeat center center / cover;
}

.foot_top_01 {
    padding: 50px 0 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot_top_02 {
    width: 220px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot_top_02 .iconfont {
    font-size: 80px;
    line-height: 50px;
    color: #ffffff;
}

.foot_top_02 span {
    font-family: "Impact", "sans-serif";
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    padding-left: 6px;
}

.foot_top_form_box {
    width: calc(100% - 270px);
}

.foot_top_form {
    
}
.foot_top_form_l{
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.foot_top_form .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 15px;
}

.foot_top_form .item:nth-child(3),
.foot_top_form .item:nth-child(6) {
    margin-right: 0;
}

.foot_top_form .item.item_w{
    width: 100%;
}
.foot_top_form .item span {
    width: 52px;
    font-family: "Graphik-Bold";
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

.foot_top_form .item input {
    width: calc(100% - 52px);
    height: 30px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #8ea4bb;
    color: #ffffff;
    padding-left: 5px;
}
.foot_top_form .item.item_w span{
    width:70px;
}
.foot_top_form .item.item_w input{
    width:calc(100% - 70px);
}


.foot_top_form .btn_box {
    width: 100%;
}

.foot_top_form .btn_box button {
    width: 160px;
    height: 40px;
    background: #ffffff;
    outline: none;
    border: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_top_form .btn_box button:hover {
    opacity: 0.8;
}

.foot_top_form .btn_box button .iconfont {
    color: #b32122;
}

.foot_top_form .btn_box button span {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #b32122;
    padding-left: 8px;
}

.public_foot_center {
    border-top: 8px solid #fff;
    background: url(../images/foot_02.jpg) no-repeat center center / cover;
}

.foot_center_01 {
    padding: 55px 0 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.foot_center_02 {
    width: 26%;
}

.foot_center_02 .foot_log {
    width: 287px;
    margin-bottom: 25px;
}

.foot_center_02 .foot_log a {
    display: block;
}

.foot_center_02 .foot_log a img {
    width: 196px;
}

.foot_center_02 .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 25px;
}

.foot_center_02 .nav_icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_center_02 .nav_icon_box .iconfont {
    display: block;
    font-size: 16px;
    
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_center_02 .nav_icon_box .iconfont:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.foot_center_02 .nav_icon_box .icon01 {
    background: #23366e;
}

.foot_center_02 .nav_icon_box .icon02 {
    background: #419be7;
}

.foot_center_02 .nav_icon_box .icon03 {
    background: #065598;
}

.foot_center_02 .nav_icon_box .icon04 {
    background: #af1316;
}

.foot_center_02 .nav_icon_box .icon05 {
    background: #b92519;
    margin-right: 0;
}

.foot_center_03 {
    width: 19%;
}

.foot_center_pub_tt {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #222222;
    padding-bottom: 25px;
}

.foot_center_dl .item {
    padding-bottom: 12px;
}

.foot_center_dl .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.foot_center_dl .item a:hover .iconfont,
.foot_center_dl .item a:hover span {
    color: #b32122;
}

.foot_center_dl .item a .iconfont {
    width: 28px;
    font-size: 18px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_center_dl .item a span {
    width: calc(100% - 28px);
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_center_04 {
    width: 16%;
}

.foot_center_05 {
    width: 24%;
}

.public_foot_bottom {
    background: #e8eaec;
}

.foot_bottom_01 {
    padding: 16px 0 12px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot_bottom_01 .L_text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
}

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

.foot_language_box {
    position: relative;
    margin-right: 20px;
}

.foot_language_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.foot_language_01:hover span,
.foot_language_01:hover .iconfont {
    color: #b32122;
}

.foot_language_01 span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    padding-right: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_language_01 .iconfont {
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_language_02 {
    display: none;
    width: 90px;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 150%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 10px 5px 6px;
}

.foot_language_02 a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 5px 0 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.foot_language_02 a:hover {
    color: #b32122;
}

.foot_bottom_02 .foot_Support {
    padding-left: 30px;
}

.foot_bottom_02 .foot_Support a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
}

.foot_bottom_02 .foot_Support a:hover {
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~foot,css~~~~~~~~~~~~~end */













/* ~~~~~~~~~~~About_Certifications,css */
/* ~~~~~~~~~~~About_Certifications,css */
/* ~~~~~~~~~~~About_Certifications,css */
.SubPage_banner_w {
    position: relative;
    height: 400px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.SubPage_banner_w .banner_tt {
    width: 100%;
    font-family: "Graphik-Bold";
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
}

.SubPage_crumbs {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #d2d2d2;
    padding: 9px 10px 9px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs .crumbs_text {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SubPage_crumbs .crumbs_text .iconfont {
    font-size: 18px;
    color: #b32122;
}

.SubPage_crumbs .crumbs_text span {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #000000;
    padding: 5px 0 0 4px;
}

.SubPage_crumbs .crumbs_a {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    padding: 6px 0 0 5px;
}

.SubPage_crumbs .crumbs_a a {
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SubPage_crumbs .crumbs_a a:hover {
    color: #b32122;
}

.abo_ceBoxOne_w {
    padding: 70px 0 60px;
}

.SubPage_public_title {
    padding-bottom: 30px;
}

.SubPage_public_title .tt_01 {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
}

.SubPage_public_title .tt_02 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding-top: 10px;
}

.abo_ceBoxOne1 {
    padding-bottom: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.abo_ceBoxOne1 .item {
    width: 190px;
    margin: 0 12px;
    border: 1px solid #e5e5e5;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_ceBoxOne1 .item:hover {
    border: 1px solid #b32122;
}

.abo_ceBoxOne1 .item:hover a {
    background: #b32122;
}

.abo_ceBoxOne1 .item:hover a .iconfont,
.abo_ceBoxOne1 .item:hover a span {
    color: #ffffff;
}

.abo_ceBoxOne1 .item a {
    height: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.abo_ceBoxOne1 .item a span {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #666666;
    padding: 0 0 0 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_ceBoxOne1 .item.hover {
    border: 1px solid #b32122;
}

.abo_ceBoxOne1 .item.hover a {
    background: #b32122;
}

.abo_ceBoxOne1 .item.hover a .iconfont,
.abo_ceBoxOne1 .item.hover a span {
    color: #ffffff;
}

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

.abo_ceBoxOne2 .item {
    width: calc((100% - 392px) / 4);
    margin-right: 130px;
    margin-bottom: 40px;
}

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

.abo_ceBoxOne2 .item a {
    display: block;
}

.abo_ceBoxOne2 .item a:hover .bottom_text {
    color: #b32122;
}

.abo_ceBoxOne2 .item a .img_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.abo_ceBoxOne2 .item a .img_box img {
    max-width: 100%;
    max-height: 324px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.abo_ceBoxOne2 .item a .bottom_text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #222222;
    text-align: center;
    padding-top: 15px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_ceBoxOne3 {
    padding-top: 10px;
}

/* 公用分页 */
.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 {
    font-family: "Graphik-Bold";
    font-size: 12px;
    color: #666666;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #d2d2d2;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_paging a:hover {
    color: #b32122;
}

.public_paging a.prev,
.public_paging a.next {
    font-size: 20px;
    width: 90px;
}

.public_paging a.hover {
    color: #b32122;
}

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

/* ~~~~~~~~~~~About_Certifications,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~About_Certifications,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~About_Certifications,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~~~About_Company,css */
/* ~~~~~~~~~~~~~About_Company,css */
/* ~~~~~~~~~~~~~About_Company,css */
.abo_coBoxOne {
    background: url(../images/about_com_01.jpg) no-repeat center center / cover;
}

.abo_coBoxOne_w {
    padding: 70px 0 270px;
}

.abo_coBoxOne1 .text_01 {
    font-family: "Graphik-Bold";
    font-size: 18px;
    color: #222222;
    text-align: center;
}

.abo_coBoxOne1 .text_02 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    padding-top: 20px;
}

.abo_coBoxOne2 {
    background: rgba(34, 34, 34, 0.66);
}

.abo_coBoxOne2_w {
    padding: 25px 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.abo_coBoxOne2_w .item {
    width: calc(100% / 4);
    padding: 0 5px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.abo_coBoxOne2_w .item .number {
    font-family: "Graphik-Bold";
    font-size: 42px;
    color: #ffffff;
    text-align: center;
}

.abo_coBoxOne2_w .item .number span {
    font-size: 18px;
}

.abo_coBoxOne2_w .item .text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-top: 8px;
}

.abo_coBoxTwo_w {
    padding: 80px 0 70px;
}

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

.abo_coBoxTwo1_L {
    width: 32%;
    padding: 20px 30px;
    background: url(../images/about_com_02.jpg) no-repeat center center / cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.abo_coBoxTwo1_L .tt {
    font-family: "Graphik-Bold";
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.abo_coBoxTwo1_L .text {
    font-family: "Graphik-Regular";
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    padding-top: 12px;
}

.abo_coBoxTwo1_R {
    width: 66%;
    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;
}

.abo_coBoxTwo1_R .item {
    width: calc((100% - 24px) / 2);
}

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

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

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

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

.abo_coBoxTwo1_R .item a .bottom_text {
    font-family: "Graphik-Bold";
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 10px 12px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.abo_coBoxTwo1_R>.item:nth-child(-n + 2) {
    margin-bottom: 24px;
}

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

.abo_coBoxThree_w {
    padding: 0 0 70px;
}

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

.abo_coBoxThree1 .item a {
    display: block;
}

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

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

.abo_coBoxThree1 .item a .img_box img {
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_coBoxThree1 .item a .bottom_text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #222222;
    text-align: center;
    padding-top: 20px;
}

.abo_coBoxFour_w {
    padding: 70px 0 80px;
}

.abo_coBoxFour1 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    padding-bottom: 40px;
}

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

.abo_coBoxFour2 .item {
    width: calc(100% / 4);
    border: 1px solid #ffffff;
}

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

.abo_coBoxFour2 .item a:hover .icon_text_box {
    background: rgba(0, 114, 210, 0.5);
}

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

.abo_coBoxFour2 .item a .icon_text_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.abo_coBoxFour2 .item a .icon_text_box .iconfont {
    font-size: 60px;
    color: #ffffff;
}

.abo_coBoxFour2 .item a .icon_text_box span {
    font-family: "Graphik-Bold";
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 8px;
}

/* ~~~~~~~~~~~~~About_Company,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~About_Company,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~About_Company,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~About_Factory Tour,css */
/* ~~~~~~~~~~~About_Factory Tour,css */
/* ~~~~~~~~~~~About_Factory Tour,css */
.abo_faBoxOne_w {
    padding: 70px 0 60px;
}

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

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

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

.abo_faBoxOne1 .item a {
    display: block;
}

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

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

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

.abo_faBoxOne1 .item a .bottom_text {
    font-family: "Graphik-Regular";
    font-size: 18px;
    color: #222222;
    text-align: center;
    padding-top: 20px;
}

/* ~~~~~~~~~~~About_Factory Tour,css~~~~~~~~~~end */
/* ~~~~~~~~~~~About_Factory Tour,css~~~~~~~~~~end */
/* ~~~~~~~~~~~About_Factory Tour,css~~~~~~~~~~end */














/* ~~~~~~~~~About_Research&_developmen,css */
/* ~~~~~~~~~About_Research&_developmen,css */
/* ~~~~~~~~~About_Research&_developmen,css */
.abo_reBoxOne_w {
    padding: 80px 0 70px;
}

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

.abo_reBoxOne1_L {
    width: 50%;
    padding: 50px 50px 0 60px;
}

.abo_reBoxOne1_L .SubPage_public_title .tt_01 {
    text-align: left;
}

.abo_reBoxOne1_L .text_box {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.abo_reBoxOne1_L .text_box span {
    display: inline-block;
    font-family: "Graphik-Bold";
    font-size: 18px;
    color: #b32122;
    padding: 10px 0 10px;
}

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

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

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

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

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

.abo_reBoxTwo_w .SubPage_public_title .tt_01 {
    color: #ffffff;
}

.abo_reBoxTwo1 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.abo_reBoxThree_w {
    padding: 80px 0 80px;
}

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

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

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

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

.abo_reBoxThree1 .item .right_box {
    width: 50%;
    padding: 0 35px 0 35px;
}

.abo_reBoxThree1 .item .right_box .tt {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #222222;
    text-transform: uppercase;
}

.abo_reBoxThree1 .item .right_box .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding-top: 20px;
}

.abo_reBoxThree1>.item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ~~~~~~~~~About_Research&_developmen,css~~~~~~~~~end */
/* ~~~~~~~~~About_Research&_developmen,css~~~~~~~~~end */
/* ~~~~~~~~~About_Research&_developmen,css~~~~~~~~~end */














/* ~~~~~~~~~~~~Catalog,css */
/* ~~~~~~~~~~~~Catalog,css */
/* ~~~~~~~~~~~~Catalog,css */
.catBoxOne_w {
    padding: 80px 0 60px;
}

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

.catBoxOne1 .item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.catBoxOne1 .item:hover a .right_box .tt {
    color: #d82128;
}

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

.catBoxOne1 .item a {
    height: 100%;
    padding: 40px 30px 35px 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.catBoxOne1 .item a .img_box {
    width: 73px;
}

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

.catBoxOne1 .item a .right_box {
    width: calc(100% - 73px);
    padding-left: 20px;
}

.catBoxOne1 .item a .right_box .tt {
    font-family: "Graphik-Bold";
    font-size: 16px;
    color: #000000;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.catBoxOne1 .item a .right_box .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-style: italic;
    padding-top: 6px;
}

.catBoxOne2 {
    padding-top: 20px;
}

/* ~~~~~~~~~~~~Catalog,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Catalog,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Catalog,css~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~~Contact us,css */
/* ~~~~~~~~~~~~~Contact us,css */
/* ~~~~~~~~~~~~~Contact us,css */
.conBoxOne_w {
    padding: 70px 0 70px;
}

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

.conBoxOne1 .item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    border: 1px solid #d2d2d2;
}

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

.conBoxOne1 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 40px 10px 40px 30px;
}

.conBoxOne1 .item a:hover .right_box .text {
    color: #b32122;
}

.conBoxOne1 .item a .iconfont {
    width: 75px;
    font-size: 65px;
    color: #b32122;
}

.conBoxOne1 .item a .right_box {
    width: calc(100% - 75px);
    border-left: 1px solid #d2d2d2;
    padding: 4px 0 0 15px;
}

.conBoxOne1 .item a .right_box .tt {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
}

.conBoxOne1 .item a .right_box .text {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #222222;
    padding-top: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conBoxTwo {
    background: #f8f8f8;
}

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


/* 表单 */
.conPageTwo3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conPageTwo3>dd {
    width: calc((100% - 50px) / 2);
    padding-bottom: 20px;
}

.conPageTwo3>dd .text_box {
    font-size: 14px;
    padding-bottom: 4px;
}

.conPageTwo3>dd .text_box span {
    color: #ce1523;
}

.conPageTwo3>dd .text_box i {
    font-style: normal;
    font-family: "Graphik-Regular";
    color: #888888;
}

.conPageTwo3>dd input {
    width: 100%;
    height: 37px;
    outline: none;
    background: none;
    border: 1px solid #d2d2d2;
    padding: 0 10px 0 15px;
}

.conPageTwo3>dd:last-child {
    width: 100%;
}

.conPageTwo3>dd textarea {
    height: 110px;
    width: 100%;
    resize: none;
    outline: none;
    background: none;
    border: 1px solid #d2d2d2;
    padding: 15px 10px 10px 15px;
}

.conPageTwo3>dd select {
    color: #888888;
    width: 100%;
    height: 37px;
    outline: none;
    background: none;
    border: 1px solid #d2d2d2;
    padding: 0 10px 0 10px;
}

.conPageTwo2 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 20px;
}

.conPageTwo2 .btn_box button {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    width: 160px;
    height: 40px;
    outline: none;
    border: none;
    background: #b32122;
    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;
    cursor: pointer;
    margin: 0 25px;
}

.conPageTwo2 .btn_box button:hover span {
    -ms-transform: rotateZ(20deg);
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg);
}

.conPageTwo2 .btn_box button span {
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conPageTwo2 .btn_box button:nth-child(2) {
    background: #303030;
}

/* 表单~~~~~~~~~~~~end */

.conBoxThree img {
    width: 100%;
}

/* ~~~~~~~~~~~~~Contact us,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Contact us,css~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Contact us,css~~~~~~~~~~end */














/* ~~~~~~~~~~~News_List,css */
/* ~~~~~~~~~~~News_List,css */
/* ~~~~~~~~~~~News_List,css */
.newBoxOne_w {
    padding: 70px 0 60px;
    border-bottom: 1px solid #d2d2d2;
}

.newBoxOne1 {
    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_L {
    width: 60%;
}

.newBoxOne1_L a {
    display: block;
    position: relative;
}

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

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

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

.newBoxOne1_L a .bottom_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 20px 25px 30px;
    background: url(../images/news_02.png) no-repeat center center / cover;
}

.newBoxOne1_L a .bottom_box .date {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
}

.newBoxOne1_L a .bottom_box .text {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #ffffff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 8px 10px 8px 20px;
	background-color: rgba(0, 0, 0, 0.5);
}

.newBoxOne1_R {
    width: 36%;
    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;
}

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

.newBoxOne1_R .item a:hover .right_box .tt {
    color: #b32122;
}

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

.newBoxOne1_R .item a .img_box {
    width: 32.3%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.newBoxOne1_R .item a .right_box {
    width: 67.7%;
    padding-left: 20px;
}

.newBoxOne1_R .item a .right_box .date {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #b32122;
}

.newBoxOne1_R .item a .right_box .tt {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #222222;
    padding-top: 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxOne1_R .item a .right_box .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    line-height: 18px;
    padding-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newBoxOne1_R .item a .right_box .textone {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #b32122;
    line-height: 18px;
    padding-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.newBoxTwo_w {
    padding: 50px 0 60px;
}

.newBoxTwo1 .item {
    margin-bottom: 45px;
}

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

.newBoxTwo1 .item a:hover .right_box .tt {
    color: #b32122;
}

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

.newBoxTwo1 .item a .img_box {
    width: 26.6%;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.newBoxTwo1 .item a .right_box {
    width: 73.4%;
    padding-left: 30px;
}

.newBoxTwo1 .item a .right_box .tt {
    font-family: "Graphik-Regular";
    font-size: 24px;
    color: #222222;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.newBoxTwo1 .item a .right_box .date {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #b32122;
    padding-top: 10px;
}

.newBoxTwo1 .item a .right_box .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    padding-top: 10px;
}

.newBoxTwo1 .item a .right_box .public_Vide_More_btn {
    padding-top: 10px;
}

.newBoxTwo2 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~News_List,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~News_List,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~News_List,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~Projects_Page,css */
/* ~~~~~~~~~~~~Projects_Page,css */
/* ~~~~~~~~~~~~Projects_Page,css */
.jec_deBoxOne_w {
    padding: 70px 0 70px;
}

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

.jec_deBoxOne1_L {
    width: calc(100% - 320px);
    padding-right: 60px;
    overflow: auto;
word-wrap: break-word;
}

.jec_deBoxOne1_L_01 {
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

.jec_deBoxOne1_L_01 .big_tt {
    font-family: "Graphik-Bold";
    font-size: 30px;
    color: #222222;
}

.jec_deBoxOne1_L_01 .icon_text_box {
    padding-top: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.jec_deBoxOne1_L_01 .icon_text_box .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 15px;
}

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

.jec_deBoxOne1_L_01 .icon_text_box .item .iconfont {
    font-size: 18px;
    color: #666666;
}

.jec_deBoxOne1_L_01 .icon_text_box .item span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    padding: 3px 0 0 4px;
}

.jec_deBoxOne1_L_02 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 30px 0 50px;
   
}
.jec_deBoxOne1_L_02 p{
    word-wrap: break-word;
}

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

.jec_deBoxOne1_L_03 {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.jec_deBoxOne1_L_03 .share_text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #222222;
    padding-right: 15px;
}

.jec_deBoxOne1_L_04 {
    padding-top: 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;
}

.jec_deBoxOne1_L_04 .item {
    width: calc((100% - 20px) / 2);
    border: 1px solid #e5e5e5;
}

.jec_deBoxOne1_L_04 .item a {
    display: block;
    height: 100%;
    padding: 5px 10px 5px 40px;
}

.jec_deBoxOne1_L_04 .item a:hover .tt,
.jec_deBoxOne1_L_04 .item a:hover .text {
    color: #b32122;
}

.jec_deBoxOne1_L_04 .item a .tt {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #888888;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.jec_deBoxOne1_L_04 .item .tt {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #b32122;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
	padding:10px 0px 5px 40px;
}

.jec_deBoxOne1_L_04 .item a .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #222222;
    padding-top: 8px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.jec_deBoxOne1_R {
    width: 320px;
}

.jec_deBoxOne1_R_01 {
    width: 320px;
}

.Sidebar_public_title {
    font-family: "Graphik-Bold";
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: #b32122;
    padding: 18px 5px 16px;
}

.jec_deBoxOne1_R_01_list {
    border: 1px solid #d2d2d2;
    border-top: none;
    padding: 25px 10px 12px 18px;
}

.jec_deBoxOne1_R_01_list .item {
    padding-bottom: 20px;
}

.jec_deBoxOne1_R_01_list .item a {
    display: block;
}

.jec_deBoxOne1_R_01_list .item a:hover .text {
    color: #b32122;
}

.jec_deBoxOne1_R_01_list .item a .text {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.jec_deBoxOne1_R_01_list .item a .date {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #b32122;
    padding-top: 8px;
}

.jec_deBoxTwo {
    background: #f4f4f4;
}

.jec_deBoxTwo_w {
    padding: 70px 0 80px;
}

.pro_detail_module_tt {
    padding-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_detail_module_tt .blue_line {
    width: 13px;
    height: 22px;
    background: #b32122;
}

.pro_detail_module_tt .text {
    font-family: "Graphik-Bold";
    font-size: 30px;
    color: #444444;
    text-transform: uppercase;
    padding: 3px 0 0 14px;
}

.jec_deBoxTwo1 {
    position: relative;
}

.indBoxThree2.jec_deBoxTwo1_lunbo {
    display: block;
}

.indBoxThree2.jec_deBoxTwo1_lunbo .item {
    width: auto;
    margin-right: 0;
    box-shadow: none;
}

.jec_deBoxTwo1_lunbo .owl-controls {
    padding-top: 30px;
    display: none;
}

.jec_deBoxTwo1 .prev_btn,
.jec_deBoxTwo1 .next_btn {
    font-size: 40px;
    color: #666666;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #666666;
    position: absolute;
    z-index: 3;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.jec_deBoxTwo1 .prev_btn {
    left: -80px;
}

.jec_deBoxTwo1 .next_btn {
    right: -80px;
}

.jec_deBoxTwo1 .prev_btn:hover,
.jec_deBoxTwo1 .next_btn:hover {
    border: 1px solid #b32122;
    background: #b32122;
    color: #ffffff;
}

/* ~~~~~~~~~~~~Projects_Page,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Projects_Page,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Projects_Page,css~~~~~~~~~~~~~end */
















/* ~~~~~~~~~~~~~Products_list,css */
/* ~~~~~~~~~~~~~Products_list,css */
/* ~~~~~~~~~~~~~Products_list,css */
.proBoxOne_w {
    padding: 80px 0 60px;
}

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

.proBoxOne1_L {
    width: 21%;
}

.proBoxOne1_L_01 {
    border: 1px solid #d7d7d7;
    border-top: none;
    padding: 30px 15px 15px 25px;
    margin-bottom: 20px;
}

.proBoxOne1_L_01 .item {
    padding-bottom: 25px;
}

.proBoxOne1_L_01 .item .item_t{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.proBoxOne1_L_01 .item .item_t:hover span,
.proBoxOne1_L_01 .item .item_t:hover .iconfont {
    color: #b32122;
}

.proBoxOne1_L_01 .item .item_t span {
    width: calc(100% - 20px);
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne1_L_01 .item .item_t .iconfont {
    font-size: 20px;
    color: #666666;
    width: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne1_L_01 .item.hover .item_t span,
.proBoxOne1_L_01 .item.hover .item_t .iconfont {
    color: #b32122;
}

.proBoxOne1_L_01_item_down{
    display: none;
    padding: 12px 0 2px 8px;
}
.proBoxOne1_L_01_item_down a{
    display: block;
    color: #666;
    line-height: 24px;
    font-size: 15px;
    padding: 2px 0 2px;
}
.proBoxOne1_L_01_item_down a:hover{
    color: #b32122;
}

.proBoxOne1_L_02 {
    border: 1px solid #d7d7d7;
    border-top: none;
    padding: 30px 15px 15px 25px;
}

.proBoxOne1_L_02 .item {
    padding-bottom: 15px;
}

.proBoxOne1_L_02 .item a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.proBoxOne1_L_02 .item a:hover .iconfont,
.proBoxOne1_L_02 .item a:hover span {
    color: #b32122;
}

.proBoxOne1_L_02 .item a .iconfont {
    width: 30px;
    font-size: 20px;
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne1_L_02 .item a span {
    width: calc(100% - 30px);
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding: 2px 0 0 0;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.proBoxOne1_R {
    width: 74.8%;
}

.proBoxOne1_R .indBoxThree2 > .item {
    width: calc((100% - 56px) / 3);
    margin-right: 28px;
    margin-bottom: 30px;
}

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

.proBoxOne1_R_01 {
    padding-top: 40px;
}

/* ~~~~~~~~~~~~~Products_list,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Products_list,css~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~Products_list,css~~~~~~~~~~~~~end */














/* ~~~~~~~~~~~~Products_Page,css */
/* ~~~~~~~~~~~~Products_Page,css */
/* ~~~~~~~~~~~~Products_Page,css */
.pro_detPage_crumbs {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.pro_detPage_crumbs_w {
    padding: 8px 0 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

.pro_det_crumbs_text .iconfont {
    font-size: 18px;
    color: #b32122;
}

.pro_det_crumbs_text span {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #000000;
    padding: 5px 0 0 4px;
}

.pro_det_crumbs_a {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    padding: 6px 0 0 5px;
}

.pro_det_crumbs_a a {
    color: #666666;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_det_crumbs_a a:hover {
    color: #b32122;
}

.pro_deBoxOne_w {
    padding: 60px 0 70px;
}

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

.pro_deBoxOne1_L {
    width: 50%;
    padding-top:50px
}

.pro_deBoxOne1_L_lunbo {
    border: 0px solid #e5e5e5;
}

.pro_deBoxOne1_L_dots {
    padding-top: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxOne1_L_dots .item {
    width: calc((100% - 12px) / 4);
    margin-right: 4px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

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

.pro_deBoxOne1_L_dots .item.active {
    border: 1px solid #b32122;
}

.pro_deBoxOne1_R {
    width: 50%;
    padding-left: 60px;
}

.pro_deBoxOne1_R .big_tt {
    font-family: "Graphik-Bold";
    font-size: 45px;
    color: #222222;
    padding-bottom: 25px;
}

.pro_deBoxOne1_R dl {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 25px 0 10px;
}

.pro_deBoxOne1_R dl dd {
    font-family: "Graphik-Regular";
    font-size: 19px;
    color: #cb302d;
    padding-bottom: 15px;
    margin:0 5px 0 8px;
}

.pro_deBoxOne1_R dl dd span {
    font-family: "Graphik-Bold";
    color: #222222;
    font-weight:bold;
    font-size: 25px;
}

.pro_deBoxOne1_R .share_box {
    padding: 5px 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxOne1_R .share_box .share_text {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #222222;
    padding-right: 15px;
}
.pro_deBoxOne1_R .share_box .addthis_sharing_toolbox img{
    margin: 0 0 0 30px;
}
.pro_deBoxOne1_R .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deBoxOne1_R .btn_box a {
    width: 160px;
    height: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

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

.pro_deBoxOne1_R .btn_box a .iconfont {
    font-size: 20px;
    color: #ffffff;
}

.pro_deBoxOne1_R .btn_box a span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #ffffff;
    padding: 1px 0 0 4px;
}

.pro_deBoxOne1_R .btn_box > a{
    background: #666666;
}

.pro_deBoxOne1_R .btn_box > a{
    background: #666666;
    margin-left: auto;
}

.pro_deBoxOne1_R .btn_box > a{
    background: #666666;
    margin-left: auto;
}

.pro_deBoxOne1_R .btn_box > a:hover{
    background: #b32122;
}

.pro_deBoxOne1_R .btn_box > a:hover{
    background: #b32122;
    margin-left: auto;
}

.pro_deBoxOne1_R .btn_box > a:hover{
    background: #b32122;
    margin-left: auto;
}

.pro_deBoxTwo {
    border-top: 1px solid #000;
    border-bottom: 1px solid #dcdcdc;
}

.pro_deBoxTwo_w {
    height: 70px;
}

.pro_deBoxTwo1 {
    background: #ffffff;
    z-index: 5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_deBoxTwo1 .item {
    width: calc(100% / 4);
    height: 70px;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_deBoxTwo1 .item:hover .iconfont,
.pro_deBoxTwo1 .item:hover  {
    background-color: #b32122;
    color: #fff;
}
.pro_deBoxTwo1 .item:hover span{
    color: #fff;
}



.pro_deBoxTwo1 .item .iconfont {
    font-size: 28px;
    color: #444444;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1 .item span {
    font-family: "Graphik-Bold";
    font-size: 22px;
    color: #444444;
    text-transform: uppercase;
    padding: 4px 0 0 6px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deBoxTwo1 > .item:first-child {
    border-left: 1px solid #dcdcdc;
}

.pro_deBoxTwo1 .item.hover .iconfont,
.pro_deBoxTwo1 .item.hover  {
    background-color: #b32122;
    color: #fff;
}
.pro_deBoxTwo1 .item.hover span{
    color: #fff;
}
.pro_deThree1_w {
    padding: 60px 0 60px;
}

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

.pro_deThree1_01_L {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    width: 100%;
    padding: 0 0 0 27px;
}

.pro_deThree1_01_L span {
    font-family: "Graphik-Bold";
    color: #222222;
}

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

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

.pro_deThree1_01_R .img_01 {
    width: 100%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree1_01_R .img_02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pro_deThree2 {
    background: #f4f4f4;
}

.pro_deThree2_w {
    padding: 60px 0 60px;
}

.pro_deThree2_01 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deThree2_01_L {
    width: 100%;
    text-align: center;
}

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

.pro_deThree2_01_R {
    width: 100%;
    padding: 30px 0 0 0;
}

.pro_deBoxThree table {
    width: 100%;
    border-collapse: collapse;
}

.pro_deBoxThree table tr td {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #515a6e;
    border: 1px solid #dee2e6;
    padding: 16px 10px 12px 15px;
}

.pro_deBoxThree table tr:nth-child(odd) {
    background: #ebf7ff;
}

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



.pro_deThree3_w {
    padding: 60px 0 40px;
}

.pro_deThree3_01 {
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deThree3_01 .item {
    width: calc((100% - 80px) / 4);
    margin-right: 26px;
    margin-bottom: 25px;
}

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

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

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

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

.pro_deThree3_02 {
    padding-top: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_deThree3_02 a {
    display: block;
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #222222;
    border: 1px solid #e5e5e5;
    padding: 12px 15px 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_deThree3_02 a:hover {
    color: #b32122;
    border: 1px solid #b32122;
}

/* ~~~~~~~~~~~~Products_Page,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Products_Page,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Products_Page,css~~~~~~~~~~~end */















/* ~~~~~~~~~~~Projects_List,css */
/* ~~~~~~~~~~~Projects_List,css */
/* ~~~~~~~~~~~Projects_List,css */
.jecBoxOne_w {
    padding: 80px 0 80px;
}

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

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

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

.jecBoxOne1 .item a {
    display: block;
}

.jecBoxOne1 .item a:hover .tt {
    color: #b32122;
}

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

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

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

.jecBoxOne1 .item a .icon_box {
    padding: 15px 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.jecBoxOne1 .item a .icon_box .icon_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.jecBoxOne1 .item a .icon_box .icon_item .iconfont {
    font-size: 16px;
    color: #666666;
}

.jecBoxOne1 .item a .icon_box .icon_item span {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    padding: 2px 0 0 4px;
}

.jecBoxOne1 .item a .icon_box > .icon_item:nth-child(2) {
    margin-left: 12px;
}

.jecBoxOne1 .item a .tt {
    font-family: "Graphik-Bold";
    font-size: 20px;
    color: #222222;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.jecBoxOne1 .item a .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 8px;
}

.jecBoxOne1 .item a .public_Vide_More_btn {
    padding-top: 10px;
}

/* ~~~~~~~~~~~Projects_List,css~~~~~~~~~~end */
/* ~~~~~~~~~~~Projects_List,css~~~~~~~~~~end */
/* ~~~~~~~~~~~Projects_List,css~~~~~~~~~~end */













/* ~~~~~~~~~~~~Quality,css */
/* ~~~~~~~~~~~~Quality,css */
/* ~~~~~~~~~~~~Quality,css */
.quaBoxOne_w {
    padding: 80px 90px 80px;
    border-bottom: 1px solid #d2d2d2;
}

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

.quaBoxOne1_L {
    width: 50%;
    padding-right: 40px;
}

.quaBoxOne1_L_01 {
    border-left: 6px solid #b32122;
    padding-left: 20px;
}

.quaBoxOne1_L_01 .tt_01 {
    font-family: "Graphik-Regular";
    font-size: 16px;
    color: #b32122;
    padding-bottom: 10px;
}

.quaBoxOne1_L_01 .tt_02 {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #222222;
    line-height: 48px;
}

.quaBoxOne1_L_02 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    padding-top: 30px;
}

.quaBoxOne1_R {
    position: relative;
    width: 45.5%;
    cursor: pointer;
}

.quaBoxOne1_R .img_01 {
    width: 100%;
}

.quaBoxOne1_R .img_02 {
    width: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

/* ~~~~~~~~~~~~Quality,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Quality,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~Quality,css~~~~~~~~~~~~end */













/* ~~~~~~~~~~~Service,css */
/* ~~~~~~~~~~~Service,css */
/* ~~~~~~~~~~~Service,css */
.serBoxOne_w {
    padding: 70px 0 70px;
}

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

.serBoxOne1_L {
    width: 50%;
    background: url(/skin/images/service_01.jpg) no-repeat center center / cover;
    padding: 70px 50px 70px;
}

.serBoxOne1_L_01 {
    border: 4px solid #ffffff;
    padding: 50px 30px 50px;
    background-image:url(/skin/img/11.png)
}

.serBoxOne1_L_01 .tt {
    font-family: "Graphik-Bold";
    font-size: 36px;
    color: #042644;
    line-height: 44px;
    text-transform: uppercase;
}

.serBoxOne1_L_01 .text {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #042644;
    line-height: 30px;
    padding-top: 20px;
}

.serBoxOne1_R {
    width: 50%;
    background: #f2f2f2;
    padding: 70px 30px 35px 50px;
}

.serBoxOne1_R_01 {
    font-family: "Graphik-Bold";
    font-size: 14px;
    color: #222222;
    padding-bottom: 15px;
}

.serBoxOne1_R_02 .item {
    padding-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.serBoxOne1_R_02 .item .iconfont {
    width: 40px;
    font-size: 26px;
    color: #b32122;
}

.serBoxOne1_R_02 .item .right_box {
    width: calc(100% - 40px);
    padding-top: 7px;
}

.serBoxOne1_R_02 .item .right_box .text_01 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #444444;
}

.serBoxOne1_R_02 .item .right_box .text_02 {
    font-family: "Graphik-Regular";
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    padding-top: 10px;
}

.serBoxTwo img {
    width: 100%;
}

.serBoxThree_w {
    padding: 80px 0 70px;
}

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

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

/* ~~~~~~~~~~~Service,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~Service,css~~~~~~~~~~~~end */
/* ~~~~~~~~~~~Service,css~~~~~~~~~~~~end */




/* float_fix */
.float_fix {
	position: fixed;
	right: 0;
	bottom: 22%;
	z-index: 7;
	width: 48px;
	box-shadow: 0 0 5px rgba(115, 115, 115, .2);
}

.float_fix .item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	width: 48px;
	height: 48px;
	font-size: 26px;
	position: relative;
	color: #fff;
	margin-bottom: 2px;
	border-radius: 5px;
}
.float_fix .item:nth-child(1) {
	background: #3f51b5;
}

.float_fix .item:nth-child(2) {
	background: #0dba2a;
}

.float_fix .item:nth-child(3) {
	background: #016ecb;
}

.float_fix .item:nth-child(4) {
	background: #00aff0;
}

.float_fix .item:nth-child(5) {
	background: #d82128;
}


.abo_coBoxThree1 .owl-controls {
    padding-top: 20px;
}
.paging { margin-top: 32px; font-size: 14px; text-align: center; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #8667F7; color: #8667F7; }
