#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%;
}



/* 版心 */
.wrap {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.public_pro_table {
    box-sizing: border-box;
    overflow-x: 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: #2b2b2b;
    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: #fff;
    border-radius: 2px;
    margin-bottom: 7px;
}

.mobile_search_icon {
    box-sizing: border-box;
    color: #fff;
    font-size: 26px;
    width: 50px;
    height: 52px;
    text-align: center;
    line-height: 50px;
    padding-right: 30px;
    cursor: pointer;
}


.mobile_lag_icon {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    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: #bd252a;
}



.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;
}

.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: #bd252a;
}


.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: #bd252a;
    background-color: #fff;
    padding-right: 15px;
    cursor: pointer;
}


.public_yidong_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~~~~~~~~~~~~~~~~~~ */
.public_placeholder_box {
    height: 126px;
}

.public_head_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
}

.public_head_top {
    background: #222222;
}

.public_top1 {
    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;
    height: 36px;
}

.public_top1_left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_top1_left .phone {
    box-sizing: border-box;
    padding-right: 20px;
}

.public_top1_left .phone:hover a div {
    color: #bd252a;
}

.public_top1_left .phone:hover a span {
    color: #bd252a;
    text-decoration: underline;
}

.public_top1_left .phone a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_top1_left .phone a div {
    font-size: 18px;
    color: #bcbcbc;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_top1_left .phone a span {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #bcbcbc;
    box-sizing: border-box;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_top1_left .email:hover a div {
    color: #bd252a;
}

.public_top1_left .email:hover a span {
    color: #bd252a;
    text-decoration: underline;
}

.public_top1_left .email a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_top1_left .email a div {
    font-size: 12px;
    color: #bcbcbc;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_top1_left .email a span {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #bcbcbc;
    box-sizing: border-box;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_top1_right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.public_top1_right .icon_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.public_top1_right .icon_box dd {
    margin: 0 8px;
    position: relative;
}

.public_top1_right .icon_box dd a {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #bcbcbc;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.public_top1_right .icon_box dd a .text {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 4px;
}
.public_top1_right .icon_box dd .QR_code {
    display: none;
    position: absolute;
    z-index: 2;
    top: 150%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.public_top1_right .icon_box dd .QR_code img {
    width: auto;
    max-width: none;
}

.public_top1_right .icon_box>dd:nth-child(3) a {
    font-size: 15px;
}

.public_top1_right .icon_box dd a:hover {
    color: #bd252a;
}

.public_language_box {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 35px;
    height: 100%;
}

.public_language_box .box_1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.public_language_box .box_1 span {
    color: #bcbcbc;
}

.public_language_box .box_1 span:nth-child(2) {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 2px 0 6px;
}

.public_language_box .box_2 {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.public_language_box .box_2 a {
    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;
    box-sizing: border-box;
    padding: 10px 0;
}

.public_language_box .box_2>a:hover span {
    color: #bd252a;
}

.public_language_box .box_2>a:first-child {
    border-bottom: 1px solid #eeeeee;
}

.public_language_box .box_2 a div img {
    display: block;
}

.public_language_box .box_2 a span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #bcbcbc;
    box-sizing: border-box;
    padding-left: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.public_head_bottom {
    background: #2a2a2a;
    box-sizing: border-box;
    border-bottom: 2px solid #bd252a;
}

.public_bottom1 {
    display: -ms-flexbox;
    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;
    height: 88px;
}

.public_bottom1 .log_box {
    width: 148px;
}

.public_bottom1 .log_box a {
    display: block;
}

.public_bottom1 .log_box a img {
    width: 100%;
}

.nav_right_box {
    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;
    width: calc((100% - 300px));
}

.nav_right_box .nav_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: calc((100% - 100px));
}

.nav_right_box .nav_box dd {
    height: 88px;
    position: relative;
}

.nav_right_box .nav_box dd > a {
    display: block;
    height: 100%;
    line-height: 88px;
    box-sizing: border-box;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    font-family: "Roboto-Regular_1";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.Two_stage_navigation {
    display: none;
    width: 210px;
    background: #fff;
    position: absolute;
    box-sizing: border-box;
    border-bottom: 2px solid #bd252a;
}
.Two_stage_navigation .Two_stage_item a {
    font-family: "Roboto-Light_0";
    font-size: 16px;
    color: #666666;
    display: block;
    box-sizing: border-box;
    padding: 18px 5px 18px 20px; 
    border-bottom: 1px solid #f1f3f3;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.Two_stage_navigation .Two_stage_item a:hover {
    color: #bd252a;
}

.nav_right_box .nav_box dd.hover > a {
    background: #bd252a;
}

.nav_right_box .public_search .icon {
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

/* 搜索下拉盒子 */
.public_search {
    position: relative;

}

.public_search .search_drop_down {
    display: none;
    position: absolute;
    top: 60px;
    z-index: 3;
    right: 20px;
    width: 260px;
}

.public_search .search_drop_down form {
    width: 100%;
}

.public_search .search_drop_down form input {
    outline: none;
    border: none;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 10px 36px 10px 10px;
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.public_search .search_drop_down form button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-size: 20px;
    outline: none;
    border: none;
    font-size: 20px;
    background: none;
    color: #bd252a;
    cursor: pointer;
}

.indPageBoxOne {
    position: relative;
}

.indPageBoxOne .prev_btn {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translate(0, -50%);
    z-index: 1;
    width: 52px;
    height: 82px;
    line-height: 82px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: rgba(72, 72, 72, 0.5);
    cursor: pointer;
}

.indPageBoxOne .next_btn {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translate(0, -50%);
    z-index: 1;
    width: 52px;
    height: 82px;
    line-height: 82px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: rgba(72, 72, 72, 0.5);
    cursor: pointer;
}

.indPageTwo1 {
    box-sizing: border-box;
    padding: 60px 0 40px;
}

.indPageTwo1 .tt_box {
    display: block;
    text-align: center;
}

.indPageTwo1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #000000;
}

.indPageTwo1 .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #888888;
    box-sizing: border-box;
    padding-top: 10px;
}

.indPageTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 30px 0 46px;
}

.indPageTwo2 dd {
    font-family: "Roboto-Bold_0";
    width: 17%;
    font-size: 16px;
    color: #888888;
    background: #ededed;
    box-sizing: border-box;
    padding: 14px 4px 14px;
    text-align: center;
    margin: 0 9px;
    cursor: pointer;
    transition: all 0.4s;
}

.indPageTwo2 dd.hover {
    background: #bd252a;
    color: #fff;
}

.indPageTwo2 dd:hover {
    background: #bd252a;
    color: #fff;
}

.indPageTwo3 {
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
    padding-bottom: 40px;
}

/* 列表中的每一项的css开始 */
.indPageTwo4 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indPageTwo4 dd {
    margin-right: 44px;
}

.indPageTwo4 dd:hover a {
    background: #c64246;
}

.indPageTwo4 dd:hover a .bottom_box .tt_01 {
    color: #fff;
}

.indPageTwo4 dd:hover a .bottom_box .number {
    border-bottom: 1px solid #fff;
}
.indPageTwo4 dd:hover a .bottom_box .number div {
    color: #fff;
}

.indPageTwo4 dd:hover a .bottom_box .tt_02 {
    color: #fff;
    border-bottom: 1px solid #cf6669;
}

.indPageTwo4 dd:hover a .bottom_box .tt_03 {
    color: #fff;
}

.indPageTwo4 dd:hover a .bottom_box .btn_box {
    color: #c64246;
    background: #fff;
}

.indPageTwo4 dd a {
    display: block;
    width: 317px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    transition: all 0.4s;
}

.indPageTwo4 dd a .img_box {
    height: 220px;
    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;
}

.indPageTwo4 dd a .bottom_box {
    box-sizing: border-box;
    padding: 0 18px;
}

.indPageTwo4 dd a .bottom_box .tt_01 {
    height: 34px;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #222222;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.4s;
}

.indPageTwo4 dd a .bottom_box .number {
    box-sizing: border-box;
    border-bottom: 1px solid #bd252a;
    padding: 15px 0 20px;
}
.indPageTwo4 dd a .bottom_box .number div {
    height: 96px;
    font-family: "Roboto-Regular_1";
    width: 100%;
    margin: 0 auto;
    font-size: 40px;
    color: #bd252a;
    text-align: center;
    transition: all 0.4s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indPageTwo4 dd a .bottom_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0 10px;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.4s;
}

.indPageTwo4 dd a .bottom_box .tt_03 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 28px;
    transition: all 0.4s;
}

.indPageTwo4 dd a .bottom_box .btn_box {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    width: 44%;
    background: #c64246;
    color: #fff;
    margin: 0 auto 38px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    transition: all 0.4s;
}

.indPageTwo3::-webkit-scrollbar {
    height: 6px;
}

.indPageTwo3::-webkit-scrollbar-track {
    background: #ebebeb;
}

.indPageTwo3::-webkit-scrollbar-thumb {
    background: #c64246;
    border-radius: 0;
}

.indPageTwo5 {
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
}

.indPageTwo5 .btn_box {
    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-sizing: border-box;
    padding: 20px 4px;
    margin: 0 auto;
    width: 20%;
    border: 1px solid #ebebeb;
    transition: all 0.4s;
}

.indPageTwo5 .btn_box span {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #000000;
    box-sizing: border-box;
    padding-right: 12px;
}

.indPageTwo5 .btn_box div {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    background: #c64246;
    text-align: center;
}

.indPageTwo5 .btn_box:hover {
    border: 1px solid #bd252a;
}

.indPageThree {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.indPageThree_left {
    position: relative;
    width: 50%;
}

.indPageThree_left .img_box {
    cursor: pointer;
    overflow: hidden;
}

.indPageThree_left .img_box:hover .play_btn .icon {
    width: 81px;
    height: 81px;
    line-height: 81px;
}

.indPageThree_left .img_box img {
    width: auto;
    max-width: none;
    float: right;
}

.indPageThree_left .img_box .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 81px;
    height: 81px;
    background: rgba(198, 66, 70, 0.5);
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageThree_left .img_box .play_btn .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #fff;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: rgba(198, 66, 70);
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageThree_left .right_list {
    position: absolute;
    top: 100px;
    right: 0;
    width: 28%;
}

.indPageThree_left .right_list dd {
    margin-bottom: 1px;
}

.indPageThree_left .right_list dd a:hover {
    background: #c64246;
}

.indPageThree_left .right_list dd a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #333333;
    box-sizing: border-box;
    padding: 22px 0 22px 26px;
    transition: all 0.4s;
}

.indPageThree_left .right_list dd a .icon {
    font-size: 30px;
    color: #fff;
}

.indPageThree_left .right_list dd a .text_box {
    box-sizing: border-box;
    padding-left: 16px;
}

.indPageThree_left .right_list dd a .text_box .text_01 {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.indPageThree_left .right_list dd a .text_box .text_02 {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #bcbcbc;
}

/* 点击视频弹出播放框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: #333;
    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: 30px;
    color: #fff;
    cursor: pointer;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */
.indPageThree_right {
    width: 50%;
    background: #f7f7f7;
    box-sizing: border-box;
    padding-left: 5%;
}

.indPageThree_right .content_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 72%;
    height: 100%;
}

.indPageThree_right .tt_box {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
    border-left: 3px solid #c64246;
}

.indPageThree_right .content_box .tt_box .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.indPageThree_right .content_box .tt_box .tt_02 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
    line-height: 34px;
}

.indPageThree_right .content_box .text {
    box-sizing: border-box;
    padding: 32px 0;
}

.indPageThree_right .content_box .text div {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.indPageThree2_list {
    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;

}

.indPageThree2_list dd {
    width: calc((100% - 45px) / 4);
    margin-right: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.indPageThree2_list>dd:nth-child(4n) {
    margin-right: 0;
}

.indPageThree2_list>dd:hover .icon,
.indPageThree2_list>dd:hover .bottom_text_01 {
    color: #c64246;
}

.indPageThree2_list dd .icon {
    font-size: 32px;
    width: 78px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    background: #fcfcfc;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageThree2_list dd .bottom_text_01 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    padding-top: 18px;
    text-align: center;
    word-break: break-all;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageFour1 {
    box-sizing: border-box;
    padding: 74px 0 84px;
}

.indPageFour1 .tt_box {
    display: block;
    width: 90%;
    margin: 0 auto;
}

.indPageFour1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
    text-align: center;
}

.indPageFour1 .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #888888;
    text-align: center;
    box-sizing: border-box;
    padding: 16px 0 70px;
}

.indPageFour2 dd:hover a .img_box img {
    transform: translateZ(30px);
}

.indPageFour2 dd:hover a .bottom_box .tt_01_box .tt_01 {
    color: #c64246;
}

.indPageFour2 dd a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.indPageFour2 dd a .img_box img {
    transition: all 0.4s;
}

.indPageFour2 dd a {
    display: block;
}

.indPageFour2 dd a .bottom_box .tt_01_box {
    box-sizing: border-box;
    padding: 14px 0 14px;
}

.indPageFour2 dd a .bottom_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s;

}

.indPageFour2 dd a .bottom_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    height: 74px;
    color: #888888;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indPageFour2 dd a .bottom_box .more_btn {
    font-family: "Roboto-Regular_1";
    width: 34%;
    font-size: 14px;
    color: #fff;
    background: #c64246;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
}

.indPageFour2 .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 10px;
}

.indPageFour2 .owl-controls .owl-dots .owl-dot.active span {
    background: #c64246;
}

.indPageFour2_box {
    position: relative;
}

.indPageFour2_box .prev_btn,
.indPageFour2_box .next_btn {
    width: 28px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: rgba(229, 229, 229);
    color: #fff;
    cursor: pointer;
    transition: all 0.4s;
}

.indPageFour2_box .prev_btn:hover,
.indPageFour2_box .next_btn:hover {
    background: #c64246;
}

.indPageFour2_box .prev_btn {
    position: absolute;
    top: 30%;
    left: -70px;
}

.indPageFour2_box .next_btn {
    position: absolute;
    top: 30%;
    right: -70px;
}

.indPageBoxFive {
    background: url("../images/ind_08.jpg") no-repeat center center / cover;
}

.indPageFive1 {
    box-sizing: border-box;
    padding: 40px 0 50px;
}

.indPageFive2 {
    display: -ms-flexbox;
    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;
}

.indPageFive2 .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #fff;
}

.indPageFive2 .tt_02_box {
    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;
    box-sizing: border-box;
    padding: 10px 20px;
    border-bottom: 1px solid #747474;
}

.indPageFive2 .tt_02_box:hover div {
    background: #df363b;
}

.indPageFive2 .tt_02_box span {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #b4b4b4;
    box-sizing: border-box;
    padding-right: 10px;
}

.indPageFive2 .tt_02_box div {
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    background: rgba(178, 178, 178);
    text-align: center;
    color: #fff;
    transition: all 0.4s;
}

.indPageFive3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 0 0px;
}

.indPageFive3 dd {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    width: 33%;
    color: #d0d0d0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
}

.indPageFive3 dd span {
    font-family: "impact";
    font-size: 70px;
    color: #df363b;
    box-sizing: border-box;
    padding: 0 20px;
}

.indPageSix1 {
    box-sizing: border-box;
    padding: 90px 0 80px;
}

.indPageSix1 .tt_box {
    display: block;
    text-align: center;
}

.indPageSix1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
}

.indPageSix1 .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    line-height: 25px;
    color: #888888;
    width: 64%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 0 50px;
}

.indPageSix2 .item .box {
    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;
}

.indPageSix2 .item .box {
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    height: 124px;
}

.indPageSix2 .item .box img {
    width: auto;
}

.indPageSix2 .owl-controls {
    display: none;
    box-sizing: border-box;
    padding-top: 20px;
}

.indPageSix2 .owl-controls .owl-dots .owl-dot.active span {
    background: #c64246;
}

.indPageSix2_box {
    position: relative;
}

.indPageSix2_box .prev_btn {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translate(0, -50%);
    font-size: 36px;
    color: #f1f1f1;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageSix2_box .next_btn {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translate(0, -50%);
    font-size: 36px;
    color: #f1f1f1;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageSix2_box .prev_btn:hover,
.indPageSix2_box .next_btn:hover {
    color: #c64246;
}

.indPageBoxSeven {
    background: url("../images/ind_14.jpg") no-repeat center center / cover;
}

.indPageSeven1 {
    box-sizing: border-box;
    padding: 60px 0 60px;
}

.indPageSeven1 .tt_box {
    display: block;
    text-align: center;
}

.indPageSeven1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
}

.indPageSeven1 .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    width: 32%;
    margin: 0 auto;
    font-size: 16px;
    color: #888888;
    box-sizing: border-box;
    padding: 4px 0 55px;
}

.indPageSeven2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.indPageSeven2 .left_box {
    width: 40%;
}

.indPageSeven2 .left_box a {
    display: block;
    height: 139px;
    box-sizing: border-box;
    padding: 36px 55px 0 50px;
}

.indPageSeven2 .left_box dd {
    background: #fff;
    margin-bottom: 13px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

.indPageSeven2 .left_box dd .tt_01 {
    box-sizing: border-box;
    padding-bottom: 12px;
}

.indPageSeven2 .left_box dd .tt_01 div {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #222222;
    line-height: 23px;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageSeven2 .left_box dd .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #888888;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageSeven2 .left_box dd .item_box {
    position: relative;
    z-index: 1;
}

.indPageSeven2 .left_box dd .item_box .big_number {
    font-family: "impact";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0px;
    font-size: 88px;
    color: #f3f3f3;
    line-height: 76px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.indPageSeven2 .left_box dd:hover {
    background: #c64246;
}

.indPageSeven2 .left_box dd:hover .tt_01 div,
.indPageSeven2 .left_box dd:hover .tt_02 {
    color: #fff;
}

.indPageSeven2 .left_box dd:hover .big_number {
    color: #d85f63;
}

/* .indPageSeven2 .left_box>dd:nth-child(2) .item_box .big_number {
    font-size: 128px;
    top: 40px;
} */

.indPageSeven2 .right_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    width: 48%;
    box-sizing: border-box;
    padding: 0 40px 30px 0;
}

.indPageSeven3 {
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

}

.indPageSeven3 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 126px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;


}

.indPageSeven3 .item .text_01 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.indPageSeven3 .item .text_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 23px;
    box-sizing: border-box;
    padding-top: 5px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.indPageSeven3 .owl-controls {
    position: absolute;
    left: 50%;
    top: 110%;
    transform: translate(-50%, 0);
}

.indPageSeven3 .owl-controls .owl-dots .owl-dot.active span {
    background: #c64246;
}

.indPageSeven3 .owl-controls .owl-dots .owl-dot span {
    background: #999999;
}




/* 公用的返回顶部模块css */
.public_back_top {
    position: fixed;
    top: 360px;
    right: 0;
    z-index: 10;
    width: 56px;

}

.public_back_top dd {
    position: relative;
    width: 56px;
    height: 56px;
    background: #252525;
    box-sizing: border-box;
    padding: 0 8px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;

}

.public_back_top dd:hover {
    background: #c33736;
}

.public_back_top dd:hover .bottom_border .icon {
    color: #c33736;
}

.public_back_top dd:hover .bottom_border {
    border: none;
}

.public_back_top dd .bottom_border {
    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;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #595959;
}

.public_back_top dd .icon {
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #252525;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_back_top dd .hover_left {
    display: none;
    position: absolute;
    top: 50%;
    right: 120%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 260px;
    height: 100%;
    background: #c33736;
}
.public_back_top dd .hover_left.big_img {
    height: auto;
}
.public_back_top dd .hover_left.big_img a {
    box-sizing: border-box;
    padding: 20px 20px;
}
.public_back_top dd .hover_left.big_img span {
    width: auto;
    padding: 0 10px 0 0;
} 

.public_back_top dd .hover_left a {
    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;
    height: 100%;
}

.public_back_top dd .hover_left .icon_left {
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #c33736;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}

.public_back_top dd .hover_left span {
    font-family: "Roboto-Regular_1";
    width: 72%;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding-left: 10px;
}

.public_back_top dd .hover_left .img_box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);

}

.public_back_top dd .hover_left .img_box img {
    display: block;
}

.public_back_top>dd:nth-child(5) .bottom_border {
    border: none;
}

.public_back_top .back_top {
    background: #c33736;
    cursor: pointer;
}

.public_back_top .back_top .box {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;

}

.public_back_top .back_top .back_top_icon {
    font-size: 30px;
    color: #fff;
}


/* 底部的公用模块 */
.public_footer_box {
    margin-bottom: 54px;
}
.public_foot_top {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 12;
    background: #c64246;
}

.public_foot_top1 {
    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;
    box-sizing: border-box;
    padding: 17px 0 8px;
}

.public_foot_top1 .tt {
    width: 210px;
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #fff;
    box-sizing: border-box;
}

.footer_top1_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% - 280px);
}

.footer_top1_form > .item {
    width: 23%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.footer_top1_form > .item:nth-child(4) {
    width: 130px;
}
/* .footer_top1_form .item {
    width: 260px;
} */
.footer_top1_form .item span {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding-right: 6px;
}

.footer_top1_form .item input {
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 6px 0 6px 6px;
    width: 80%;
}

.footer_top1_form .item button {
    width: 130px;
    outline: none;
    border: none;
    background: #2b2b2b;
    color: #fff;
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer_top1_form .item button:hover {
    background: rgba(43, 43, 43, 0.5);
}

.footer_top1_openBtn {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%) rotateZ(180deg);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #c64246;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.public_foot_top2 {
    display: none;
    position: relative;
    box-sizing: border-box;
    padding: 52px 0 40px;
}

.public_foot_top2 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.footer_top2_form {
    overflow: hidden;
}

.footer_top2_form .item_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 28px;
}

.footer_top2_form .item_box .text {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #fff;
    width: 21%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 12px;
}

.footer_top2_form .item_box input {
    width: 58%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 3px 0 3px 4px;
}

.footer_top2_form .radiu_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.footer_top2_form .radiu_box .text {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #fff;
    width: 21%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 12px;
}

.footer_top2_form .radiu_box .radios_1_itemBox {
    width: 58%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_top2_form .textarea_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
}

.footer_top2_form .textarea_box .text {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #fff;
    width: 21%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 12px;
}

.footer_top2_form .textarea_box textarea {
    width: 58%;
    height: 98px;
    resize: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 3px 0 3px 4px;
}




/* 修改单选框的样式 */
.footer_top2_form .radiu_box .radios_1 {
    position: relative;
    line-height: 30px;
    margin-right: 22px;
}

.footer_top2_form .radiu_box .radios_1 input {
    width: 20px;
    height: 20px;
    opacity: 0;
}

.footer_top2_form .radiu_box .radios_1 label {
    position: absolute;
    left: 5px;
    top: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
}

/* .footer_top2_form .radiu_box .radios_1 input:checked+label {
   background-color: #006eb2;
   border: 1px solid #006eb2;
} */
.footer_top2_form .radiu_box .radios_1 input:checked+label::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #c64246;
}

.footer_top2_form .radiu_box .radios_1 span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 2px;
    vertical-align: middle;
}

/* 上传按钮的修改 */
.footer_top2_form .upload_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 58%;
    margin: 0 auto 30px;
}

.footer_top2_form .upload_box .flex_show {
    position: relative;
    width: 80px;
    height: 27px;
    border-radius: 5px;
    background: #f8b551;
    text-align: center;
    line-height: 27px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer_top2_form .upload_box .flex_show:hover {
    color: #c64246;
}

.footer_top2_form .upload_box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.footer_top2_form .upload_box span {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
}

.footer_top2_form .sub_btn_box {
    text-align: center;
}

.footer_top2_form .sub_btn_box button {
    font-family: "Roboto-Bold_0";
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
    width: 130px;
    height: 27px;
    line-height: 27px;
    background: #2b2b2b;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer_top2_form .sub_btn_box button:hover {
    background: rgba(45, 45, 45, 0.5);
}

.public_foot_top2 .close_btn_box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #c64246;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

/* 底部中心区域 */
.public_foot_center {
    background: #2b2b2b;
}

.public_foot_center1 {
    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: 80px 0 55px;
}

.public_foot_center1 .item_box_one {
    width: 20%;
}

.public_foot_center1 > .item_box_Two:last-child {
    width: 16%;
}
.public_foot_center1 .item_box_one a {
    display: block;
    text-align: center;
}

.public_foot_center1 .item_box_one div {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #b5b4b4;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 18px;
}

.public_foot_center1 .item_box_Two .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 22px;
}

.public_foot_center1 .item_box_Two .list_box dd a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 6px 0 6px;
}

.public_foot_center1 .item_box_Two .list_box dd a:hover .icon,
.public_foot_center1 .item_box_Two .list_box dd a:hover .icon_ft {
    color: #c64246;
}

.public_foot_center1 .item_box_Two .list_box dd a:hover .text {
    color: #c64246;
    text-decoration: underline;
}

.public_foot_center1 .item_box_Two .list_box dd .icon {
    font-size: 13px;
    color: #b5b4b4;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_foot_center1 .item_box_Two .list_box dd .text {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #b5b4b4;
    box-sizing: border-box;
    padding-left: 6px;
    word-break: break-all;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_foot_center1 .item_box_Two .list_box dd .icon_ft {
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #fff;
    color: #383838;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_foot_center1 .item_box_Two .foot_center1_form .input_box input {
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 8px 0 7px 6px;
}

.public_foot_center1 .item_box_Two .foot_center1_form .input_box {
    box-sizing: border-box;
    padding-bottom: 10px;
}

.public_foot_center1 .item_box_Two .foot_center1_form .input_box ::-webkit-input-placeholder {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #bcbcbc;
}

.public_foot_center1 .item_box_Two .foot_center1_form .input_box textarea {
    width: 100%;
    height: 80px;
    resize: none;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 8px 0 7px 6px;
}

.public_foot_center1 .item_box_Two .foot_center1_form .btn_box button {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    width: 100%;
    outline: none;
    border: none;
    background: #c64246;
    color: #fff;
    box-sizing: border-box;
    padding: 4px 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_foot_center1 .item_box_Two .foot_center1_form .btn_box button:hover {
    background: rgba(198, 66, 70, 0.7);
}

.public_foot_center1>.item_box_Two:nth-child(2),
.public_foot_center1>.item_box_Two:nth-child(3) {
    width: 14%;
}

.public_foot_center1 .item_box_Two {
    width: 20%;
}

.public_foot_bottom {
    background: #232323;
}

.public_foot_bottom1 {
    display: -ms-flexbox;
    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: 12px 0 10px;
}

.public_foot_bottom1 .left_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 52%;
}

.public_foot_bottom1 .left_box .text_one {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #5d5d5d;
}

.public_foot_bottom1 .left_box .text_two {
    font-size: 14px;
    color: #5d5d5d;
    font-family: "Roboto-Regular_1";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_foot_bottom1 .left_box .text_two:hover {
    color: #c64246;
}

.public_foot_bottom1 .right_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.public_foot_bottom1 .right_box .icon_one {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.public_foot_bottom1 .right_box .icon_one:hover {
    margin-top: -3px;
}

.public_foot_bottom1 .right_box .icon_one div {
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.public_foot_bottom1 .right_box>.icon_one:nth-child(1) {
    background: #147cd1;
}

.public_foot_bottom1 .right_box>.icon_one:nth-child(2) {
    background: #45d7f8;
}

.public_foot_bottom1 .right_box>.icon_one:nth-child(3) {
    background: #00aaf2;
}

.public_foot_bottom1 .right_box>.icon_one:nth-child(4) {
    background: #09aafa;
}

.public_foot_bottom1 .right_box>.icon_one:nth-child(5) {
    background: #e42930;
}


/* ~~~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~~index.css~~~~~~~~~~~~~~~~结束 */


















/* ~~~~~~~~~~~~~~~~~~about us.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~about us.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~about us.css~~~~~~~~~~~~~~~ */
.second_public_banner {
    position: relative;
    height: 400px;
}

.publicSub_banner {
    position: relative;
    height: 100%;
}

.publicSub_banner_01 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 34%;
    background: linear-gradient(to right, rgba(189, 37, 42, 0.9), rgba(189, 37, 42, 0));
    box-sizing: border-box;
    padding: 24px 0 22px 35px;
}

.publicSub_banner_01 .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 36px;
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 8px;
}

.publicSub_banner_01 .tt_02 {
    font-family: "Roboto-Light_0";
    font-size: 16px;
    color: #fff;
}

.Sub_banner_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(27, 27, 27, 0.4);
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.Sub_banner_bottom_01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 0 15px;
}

.Sub_banner_bottom_01 .nav_box .icon {
    font-size: 18px;
    color: #ce3439;
}

.Sub_banner_bottom_01 .nav_box span {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 6px;
}

.Sub_banner_bottom_01 .Crumbs_box {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #dad7d7;
    box-sizing: border-box;
    padding-left: 8px;
    margin-top: 3px;
}

.Sub_banner_bottom_01 .Crumbs_box a {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #dad7d7;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Sub_banner_bottom_01 .Crumbs_box a:hover {
    color: #ce3439;
}

.aboPageBoxOne {
    background: #f3f4f6;
}

.aboPageOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.aboPageOne2.Roll {
    position: fixed;
    top: 126px;
    z-index: 10;
    left: 0;
    width: 100%;
}

.aboPageOne2 dd {
    width: calc(100% / 4);
}

.aboPageOne2 dd a {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #222222;
    display: block;
    box-sizing: border-box;
    padding: 24px 0 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboPageOne2 dd a:hover {
    background: #bd252a;
    color: #fff;
}

.aboPageOne2>dd.hover a {
    background: #bd252a;
    color: #fff;
}

.aboPageBoxTwo {
    background: #f3f4f6;
}

.aboPageTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 75px 30px 90px;
}

.aboPageTwo1 .left_box {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
}

.aboPageTwo1 .left_box .tt_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboPageTwo1 .left_box .tt_box .img_box {
    width: 11%;
}

.aboPageTwo1 .left_box .tt_box .img_box img {
    width: 100%;
}

.aboPageTwo1 .left_box .tt_box .text_box {
    width: 89%;
    box-sizing: border-box;
    padding-left: 24px;
}

.aboPageTwo1 .left_box .tt_box .text_box .tt_01 {
    font-family: "times";
    font-size: 45px;
    color: #222222;
    font-weight: 700;
}

.aboPageTwo1 .left_box .tt_box .text_box .tt_02 {
    font-family: "Roboto-Light_0";
    font-size: 36px;
    color: #222222;
}

.aboPageTwo1 .left_box .bottom_box {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    line-height: 30px;
    color: #444444;
    box-sizing: border-box;
    padding-top: 30px;
}

.aboPageTwo2 {
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}

.aboPageTwo2 .owl-controls .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translate(-50%, 0);
}

.aboPageTwo2 .owl-controls .owl-dots .owl-dot.active span {
    background: #bd252a;
}

.aboPageTwo2 .owl-controls .owl-dots .owl-dot span {
    background: #fff;
}

.aboPageBoxThree {
    background: url("../images/about_03.jpg") no-repeat center center / cover;
}

.aboPageThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 80px 20px 70px;
}

.aboPageThree2 {
    width: 50%;
}

.aboPageThree2_dl {
    width: 80%;
}

.aboPageThree2_dl dd {
    box-sizing: border-box;
    border-bottom: 2px solid #6e6f72;
    padding: 8px 0;
}

.aboPageThree2_dl dd span {
    font-family: "impact";
    font-size: 72px;
    color: #ee3f45;
}

.aboPageThree2_dl dd i {
    font-family: "Roboto-Regular_1";
    font-style: normal;
    font-size: 24px;
    color: #d0d0d0;
    box-sizing: border-box;
    padding-left: 10px;
}

.aboPageThree2_dl>dd:last-child {
    border-bottom: none;
}

.aboPageThree3 {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}

.aboPageThree3 .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #fff;
}

.aboPageThree3 .tt_02 {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    box-sizing: border-box;
    padding-top: 26px;
}

.aboPageBoxFour {
    background: #f3f4f6;
}

.aboPageFour1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 70px 0 90px;
}

.aboPageFour1 .left_box {
    width: 40%;
}

.aboPageFour1 .left_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 16px;
}

.aboPageFour1 .left_box .line {
    width: 52px;
    height: 3px;
    background: #c64246;
}

.aboPageFour1 .left_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 28px;
    box-sizing: border-box;
    padding: 20px 0 20px;
}

.aboPageFour1 .left_box .tt_03 {
    font-family: "Roboto-Regular_1";
    font-size: 20px;
    color: #222222;
    line-height: 30px;
}

.aboPageFour1 .right_box {
    width: 60%;
}

/* 第五模块      时间线*/
.aboPageBoxFive {
    background: #fff;
}

.aboPageFive1 {
    box-sizing: border-box;
    padding: 92px 0;
}

.aboPageFive2 {
    position: relative;
}

.aboPageFive2_01 .slick-prev {
    outline: none;
    position: absolute;
    z-index: 1;
    top: -9px;
    left: -65px;
    border: none;
    background: none;
    font-size: 40px;
    font-weight: 700;
    color: #868686;
    cursor: pointer;
}

.aboPageFive2_01 .slick-next {
    outline: none;
    position: absolute;
    z-index: 1;
    top: -9px;
    right: -65px;
    border: none;
    background: none;
    font-size: 40px;
    font-weight: 700;
    color: #868686;
    cursor: pointer;
}

.aboPageFive2_01 .slick-prev:hover,
.aboPageFive2_01 .slick-next:hover {
    color: #c44145;
}

.aboPageFive2_01 {
    z-index: 1;
}

.aboPageFive2_01 dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    outline: none;
    cursor: pointer;
}

.aboPageFive2_01 dd .arrow {
    width: 24px;
    height: 24px;
    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;
    box-sizing: border-box;
    border: 1px solid #9a9897;
    border-radius: 50%;
}

.aboPageFive2 .line {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 102%;
    height: 1px;
    background: #9a9897;
}

.aboPageFive2_01 dd.slick-current .arrow {
    border: 1px solid #c64246;
}

.aboPageFive2_01 dd.slick-current .arrow div {
    background: #c64246;
}

.aboPageFive2_01 dd.slick-current span {
    color: #c64246;
}

.aboPageFive2_01 dd .arrow div {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #9a9897;
}

.aboPageFive2_01 dd span {
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.aboPageFive3 {
    box-sizing: border-box;
    padding-top: 80px;
}

.aboPageFive3 .item {
    outline: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboPageFive3 .item .left_box {
    width: 40%;
}

.aboPageFive3 .item .left_box img {
    width: 100%;
}

.aboPageFive3 .item .right_box {
    width: 60%;
    box-sizing: border-box;
    padding: 0px 30px 0 4%;
}

.aboPageFive3 .item .right_box .tt_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.aboPageFive3 .item .right_box .tt_box .tt_number {
    width: 30%;
}

.aboPageFive3 .item .right_box .tt_box .tt_number span {
    font-family: "Roboto-Bold_0";
    font-size: 60px;
    color: #c64246;
}

.aboPageFive3 .item .right_box .tt_box .tt_number i {
    font-style: normal;
    font-family: "Roboto-Bold_0";
    font-size: 60px;
}

.aboPageFive3 .item .right_box .tt_box .history_text {
    width: 30%;
    font-family: "Roboto-Bold_0";
    font-size: 60px;
    color: rgba(136, 136, 136, 0.2);
}

.aboPageFive3 .item .right_box .text_box {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    box-sizing: border-box;
    padding-top: 25px;
}











/* 第六模块 */
.aboPageBoxSix {
    background: url("../images/about_05.jpg") no-repeat center center / cover;
}

.aboPageSix1 {
    box-sizing: border-box;
    padding: 70px 0 50px;
}

.aboPageSix2 {
    width: 74%;
    margin: 0 auto;
}

.aboPageSix2 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #fff;
    text-align: center;
}

.aboPageSix2 .tt_box .tt_02 {
    width: 50%;
    margin: 0 auto;
    font-family: "Roboto-Light_0";
    font-size: 16px;
    color: #dddbdb;
    line-height: 25px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 50px;
}

.aboPageSix3 .owl-controls .owl-dots {
    box-sizing: border-box;
    padding-top: 40px;
}

.aboPageSix3 .owl-controls .owl-dots .owl-dot span {
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.aboPageSix3 .owl-controls .owl-dots .owl-dot.active span {
    width: 21px;
    border-radius: 5px;
    background: #bd252a;
}

.aboPageSeven1 {
    box-sizing: border-box;
    padding: 70px 0 50px;
}

.aboPageSeven1 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
    text-align: center;
}

.aboPageSeven2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 30px 0 50px;
}

.aboPageSeven2 div {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #8f8f8f;
    width: 16%;
    background: #ededed;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0;
    margin: 0 9px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboPageSeven2>div.hover {
    background: #bd252a;
    color: #fff;
}

.aboPageSeven2>div:hover {
    background: #bd252a;
    color: #fff;
}

.aboPageSeven3 dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboPageSeven3 dl dd {
    width: calc((100% - 16px) / 3);
    margin-right: 8px;
    margin-bottom: 28px;
}

.aboPageSeven3 dl dd:hover .imgbox img {
    transform: translateZ(30px);
}

.aboPageSeven3 dl>dd:nth-child(3n) {
    margin-right: 0;
}

.aboPageSeven3 dl dd .imgbox {
    perspective: 900px;
    overflow: hidden;
}

.aboPageSeven3 dl dd .imgbox img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.aboPageSeven3 dl dd .text_box {
    font-family: "Roboto-Regular_1";
    font-size: 24px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-top: 18px;
}

/* ~~~~~~~~~~~~~~~about us.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~about us.css~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~about us.css~~~~~~~~~~~~~~~结束 */

















/* ~~~~~~~~~~~~~~~Case_Cover.css~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~Case_Cover.css~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~Case_Cover.css~~~~~~~~~~~~~~~~~ */
.Cas_CoPageOne1 {
    box-sizing: border-box;
    padding: 68px 0 90px;
}

.Cas_CoPageOne1 .tt_box {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.Cas_CoPageOne1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
    text-align: center;
}

.Cas_CoPageOne1 .tt_box .tt_02 {
    font-family: "Roboto-Light_0";
    font-size: 16px;
    color: #888888;
    line-height: 25px;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0 35px;
}

.Cas_CoPageOne2 {
    position: relative;
}

.Cas_CoPageOne3 {
    width: 87%;
    margin: 0 auto;
}

.Cas_CoPageOne3 .item a {
    display: block;
}

.Cas_CoPageOne3 .item a .text_box {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-top: 18px;
}

.Cas_CoPageOne2 .prev_btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 28px;
    height: 44px;
    line-height: 44px;
    background: #e5e5e5;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_CoPageOne2 .next_btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 28px;
    height: 44px;
    line-height: 44px;
    background: #e5e5e5;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_CoPageOne2 .prev_btn:hover,
.Cas_CoPageOne2 .next_btn:hover {
    background: #c64246;
}


.Cas_CoPageTwo2 {
    width: 50%;
    position: relative;
}

.Cas_CoPageTwo3 {
    width: 100%;
}

.Cas_CoPageTwo3 .item {
    position: relative;
}

.Cas_CoPageTwo3 .item .item_text_box {
    font-family: "Roboto-Regular_1";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 0 14px 28px;
    background: rgba(27, 27, 27, 0.5);
    font-size: 18px;
    color: #ffffff;
}

.Cas_CoPageTwo2 .prev_btn {
    position: absolute;
    bottom: 9px;
    right: 44px;
    z-index: 3;
    font-size: 18px;
    width: 28px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.Cas_CoPageTwo2 .next_btn {
    position: absolute;
    bottom: 9px;
    right: 14px;
    z-index: 3;
    font-size: 18px;
    width: 28px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.Cas_CoPageTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 45px;
}

.Cas_CoPageTwo1 .right_box {
    width: 50%;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 80px 40px 0 50px;
}

.Cas_CoPageTwo1 .right_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
}

.Cas_CoPageTwo1 .right_box .text_box {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #222222;
    line-height: 30px;
    box-sizing: border-box;
    padding-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.Cas_CoPageBoxThree {
    background: #f2f2f2;
}

.Cas_CoPageThree1 {
    box-sizing: border-box;
    padding: 60px 15px;
}

.Cas_CoPageThree1 .tt_box {
    display: block;
}

.Cas_CoPageThree1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
    text-align: center;

}

.Cas_CoPageThree1 .tt_box .tt_02 {
    font-family: "Roboto-Light_0";
    width: 40%;
    margin: 0 auto;
    font-size: 16px;
    color: #888888;
    line-height: 25px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 36px;
}

.Cas_CoPageThree2 dd:hover a .img_box img {
    transform: translateZ(30px);
}

.Cas_CoPageThree2 dd:hover a .bottom_box .tt_01 {
    color: #c64246;
}

.Cas_CoPageThree2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Cas_CoPageThree2 dd {
    width: calc((100% - 180px) / 3);
    margin-right: 90px;
}

.Cas_CoPageThree2>dd:nth-child(3n) {
    margin-right: 0;
}

.Cas_CoPageThree2 dd a {
    display: block;
}

.Cas_CoPageThree2 dd a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.Cas_CoPageThree2 dd a .img_box img {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.Cas_CoPageThree2 dd a .bottom_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_CoPageThree2 dd a .bottom_box .tt_02 {
    box-sizing: border-box;
    padding: 0 8px 15px;
}

.Cas_CoPageThree2 dd a .bottom_box .tt_02 div {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 19px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Cas_CoPageThree2 dd a .bottom_box .btn_box {
    font-family: "Roboto-Regular_1";
    width: 28%;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    background: #c64246;
    box-sizing: border-box;
    padding: 6px 0;
    text-align: center;
}

.Cas_CoPageThree3 {
    box-sizing: border-box;
    padding-top: 44px;
}

.Cas_CoPageThree3 .btn_box {
    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;
    margin: 0 auto;
    width: 18%;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    padding: 18px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_CoPageThree3 .btn_box:hover {
    border: 1px solid #c64246;
}

.Cas_CoPageThree3 .btn_box:hover div {
    color: #c64246;
}

.Cas_CoPageThree3 .btn_box div {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #000000;
    box-sizing: border-box;
    padding-right: 13px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_CoPageThree3 .btn_box span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #c64246;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

/* ~~~~~~~~~~~~~~~Case_Cover.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~Case_Cover.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~Case_Cover.css~~~~~~~~~~~~~~~~~结束 */


















/* ~~~~~~~~~~~~~~~~~Case_list.css~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~Case_list.css~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~Case_list.css~~~~~~~~~~~~~~~~ */
.Cas_liPageOne1 {
    box-sizing: border-box;
    padding: 50px 20px 46px;
}

.Cas_liPageOne1 .Cas_CoPageThree2>dd {
    margin-bottom: 54px;
}

.Cas_liPageOne2 {
    box-sizing: border-box;
    padding-top: 16px;
}


/* 分页css */
.public_paging {
    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;
}

.public_paging a {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #444444;
    display: block;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    padding: 0 13px;
    text-align: center;
    border-radius: 5px;
    margin: 0 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.public_paging a:hover {
    color: #c64246;
    border: 1px solid rgba(255, 255, 255, 0);
}

.public_paging a.more {
    border: 1px solid rgba(255, 255, 255, 0);
}

.public_paging a.hover {
    color: #c64246;
    border: 1px solid rgba(255, 255, 255, 0);
}

/* ~~~~~~~~~~~~~~~~~Case_list.css~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~Case_list.css~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~Case_list.css~~~~~~~~~~~~~~~~结束 */

















/* ~~~~~~~~~~~~~~Case_Page.css~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~Case_Page.css~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~Case_Page.css~~~~~~~~~~~~ */
.Cas_PaPageOne1 {
    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;
    box-sizing: border-box;
    padding: 54px 40px 50px;
}

.Cas_PaPageOne1 .left_box {
    width: 47.8%;
}

.Cas_PaPageOne1 .left_box a {
    display: block;
}

.Cas_PaPageOne1 .left_box a img {
    width: 100%;
}

.Cas_PaPageOne2 {
    width: 48%;
}

.Cas_PaPageOne2 .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
}

.Cas_PaPageOne2 .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #666666;
    box-sizing: border-box;
    padding: 10px 0 50px;
}

.Cas_PaPageOne2 .tt_03 {
    box-sizing: border-box;
    padding-bottom: 30px;
}

.Cas_PaPageOne2 .tt_03 div {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.Cas_PaPageOne2 .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-bottom: 40px;
}

.Cas_PaPageOne2 .share_box span {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding-right: 12px;
}

.Cas_PaPageOne2 .btn_box {
    width: 42%;
    background: #c64246;
    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;
    box-sizing: border-box;
    padding: 10px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_PaPageOne2 .btn_box:hover {
    background: rgba(198, 66, 70, 0.8);
}

.Cas_PaPageOne2 .btn_box div {
    color: #fff;
    font-size: 20px;
}

.Cas_PaPageOne2 .btn_box span {
    font-family: "impact";
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px
}

.Cas_PaPageBoxTwo {
    background: #f1f3f3;
}

.Cas_PaPageTwo1 {
    box-sizing: border-box;
    padding: 40px 30px 50px;
}

.Cas_PaPageTwo1 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 35px;
}

.Cas_PaPageTwo2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.Cas_PaPageTwo2 dd {
    width: calc((100% - 80px) / 5);
    height: 110px;
    margin-right: 20px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 18px 10px 0 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_PaPageTwo2 dd:hover {
    border: 1px solid #c64246;
}

.Cas_PaPageTwo2>dd:last-child {
    margin-right: 0px;
}

.Cas_PaPageTwo2 dd .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #c64246;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.Cas_PaPageTwo2 dd .tt_02 {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}

.Cas_PaPageBoxThree {
    background: #fcfcfc;
}

.Cas_PaPageThree1 {
    box-sizing: border-box;
    padding: 50px 30px 100px;
}


.Cas_PaPageThree1 .tt_box .text {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding: 30px 0 50px;
}
.Cas_PaPageThree1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #222222;
}

.Cas_PaPageThree1 .tt_box dl {
    box-sizing: border-box;
    padding: 30px 0 50px;
}

.Cas_PaPageThree1 .tt_box dl dd {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.Cas_PaPageThree2 {
    position: relative;
}

.Cas_PaPageThree3 .item a {
    display: block;
}

.Cas_PaPageThree3 .item a:hover .img_box {
    border: 1px solid #c64246;
}

.Cas_PaPageThree3 .item a:hover .bottom_box .tt_01 {
    color: #c64246;
}

.Cas_PaPageThree3 .item a .img_box {
    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;
    height: 217px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #f1f3f3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_PaPageThree3 .item a .img_box img {
    width: auto;
}

.Cas_PaPageThree3 .item a .bottom_box .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding: 20px 0 8px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_PaPageThree3 .item a .bottom_box .tt_02 {
    box-sizing: border-box;
    padding-bottom: 10px;
}

.Cas_PaPageThree3 .item a .bottom_box .tt_02 div {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #222222;
    text-align: center;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Cas_PaPageThree3 .item a .bottom_box .btn_box {
    font-family: "Roboto-Regular_1";
    width: 34%;
    font-size: 14px;
    color: #fff;
    background: #c64246;
    box-sizing: border-box;
    padding: 9px 0;
    margin: 0 auto;
    text-align: center;
}

.Cas_PaPageThree2 .prev {
    position: absolute;
    top: 30%;
    left: -100px;
    width: 28px;
    height: 44px;
    line-height: 44px;
    background: #e5e5e5;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_PaPageThree2 .next {
    position: absolute;
    top: 30%;
    right: -100px;
    width: 28px;
    height: 44px;
    line-height: 44px;
    background: #e5e5e5;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.Cas_PaPageThree2 .prev:hover,
.Cas_PaPageThree2 .next:hover {
    background: #c64246;
}

.Cas_PaPageThree3 .owl-controls {
    display: none;
}

.Cas_PaPageThree3 .owl-controls .owl-dots {
    box-sizing: border-box;
    padding-top: 30px;
}

.Cas_PaPageThree3 .owl-controls .owl-dots .owl-dot.active span {
    background: #c64246;
}

.Cas_PaPageFour1 {
    box-sizing: border-box;
    padding: 0 20px 80px;
}

.Cas_PaPageFour1 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 36px;
}

.Cas_PaPageFive1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.Cas_PaPageFive1 .left_box {
    width: 50%;
}

.Cas_PaPageFive1 .left_box img {
    float: right;
    max-width: none;
}

.Cas_PaPageFive2 {
    width: 50%;
    background: #f1f3f3;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 10%;
    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;
}

.Cas_PaPageFive2 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.Cas_PaPageFive3 dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 26px;
}

.Cas_PaPageFive3 dd .icon {
    font-size: 18px;
    width: 30px;
    color: #c64246;
}

.Cas_PaPageFive3 dd .text {
    font-family: "Roboto-Regular_1";
    width: calc(100% - 30px);
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

/* ~~~~~~~~~~~~~~Case_Page.css~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~Case_Page.css~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~Case_Page.css~~~~~~~~~~~~结束 */



















/* ~~~~~~~~~~~~~~~~~Contact_us.css~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~Contact_us.css~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~Contact_us.css~~~~~~~~~~~~ */
.conPageOne1 {
    box-sizing: border-box;
    padding: 70px 0 10px;
}

.conPageOne1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
    text-align: center;
}

.conPageOne1 .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #444444;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0 50px;
}

.conPageOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.conPageOne2 dd {
    width: calc((100% - 162px) / 4);
    margin-right: 54px;
    margin-bottom: 46px;
}

.conPageOne2>dd:nth-child(4n) {
    margin-right: 0px;
}

.conPageOne2 dd a {
    height: 197px;
    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;
    background: #f1f3f3;
    box-sizing: border-box;
    padding: 25px 10px;
}

.conPageOne2 dd a:hover .big_icon {
    color: #c33736;
}

.conPageOne2 dd a:hover .number {
    color: #c33736;
}

.conPageOne2 dd.list a:hover .dizhi {
    color: #c33736;
}

.conPageOne2 dd a .big_icon {
    font-size: 40px;
    color: #999999;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conPageOne2 dd a .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding: 20px 0 8px;
}

.conPageOne2 dd a .number {
    font-family: "Roboto-Regular_1";
    font-size: 24px;
    color: #666666;
    word-break: break-all;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conPageOne2>dd.list {
    width: calc((100% - 54px) / 2);
}

.conPageOne2>dd.list:last-child {
    margin-right: 0px;
}

.conPageOne2>dd.list a {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.conPageOne2>dd.list a .big_icon {
    font-size: 50px;
    width: 88px;
}

.conPageOne2>dd.list a .dizhi {
    width: calc(100% - 130px);
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 23px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conPageBoxTwo {
    background: #f1f3f3;
}

.conPageTwo1 {
    box-sizing: border-box;
    padding: 45px 0 50px;
}

.conPageTwo1 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
    text-align: center;
}

.conPageTwo1 .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    text-align: center;
    box-sizing: border-box;
    padding: 16px 0 35px;
}

.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: 48%;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.conPageTwo3>dd .text_box {
    box-sizing: border-box;
    padding-bottom: 4px;
}

.conPageTwo3>dd .text_box span {
    color: #c33736;
}

.conPageTwo3>dd .text_box i {
    font-style: normal;
    font-size: 14px;
    color: #888888;
}

.conPageTwo3 dd input {
    width: 100%;
    outline: none;
    border: 1px solid #d2d2d2;
    background: #f1f3f3;
    box-sizing: border-box;
    padding: 8px 10px 8px 15px;
}

.conPageTwo3>dd:last-child {
    width: 100%;
}

.conPageTwo3>dd textarea {
    height: 195px;
    width: 100%;
    resize: none;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    background: #f1f3f3;
    padding: 8px 10px 8px 15px;
}

.conPageTwo2 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.conPageTwo2 .btn_box button {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #fff;
    width: 14%;
    outline: none;
    border: none;
    background: #c33736;
    box-sizing: border-box;
    padding: 10px 0;
    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 19px;
}

.conPageTwo2 .btn_box button:hover span {
    transform: rotateZ(30deg);
}

.conPageTwo2 .btn_box button span {
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    padding-right: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.conPageTwo2 .btn_box button:nth-child(2) {
    background: #303030;
}

.conPageBoxThree .map_box img {
    width: 100%;
}

/* ~~~~~~~~~~~~~~~~~Contact_us.css~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~Contact_us.css~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~Contact_us.css~~~~~~~~~~~~结束 */


















/* ~~~~~~~~~~~~~~~~~FAQ.css~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~FAQ.css~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~FAQ.css~~~~~~~~~~~~~~~~~~~~ */
.FAQ_Pag_One1 {
    box-sizing: border-box;
    padding: 30px 0 60px;
}

.FAQ_Pag_One2 {
    width: 88%;
    margin: 0 auto;
}

.FAQ_Pag_One2>dd {
    box-sizing: border-box;
    padding: 42px 0 32px;
    border-bottom: 1px dashed #dcdcdc;
}

.FAQ_Pag_One2 dd .FAQ_problem {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.FAQ_Pag_One2 dd .FAQ_problem span {
    font-size: 24px;
    color: #e8cf5c;
}

.FAQ_Pag_One2 dd .FAQ_problem i {
    font-family: "Roboto-Regular_1";
    font-style: normal;
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding-left: 16px;
}

.FAQ_Pag_One2 dd .FAQ_Answer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.FAQ_Pag_One2 dd .FAQ_Answer span {
    font-size: 20px;
    color: #c33736;
}

.FAQ_Pag_One2 dd .FAQ_Answer i {
    font-family: "Roboto-Regular_1";
    font-style: normal;
    font-size: 14px;
    color: #888888;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 20px;
}

.FAQ_Pag_One3 {
    box-sizing: border-box;
    padding-top: 88px;
}


/* ~~~~~~~~~~~~~~~~~FAQ.css~~~~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~FAQ.css~~~~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~FAQ.css~~~~~~~~~~~~~~~~~~~~结束 */
















/* ~~~~~~~~~~~~~~~~~~News_list.css~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~News_list.css~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~News_list.css~~~~~~~~~~~~ */
.new_liPageBoxOne {
    background: #fcfcfc;
}

.new_liPageOne1 {
    box-sizing: border-box;
    padding: 70px 0;
}

.new_liPageOne2 dd {
    margin-bottom: 32px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_liPageOne2 dd:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.new_liPageOne2 dd:hover a .box_one_time div,
.new_liPageOne2 dd:hover a .box_one_time span {
    color: #bd252a;
}

.new_liPageOne2 dd a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 32px 0;
    background: #ffffff;
}

.new_liPageOne2 dd a .box_one_time {
    width: 100px;
    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;
}

.new_liPageOne2 dd a .box_one_time div {
    font-family: "Roboto-Bold_0";
    font-size: 51px;
    color: #888888;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_liPageOne2 dd a .box_one_time span {
    font-family: "Roboto-Regular_1";
    font-size: 22px;
    color: #888888;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_liPageOne2 dd a .box_two_img {
    width: 17%;
}

.new_liPageOne2 dd a .box_two_img img {
    width: 100%;
}

.new_liPageOne2 dd a .box_three_text {
    width: 54%;
}

.new_liPageOne2 dd a .box_three_text .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 18px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.new_liPageOne2 dd a .box_three_text .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.new_liPageOne2 dd a .box_four_btn {
    width: 100px;
    background: #bd252a;
}

.new_liPageOne2 dd a .box_four_btn .btn {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
}

.new_liPageOne3 {
    box-sizing: border-box;
    padding-top: 30px;
}

/* ~~~~~~~~~~~~~~~~~~News_list.css~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~News_list.css~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~~News_list.css~~~~~~~~~~~~结束 */
















/* ~~~~~~~~~~~~~~~~~News_Page.css~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~News_Page.css~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~News_Page.css~~~~~~~~~~~~~ */
.new_PaPageBoxOne {
    background: #fcfcfc;
}

.new_PaPageOne1 {
    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: 80px 0 70px;
}

.new_PaPageOne2 {
    width: 66%;
}

.new_PaPageOne2 .tt_box {
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.new_PaPageOne2 .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
    line-height: 39px;
}

.new_PaPageOne2 .tt_box .tt_02 {
    font-family: "Roboto-Light_0";
    font-size: 16px;
    color: #888888;
    box-sizing: border-box;
    padding: 20px 0 25px;
}

.new_PaPageOne2 .text_box {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    box-sizing: border-box;
    padding: 38px 0 40px;
}

.new_PaPageOne2 .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-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.new_PaPageOne2 .share_box span {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding-right: 10px;
}

.new_PaPageOne3 {
    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-top: 44px;
}

.new_PaPageOne3 .box_one {
    width: 44%;
}

.new_PaPageOne3 .box_one:hover a {
    border: 1px solid #c64246
}

.new_PaPageOne3 .box_one:hover a .tt_01 {
    color: #c64246;
}

.new_PaPageOne3 .box_one a {
    height: 135px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 20px 35px 0 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_PaPageOne3 .box_one a .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_PaPageOne3 .box_one a .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding-top: 13px;
}

.new_PaPageOne5 {
    width: 28%;
}

.new_PaPageOne5 .tt_box {
    box-sizing: border-box;
    border-top: 3px solid #ce3439;
}

.new_PaPageOne5 .tt_box .tt_text_box {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #ce3439;
    text-align: center;
    margin-top: 5px;
    background: #f1f3f3;
    box-sizing: border-box;
    padding: 22px 0 22px;
}

.new_PaPageOne6 {
    box-sizing: border-box;
    padding-top: 12px;
}

.new_PaPageOne6 dd {
    box-sizing: border-box;
    padding: 12px 0 12px;
}

.new_PaPageOne6 dd a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_PaPageOne6 dd a:hover .img_box {
    border: 1px solid #c64246;
}

.new_PaPageOne6 dd a:hover .text_box .text_03 {
    box-sizing: border-box;
    padding-left: 6px;
}

.new_PaPageOne6 dd a .img_box {
    width: 44%;
    text-align: center;
    box-sizing: border-box;
    padding: 26px 0 26px;
    border: 1px solid #f1f3f3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_PaPageOne6 dd a .text_box {
    width: 56%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 10px;
}

.new_PaPageOne6 dd a .text_box .text_01 {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #666666;
}

.new_PaPageOne6 dd a .text_box .text_02 {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding: 10px 0 20px;
}

.new_PaPageOne6 dd a .text_box .text_03 {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #ce3439;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.new_PaPageBoxTwo {
    background: #f1f3f3;
    box-sizing: border-box;
    padding-top: 60px;
}

/* ~~~~~~~~~~~~~~~~~News_Page.css~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~News_Page.css~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~~~News_Page.css~~~~~~~~~~~~~结束 */














/* ~~~~~~~~~~~~~~~Service.css~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~Service.css~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~Service.css~~~~~~~~~~~~~~~~~ */
.SerPageOne1 {
    box-sizing: border-box;
    padding: 70px 56px 90px;
}

.SerPageOne2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.SerPageOne2 dd {
    width: calc((100% - 124px) / 3);
    margin-right: 62px;
}

.SerPageOne2>dd:last-child {
    margin-right: 0px;
}

.SerPageOne2 dd a {
    display: block;
    box-sizing: border-box;
    border: 1px solid #ececec;
    padding: 13px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SerPageOne2 dd a:hover {
    border: 1px solid #ce3439;
}

.SerPageOne2 dd a:hover .img_box img {
    transform: translateZ(30px);
}

.SerPageOne2 dd a .img_box {
    perspective: 900px;
    overflow: hidden;
}

.SerPageOne2 dd a .img_box img {
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SerPageOne2 dd a .bottom_box {
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 40px 40px 60px;
}

.SerPageOne2 dd a .bottom_box .text_01 {
    height: 96px;
    font-family: "Roboto-Light_0";
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.SerPageOne2 dd a .bottom_box .text_02 {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #ce3439;
    text-align: center;
    box-sizing: border-box;
    padding-top: 22px;
}

.SerPageBoxTwo {
    box-sizing: border-box;
    padding-bottom: 80px;
}

.SerPageTwo1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 56px 40px;
}

.SerPageTwo1 .left_box {
    width: 48%;
}

.SerPageTwo1 .left_box img {
    width: 100%;
}

.SerPageTwo2 {
    width: 52%;
    box-sizing: border-box;
    padding-left: 12%;
}

.SerPageTwo2 .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 48px;
    color: #222222;
}

.SerPageTwo3 {
    box-sizing: border-box;
    padding-top: 40px;
}

.SerPageTwo3 dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.SerPageTwo3 dd div {
    font-size: 18px;
    color: #cb5256;
}

.SerPageTwo3 dd span {
    font-family: "Roboto-Light_0";
    font-size: 18px;
    color: #222222;
    box-sizing: border-box;
    padding-left: 10px;
}

.SerPageBoxTwo .SerPageTwo1 .border_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    box-sizing: border-box;
    padding: 70px 0 35px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.SerPageTwo1 .border_box .SerPageTwo2 {
    padding-left: 4%;
}

.SerPageTwo2 .btn_box {
    width: 50%;
    box-sizing: border-box;
    padding-top: 30px;
}

.SerPageTwo2 .btn_box a {
    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;
    background: #c64246;
    box-sizing: border-box;
    padding: 10px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.SerPageTwo2 .btn_box a:hover {
    background: rgba(198, 66, 70, 0.8);
}

.SerPageTwo2 .btn_box a div {
    font-size: 20px;
    color: #fff;
}

.SerPageTwo2 .btn_box a span {
    font-family: "impact";
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
}

/* ~~~~~~~~~~~~~~~Service.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~Service.css~~~~~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~~~~Service.css~~~~~~~~~~~~~~~~~结束 */
















/* ~~~~~~~~~~~~products_page页面的第一模块~~~~~~~ */
/* ~~~~~~~~~~~~products_page页面的第一模块~~~~~~~ */
/* ~~~~~~~~~~~~products_page页面的第一模块~~~~~~~ */
.pro_PaPageBoxOne {
    background: #f1f3f3;
}
.pro_PaPage_lunbo_fangda_box {
    display: none;
}
.pro_PaPage_lunbo_fangda .owl-controls .owl-dots .owl-dot.active span {
    background: #bd252a;
}
.pro_PaPage_lunbo_fangda .owl-controls .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.pro_PaPageOne1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 44px 0 70px;
}

.pro_PaPageOne2 {
    width: 631px;
    position: relative;
}



/* 放大镜.css */
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bg {
    width: 630px;
    height: 540px;
    margin: 0 auto;
    /* padding: 20px; */
    /* border: 1px solid #E8E8E8; */
    overflow: hidden;
    /* min-width: 900px; */
    box-sizing: border-box;
    /* background: #fff; */
}

.bg_left {
    width: 630px;
    height: auto;
    float: left
}

.bg_right {
    position: absolute;
    top: 0;
    left: 100%;
}

.show {
    width: 631px;
    height: 430px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #E8E8E8;
    cursor: move
}

.show img {
    /* width: 430px; */
    width: 100%;
    height: 430px;
}

.mask {
    width: 315.5px;
    height: 215px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.bigshow {
    width: 500px;
    height: 430px;
    overflow: hidden;
    /* margin-left: 10px; */
    display: none;
    border: 1px solid #E8E8E8;
    background: #fff;
}

.bigshow img {
    width: 1129px;
    height: 860px;
    /* width: 100%;
    height: 100%; */
    margin-right: 10px;
    max-width: none;
}

.smallshow {
    width: 100%;
    height: 82px;
    position: relative
}

.smallshow img {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.5s
}

.smallshow>.middle_box {
    margin: 0 auto;
    width: 533px;
    overflow: hidden;
    height: 82px;
}

.smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    height: 100%;
}

.smallshow .middle>li {
    width: 123px;
    height: 80px;
    float: left;
    cursor: pointer;
    padding: 0 5px;
}

.smallshow>div.prev,
.smallshow>div.next {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

.smallshow>.prev {
    left: 0;
    background: url(../images/prev_01.png) no-repeat;
    transition: all 0.5s
}

.smallshow>.next {
    right: 0;
    background: url(../images/next_01.png) no-repeat;
    transition: all 0.5s
}

.smallshow>.prev.prevnone {
    left: 0;
    background: url(../images/prev.png) no-repeat;
    cursor: not-allowed
}

.smallshow>.next.nextnone {
    right: 0;
    background: url(../images/next.png) no-repeat;
    cursor: not-allowed
}

/* 放大镜.css      结束  */


.pro_PaPageOne3 {
    width: calc(100% - 631px);
    box-sizing: border-box;
    padding-left: 6%;
}

.pro_PaPageOne3 .tt_box .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 48px;
    color: #bd252a;
}

.pro_PaPageOne3 .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #222222;
    box-sizing: border-box;
    padding: 10px 0 20px;
}

.pro_PaPageOne4 {
    box-sizing: border-box;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.pro_PaPageOne4 dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 6px 0;
}

.pro_PaPageOne4 dd>div:nth-child(1) {
    width: 62%;
    box-sizing: border-box;
    padding-right: 10px;
}

.pro_PaPageOne4 dd>div:nth-child(2) {
    width: 38%;
}

.pro_PaPageOne4 dd div {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
}

.pro_PaPageOne3 .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: 18px 0;
}

.pro_PaPageOne3 .share_box span {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
    padding-right: 10px;
}

.pro_PaPageOne3 .btn_box .btn_01 {
    width: 26%;
    margin-right: 20px;

}

.pro_PaPageOne3 .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_PaPageOne3 .btn_box .btn_01 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: red;
    box-sizing: border-box;
    padding: 10px 0;
}

.pro_PaPageOne3 .btn_box .btn_01 a div {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.pro_PaPageOne3 .btn_box .btn_01 a span {
    font-family: "Roboto-Regular_1";
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
}

.pro_PaPageOne3 .btn_box>.btn_01:nth-child(1) a {
    background: #bd252a;
}

.pro_PaPageOne3 .btn_box>.btn_01:nth-child(2) a {
    background: #1e2025;
}

.pro_PaPageOne3 .btn_box>.btn_01:nth-child(3) a {
    background: #e48f09;
}

.pro_PaPageOne3 .btn_box .btn_01:hover a div {
    transform: scale(1.15);
}

.pro_PaPageBoxTwo {
    background: #f1f3f3;
}

.pro_PaPageTwo1 {
    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-bottom: 50px;
}

.pro_PaPageTwo2 {
    width: calc(100% - 364px);
}
.pro_PaPageTwo3_box{
    height:60px;
}
.pro_PaPageTwo3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 10;
}
.pro_PaPageTwo3.active {
    position: fixed;
    z-index: 10;
    top: 126px;
    width: 66%;
}

.pro_PaPageTwo3 dd {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #888888;
    width: calc(100% / 5);
    box-sizing: border-box;
    padding: 18px 0 20px;
    border-top: 2px solid #888888;
    text-align: center;
    background: #ececec;
    cursor: pointer;
}

.pro_PaPageTwo3>dd.hover {
    background: #fff;
    color: #c64448;
    border-top: 2px solid #c64448;
}

.pro_PaPageTwo4 {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 30px 66px 30px;
}


.pro_PaPageTwo4_01 .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 30px;
    color: #222222;
}

.pro_PaPageTwo4_01 .text_01 {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding: 20px 0 40px;
}

.pro_PaPageTwo4_02 .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 30px;
    color: #222222;
}

.pro_PaPageTwo4 table {
    width: 100%;
    border-collapse: collapse;
}

.pro_PaPageTwo4 table tr:nth-child(odd) {
    background: #f5f5f5;
}

.pro_PaPageTwo4 table tr:nth-child(even) {
    background: #e5e5e5;
}

.pro_PaPageTwo4 table tr td {
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0 4px;
    border: 1px solid #fff;
}

.pro_PaPageTwo4 table tr>td:nth-child(1) {
    font-family: "Roboto-Regular_1";
    background: #4b4b4b;
    color: #fff;
    font-size: 14px;
}




.pro_PaPageTwo4_02 .table_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 0 40px;
}

.pro_PaPageTwo4_02 .table_box .public_pro_table {
    width: 54%;
}

.pro_PaPageTwo4_02 .table_box table {
    width: 100%;
}

.pro_PaPageTwo4_02 .table_box .right_box {
    width: 46%;
    box-sizing: border-box;
    padding-left: 3%;
}

.pro_PaPageTwo4_02 .table_box .right_box .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 20px;
    color: #222222;
}

.pro_PaPageTwo4_02 .table_box .right_box .tt_02 {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    box-sizing: border-box;
    padding: 12px 0 20px;
}

.pro_PaPageTwo4_02_01 dd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_PaPageTwo4_02_01 dd div {
    font-size: 18px;
    color: #bd252a;
}

.pro_PaPageTwo4_02_01 dd span {
    font-family: "Roboto-Light_0";
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 10px;
}

.pro_PaPageTwo4_03 .text_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    box-sizing: border-box;
    padding: 22px 0 32px;
}

.pro_PaPageTwo4_03 .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 30px;
    color: #222222;
}

.pro_PaPageTwo4_03 .text {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    box-sizing: border-box;
    padding: 20px 0 30px;
}

.pro_PaPageTwo4_03 .img_list_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.pro_PaPageTwo4_03 .img_list_box dd {
    width: calc((100% - 36px) / 3);
    margin-right: 18px;
}

.pro_PaPageTwo4_03 .img_list_box>dd:nth-child(3n) {
    margin-right: 0;
}

.pro_PaPageTwo4_03 .img_list_box dd img {
    width: 100%;
}

.pro_PaPageTwo4_03 .img_list_box dd div {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;
}

.pro_page_download {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pro_page_download dd {
    width: 45%;
    margin-bottom: 48px;
}

.pro_page_download dd a:hover .right_box .down_btn_box .down_btn {
    background: #bd252a;
}

.pro_page_download dd a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding: 26px 30px 22px;
    background: #f1f3f3;
    border-radius: 5px;
}

.pro_page_download dd a .img_box {
    width: 20%;
}

.pro_page_download dd a .right_box {
    width: 80%;
    box-sizing: border-box;
    padding-left: 18px;
}

.pro_page_download dd a .right_box .download_tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 16px;
    color: #222222;
}

.pro_page_download dd a .download_tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #888888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro_page_download dd a .right_box .down_btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
}

.pro_page_download dd a .right_box .down_btn {
    color: #fff;
    width: 19%;
    background: #a2a2a2;
    text-align: center;
    line-height: 22px;
    margin-right: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.pro_PaPageTwo4_04 .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 30px;
    color: #222222;
}

.pro_PaPageTwo4_04 .img_box div {
    width: calc((100% - 47px) / 2);
}

.pro_PaPageTwo4_04 .img_box {
    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: 25px 0 30px;
}

.pro_PaPageTwo4_04 .img_box div img {
    width: 100%;
}

.pro_PaPageTwo4_04_01 {
    position: relative;
}

.pro_PaPageTwo4_04_01 .prev_btn {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    z-index: 1;
    width: 28px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(72, 72, 72, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_PaPageTwo4_04_01 .next_btn {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    z-index: 1;
    width: 28px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(72, 72, 72, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_PaPageTwo4_04_01 .prev_btn:hover,
.pro_PaPageTwo4_04_01 .next_btn:hover {
    background: #c64246;
}

.pro_PaPageTwo4_05 {
    box-sizing: border-box;
    padding: 60px 0 50px;
}

.pro_PaPageTwo4_05 .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 30px;
    color: #222222;
    box-sizing: border-box;
    /* padding-bottom: 35px;  */
}

.pro_PaPageTwo4_05 .img_box_01 img {
    width: 100%;
}

.pro_PaPageTwo4_05 .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 24px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.pro_PaPageTwo4_06 .big_tt {
    font-family: "Roboto-Regular_1";
    font-size: 30px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.pro_PaPageTwo4_06_01 {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.pro_PaPageTwo4_06_01 dd {
    box-sizing: border-box;
    padding: 18px 20px 20px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.pro_PaPageTwo4_06_01 dd .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 24px;
    color: #222222;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.pro_PaPageTwo4_06_01 dd .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.pro_PaPageTwo_right {
    position: relative;
    width: 294px;
}

.pro_PaPageTwo_right a {
    display: block;
    box-sizing: border-box;
    padding: 18px 15px 30px;
    background: #fff;
}

.pro_PaPageTwo_right a:hover .img_box {
    border: 1px solid #c64448;
}

.pro_PaPageTwo_right a:hover .tt_box .btn_box div {
    transform: rotateZ(-20deg);
}

.pro_PaPageTwo_right a .img_box {
    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-sizing: border-box;
    border: 1px solid #f1f3f3;
    height: 179px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_PaPageTwo_right a .tt_box .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0 10px;
}

.pro_PaPageTwo_right a .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.pro_PaPageTwo_right a .tt_box .btn_box {
    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;
    width: 60%;
    margin: 0 auto;
    background: #c64448;
    box-sizing: border-box;
    padding: 8px 0;
}

.pro_PaPageTwo_right a .tt_box .btn_box div {
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #fff;
    color: #c64448;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_PaPageTwo_right a .tt_box .btn_box span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
}

.proPageKey_word_box {
    background: #f1f3f3;
}
.proPageKey_word {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0px 0 40px;
}
.proPageKey_word a {
    display: block;
    box-sizing: border-box;
    padding: 5px 12px;
    border: 1px solid #c64448;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border-radius: 12px;
    margin-right: 12px;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}
.proPageKey_word a:hover {
    background: #c64448;
    color: #fff;
}






.pro_PaPageBoxThree {
    background: #fff;
}

.pro_PaPageThree1 {
    box-sizing: border-box;
    padding: 50px 0 70px;
}

.pro_PaPageThree1 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 36px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 45px;
}

.pro_PaPageThree3 {
    width: 89%;
    margin: 0 auto;
}

.pro_PaPageThree3 dd {
    box-sizing: border-box;
    border: 1px solid #f1f3f3;
}

.pro_PaPageThree3 dd .img_box {
    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;
    height: 194px;
    overflow: hidden;
    perspective: 900px;
}
.pro_PaPageThree3 dd .img_box:hover img {
    -ms-transform: translateZ(30px);
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}

.pro_PaPageThree3 dd .tt_box {
    box-sizing: border-box;
    padding: 18px 0;
    border-top: 1px solid #f1f3f3;
    border-bottom: 1px solid #f1f3f3;
}

.pro_PaPageThree3 dd .tt_box .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_PaPageThree3 dd .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #222222;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_PaPageThree3 dd .btn_box>a:nth-child(1) {
    border-right: 1px solid #f1f3f3;
}

.pro_PaPageThree3 dd .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_PaPageThree3 dd .btn_box a {
    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;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_PaPageThree3 dd .btn_box a:hover {
    background: #c64246;
}

.pro_PaPageThree3 dd .btn_box a:hover div,
.pro_PaPageThree3 dd .btn_box a:hover span {
    color: #fff;
}

.pro_PaPageThree3 dd .btn_box a div {
    font-size: 18px;
    color: #c64246;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_PaPageThree3 dd .btn_box a span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #c64246;
    box-sizing: border-box;
    padding-left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_PaPageThree3 dd .img_box img {
    width: auto;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_PaPageThree2 {
    position: relative;
}

.pro_PaPageThree2 .prev_btn {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    z-index: 1;
    width: 28px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(72, 72, 72, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_PaPageThree2 .next_btn {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    z-index: 1;
    width: 28px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: rgba(72, 72, 72, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_PaPageThree2 .prev_btn:hover,
.pro_PaPageThree2 .next_btn:hover {
    background: #c64246;
}


.pro_PaPageBoxFour {
    background: url("../images/pro_page_13.jpg") no-repeat center center / cover;
}

.pro_PaPageFour1 .tt {
    font-family: "Roboto-Bold_0";
    font-size: 36px;
    color: #222222;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.pro_PaPageFour1 {
    box-sizing: border-box;
    padding: 70px 20px 85px;
}

.pro_PaPageBoxFive .conPageTwo1 {
    box-sizing: border-box;
    padding: 55px 0 70px;
}

.pro_PaPageBoxFive .conPageTwo1 .form_box .conPageTwo3 input,
.pro_PaPageBoxFive .conPageTwo1 .form_box .conPageTwo3 textarea {
    background: #fff;
}

/* ~~~~~~~~~~~~products_page页面的第一模块~~~~~~~结束 */
/* ~~~~~~~~~~~~products_page页面的第一模块~~~~~~~结束 */
/* ~~~~~~~~~~~~products_page页面的第一模块~~~~~~~结束 */

















/* ~~~~~~~~~~~~products_list.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~products_list.css~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~products_list.css~~~~~~~~~~~~~~~ */
.pro_liPageOne1 {
    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: 70px 0 60px;
}

.pro_liPageOne1 .left_box {
    width: 23%;
}

.Pro_left_public_tt_box {
    box-sizing: border-box;
    border-top: 3px solid #ce3439;
}

.Pro_left_public_tt_box .tt_box {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    margin-top: 5px;
    background: #f1f3f3;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
    color: #ce3439;
}

.pro_liPageOne2_01 {
    box-sizing: border-box;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.pro_liPageOne2_01>dd.hover a {
    background: #ce3439;
}

.pro_liPageOne2_01>dd.hover a span,
.pro_liPageOne2_01>dd.hover a div {
    color: #fff;
}

.pro_liPageOne2_01 dd a {
    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;
    box-sizing: border-box;
    padding: 16px 18px 13px 40px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liPageOne2_01 dd a:hover span,
.pro_liPageOne2_01 dd a:hover div {
    color: #fff;
}

.pro_liPageOne2_01 dd a:hover {
    background: #ce3439;
}

.pro_liPageOne2_01 dd a:hover div {
    margin-right: -6px;
}

.pro_liPageOne2_01 dd a span {
    font-family: "Roboto-Light_0";
    font-size: 18px;
    color: #666666;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liPageOne2_01 dd a div {
    color: #666666;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liPageOne3 {
    box-sizing: border-box;
    padding: 26px 0 28px;
}






.pro_liPageOne3_01 .picScroll-top .bd {
    box-sizing: border-box;
    padding: 14px 0;
}


.pro_liPageOne3_02 li a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_liPageOne3_02 li a .img_box {
    width: 40%;
    height: 89px;
    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;
    box-sizing: border-box;
    border: 1px solid #f1f3f3;
    background: #fff;
}

.pro_liPageOne3_02 li a .right_box {
    width: 60%;
    box-sizing: border-box;
    padding-left: 10px;
}

.pro_liPageOne3_02 li a .right_box .tt_01 {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #666666;
}

.pro_liPageOne3_02 li a .right_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 15px;
    color: #222222;
    box-sizing: border-box;
    padding: 10px 0;
}

.pro_liPageOne3_02 li a .right_box .more_btn {
    font-family: "Roboto-Regular_1";
    font-size: 12px;
    color: #ce3439;
}











.pro_liPageOne4 .img_box {
    box-sizing: border-box;
    border-bottom: 3px solid #c64246;
}

.pro_liPageOne4 .img_box img {
    width: 100%;
}

.pro_liPageOne4 .bottom_box {
    background: #f1f3f3;
    box-sizing: border-box;
    padding: 24px 20px 30px 25px;
}

.pro_liPageOne4 .bottom_box .tt {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #222222;
}

.pro_liPageOne4_01 {
    box-sizing: border-box;
    padding-top: 10px;
}

.pro_liPageOne4_01 dd a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding: 7px 0;
}

.pro_liPageOne4_01 dd a:hover span {
    color: #c64246;
}

.pro_liPageOne4_01 dd a div {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #c64246;
}

.pro_liPageOne4_01 dd a span {
    font-family: "Roboto-Light_0";
    width: calc(100% - 20px);
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    word-break: break-all;
}

.pro_liPageOne6_right {
    width: 71%;
}

.pro_liPageOne6_right .top_box {
    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: 52px 40px 32px 50px;
    background: #f1f3f3;
    border-top: 3px solid #c64246;
    display: none;
}

.pro_liPageOne6_right .top_box .tt_box {
    width: 64%;
}

.pro_liPageOne6_right .top_box .tt_box .tt_01 {
    font-family: "Roboto-Bold_0";
    font-size: 30px;
    color: #222222;
}

.pro_liPageOne6_right .top_box .tt_box .tt_02 {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    box-sizing: border-box;
    padding-top: 15px;
}

.pro_liPageOne6_right .top_box .img_box {
    width: 31%;
}

.pro_liPageOne6_right .top_box .img_box img {
    width: 100%;
}


.pro_liPageOne7 {
    display: -ms-flexbox;
    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: 30px 0 26px;
}

.pro_liPageOne7 .text {
    font-family: "Roboto-Bold_0";
    font-size: 24px;
    color: #222222;
}

.pro_liPageOne7_right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_liPageOne7_right .btn_box {
    width: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_liPageOne7_right .btn_box .icon_1 {
    font-size: 26px;
    margin-right: 5px;
    cursor: pointer;
}

.pro_liPageOne7_right .btn_box .icon_2 {
    font-size: 20px;
    cursor: pointer;
}

.pro_liPageOne7_right .btn_box>div.hover {
    color: #c64246;
}

.pro_liPageOne7_right .left_right_btn_box {
    width: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_liPageOne7_right .left_right_btn_box a {
    width: 24px;
    height: 24px;
    line-height: 22px;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    text-align: center;
    margin: 0 3px;
}

.pro_liPageOne7_right .left_right_btn_box>a.hover {
    border: 1px solid #c64246;
    color: #c64246;
}

.pro_liPageOne8 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_liPageOne8>dd:nth-child(3n) {
    margin-right: 0;
}

.pro_liPageOne8 dd {
    width: calc((100% - 56px) / 3);
    margin-right: 28px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #f1f3f3;
}
.pro_liPageOne8 dd .item_a {
    display: block;
}
.pro_liPageOne8 dd .item_a:hover .img_box img {
    transform: translateZ(30px);
}
.pro_liPageOne8 dd .img_box {
    height: 220px;
    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;
    box-sizing: border-box;
    padding: 0 10px;
    perspective: 900px;
}
.pro_liPageOne8 dd .img_box img {
    max-width: 100%;
    -webit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liPageOne8 dd .bottom_box .tt_01 {
    box-sizing: border-box;
    padding: 12px 0 10px;
    
}
.pro_liPageOne8 dd .bottom_box .tt_01 div {
    height: 34px;
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro_liPageOne8 dd .bottom_box .tt_02 {
    box-sizing: border-box;
    padding-bottom: 25px;
}
.pro_liPageOne8 dd .bottom_box .tt_02 div {
    height: 44px;
    font-family: "Roboto-Regular_1";
    font-size: 18px;
    color: #222222;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro_liPageOne8 dd .bottom_box .btn_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pro_liPageOne8 dd .bottom_box .btn_box a {
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-top: 1px solid #f1f3f3;
    box-sizing: border-box;
    padding: 8px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.pro_liPageOne8 dd .bottom_box .btn_box a:hover {
    background: #c64246;
}

.pro_liPageOne8 dd .bottom_box .btn_box a:hover div,
.pro_liPageOne8 dd .bottom_box .btn_box a:hover span {
    color: #fff;
}

.pro_liPageOne8 dd .bottom_box .btn_box>a:nth-child(1) {
    border-right: 1px solid #f1f3f3;
}

.pro_liPageOne8 dd .bottom_box .btn_box a div {
    font-size: 18px;
    color: #c64246;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_liPageOne8 dd .bottom_box .btn_box a span {
    font-family: "Roboto-Regular_1";
    font-size: 14px;
    color: #c64246;
    box-sizing: border-box;
    padding-left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/* hover状态下的列表 */
.pro_liPageOne8>dd.hover {
    width: 100%;
    margin-right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.pro_liPageOne8>dd.hover .item_a {
    width: 37%;
}


.pro_liPageOne8>dd.hover .bottom_box {
    width: 63%;
}

.pro_liPageOne8>dd.hover .bottom_box .tt_01 div,
.pro_liPageOne8>dd.hover .bottom_box .tt_02 {
    text-align: left;
}

.pro_liPageOne8>dd.hover .bottom_box .btn_box a {
    border: 1px solid #f1f3f3;
    width: 26%;
}

.pro_liPageOne8>dd.hover .bottom_box .btn_box a:nth-child(1) {
    margin-right: 10px;
}


.pro_liPageOne9 {
    box-sizing: border-box;
    padding-top: 25px;
}


.pro_liPageOne3_01 .picScroll-top .hd {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pro_liPageOne3_01 .picScroll-top .hd .next {
    font-size: 30px;
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 6px 0;
    border: 1px solid #f1f3f3;
    text-align: center;
    color: #7d7d7d;
    cursor: pointer;
}
.pro_liPageOne3_01 .picScroll-top .hd .prev {
    font-size: 30px;
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 6px 0;
    border: 1px solid #f1f3f3;
    text-align: center;
    color: #7d7d7d;
    cursor: pointer;
}
.pro_liPageOne3_01 .picScroll-top .hd .next:hover,
.pro_liPageOne3_01 .picScroll-top .hd .prev:hover {
    color: #be3035;
}





















/* ~~~~~~~~~~~~products_list.css~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~products_list.css~~~~~~~~~~~~~结束 */
/* ~~~~~~~~~~~~products_list.css~~~~~~~~~~~~~结束 */