#baguetteBox-overlay {
    display: none;
}

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

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

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

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

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

* {
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

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



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

.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}









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

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

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

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


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

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

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

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

}

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

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

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


.mobile_lag_icon {
    color: #333333;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    margin-right: 80px;
    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: #333;
}



.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 {
    font-family: "Raleway-Medium";
    float: left;
    width: 80%;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
}

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

.mobile_menu_down_clm {}


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


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

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












/* ~~~~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~~ */
.mobile_placeholder_box {
    display: none;
    width: 100%;
}
.Placeholder_box_all {
    display: none;
    height: 60px;
}

.public_top_navBox {
    background: #ffde00;
}
.public_top_nav_01 {
    height: 100px;
    display: -ms-flex;
    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_top_nav_01 .log_box {
    width: 335px;
}
.public_top_nav_01 .log_box a {
    display: block;
}
.public_top_nav_01 .log_box a img {
    width: 100%;
    max-width: 100%;
}


.top_nav_right_box {
    width: 60%;
    height: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.top_nav_right_box .icon_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-right: 28px;
}
.top_nav_right_box .icon_box .item {
    margin: 0 8px;
}
.top_nav_right_box .icon_box .item a {
    font-size: 16px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #333333;
    border-radius: 50%;
    background: rgba(51,51,51,0.15);
    text-align: center;
    -webit-transition: all 0.3s;
    transition: all 0.3s;
}
.top_nav_right_box .icon_box .item a:hover {
    margin-top: -4px;
}

.top_nav_right_box .email_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.top_nav_right_box .email_box .line {
    width: 1px;
    height: 14px;
    background: rgba(51,51,51,0.3);
}
.top_nav_right_box .email_box a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 36px 0 42px;
}
.top_nav_right_box .email_box a:hover .iconfont {
    transform: rotateZ(-22deg);
}
.top_nav_right_box .email_box a .iconfont {
    font-size: 20px;
    color: #333333;
    -webit-transition: all 0.2s;
    transition: all 0.2s;
}
.top_nav_right_box .email_box a span {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 16px;
    padding-bottom: 2px;
}
.public_language_box {
    height: 100%;
    position: relative;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.public_language_01 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 30px 0 38px;
}
.public_language_01:hover .iconfont  {
    transform: rotateY(180deg);
}
.public_language_01 .iconfont {
    font-size: 20px;
    color: #1f1a17;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.public_language_01 span {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #1f1a17;
    box-sizing: border-box;
    padding-left: 8px;
}
.public_language_02 {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100px;
    right: 15px;
    width: 80%;
    box-sizing: border-box;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
.public_language_02 .item a {
    font-family: "GOTHIC";
    font-size: 16px;
    color: #222;
    display: block;
    box-sizing: border-box;
    padding: 8px 0;
    text-align: center;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.public_language_02 .item a:hover {
    background: #ffde00;
}


.public_bottom_navBox {
    background: #fff;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.public_bottom_navBox.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.public_bottom_nav01 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 60px;
}
.public_nav_left {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 68%;
}
.public_nav_left .item {
    position: relative;
}
.public_nav_left .item a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.public_nav_left > .item:last-child a span {
    width: 86px;
}

.public_nav_left .item a span {
    font-family: "GOTHICB";
    font-size: 16px;
    line-height: 60px;
    color: #333333;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.public_nav_left .item a .iconfont {
    display: none;
    font-size: 12px;
    color: #9e9e9e;
    box-sizing: border-box;
    padding-left: 12px;
    padding-top: 2px;
}
.public_nav_left .item a .yellow_line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0%;
    height: 3px;
    background: #ffde00;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.public_nav_left .item.hover a span {
    color: #333333;
}
.public_nav_left .item.hover a .yellow_line {
    width: 100%;
}
.Two_stage_navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 330px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 30px 46px 50px 30px;
}
.Two_stage_navigation .Two_stage_item a {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #1f1a17;
    display: block;
    line-height: 19px;
    box-sizing: border-box;
    padding: 12px 0;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.Two_stage_navigation .Two_stage_item a:hover {
    color: #1f1a17;
    text-decoration: underline;
}

.public_nav_form_box {
    box-sizing: border-box;
    padding: 10px 0;
    width: 21%;
}
.public_nav_form {
    position: relative;
    width: 100%;
    height: 100%;
}
.public_nav_form input {
    box-sizing: border-box;
    outline: none;
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    box-sizing: border-box;
    padding-left: 50px;
}
.public_nav_form ::-webkit-input-placeholder {
    font-family: "GOTHIC";
    font-size: 12px;
    color: #999999;
}
.public_nav_form button {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(0, -50%);
    font-size: 20px;
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    -webit-transition: all 0.3s;
    transition: all 0.3s;
}
.public_nav_form button:hover {
    color: #ffde00;
}

.ind_banner_box .item a {
    display: block;
}
.ind_banner_box .item a img {
    width: 100%;
}
.ind_banner_box .owl-controls .owl-dots {
    position: absolute;
    bottom: 4px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.ind_banner_box .owl-controls .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border: 2px solid #fff;
    background: none;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.ind_banner_box .owl-controls .owl-dots .owl-dot.active span {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    border: 2px solid #ffde00;
    background: none;;
}

.indPageOne1 {
    box-sizing: border-box;
    padding: 70px 0 60px; 
}
.indPagePublic_tt {
    box-sizing: border-box;
    padding-bottom: 38px;
}
.indPagePublic_tt .tt {
    font-family: "GOTHICB";
    display: block;
    font-size: 32px;
    color: #333333;
    text-align: center;
    text-transform : uppercase; 
}
.indPageOne2 .item a {
    display: block;
}

.indPageOne2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.indPageOne2 .item a .img_box img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.indPageOne2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.indPageOne2 .item a .bottom_box .text {
    box-sizing: border-box;
    padding: 8px 20px 18px;
}
.indPageOne2 .item a .bottom_box .text div {
    width: 100%;
    margin: 0 auto;
    font-family: Arial;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indPageOne2 .item a .bottom_box .More_btn {
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    background: #f0f0f0;
    color: #333333;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.indPageOne2 .item a:hover .bottom_box .More_btn {
    background: #ffde00;
}
.indPageOne2 .owl-controls .owl-dots {
    box-sizing: border-box;
    padding-top: 40px;
}
.indPageOne2 .owl-controls .owl-dots .owl-dot span {
    background: #e5e5e5;
}
.indPageOne2 .owl-controls .owl-dots .owl-dot.active span {
    background: #ffde00;
}

.indPageBoxTwo {
    background: #f8f8f8;
}
.indPageTwo1 {
    box-sizing: border-box;
    padding: 46px 0 68px;
}

.indPageTwo2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid #d9d9d9;
}
.indPageTwo2 .item {
    width: calc(100% / 6);
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
}
.indPageTwo2 .item:hover .text div {
    color: #333333;
}
.indPageTwo2 .item:hover .line {
    width: 100%;
}
.indPageTwo2 .item .tt_img {
    height: 59px;
    text-align: center;
}
.indPageTwo2 .item .tt_img img {
    max-width: 100%;
}
.indPageTwo2 .item .text {
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 20px;
}
.indPageTwo2 .item .text div {
    height: 32px;
    font-family: Arial;
    font-size: 14px;
    color: #888888;
    text-align: center;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indPageTwo2 .item .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0%;
    height: 3px;
    background: #ffde00;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.indPageTwo2 .item.hover .text div {
    color: #333333;
}
.indPageTwo2 .item.hover .line {
    width: 100%;
}

.indPageTwo3 {
    box-sizing: border-box;
    padding-top: 36px;
}
.indPageTwo3 .item {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.indPageTwo3_left {
    position: relative;
    width: 50%;
    display: block;
    box-sizing: border-box;
    padding-right: 42px;
}
.indPageTwo3_left:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.indPageTwo3_left .img_box {
    width: 100%;
    perspective: 900px;
    overflow: hidden;
}
.indPageTwo3_left .img_box img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.indPageTwo3_left .right_yellow_img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.indPageTwo3_left .right_yellow_img img {
    height: 100%;
}
.indPageTwo3_right {
    width: 50%;
    display: block;
    background: #333333;
    box-sizing: border-box;
    padding: 50px 40px 0 80px;
}
.indPageTwo3_right .tt {
    font-family: "GOTHIC";
    font-size: 30px;
    color: #ffffff;
    line-height: 32px;
}
.indPageTwo3_right .text {
    box-sizing: border-box;
    padding: 25px 0 50px;
}
.indPageTwo3_right .text div {
    font-family: Arial;
    font-size: 14px;
    color: #b7b7b7;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indPageTwo3_right .More_btn_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.indPageTwo3_right .More_btn_box .yellow_btn {
    font-weight: 700;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffde00;
    color: #333333;
    text-align: center;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.indPageTwo3_right .More_btn_box .More_text {
    font-family: "GOTHICB";
    font-size: 15px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 20px;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.indPageTwo3_right:hover .More_btn_box .yellow_btn {
    transform: rotateZ(90deg);
    border-radius: 50%;
}
.indPageTwo3_right:hover .More_btn_box .More_text {
    padding-left: 30px;
    color: #ffde00;
}

.indPageThree1 {
    box-sizing: border-box;
    padding: 60px 56px 90px 62px;
}
.indPageThree2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.indPageThree2 .item {
    width: calc(100% / 3);
}
.indPageThree2 .item a {
    position: relative;
    display: block;
}
.indPageThree2 .item a:hover .text_box {
    background: #ffde00;
}
.indPageThree2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.indPageThree2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.indPageThree2 .item a .img_box img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.indPageThree2 .item a .text_box {
    width: 70%;
    height: 44%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    box-sizing: border-box;
    padding: 22px 50px 0 36px;
    -webit-transition: all 0.8s;
    transition: all 0.8s;
}
.indPageThree2 .item a .text_box .date {
    font-family: "GOTHIC";
    font-size: 13px;
    color: #333333;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.indPageThree2 .item a .text_box .date::after {
    display: block;
    content: "";
    width: 18px;
    height: 2px;
    background: #666666;
    margin-top: 5px;
    margin-left: 10px;
}
.indPageThree2 .item a .text_box .text {
    font-family: "GOTHIC";
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    box-sizing: border-box;
    padding-top: 32px;
}


.indPageBoxFour {
    background: #f8f8f8;
}
.indPageFour1 {
    box-sizing: border-box;
    padding: 70px 0 72px;
}

.indPageFour2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.indPageFour2 .item {
    width: calc(100% / 4);
}
.indPageFour2 .item:hover .tt_box .icon {
    transform: rotateY(180deg);
}
.indPageFour2 .item .tt_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 28px;
}
.indPageFour2 .item .tt_box .icon {
    font-size: 44px;
    color: #333333;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}
.indPageFour2 .item .tt_box .tt {
    font-family: "GOTHIC";
    font-size: 18px;
    color: #555555;
    line-height: 21px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding:0 14px 0 22px;
}
.indPageFour2 .item .bottom_text {
    font-family: Arial;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    box-sizing: border-box;
    padding-right: 40px;
}

/* ~~~~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~~结束 */



/* ~~~~~~~~~~~~~~底部公用css~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~底部公用css~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~底部公用css~~~~~~~~~~~~~~~~ */
.public_foot_box {
    background: #333333;
}
.public_foot_top02 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 75px 0 80px;
}
.foot_top_tt {
    font-family: "GOTHIC";
    font-size: 24px;
    color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.foot_top03_list .item a {
    font-family: Arial;
    display: block;
    font-size: 14px;
    color: #dcdbdb;
    box-sizing: border-box;
    padding: 8px 0;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.foot_top03_list .item a:hover {
    color: #fff;
    text-decoration: underline;
}
.public_foot_top03 {
    box-sizing: border-box;
    padding-right: 15px;
}
.public_foot_top03.list1 {
    width: 24%;
}
.public_foot_top03.list2 {
    width: 28%;
}
.public_foot_top03.list3 {
    width: 17%;
}
.foot_Follow_us {
    width: 16%;
    box-sizing: border-box;
    padding: 30px 30px 0;
}
.foot_Follow_us .tt {
    font-family: "GOTHIC";
    font-size: 16px;
    color: #ffffff;
}
.foot_Follow_us .icon_list_box {
    box-sizing: border-box;
    padding-top: 10px;
}
.foot_Follow_us .icon_list_box dd {
    font-family: Arial;
    font-size: 14px;
    color: #dcdbdb;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}
.foot_Follow_us .icon_list_box .item a {
    font-size: 18px;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    text-align: center;
    color: #ffffff;
    margin-right: 14px;
    -webit-transition: all 0.3s;
    transition: all 0.3s;
}
.foot_Follow_us .icon_list_box .item a:hover {
    margin-top: -4px;
}
.foot_Follow_us .icon_list_box > .item:last-child a {
    margin-right: 0;
}

.public_foot_bot01 {
    box-sizing: border-box;
    border-top: 1px solid #4e4e4e;
}

.public_foot_bot02 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 28px 0px 26px 0px;
}
.public_foot_bot02 .left_text {
    font-family: Arial;
    font-size: 12px;
    color: #aaaaaa;
}
.public_foot_bot02 .right_a a {
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #aaaaaa;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.public_foot_bot02 .right_a a:hover {
    color: #fff;
    text-decoration: underline;
}

/* ~~~~~~~~~~~~~~底部公用css~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~底部公用css~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~底部公用css~~~~~~~~~~~~~~~~结束 */











/* ~~~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~~~~~~ */
.second_banner_01 {
    position: relative;
}
.second_banner_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32,32,32,0.6);
}
.second_banner_02 {
    height: 300px;
}
.second_banner_02 .banner_tt {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "GOTHIC";
    height: 100%;
    width: 100%;
    font-size: 48px;
    color: #ffffff;
    display: -ms-flex;
    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;
}
.second_banner_04 {
    height: 66px;
}
.Crumbs_left_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    float: left;
}
.Crumbs_left_box .item {
    margin-right: 50px;
}
.Crumbs_left_box > .item:last-child {
    margin-right: 0;
}
.Crumbs_left_box .item a {
    position: relative;
    height: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 8px;
}
.Crumbs_left_box .item .text {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 6px;
}
.Crumbs_left_box .item .iconfont {
    font-size: 12px;
    color: #9a9a9a;
    box-sizing: border-box;
    padding-top: 2px;
}
.Crumbs_left_box .item a .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 0%;
    height: 4px;
    background: #ffde00;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.Crumbs_left_box .item a:hover .line {
    width: 100%;
}
.Crumbs_left_box .item.hover a .line {
    width: 100%;
}
.Crumbs_left_box .item.hover a .text {
    font-family: "GOTHICB";
    color: #333333;
}
.Crumbs_right_box {
    height: 100%;
    float: right;
    font-family: "GOTHIC";
    font-size: 14px;
    color: #888888;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.Crumbs_right_box a {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding: 0 3px;
    -webit-transition: all 0.2s;
    transition: all 0.2s;
}
.Crumbs_right_box a:hover {
    color: #000;
}

.second_banner_line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.aboPageBoxOne {
    background: url("../images/about_01.jpg") no-repeat center center / cover;
}
.aboPageOne1 {
    box-sizing: border-box;
    padding: 70px 8% 22px;;
}
.aboPageOne1 .tt_box .tt_01 {
    font-family: "GOTHICB";
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.aboPageOne1 .tt_box .tt_02 {
    font-family: "GOTHIC";
    font-size: 18px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 42px;
}
.aboPageOne2 {
    display: -ms-flex;
    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;
}
.aboPageOne2 .item {
    width: calc((100% - 80px) / 2);
    margin-bottom: 30px;
}
.aboPageOne2 .item:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.aboPageOne2 .item .img_box {
    perspective: 900px;
    overflow: hidden;
}
.aboPageOne2 .item .img_box img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.aboPageOne2 .item .bottom_box {
    box-sizing: border-box;
    border-top: 3px solid #ffde00;
    padding: 40px 10px 20px;
}
.aboPageOne2 .item .bottom_box .item_tt {
    font-family: "GOTHICB";
    font-size: 22px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 22px;
}
.aboPageOne2 .item .bottom_box .text {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.aboPageBoxTwo {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 602px;
    background: url("../images/about_06.jpg") no-repeat center center / cover;
}
.aboPage_video {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aboPageTwo1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: -ms-flex;
    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;
}
.aboPageTwo1 .tt {
    width: 60%;
    font-family: "GOTHIC";
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 85px;
}
.aboPageTwo2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.aboPageTwo2_left.left {
    box-sizing: border-box;
    padding-left: 12%;
}
.aboPageTwo2_left.right {
    box-sizing: border-box;
    padding-left: 2%;
}
.aboPageTwo2_left {
    width: 36%;
}
.aboPageTwo2_left .number_tt {
    font-family: "GOTHIC";
    font-size: 20px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 10px;
    text-transform: uppercase;
}
.aboPageTwo2_left .number {
    font-family: "GOTHIC";
    font-size: 80px;
    color: #ffffff;
    line-height: 76px;
}
.aboPageTwo2_left .number span {
    font-family: "GOTHIC";
    font-size: 24px;
    color: #ffffff;
}

.aboPageBoxThree {
    box-sizing: border-box;
    border-top: 15px solid #ffde00;
    background: #333333;
}

.aboPageThree1 {
    box-sizing: border-box;
    padding: 58px 0 40px;
}
.aboPageThree1 .tt_box .tt_01 {
    font-family: "GOTHIC";
    font-size: 36px;
    color: #fefefe;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 12px;
}
.aboPageThree1 .tt_box .tt_02 {
    width: 80%;
    margin: 0 auto;
    font-family: "GOTHIC";
    font-size: 16px;
    color: #dddddd;
    line-height: 20px;
    text-align: center;
}
.aboPageThree2 {
    box-sizing: border-box;
    padding-top: 42px;
    text-align: center;
}
.aboPageThree2 img {
    max-width: 100%;
}

.aboPageBoxFour {
    background: url("../images/about_08.jpg") no-repeat center center / cover;
}
.aboPageFour1 {
    box-sizing: border-box;
    padding: 50px 0 102px;
}
.aboPageFour1 .title {
    font-family: "GOTHICB";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 45px;
}
.aboPageFour2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.aboPageFour2 .item {
    position: relative;
    width: calc((100% - 42px) / 4);
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-bottom: 4px solid #9c9c9c;
    box-sizing: border-box;
    padding: 48px  20px 55px;
}
.aboPageFour2 .item:hover .black_line {
    width: 100%;
}
.aboPageFour2 .item .icon {
    font-size: 50px;
    color: #333333;
    text-align: center;
}
.aboPageFour2 .item .tt {
    font-family: "GOTHIC";
    font-size: 18px;
    color: #555555;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 25px 0 20px;
}
.aboPageFour2 .item .text {
    font-family: Arial;
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: center;
}
.aboPageFour2 .item .black_line {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0%;
    height: 4px;
    background: #333333;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}


/* ~~~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~about.css~~~~~~~~~~~~~~~~~结束 */















/* ~~~~~~~~~~~application.css~~~~~~~~~~~ */
/* ~~~~~~~~~~~application.css~~~~~~~~~~~ */
/* ~~~~~~~~~~~application.css~~~~~~~~~~~ */
.appPageOne1 {
    box-sizing: border-box;
    padding: 72px 0 48px;
}
.appPageOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.appPageOne2 .item {
    width: calc((100% - 108px) / 3);
    margin-right: 54px;
    margin-bottom: 52px;
}
.appPageOne2 > .item:nth-child(3n) {
    margin-right: 0;
}
.appPageOne2 .item a {
    display: block;
}

.appPageOne2 .item a:hover .img_box img {
    transform: translateZ(30px);
}
.appPageOne2 .item a:hover .bottom_box .More_btn {
    border: 1px solid #ffde00;
    color: #ffde00;
}
.appPageOne2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.appPageOne2 .item a .img_box img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.appPageOne2 .item a .bottom_box .tt {
    font-family: "GOTHIC";
    font-size: 26px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 28px 0 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.appPageOne2 .item a .bottom_box .text {
    box-sizing: border-box;
    padding: 0 10px 24px;
}
.appPageOne2 .item a .bottom_box .text div {
    font-family: Arial;
    font-size: 14px;
    color: #888888;
    line-height: 19px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.appPageOne2 .item a .bottom_box .More_btn {
    font-weight: 900;
    font-size: 42px;
    width: 56px;
    height: 56px;
    line-height: 52px;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    color: #cfcfcf;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* ~~~~~~~~~~~application.css~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~application.css~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~application.css~~~~~~~~~~~结束 */


















/* ~~~~~~~~~application-detailed.css~~~~~~~~~ */
/* ~~~~~~~~~application-detailed.css~~~~~~~~~ */
/* ~~~~~~~~~application-detailed.css~~~~~~~~~ */
.ap_dePageOne1 {
    position: relative;
    height: 600px;
}
.ap_dePageOne2 {
    position: absolute;
    right: 0;
    top: 32%;
    width: 56%;
    background: rgba(32,32,32,0.8);
    box-sizing: border-box;
    padding: 46px 40px 50px 56px;
}
.ap_dePageOne2 .tt {
    font-family: "GOTHIC";
    font-size: 48px;
    color: #ffde00;
    box-sizing: border-box;
    padding-bottom: 22px;
}
.ap_dePageOne2 .text {
    font-family: "GOTHIC";
    font-size: 16px;
    color: #ffffff;
    line-height: 23px;
}
.ap_dePageBoxTwo {
    background: #f6f6f6;
}
.ap_dePageTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 86px 0 110px;
}
.ap_dePageTwo1 .left_imgBox {
    width: 37%;
}
.ap_dePageTwo1 .left_imgBox .owl-controls {
    box-sizing: border-box;
    padding-top: 20px;
}
.ap_dePageTwo1 .left_imgBox .owl-controls .owl-dots .owl-dot.active span {
    background: #ffde00;
}

.ap_dePageTwo1 .left_imgBox .item img {
    width: 100%;
}
.ap_dePageTwo1 .right_textBox {
    width: 63%;
    font-family: Arial;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 60px 0 80px;
}

.ap_dePageBoxThree {
    background: #fff;
}
.ap_dePageThree1 {
    box-sizing: border-box;
    padding: 66px 0 72px;
}
.ap_dePageThree2 .tt {
    font-family: "GOTHIC";
    font-size: 32px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 42px;
}
.ap_dePageThree3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ap_dePageThree3 .item {
    width: calc((100% - 40px) / 2);
    margin-right: 0;
}
.ap_dePageThree3 > .item:nth-child(4n) {
    margin-right: 0;
}
.ap_dePageThree3 .item a {
    display: block;
}
.ap_dePageThree3 .item a:hover .bottom_box .More_btn {
    background: #ffde00;
}
.ap_dePageThree3 .item a:hover .img_box .hover_show {
    width: 100%;
}
.ap_dePageThree3 .item a .img_box {
    position: relative;
}
.ap_dePageThree3 .item a .img_box > img {
    width: 100%;
}
.ap_dePageThree3 .item a .img_box .hover_show {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0%;
    height: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.ap_dePageThree3 .item a .img_box .hover_show img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ap_dePageThree3 .item a .bottom_box .text {
    box-sizing: border-box;
    padding: 32px 10px 18px;
}
.ap_dePageThree3 .item a .bottom_box .text div {
    font-family: Arial;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ap_dePageThree3 .item a .bottom_box .More_btn {
    font-size: 20px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 auto;
    color: #333333;
    background: #f0f0f0;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ap_dePageBoxFour {
    background: #f6f6f6;
}
.ap_dePageFour1 {
    box-sizing: border-box;
    padding: 62px 0 60px;
}


.public_Chat_now_form {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.left_Chat_now_box {
    
    width: 22%; 
}

.left_Chat_now_box a {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 6px;
    background: #fff;
}
.left_Chat_now_box a:hover .Chat_now_text_box .iconfont {
    margin-right: -8px;
}
.left_Chat_now_box a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.left_Chat_now_box a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.left_Chat_now_box a .img_box img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}

.left_Chat_now_box a .Chat_now_text_box {
    width: calc(100% - 12px);
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(99,99,99,0.6);
}
.Chat_now_text_box {
    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;
    box-sizing: border-box;
    padding: 36px 38px 36px;
}
.Chat_now_text_box .text {
    font-family: "GOTHICB";
    font-size: 20px;
    color: #ffffff;
}
.Chat_now_text_box .iconfont {
    font-size: 18px;
    color: #ffffff;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}

.right_Chat_now_box {
    width: 78%;
    box-sizing: border-box;
    padding: 12px 40px 0 60px;
}
.right_Chat_now_box .tt_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 28px;
}
.right_Chat_now_box .tt_box .tt {
    font-family: "GOTHICB";
    font-size: 36px;
    color: #333333;
}
.right_Chat_now_box .tt_box .line {
    width: 1px;
    height: 20px;
    background: #c8c8c8;
    margin: 0 24px 0 22px;
}
.right_Chat_now_box .tt_box .tt_02 {
    width: calc(100% - 168px);
    font-family: "GOTHIC";
    font-size: 12px;
    color: #888888;
}
.Chat_now_form02 {
    display: -ms-flex;
    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;
}
.Chat_now_form02 .item {
    width: 48%;
    margin-bottom: 20px;
}
.Chat_now_form02 .item .input_tt {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 6px;
}
.Chat_now_form02 .item .input_tt span {
    color: #fd5454;
    font-size: 16px;
}
.Chat_now_form02 .item .input_tt div {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #313131;
    box-sizing: border-box;
    padding-left: 6px;
}
.Chat_now_form02 .item input {
    width: 100%;
    outline: none;
    border: 1px solid #dcdcdc;
    background: #fcfcfc;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 4px;
}
.Chat_now_form02 > .item:nth-child(5) {
    width: 100%;
}
.Chat_now_form02 .item textarea {
    width: 100%;
    height: 140px;
    resize: none;
    outline: none;
    border: 1px solid #dcdcdc;
    background: #fcfcfc;
    box-sizing: border-box;
    padding: 10px 10px 10px 20px;
    border-radius: 4px;
}
.Chat_now_form02 .item ::-webkit-input-placeholder {
    font-family: "GOTHIC";
    font-size: 12px;
    color: #a0a0a0;
}
.Chat_now_form02 .btn_box {
    width: 16%;
}
.Chat_now_form02 .btn_box button {
    width: 100%;
    font-family: "GOTHICB";
    outline: none;
    border: none;
    background: #ffde00;
    font-size: 16px;
    color: #202020;
    box-sizing: border-box;
    padding: 12px 0;
    cursor: pointer;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.Chat_now_form02 .btn_box button:hover {
    background: rgba(255,222,0,0.6);
}

/* ~~~~~~~~~application-detailed.css~~~~~~~结束 */
/* ~~~~~~~~~application-detailed.css~~~~~~~结束 */
/* ~~~~~~~~~application-detailed.css~~~~~~~结束 */















/* ~~~~~~~~~~~~certificate.css~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~certificate.css~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~certificate.css~~~~~~~~~~~~~ */
.cerPageOne1 {
    box-sizing: border-box;
    padding: 58px 0 88px;
}
.cerPageOne1 .tt_box .tt_01 {
    font-family: "GOTHIC";
    font-size: 32px;
    color: #333333;
    text-align: center;
}
.cerPageOne1 .tt_box .tt_02 {
    width: 80%;
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 24px 0 56px;
}

.cerPageOne2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cerPageOne2 .item {
    width: calc((100% - 245px) / 5);
    margin-right: 61px;
    margin-bottom: 50px;
}
.cerPageOne2 .item:hover .img_box img {
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.cerPageOne2 > .item:nth-child(5n) {
    margin-right: 0;
}
.cerPageOne2 .item .img_box {
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 3px solid #d7d7d7;
    border-right: none;
}
.cerPageOne2 .item .img_box img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.cerPageOne2 .item .img_box .gray_bg {
    position: absolute;
    top: 3%;
    left: 3%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
}
.cerPageOne2 .item .bottom_text {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 24px 0 10px;
}


/* ~~~~~~~~~~~~certificate.css~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~certificate.css~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~certificate.css~~~~~~~~~~~~结束 */
















/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~ */
.conPageOne1 {
    box-sizing: border-box;
    padding: 42px 0 75px;
}
.conPageOne1 .tt {
    font-family: "GOTHIC";
    font-size: 36px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 58px;
}
.conPageOne2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.conPageOne2 .item {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.conPageOne2 .item .icon {
    font-size: 28px;
    color: #333333;
}
.conPageOne2 .item .right_box {
    box-sizing: border-box;
    padding-left: 12px;
}
.conPageOne2 .item .right_box .text_01 {
    font-family: "GOTHICB";
    font-size: 24px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 12px;
}
.conPageOne2 .item .right_box .text_02 {
    font-family: "GOTHIC";
    display: block;
    font-size: 18px;
    color: #666666;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.conPageOne2 .item .right_box .text_02:hover {
    margin-left: 8px;
}
.conPageOne2 .item.one {
    width: 20%;
}
.conPageOne2 .item.two {
    width: 20%;
}
.conPageOne2 .item.three {
    width: 20%;
}
.conPageOne2 .item.four {
    width: 12%;
}
.conPageOne2 .item.five {
    width: 28%;
}
.conPageOne3 .icon_tt {
    font-family: "GOTHICB";
    font-size: 16px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 24px 0 14px;
}

.conPageOne3_icon {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.conPageOne3_icon .item {
	margin: 0 13px;
}
.conPageOne3_icon .item a {
	font-size: 28px;
	display: block;
	width: 62px;
	height: 62px;
	line-height: 62px;
	border-radius: 50%;
	color: #fff;
    text-align: center;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.conPageOne3_icon .item a:hover {
    margin-top: -5px;
}
.conPageOne3_icon .item.icon_01 a {
	background: #3298f0;
}
.conPageOne3_icon .item.icon_02 a {
	background: #dc472e;
}
.conPageOne3_icon .item.icon_03 a {
	background: #007ebb;
}
.conPageOne3_icon .item.icon_04 a {
	background: #38569a;
}

/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~contact.css~~~~~~~~~~~~~~结束 */
















/* ~~~~~~~~~~~~~factory.css~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~factory.css~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~factory.css~~~~~~~~~~~~~~ */
.facPageOne1 {
    box-sizing: border-box;
    padding: 48px 49px 94px;
}
.facPageOne1 .tt_box .tt_01 {
    font-family: "GOTHIC";
    font-size: 32px;
    color: #333333;
    text-align: center;
}
.facPageOne1 .tt_box .tt_02 {
    width: 80%;
    font-family: Arial;
    font-size: 14px;
    color: #888888;
    line-height: 19px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 14px 0 46px;
}
.facPageOne2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.facPageOne2 .item {
    width: calc((100% - 90px) / 3);
    margin-right: 45px;
    margin-bottom: 50px;
}
.facPageOne2 .item:hover a .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.facPageOne2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.facPageOne2 .item a .img_box img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.facPageOne2 > .item:nth-child(3n) {
    margin-right: 0;
}
.facPageOne2 .item a .text_box {
    font-family: "GOTHIC";
    font-size: 16px;
    color: #777777;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 15px 0 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* 公用分页 */
.public_paging {
    display: -ms-flex;
    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;
}
.public_paging a.prev,
.public_paging a.next {
    width: 130px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.public_paging a.prev .iconfont,
.public_paging a.next .iconfont {
    font-size: 12px;
    margin: 0 4px;
}
.public_paging a {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #666666;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f6f6f6;
    margin: 0 6px;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.public_paging a.hover {
    background: #ffde00;
    color: #202020;
}
.public_paging a:hover {
    background: #ffde00;
    color: #202020;
}
/* 公用分页~~~~~~~~~~结束 */

.facPageOne3 {
    box-sizing: border-box;
    padding-top: 16px;
}

/* ~~~~~~~~~~~~~factory.css~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~factory.css~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~factory.css~~~~~~~~~~~~~~结束 */















/* ~~~~~~~~~~~~~news-detailed.css~~~~~~~~~~ */
/* ~~~~~~~~~~~~~news-detailed.css~~~~~~~~~~ */
/* ~~~~~~~~~~~~~news-detailed.css~~~~~~~~~~ */
.new_detBoxOne {
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
}

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

.news_det_date {
    width: 99px;
    height: 110px;
    text-align: center;
    color: #333333;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    border: 2px solid #333333;
}

.news_det_date .days {
    font-family: "GOTHICB";
    font-size: 48px;
    color: #333333;
}

.news_det_date .month {
    font-family: "GOTHIC";
    font-size: 18px;
    color: #333333;
}

.new_detOne1 .new_detOne2 {
    width: calc((100% - 140px));
}

.new_detOne2 .tt_box .tt {
    font-family: "GOTHICB";
    font-size: 32px;
    color: #202020;
}

.new_detOne2 .tt_box .share_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0 42px;
}

.new_detOne2 .tt_box .share_box .little_eye {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.new_detOne2 .tt_box .share_box .little_eye .iconfont {
    font-size: 16px;
    color: #666666;
    margin-top: 4px;
}
.new_detOne2 .tt_box .share_box .little_eye span {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
}
.new_detOne2 .tt_box .share_box .icon {
    font-size: 14px;
    color: #666666;
}

.new_detOne2 .tt_box .share_box .share_box1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
}

.new_detOne2 .tt_box .share_box .share_box1>div:nth-child(1) {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-right: 4px;
    margin-top: -2px;
}

.new_detOne2 .content_box {
    font-family: Arial;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}
.new_detOne2 .content_box img {
    max-width: 100%;
}

.new_detOne2 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 50px;
}

.new_detOne2 .btn_box a {
    font-family: "GOTHICB";
    display: block;
    width: 12%;
    font-size: 14px;
    color: #202020;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    padding: 16px 0 12px;
    text-align: center;
    transition: all 0.4s;
}

.new_detOne2 .btn_box a.hover {
    background: #ffde00;
    color: #333333;
    border: none;
}

.new_detOne2 .btn_box a:hover {
    background: #ffde00;
    color: #333333;
}
.new_detTwo1 {
    box-sizing: border-box;
    padding: 54px 0 72px;
}

/* ~~~~~~~~~~~~~news-detailed.css~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~news-detailed.css~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~news-detailed.css~~~~~~~~~~结束 */













/* ~~~~~~~~~~~~news-list.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~news-list.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~news-list.css~~~~~~~~~~~~~~~ */
.new_liOne1 {
    box-sizing: border-box;
    padding: 60px 10px 86px;
}
.new_liOne2 {
    display: -ms-flex;
    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;
}
.new_liOne2 .item {
    width: calc((100% - 58px) / 2);
    margin-bottom: 42px;
}
.new_liOne2 .item a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.new_liOne2 .item a:hover .left_imgBox img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.new_liOne2 .item a:hover .new_liOne2_right .date {
    box-sizing: border-box;
    padding-left: 10px;
}
.new_liOne2 .item a:hover .new_liOne2_right .More_btn {
    background: #ffde00;
}
.new_liOne2 .item a .left_imgBox {
    width: 50%;
    perspective: 900px;
    overflow: hidden;
}
.new_liOne2 .item a .left_imgBox img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.new_liOne2_right {
    width: 50%;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 70px 30px 0 48px;
}
.new_liOne2_right .tt {
    font-family: "GOTHICB";
    font-size: 20px;
    color: #333333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new_liOne2_right .date {
    font-family: "GOTHIC";
    font-size: 13px;
    color: #333333;
    box-sizing: border-box;
    padding: 10px 0 12px;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.new_liOne2_right .text {
    box-sizing: border-box;
    padding-bottom: 18px;
}
.new_liOne2_right .text div {
    font-family: Arial;
    font-size: 14px;
    color: #888888;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new_liOne2_right .More_btn {
    font-weight: 700;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    color: #333333;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.new_liOne3 {
    box-sizing: border-box;
    padding-top: 30px;
}

/* ~~~~~~~~~~~~news-list.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~news-list.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~news-list.css~~~~~~~~~~~~~~~结束 */


















/* ~~~~~~~~~~~~~pro-list.css~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~pro-list.css~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~pro-list.css~~~~~~~~~~~~~ */
.pr_liPageOne1 {
    box-sizing: border-box;
    padding: 45px 50px 65px 55px;
}
.pr_liPageOne1 .big_tt {
    font-family: "GOTHICB";
    font-size: 32px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 45px;
}
.pr_liPageOne2 .item {
    width: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}
.pr_liPageOne2 .item .left_img_box {
        width: 30.9%;
}
.pr_liPageOne2 .item .left_img_box a {
    display: block;
    perspective: 900px;
    overflow: hidden;
}
.pr_liPageOne2 .item .left_img_box a:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pr_liPageOne2 .item .left_img_box a img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_li_item_rightBox {
    width: 69%;
    box-sizing: border-box;
    padding-left: 56px;
}
.pr_li_item_rightBox .tt a {
    display: block;
    font-family: "GOTHIC";
    font-size: 24px;
    color: #333333;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_li_item_rightBox .tt a:hover {
    color: #000;
    text-decoration: underline;
}
.pr_li_item_rightBox .text {
    box-sizing: border-box;
    padding: 22px 0 40px;
}
.pr_li_item_rightBox .text div {
    font-family: Arial;
    font-size: 14px;
    color: #888888;
    line-height: 19px;
}
.pr_li_item_right_list a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.pr_li_item_right_list a:hover span {
    padding-left: 16px;
}
.pr_li_item_right_list a div {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffde00;
    margin-top: 6px;
}
.pr_li_item_right_list a span {
    width: calc(100% - 10px);
    font-family: "GOTHIC";
    font-size: 14px;
    color: #1f1a17;
    box-sizing: border-box;
    padding-left: 10px;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_li_item_rightBox .More_btn {
    box-sizing: border-box;
    padding-top: 35px;
}
.pr_li_item_rightBox .More_btn a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #ffde00;
    text-align: center;
    color: #333333;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_li_item_rightBox .More_btn a:hover {
    border-radius: 50%;
    transform: rotateZ(90deg);
}

/* ~~~~~~~~~~~~~pro-list.css~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~pro-list.css~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~pro-list.css~~~~~~~~~~~~~结束 */
















/* ~~~~~~~~~~~~~~~pro-list1.css~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~pro-list1.css~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~pro-list1.css~~~~~~~~~~~~~~~~~ */
.pr_li1One1 {
    box-sizing: border-box;
    padding: 38px 0 80px;
}
.pr_li1One1 .big_tt {
    font-family: "GOTHICB";
    width: 50%;
    margin: 0 auto;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 55px;
}
.pr_li1One2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    box-sizing: border-box;
    padding-bottom: 64px;
}
.pr_li1One2 .item {
    position: relative;
    width: calc((100% - 210px) / 5);
}
.pr_li1One2 .item a {
    height: 60px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.pr_li1One2 .item a:hover .text {
    color: #333333;
}
.pr_li1One2 .item a:hover .line {
    width: 100%;
}
.pr_li1One2 .item a .text {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    text-align: center;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_li1One2 .item a .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 0%;
    height: 2px;
    background: #ffde00;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_li1One2 .item.hover a span {
    color: #333333;
    font-family: "GOTHICB";
}
.pr_li1One2 .item.hover a .line {
    width: 100%;
}
.pr_li1One3 .ap_dePageThree2 .ap_dePageThree3 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pr_li1One3 .ap_dePageThree2 .ap_dePageThree3 .item {
    margin-bottom: 60px;
}
/* ~~~~~~~~~~~~~~~pro-list1.css~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~pro-list1.css~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~pro-list1.css~~~~~~~~~~~~~~~~结束 */
















/* ~~~~~~~~~~~~~~~qc.css~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~qc.css~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~qc.css~~~~~~~~~~~~~~~~~~~ */
.qcPageBoxOne {
    background: url("../images/qc_01.jpg") no-repeat center center / cover;
}
.qcPageOne1 {
    height: 705px;
    position: relative;
}
.qcPageOne2 {
    position: absolute;
    bottom: -17%;
    left: 24%;
    width: 28%;
    background: rgba(255,222,0,0.9);
    box-sizing: border-box;
    padding: 60px 40px 50px 50px;
}
.qcPageOne2 .line {
    width: 35px;
    height: 4px;
    background: #333333;
}
.qcPageOne2 .text {
    font-family: "GOTHIC";
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    box-sizing: border-box;
    padding-top: 24px;
}
.qcPageOne3 {
    position: absolute;
    right: 0;
    bottom: -17%;
    width: 48%;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 62px 70px 85px 62px;
}
.qcPageOne3 .tt {
    font-family: "GOTHICB";
    font-size: 36px;
    color: #333333;
    box-sizing: border-box;
    padding-bottom: 32px;
}
.qcPageOne3 .text {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #666666;
    line-height: 21px;
}


.qcPageTwo1 {
    box-sizing: border-box;
    padding: 190px 0 64px;
}
.qcPageTwo2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.qcPageTwo2 .item {
    width: calc((100% - 54px) / 3);
    margin-right: 27px;
    margin-bottom: 32px;
}
.qcPageTwo2 > .item:nth-child(3n) {
    margin-right: 0;
}
.qcPageTwo2 .item a {
    display: block;
}
.qcPageTwo2 .item a:hover .img_box img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.qcPageTwo2 .item a .img_box {
    perspective: 900px;
    overflow: hidden;
}
.qcPageTwo2 .item a .img_box img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.qcPageTwo2 .item a .bottom_text {
    height: 45px;
    line-height: 45px;
    font-family: "GOTHIC";
    font-size: 16px;
    color: #ffffff;
    background: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/* ~~~~~~~~~~~~~~~qc.css~~~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~qc.css~~~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~qc.css~~~~~~~~~~~~~~~~~~~结束 */

















/* ~~~~~~~~~~~~~pro-detailed.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~pro-detailed.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~pro-detailed.css~~~~~~~~~~~~~~~ */
.pr_dePageBox_Crumbs {
    background: #f8f8f8;
}

.pr_dePageBoxOne {
    background: #f8f8f8;
}
.pr_dePageOne1 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 0 80px;
}

.pr_de_lunbo_switch_box {
    display: none;
    width: 100%;
}
.pr_de_lunbo_switch {
    width: 80%;
    margin: 0 auto;
}
.pr_deOne1_left {
    width: 43%;
}
.pr_deOne1_left01 .item img {
    width: 100%;
}
.pr_deOne1_left02 {
    width: 68%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 10px;
}
.pr_deOne1_left02 .item {
    position: relative;
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    box-sizing: border-box;
    border: 2px solid #e7e7e7;
    cursor: pointer;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_deOne1_left02 .item img {
    width: 100%;
    height: 100%;
}
.pr_deOne1_left02 > .item:last-child {
    margin-right: 0;
}

.pr_deOne1_left02 .item .arrow {
    display: none;
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 50%;
    -ms-transform: translate(-50%, -102%);
    -webkit-transform: translate(-50%, -102%);
    transform: translate(-50%, -102%);
    color: #ffde00;
}

.pr_deOne1_left02 .item.active {
    border: 2px solid #ffde00;
}
.pr_deOne1_left02 .item.active .arrow {
    display: block;
}

.pr_deOne1_right {
    width: 57%;
    box-sizing: border-box;
    padding: 0 60px 0 70px;
}
.pr_deOne1_right .tt {
    font-family: "GOTHICB";
    font-size: 34px;
    color: #333333;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 60px 24px 0;
    border-bottom: 1px solid #e9e9e9;
}
.pr_deOne1_right .text {
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    box-sizing: border-box;
    padding: 42px 100px 16px 0;
}
.pr_de_parameter {
    box-sizing: border-box;
    padding-bottom: 30px;
}
.pr_de_parameter dl dd {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.pr_de_parameter dl dd span {
    box-sizing: border-box;
    padding-left: 6px;
}

.pr_deOne1_right .btn_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.pr_deOne1_right .btn_box .btn_one {
    margin-right: 19px;
}

.pr_deOne1_right .btn_box .btn_one,
.pr_deOne1_right .btn_box .btn_two {
    width: 32%;
    background: #f5f5f5;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 13px 0;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_deOne1_right .btn_box a:hover {
    background: #ffde00;
}

.pr_deOne1_right .btn_box a .icon {
    width: 26px;
}



.pr_deOne1_right .btn_box .btn_one .iconfont,
.pr_deOne1_right .btn_box .btn_two .iconfont {
    font-size: 24px;
    color: #202020;
}
.pr_deOne1_right .btn_box .btn_one span,
.pr_deOne1_right .btn_box .btn_two span {
    font-family: "GOTHIC";
    font-size: 16px;
    color: #202020;
    box-sizing: border-box;
    padding-left: 12px;
}


.pr_deOne1_right .share_box {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-top: 34px;
}
.pr_deOne1_right .share_box .share_text {
    font-family: "GOTHIC";
    font-size: 14px;
    color: #444444;
    box-sizing: border-box;
    padding-right: 10px;
}

.pr_dePageBoxTwo {
    box-sizing: border-box;
    padding: 12px 0;
    background: #f8f8f8;
}
.pr_dePageTwo1 {
    box-sizing: border-box;
    padding: 45px 60px 40px 55px;
    background: #fff;
}
.pr_dePageTwo2 {
    background: url("../images/pro_det_03.jpg") no-repeat center center / cover;
}
.pr_dePageTwo2 .tt {
    font-family: "GOTHICB";
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    padding: 62px 0 48px;
}
.pr_dePageTwo3 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 78px;
}
.pr_dePageTwo3 .item {
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    width: 135px;
    height: 135px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #c1c1c1;
    margin: 0 11px;
    display: -ms-flex;
    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;
    text-align: center;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}
.pr_dePageTwo3 .item:hover {
    border-radius: 0%;
}

.pr_dePageBoxThree {
    background: #f8f8f8;
}
.pr_dePageThree1 {
    background: #fff;
    box-sizing: border-box;
    padding: 0px 45px 36px 46px;;
}
.pr_dePageThree1 .tt {
    font-family: "GOTHICB";
    font-size: 30px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 28px 0 28px;
}
.pr_dePageThree2 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pr_dePageThree2 .item {
    overflow: hidden;
    position: relative;
    width: calc((100% - 8px) / 5);
    margin-right: 2px;
    margin-bottom: 10px;
}
.pr_dePageThree2 .item:hover .pr_de_app_listMask {
    height: 0;
}
.pr_dePageThree2 .item:hover .pr_de_app_listMask .text {
    display: none;
}
.pr_dePageThree2 > .item:nth-child(5n) {
    margin-right: 0;
}
.pr_dePageThree2 .item img {
    width: 100%;
}
.pr_de_app_listMask {
    font-family: "GOTHIC";
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 102%;
    height: 102%;
    box-sizing: border-box;
    padding: 0 8px;
    text-align: center;
    background: rgba(251,251,251,0.95);
    display: -ms-flex;
    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;
    -webit-transition: all 0.3s;
    transition: all 0.3s;
}

.pr_dePageBoxFour {
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 12px 0 52px;
}
.pr_dePageFour1 {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    box-sizing: border-box;
    padding: 18px 18px 18px 100px;
}
.pr_deFour1_left {
    width: 56%;
}
.pr_deFour1_left .tt {
    font-family: "GOTHICB";
    font-size: 30px;
    color: #333333;
    box-sizing: border-box;
    padding: 54px 0 36px;
}
.pr_deFour1_left_dl dl {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pr_deFour1_left_dl dl dd {
    width: 50%;
}
.pr_deFour1_left_dl dl dd a {
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    box-sizing: border-box;
    padding-bottom: 14px;
    padding-right: 15px;
}
.pr_deFour1_left_dl dl dd a:hover {
    text-decoration: underline;
}
.pr_deFour1_right {
    width: 44%;
    perspective: 900px;
    overflow: hidden;
}
.pr_deFour1_right img {
    width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.pr_deFour1_right img:hover {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.pr_dePageFive1 {
    box-sizing: border-box;
    padding: 90px 22px 94px;
}

/* ~~~~~~~~~~~~~pro-detailed.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~pro-detailed.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~pro-detailed.css~~~~~~~~~~~~~~~结束 */