#baguetteBox-overlay {
    display: none;
}

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

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

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

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

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

* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

select,
input,
textarea,
button {
    outline: none;
}

button {
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}






/* 给表格添加滚动条 */
.pro_page_table {
    overflow-x: auto;
}


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

















/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* ~~~~~~~~~~~~~~~~~~~导航,css */
/* 色调 */
:root {
    --hue: #FCB026;
}

.fz_48 {
    font-family: "Roboto-Bold";
    font-size: 48px;
    line-height: 64px;
}

.fz_36 {
    font-family: "Roboto-Medium";
    font-size: 36px;
    line-height: 48px;
}

.fz_30 {
    font-family: "Roboto-Bold";
    font-size: 30px;
    line-height: 40px;
}

.fz_24 {
    font-family: "Roboto-Bold";
    font-size: 24px;
    line-height: 32px;
}

.fz_16 {
    font-size: 16px;
    line-height: 30px;
}

.fz_14 {
    font-size: 14px;
    line-height: 24px;
}

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

.p_t_100 {
    padding-top: 100px;
}

.p_b_100 {
    padding-bottom: 100px;
}

.tc {
    text-align: center;
}

.upp {
    text-transform: uppercase;
}

.p_b_45 {
    padding-bottom: 45px;
}

.hover1_style {
    position: relative;
    overflow: hidden;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hover1_style:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}

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

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

/* ~~~~~~~~~~~~~~导航，css */
.public_head_nav {
    height: 0;
}

.head_nav_cen {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

.head_nav_cen_w .logo {
    width: 77px;
}

.head_nav_cen_w .logo a {
    display: block;
}

.head_nav_cen_w .logo a img {
    width: 100%;
}

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

.head_nav_cen_list {
    width: calc(100% - 250px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.head_nav_cen_list .item {
    font-family: "Roboto-Medium";
    font-size: 16px;
    color: #FAFAFA;
    line-height: 120px;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.head_nav_cen_list .item:hover {
    color: var(--hue) !important;
}

.head_nav_cen_list .item.hover {
    color: var(--hue) !important;
}

.head_chat_now a {
    width: 180px;
    height: 48px;
    border-radius: 25px;
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.head_chat_now a .iconfont {
    font-size: 24px;
    color: #333F47;
}

.head_chat_now a span {
    font-size: 16px;
    color: #333F47;
    padding: 1px 0 0 8px;
}

/* ~~~~~~~~~~~~~导航改变，css */
.head_nav_cen.active {
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.head_nav_cen.active .head_nav_cen_list .item {
    color: #444444;
}

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















/* ~~~~~~~~~~~~~~~~~content,css */
/* ~~~~~~~~~~~~~~~~~content,css */
/* ~~~~~~~~~~~~~~~~~content,css */
.module2One {
    position: relative;
    overflow: hidden;
}

.module2One img {
    width: 100%;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.module2One.wow.animated img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.module2One_w {
    position: absolute;
    z-index: 2;
    top: 56%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module2One_01 {
    width: 48%;
}

.module2One_01_tt {
    font-family: "Roboto-Bold";
    font-size: 2.5vw;
    color: #FAFAFA;
    line-height: 1.3;
}

.module2One_01_list {
    padding-top: 25px;
}

.module2One_01_list .item {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.module2One_01_list .item .iconfont {
    width: 38px;
    font-size: 28px;
    color: var(--hue);
}

.module2One_01_list .item span {
    width: calc(100% - 38px);
    font-size: 16px;
    color: #FAFAFA;
    line-height: 24px;
    padding-top: 3px;
}

.module2One_01_btn {
    padding-top: 18px;
}

.public_page_btn {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 230px;
    line-height: 50px;
    border-radius: 25px;
    cursor: pointer;
}

.public_page_btn.btn1 {
    color: #333F47;
    background: var(--hue);
}

.public_page_btn.btn2 {
    color: var(--hue);
    background: #333F47;
}

.module2One_01_btn .public_page_btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.module2Two {
    background: #FBFBFB;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

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

.module2Two1 .item {
    width: calc(100% / 4);
    padding: 25px 20px;
    border-right: 1px solid #D5D5D5;
}

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

.module2Two1 .item .title_icon {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.module2Two1 .item .title_icon .iconfont {
    width: 30px;
    font-size: 28px;
    color: var(--hue);
}

.module2Two1 .item .title_icon span {
    width: calc(100% - 30px);
    font-family: "Roboto-Bold";
    color: #222222;
    padding-top: 4px;
    text-transform: uppercase;
}

.module2Two1 .item .text {
    color: #333F47;
    padding: 5px 0 0 3px;
}

.public_page_title .text {
    padding-top: 8px;
}

.module2Three1 .item {
    margin-bottom: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

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

.module2Three1 .item .img_box {
    width: 50%;
    border-radius: 20px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.module2Three1 .item .img_box:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.module2Three1 .item .r_box {
    width: 47%;
}

.module2Three1 .item .r_box .title {
    color: #444444;
}

.module2Three1 .item .r_box .text {
    color: #888888;
    padding-top: 18px;
}

.module2Three1 .item .r_box .text span {
    color: #333F47;
}

.module2Three1 .item .r_box .btn {
    padding-top: 12px;
}

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

.module2Four {
    background: #F5F5F5;
}

.module2Four2_lunbo .swiper-slide .item {
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.module2Four2_lunbo .swiper-slide .item:hover img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.module2Five1 {
    padding: 70px 50px 70px 100px;
    background: url(../images/module_img_10.jpg) no-repeat center center / cover;
}

.module2Five1_01 {
    max-width: 630px;
}

.module2Five1_01 .title {
    color: #222222;
}

.module2Five1_01 .text {
    color: #888888;
    padding-top: 5px;
}

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

.module2Five1_01 .btn .public_page_btn {
    width: 200px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.module2Five1_01 .btn>.public_page_btn:nth-child(2) {
    margin-left: 15px;
}

.module2Six {
    background: #333F47;
}

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

.module2Six1 .item {
    width: calc(100% / 5);
    padding: 0 15px;
    text-align: center;
    -ms-perspective: 200px;
    -moz-perspective: 200px;
    -webkit-perspective: 200px;
    perspective: 200px;
}

.module2Six1 .item .icon {
    width: 135px;
    margin: 0 auto;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.module2Six1 .item:hover .icon {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.module2Six1 .item .icon img {
    width: 100%;
}

.module2Six1 .item .text {
    color: #FAFAFA;
    padding-top: 15px;
}

.module2Seven1_01_top {
    padding-bottom: 25px;
}

.module2Seven1_01_top .title {
    color: #444444;
}

.module2Seven1_01_top .text {
    color: #888888;
    padding-top: 15px;
}

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

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

.module2Seven1_01_bot .item .img_box {
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

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

.module2Seven1_01_bot .item:hover .img_box img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.module2Seven1_01_bot .item .text {
    color: #333F47;
    text-align: center;
    padding-top: 15px;
}

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

.module2Seven>.module2Seven1:nth-child(even) {
    background: #F5F5F5;
}

.module2Eight1 {
    background: #F5F5F5;
}

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

.module2Eight1_01_L {
    width: 70%;
}

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

.module2Eight1_01_R_prev,
.module2Eight1_01_R_next {
    font-size: 20px;
    color: var(--hue);
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid var(--hue);
    outline: none;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.module2Eight1_01_R_prev:hover,
.module2Eight1_01_R_next:hover {
    color: #FAFAFA;
    background: var(--hue);
}

.module2Eight1_01_R_next {
    margin-left: 10px;
}

.module2Eight2 {
    position: relative;
}

.module2Eight2_lunbo .swiper-slide .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.module2Eight2_lunbo .swiper-slide .item .item_w {
    height: 800px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.module2Eight2_lunbo_content {
    width: 100%;
    max-width: 650px;
}

.module2Eight2_lunbo_content .title {
    color: #FAFAFA;
}

.module2Eight2_lunbo_content .list_box {
    padding: 20px 0 28px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.module2Eight2_lunbo_content .list_box .every {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
}

.module2Eight2_lunbo_content .list_box>.every:nth-child(3n) {
    margin-right: 0;
}

.module2Eight2_lunbo_content .list_box .every .every_tt {
    font-family: "Roboto-Light";
    color: #FAFAFA;
    line-height: 1.2;
}

.module2Eight2_lunbo_content .list_box .every .every_text {
    font-family: "Roboto-Bold";
    font-size: 24px;
    color: #FAFAFA;
}

.module2Eight2_dots {
    position: absolute;
    z-index: 2;
    right: 13.4%;
    bottom: 55px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.module2Eight2_dots .item {
    width: 10.2vw;
    margin-right: 1.8vw;
    border: 1px solid transparent;
    cursor: pointer;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

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

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

.module2Eight2_dots .item.hover {
    border-color: var(--hue);
}

.module2Nine {
    background: #F5F5F5;
}

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

.module2Nine1_L {
    width: 48%;
}

.module2Nine1_L .subtitle {
    color: var(--hue);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.module2Nine1_L_text {
    color: #222222;
    padding-top: 25px;
}

.module2Nine1_L_btn {
    padding-top: 25px;
}

.module2Nine1_R {
    width: 46%;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 85px 30px 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.module2Nine1_R_lunbo .swiper-slide .item .round {
    width: 146px;
    height: 146px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(252, 176, 38, 0.4);
    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;
}

.module2Nine1_R_lunbo .swiper-slide .item .round .img_box {
    width: 100px;
    border-radius: 50%;
    border: 2px solid var(--hue);
}

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

.module2Nine1_R_lunbo .swiper-slide .item .icon {
    width: 16px;
    height: 16px;
    margin: 30px auto 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.module2Nine1_R_lunbo .swiper-slide .item .icon::after,
.module2Nine1_R_lunbo .swiper-slide .item .icon::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #888888;
}

.module2Nine1_R_lunbo .swiper-slide .item .text {
    color: #888888;
    line-height: 28px;
    text-align: center;
}

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

.public_lunbo_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background: #333F47;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.public_lunbo_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--hue);
}

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

.module2Ten1_L {
    width: 48%;
}

.module2Ten1_L_btn {
    padding-top: 15px;
}

.module2Ten1_R {
    position: relative;
    width: 50%;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
}

.module2Ten1_R img {
    width: 100%;
}

.module2Ten1_R:hover>img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

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

.public_video_play_btn img {
    width: 100%;
}

.module2Ten1_R .public_video_play_btn {
    width: 105px;
}

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

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

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

.ind_video_maskBox .video_Box_1 .closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ind_video_maskBox .video_Box_1 .closeBtn:hover {
    color: #f40a0a;
}

/* 点击视频弹出播放框css~~~~~~~~~~~~~~~~结束 */

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

.module2Eleven2_lunbo .swiper-slide .item .img_box {
    border-radius: 10px;
    -ms-perspective: 900px;
    -moz-perspective: 900px;
    -webkit-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    border: 4px solid #FFFFFF;
}

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

.module2Eleven2_lunbo .swiper-slide .item:hover .img_box img {
    -ms-transform: translateZ(80px);
    -moz-transform: translateZ(80px);
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    -ms-transition: all 1.6s;
    -webkit-transition: all 1.6s;
    transition: all 1.6s;
}

.module2Eleven2_lunbo .swiper-slide .item .text {
    opacity: 0;
    font-family: "Roboto-Regular";
    color: #FFFFFF;
    text-align: center;
    padding-top: 12px;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.module2Eleven2_lunbo .swiper-slide.swiper-slide-active .item .text {
    opacity: 1;
}

.module2Eleven2_dots {
    text-align: center;
    padding-top: 25px;
}

.module2Eleven2_dots .swiper-pagination-bullet {
    outline: none;
    opacity: 1;
    width: 40px;
    height: 5px;
    margin: 0 8px;
    border-radius: 0;
    background: #888888;
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.module2Eleven2_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--hue);
}

.module2Twelve {
    background: #F5F5F5;
}

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

.module2Twelve1_L {
    width: 46.8%;
    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;
}

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

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

.module2Twelve1_L .item .text {
    color: #444444;
    text-align: center;
    padding-top: 10px;
}

.module2Twelve1_R {
    width: 49%;
}

.module2Twelve1_R_tt {
    color: #444444;
}

.module2Twelve1_R_list {
    padding-top: 25px;
}

.module2Twelve1_R_list .item {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

.module2Twelve1_R_list .item .iconfont {
    width: 35px;
    font-size: 28px;
    color: var(--hue);
}

.module2Twelve1_R_list .item span {
    width: calc(100% - 35px);
    color: #333F47;
    padding-top: 2px;
}

.module2Twelve1_R_btn {
    padding-top: 25px;
}

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

.module2Thirteen1_L {
    width: 51%;
}

.module2Thirteen1_L_list .item {
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.module2Thirteen1_L_list .item .iconfont {
    width: 80px;
    font-size: 50px;
    color: var(--hue);
}

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

.module2Thirteen1_L_list .item .r_box .title {
    color: #888888;
    line-height: 1.2;
}

.module2Thirteen1_L_list .item .r_box .text_box {
    font-family: "Roboto-Light";
    font-size: 18px;
    color: #222222;
    line-height: 26px;
}

.module2Thirteen1_L_list .item .r_box .text_box a {
    display: block;
}

.module2Thirteen1_L_list .item .r_box .text_box a:hover {
    color: var(--hue);
}

.module2Thirteen1_L_list .item .r_box .text_box .email {
    font-family: "Roboto-Regular";
    color: #222222;
    line-height: 1;
}

.module2Thirteen1_L_list .item .r_box .text_box .chat,
.module2Thirteen1_L_list .item .r_box .text_box .tel {
    font-family: "Roboto-Regular";
    color: #222222;
}

.module2Thirteen1_R {
    width: 45%;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 45px 4% 40px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

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

.module2Thirteen1_R_form .item .input_tt {
    font-family: "Roboto-Medium";
    font-size: 18px;
    color: #222222;
    padding-bottom: 10px;
}

.module2Thirteen1_R_form .item input {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #444444;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background: #F0F2F3;
    padding: 0 10px 0 15px;
    border: none;
}

.module2Thirteen1_R_form .item textarea {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    font-size: 16px;
    color: #444444;
    line-height: 26px;
    width: 100%;
    height: 125px;
    border-radius: 10px;
    background: #F0F2F3;
    padding: 12px 10px 10px 15px;
    border: none;
    resize: none;
}

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

.module2Thirteen1_R_form .btn {
    text-align: center;
    padding-top: 5px;
}

.module2Thirteen1_R_form .btn button {
    border: none;
}

.module2Fourteen {
    background: #333F47;
}

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

.module2Fourteen1 {
    width: 50px;
}

.module2Fourteen1 a {
    display: block;
}

.module2Fourteen1 a img {
    width: 100%;
}

.module2Fourteen2 {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    text-align: right;
}

.module2Fourteen2 a {
    color: #888888;
}

.module2Fourteen2 a:hover {
    color: var(--hue);
    text-decoration: underline;
}

.module2Fifteen {
    position: fixed;
    z-index: 6;
    right: 50px;
    bottom: 35%;
}

.module2Fifteen a {
    font-size: 46px;
    color: #ffffff;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: var(--hue);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    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;
}

.module2Fifteen a:hover {
    background: #2dbf32;
}

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

.module2Sixteen1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54,54,54,0.6);
    cursor: pointer;
}

.module2Sixteen2 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 1400px;
    border-radius: 20px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.module2Sixteen2_L {
    width: 54%;
    background: var(--hue);
    padding: 20px 30px 20px 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.module2Sixteen2_L_tt_list {
    width: 100%;
}

.module2Sixteen2_L_tt {
    color: #333F47;
}

.module2Sixteen2_L_list {
    padding-top: 25px;
}

.module2Sixteen2_L_list .item {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

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

.module2Sixteen2_L_list .item .iconfont {
    width: 40px;
    font-size: 30px;
    color: #333F47;
}

.module2Sixteen2_L_list .item span {
    width: calc(100% - 40px);
    color: #333F47;
}

.module2Sixteen2_R {
    width: 46%;
    background: #FAFAFA;
    padding: 70px 5%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

/* ~~~~~~~~~~~~~~~~~content,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~content,css~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~~content,css~~~~~~~~~~~end */







.module2Nine1_R_lunbo .swiper-slide .item .name {
    color: #444444;
    text-align: center;
    padding: 15px 0 12px;
}






.module2Thirteen1_L_list2 {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.module2Thirteen1_L_list2 .img_box {
    width: 80px;
}

.module2Thirteen1_L_list2 .img_box img {
    width: 50px;
}

.module2Thirteen1_L_list2 .r_box {
    width: calc(100% - 77px);
}

.module2Thirteen1_L_list2 .r_box .title {
    font-size: 16px;
    color: #666666;
}

.module2Thirteen1_L_list2 .r_box .text {
    font-family: "Roboto-Light";
    font-size: 18px;
    color: #222222;
    line-height: 26px;
    padding-top: 5px;
}

.module2Thirteen1_L_list2 .r_box .text a {
    color: #222222;
}

.module2Thirteen1_L_list2 .r_box .text a:hover {
    color: var(--hue);
}


