* {
    padding: 0;
    margin: 0;
    border: 0;
}

:root {
    --cydl-container-wid: 1700px;
}

html,
body {
    font-family: "微软雅黑";
    position: relative;
    width: 100%;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

i,
em {
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    display: block;
}

a {
    text-decoration: none;
    color: #2c2c2c;
}

.container {
    box-sizing: border-box;
    margin: 0 auto;
    /* overflow: hidden; */
    width: 100%;
    padding: 0 110px;
}

.pageContainer {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.proContainer {
    width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.pages {
    text-align: center;
}

.pages ul {
    display: flex;
    justify-content: right;
}

.pages ul li {
    padding: 0 4px;
}

.pages ul li:last-child {
    padding: 0 0 0 6px;
}

.pages ul li:first-child {
    padding: 0 6px 0 0;
}

.pages ul li a,
.pages ul li span {
    padding: 5px 8px;
    display: block;
    width: 32px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    background-color: transparent;
    border: 1px solid rgba(175, 175, 175, .5);
    border-radius: 3px;
}

.pages ul li.active a,
.pages ul li.active span,
.pages ul li:hover a {
    background: #2e3676;
    color: #fff;
    border: 1px solid #2e3676;
}

.header {
    background: transparent;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 110px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box;
}

.header .container {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header .left a img.blue {
    display: none;
}

.header .left a img.white {
    display: block;
}

.header .container .right {
    display: flex;
    align-items: center;
    height: 100%;
}
.navWap{
    display: none;
}
.header .container .right .nav,
.header .container .right .nav ul {
    height: 100%;
}

.header .container .right .nav .close {
    display: none;
}

.header .container .right .nav .close img {
    width: 100%;
}

.header .container .right .nav ul {
    display: flex;
}

.header .container .right .nav ul>li {
    margin: 0px 32.5px;
    box-sizing: border-box;
    position: relative;
}

.header .container .right .nav ul>li:last-child {
    margin: 0 0 0 32.5px;
}

.header .container .right .nav ul>li::after {
    content: "";
    display: block;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
}

.header .container .right .nav ul>li>a {
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.header .container .right .nav ul>li:hover>a,
.header .container .right .nav ul>li.active>a {
    color: #a99167;
}

.header .container .right .nav ul>li:hover::after,
.header .container .right .nav ul>li.active::after {
    width: 100%;
    transition: all 0.3s ease;
}

.header .container .right .nav .two {
    position: absolute;
    top: 100%;
    display: none;
    transform: translateY(20%);
    padding: 23px 0;
    box-sizing: border-box;
    transition: transform 0.5s;
    width: max-content;
}

.header .container .right .nav ul li:hover .two {
    transform: translateY(0%);
    display: block;
}

.header .container .right .nav .two ol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.header .container .right .nav .two ol li a {
    font-size: 16px;
    color: #e4e0d4;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    padding: 6px 0;
    box-sizing: border-box;
}

.header .container .right .nav .two ol li a::before {
    content: "·";
    font-size: 16px;
    color: #e4e0d4;
    transition: all 0.3s;
    margin-right: 5px;
}

.header .container .right .nav .two ol li:hover a,
.header .container .right .nav .two ol li.active a,
.header .container .right .nav .two ol li:hover a::before,
.header .container .right .nav .two ol li.active a::before {
    color: #a99167;
}

.page_head {
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(4px);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .05) !important;
}

.header .right .nav_icon {
    display: none;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner .pic{
    width: 100%;
    overflow: hidden;
}
.banner .pic img {
    width: 100%;
}
.banner .text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
}
.banner .text h1{
    font-size: 40px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.banner .text p{
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.banner .swiper-container .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.banner .swiper-container .swiper-slide .slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner .swiper-container .swiper-pagination {
    bottom: 150px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, .5);
    width: 44px;
    height: 6px;
    border-radius: 3px;
    margin: 0 5px;
    opacity: 1;
    transition: all 0.3s;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 84px;
    background-color: rgba(2555, 255, 255);
    transition: all 0.3s;
}

.index1 {
    padding: 83px 0 97px 0;
    box-sizing: border-box;
}

.index1 .display {
    display: none;
}

.index_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index_head h4 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 1.316em;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.index_head p {
    font-size: 14px;
    color: #fff;
    line-height: 1.316em;
    font-family: Arial, Helvetica, sans-serif;
}

.index_head h4.black {
    color: #333333;
}

.index_head p.black {
    color: #777777;
    font-size: 14px;
}

.index_head h4.t38 {
    font-size: 38px;
    font-weight: bold;
    color: #333;
    line-height: 1.316em;
}

.index_head p.t38 {
    font-size: 38px;
    color: #777777;
    line-height: 1.316em;
}

.blueBg_arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: rgb(0, 168, 44);
    border: 1px solid transparent;
    width: 172px;
    height: 38px;
    transition:all 0.3s;
}
.blueBg_arrow:hover{
    background-color: transparent;
    border: 1px solid rgb(0, 168, 44);
}

.index1 .index_head .right .blueBg_arrow span {
    color: #fff;
    font-size: 16px;
}
.index1 .index_head .right .blueBg_arrow:hover span{
    color: rgb(0, 168, 44);
}
.index1 .index_head .right .blueBg_arrow:hover .arrow{
    overflow: hidden;
}
.index1 .index_head .right .blueBg_arrow:hover .arrow img{
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 rgb(0, 168, 44));
}

.index1 .content_text {
    padding: 40px 0 80px 0;
    box-sizing: border-box;
    font-size: 18px;
    color: rgb(119, 119, 119);
    text-transform: uppercase;
    line-height: 1.667em;
}

.index1 .content_text p {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.index1 .content_pic {
    width: 100%;
    overflow: hidden;
}

.index1 .content_pic img {
    width: 100%;
}

.index1 .content_pic.wap {
    display: none;
}

/* 首页 - 关于我们2 */
.index2{
    overflow: hidden;
}
.index2 .main {
    background: url(../images/index_about2_bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 80px;
    box-sizing: border-box;
    width: 94.27%;
    margin: 0 0 0 auto;
}

.index2 .index_head {
    padding: 0px 0 107px 0;
    box-sizing: border-box;
}

.index2 .index_head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 180px 0 70px;
    box-sizing: border-box;
}

.index_head .right {
    display: flex;
    align-items: flex-start;
}

.index_head .right ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_head .right ul li {
    padding: 0 22px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.index_head .right ul li:last-child {
    border-right: none;
    padding: 0 0 0 22px;
}

.index_head .right ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
}

.index_head .right ul li a:hover {
    color: #fff;
}

.index2 .main_top {
    display: flex;
    justify-content: space-between;
    margin: 0 180px 0 0;
}

.index2 .main_top .title {
    padding-bottom: 40px;
    box-sizing: border-box;
}

.index2 .main_top .title::before {
    content: "";
    width: 38px;
    height: 3px;
    display: block;
    background-color: #00a82c;
    margin-bottom: 25px;
}

.index2 .main_top .title h5 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.index2 .main_top .title p {
    color: rgba(255, 255, 255, .5);
    padding-top: 6px;
    box-sizing: border-box;
}

.index2 .main_top .content {
    width: 780px;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin: 0 auto;
}

.index2 .main_top .content p,
.index2 .main_top .content span {
    font-size: inherit;
    color: inherit;
    line-height: 2.143em;
    text-align: justify;
}

.index2 .main_bottom .container {
    padding: 110px 180px 166px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.index2 .main_bottom .right {
    width: 780px;
}

.index2 .main_bottom .right::before {
    content: "";
    width: 38px;
    height: 3px;
    display: block;
    background-color: #00a82c;
    margin-bottom: 20px;
}

.index2 .main_bottom ol {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.index2 .main_bottom ol li .top {
    display: flex;
    margin-bottom: 20px;
}

.index2 .main_bottom ol li .top .min {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.index2 .main_bottom ol li .top span {
    font-weight: bold;
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2em;
    line-height: 1em;
    display: block;
    margin-right: 10px;
}

.index2 .main_bottom ol li .top i {
    color: #fff;
    font-size: 18px;
}

.index2 .main_bottom ol li .bottom p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.index2 .main_wap {
    display: none;
}

.index2 .main_wap .data {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.index2 .main_wap .display {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(213, 214, 214, .5);
    width: 100%;
    height: 55px;
    margin-top: 20px;
}

.index2 .main_wap .display .all {
    color: #1f286c;
    padding-right: 35px;
    box-sizing: border-box;
}

/* 首页 - 产品 */
.index3 {
    padding: 100px 0 0 0;
    box-sizing: border-box;
}

.index3 .index_head {
    margin-bottom: 40px;
}

.index3 .index_head .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index_head_line {
    width: 22px;
    height: 4px;
    background-color: #00a82c;
    display: block;
    margin-top: 10px;
}

.index_head .right span.all {
    color: #282828;
    font-size: 16px;
}

.index_head .right span.line_65 {
    width: 65px;
    height: 4px;
    background-color: #777777;
    display: block;
    margin-top: 10px;
}

.index3 .content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/index_pro_bg.jpg) no-repeat center;
    background-size: cover;
}

.index3 .content ul li {
    flex: 1;
    height: 706px;
    border-right: 1px solid rgba(226, 226, 226, .6);
    box-sizing: border-box;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    overflow: hidden;
}

.index3 .content ul li .pic {
    opacity: 0;
    height: 706px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index3 .content ul li .pic img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index3 .content ul li .ab {
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translate(-50%);
}

.index3 .content ul li .ab a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index3 .content ul li span.list_icon {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    opacity: 1;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%);
}

.index3 .content ul li .ab p {
    font-size: 22px;
    color: #ffffff;
    writing-mode: vertical-rl;
    letter-spacing: 3px;
    margin-bottom: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index3 .content ul li:hover,
.index3 .content ul li.active {
    flex: 4.64;
    background-color: #e2e5ea;
}

.index3 .content ul li:hover .ab,
.index3 .content ul li.active .ab {
    position: absolute;
    left: 53px;
    bottom: 37px;
    top: auto;
    transform: none;
}

.index3 .content ul li:hover .ab a,
.index3 .content ul li.active .ab a {
    flex-direction: row;
}

.index3 .content ul li:hover .pic,
.index3 .content ul li.active .pic {
    opacity: 1;
}

.index3 .content ul li .ab .icon {
    overflow: hidden;
    margin-bottom: 25px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index3 .content ul li .ab .icon img {
    position: relative;
    left: -150px;
    filter: drop-shadow(150px 0 0 #fff);
}

.index3 .content ul li:hover .ab .icon,
.index3 .content ul li.active .ab .icon {
    margin-right: 15px;
    margin-bottom: 0;
    height: auto;
}

.index3 .content ul li:hover .ab .icon img,
.index3 .content ul li.active .ab .icon img {
    filter: drop-shadow(150px 0 0 #282828);
}

.index3 .content ul li:hover .ab p,
.index3 .content ul li.active .ab p {
    writing-mode: horizontal-tb;
    letter-spacing: normal;
    font-size: 24px;
    color: #282828;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index3 .content ul li:hover span.list_icon,
.index3 .content ul li.active span.list_icon {
    opacity: 0;
}

.index3 .content2.wap {
    display: none;
}

.index3 .content2.wap .pro_col {
    background: url(../images/index_pro_bg_wap.png) no-repeat center / cover;
    width: 100%;
    height: 160px;
}

.index3 .content2.wap .pro_col ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.index3 .content2.wap .pro_col .container {
    height: 100%;
}

.index3 .content2.wap .pro_col ul li {
    position: relative;
}

.index3 .content2.wap .pro_col ul li a {
    color: #fff;
    font-size: 22px;
    font-weight: lighter;
}

.index3 .content2.wap .pro_col ul li a::after {
    content: "";
    width: 0;
    background-color: rgb(0, 168, 44);
    height: 5px;
    display: block;
    position: absolute;
    bottom: -25px;
    right: 0;
    transition: all 0.3s;
}

.index3 .content2.wap .pro_col ul li:hover a::after,
.index3 .content2.wap .pro_col ul li.avtive a::after {
    width: 100%;
    left: 0;
}

.index3 .content2.wap .col_img_box {
    height: 520px;
    background-color: #E2E5EA;
    width: 100%;
}

.index3 .content2.wap .col_img_box .img_item {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}

.index3 .content2.wap .col_img_box .img_item.active {
    display: block;
}

.index3 .content2.wap .col_img_box .img_item .pic {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index3 .content2.wap .col_img_box .img_item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index3 .content2.wap .col_img_box .img_item .ab {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.index3 .content2.wap .col_img_box .img_item .ab p {
    color: #282828;
    font-size: 24px;
}

/* 案例 */
.index4 {
    padding-top: 100px;
    box-sizing: border-box;
}

.index4 .index_head {
    margin-bottom: 50px;
}

.index4 .content .mySwiper_case .pic {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index4 .content .mySwiper_case .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(40, 40, 40);
    width: 142px;
    height: 47px;
    margin: 66px 0 0 70px;
}

.swiper_arrow .button-next,
.swiper_arrow .button-prev {
    color: #fff;
    margin: 0 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_arrow .button-next:after {
    content: ">";
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.swiper_arrow .button-prev:after {
    content: "<";
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.swiper_arrow .swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}

/* 首页 - 新闻 */
.index5 {
    padding: 80px 0 57px 0;
    box-sizing: border-box;
}

.index5 .index_head {
    border-bottom: 1px solid rgba(207, 207, 207, .5);
    box-sizing: border-box;
    padding-bottom: 22px;
}

.index5 .index_head .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index5 .list {
    width: calc(100% - 175px);
    overflow: hidden;
    margin-left: 175px;
    box-sizing: border-box;
}

.index5 .list .col2 {
    padding: 30px 0 60px 0;
    box-sizing: border-box;
}

.index5 .list .col2 ul {
    display: flex;
    align-items: flex-end;
}

.index5 .list .col2 ul li {
    width: 88px;
    height: 22px;
    padding: 0 32.5px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.index5 .list .col2 ul li:first-child {
    padding: 0 32.5px 0 0;
}

.index5 .list .col2 ul li a {
    font-size: 18px;
    color: rgba(40, 40, 40, .7);
    transition: all 0.3s;
}

.index5 .list .col2 ul li:hover a,
.index5 .list .col2 ul li.active a {
    font-size: 22px;
    font-weight: bold;
    color: #282828;
}

.index5 .list .container {
    padding: 0;
    overflow: hidden;
}

.index5 .list .mySwiper_news {
    width: 100%;
    position: relative;
}

.index5 .list .mySwiper_news .swiper-slide {
    width: 405px !important;
    height: 512px;
}

.index5 .list .mySwiper_news .swiper-slide a,
.page5 .list ol li a {
    border: 1px solid #f7f6f5;
    padding: 40px 24px 50px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.index5 .list .mySwiper_news .swiper-slide:hover a,
.page5 .list ol li:hover a {
    border: 1px solid transparent;
    background-color: #f7f6f5;
}

.index5 .list .mySwiper_news .time,
.page5 .list ol li .time {
    display: flex;
    align-items: flex-end;
}

.index5 .list .mySwiper_news .time em,
.page5 .list ol li .time em {
    font-size: 24px;
    color: #282828;
    margin-right: 10px;
}

.index5 .list .mySwiper_news .time i,
.page5 .list ol li .time i {
    font-size: 18px;
    color: #999;
}

.index5 .list .mySwiper_news .time span,
.page5 .list ol li .time span {
    font-size: 16px;
    color: #999;
    padding-left: 5px;
    box-sizing: border-box;
}

.index5 .list .mySwiper_news .pic,
.page5 .list ol li .pic {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.index5 .list .mySwiper_news .pic img,
.page5 .list ol li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index5 .list .mySwiper_news .swiper-slide:hover .pic img,
.page5 .list ol li:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index5 .list .mySwiper_news h5,
.page5 .list ol li h5 {
    color: #333333;
    font-weight: normal;
    padding: 50px 0 25px 0;
    box-sizing: border-box;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*溢出用省略号*/
    white-space: nowrap;
}

.index5 .list .mySwiper_news .des p,
.page5 .list ol li .des p {
    color: rgba(119, 119, 119, .8);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px;
    color: rgb(119, 119, 119);
    text-transform: uppercase;
    line-height: 1.538em;
    margin-bottom: 27px;
    box-sizing: border-box;
}

/* 首页 - 加盟 */
.index6 {
    padding: 80px 0 105px 0;
    box-sizing: border-box;
    background: url(../images/join_bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 960px;
    position: relative;
}

.index6 .index_head {
    padding: 0 65px;
    box-sizing: border-box;
    align-items: center;
}

.index6 .index_head .index_head_line {
    background-color: #fff;
}

.index_head .right ul li a {
    color: rgba(255, 255, 255, .7);
}

.index6 .container {
    position: relative;
    height: 100%;
}

.index6 .center {
    width: 1050px;
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index6 .center .item {
    display: none;
}

.index6 .center .item.active {
    display: block;
}

.index6 .center h4 {
    font-weight: normal;
    font-size: 22px;
    color: #5b5051;
    padding-bottom: 40px;
    box-sizing: border-box;
    text-align: center;
}

.index6 .center .des p {
    font-size: 16px;
    color: rgb(117, 104, 93);
    line-height: 1.875em;
}

.index6 .list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    padding: 0px 110px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index6 .list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    min-height: 140px;
    max-height: 175px;
}

.index6 .list ul li {
    flex: 1;
    height: 140px;
    min-height: 140px;
    max-height: 175px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
    background-color: rgba(5, 5, 5, .9);
}

.index6 .list ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/join_item_bg.png) no-repeat center / cover;
}

.index6 .list ul li p {
    font-size: 18px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
}

.index6 .list ul li.active p,
.index6 .list ul li:hover p {
    font-size: 22px;
    transition: all 0.3s;
}

.index6 .list ul li span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 90px;
    color: rgba(176, 172, 173, .08);
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.index6 .list ul li.active span,
.index6 .list ul li:hover span {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.102);
    transition: all 0.3s;
}

.index6 .list ul li.active,
.index6 .list ul li:hover {
    height: 175px;
    border-radius: 5px;
    background-color: #00a82c;
    transition: all 0.3s;
}

.index6_wap {
    display: none;
}

/* footer */
.footer {
    background: #050505;
    padding: 109px 0 122px 0;
    box-sizing: border-box;
}

.footer .container {
    height: 312px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.footer .left {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.footer .left .logo {
    width: 250px;
}

.footer .left .copyRight p,
.footer .left .copyRight p a {
    color: rgba(122, 117, 114, .5);
    line-height: 2em;
    font-size: 12px;
}

.footer .center {
    width: 357px;
}
.footer .center form{
    margin-top: -24px;
}

.footer .center form input,
.footer .center form textarea {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(242, 242, 242, .8);
    background: none;
    width: 100%;
    display: block;
    padding: 24px 0 10px 0;
    font-family: "微软雅黑";
    outline: none;
    transition: all 0.3s;
}

.footer .center form input:focus,
.footer .center form textarea:focus {
    border-bottom: 1px solid #fff;
}

.footer .center form textarea {
    height: 115px;
}

.footer .center form input:first-child {
    padding-top: 0;
}

.footer .center form input:last-child {
    text-align: left;
    cursor: pointer;
}

.footer .center form input::-webkit-input-placeholder,
.footer .center form textarea::-webkit-input-placeholder {
    color: rgba(242, 242, 242, .8);
}

.footer .center form input::-moz-placeholder,
.footer .center form textarea::-moz-placeholder {
    color: rgba(242, 242, 242, .8);
}

.footer .center form input:-moz-placeholder,
.footer .center form textarea:-moz-placeholder {
    color: rgba(242, 242, 242, .8);
}

.footer .center form input::-ms-input-placeholder,
.footer .center form textarea::-ms-input-placeholder {
    color: rgba(242, 242, 242, .8);
}

.footer .center form input:-ms-input-placeholder,
.footer .center form textarea:-ms-input-placeholder {
    color: rgba(242, 242, 242, .8);
}

.footer .right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.footer .right .footerNav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .right .footerNav ul li {
    margin: 0 25px;
}

.footer .right .footerNav ul li:first-child {
    margin-left: 0;
}

.footer .right .footerNav ul li:last-child {
    margin-right: 0;
}

.footer .right .footerNav ul li a {
    color: #fff;
    font-size: 16px;
}

.footer .right .mes {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 35px;
    box-sizing: border-box;
    width: 100%;
}

.footer .right .mes .right_l i {
    color: #fff;
    font-size: 14px;
}

.footer .right .mes .right_l h1 {
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
    box-sizing: border-box;
}

.footer .right .mes .right_l .box p {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.857em;
}

.footer .right .mes .right_r .code {
    overflow: hidden;
    width: 122px;
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.footer .right .mes .right_r .code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer .right .mes .right_r p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 13px;
    box-sizing: border-box;
    line-height: 1.857em;
}

.footer_wap {
    background: #050505;
    padding: 70px 0 90px 0;
    box-sizing: border-box;
    display: none;
}

.footer_wap .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.footer_wap .logo {
    width: 145px;
    height: 61px;
    margin-bottom: 26px;
}

.footer_wap .logo img {
    width: 100%;
}

.footer_wap .codeBox .code {
    width: 122px;
    height: 122px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.footer_wap .codeBox .code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer_wap .codeBox p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    box-sizing: border-box;
}

.footer_wap form {
    width: 85.08%;
    margin: 40px auto 0;
}

.footer_wap form input,
.footer_wap form textarea {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    box-sizing: border-box;
    font-size: 20px;
    color: rgba(242, 242, 242, .8);
    background: none;
    width: 100%;
    display: block;
    margin-top: 5px;
    padding: 10px 0;
    font-family: "微软雅黑";
    outline: none;
    transition: all 0.3s;
}

.footer_wap form input:focus,
.footer_wap form textarea:focus {
    border-bottom: 1px solid #fff;
}

.footer_wap form textarea {
    height: 115px;
}

.footer_wap form input:first-child {
    padding-top: 0;
}

.footer_wap form input:last-child {
    text-align: left;
    cursor: pointer;
}

.footer_wap form input::-webkit-input-placeholder,
.footer_wap form textarea::-webkit-input-placeholder {
    color: rgba(242, 242, 242, .8);
}

.footer_wap form input::-moz-placeholder,
.footer_wap form textarea::-moz-placeholder {
    color: rgba(242, 242, 242, .8);
}

.footer_wap form input:-moz-placeholder,
.footer_wap form textarea:-moz-placeholder {
    color: rgba(242, 242, 242, .8);
}

.footer_wap form input::-ms-input-placeholder,
.footer_wap form textarea::-ms-input-placeholder {
    color: rgba(242, 242, 242, .8);
}

.footer_wap form input:-ms-input-placeholder,
.footer_wap form textarea:-ms-input-placeholder {
    color: rgba(242, 242, 242, .8);
}

/* 关于我们 */
.in {
    border-bottom: 1px solid rgba(158, 151, 151, .2);
    box-sizing: border-box;
    height: 100px;
}

.in .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.in .left h4 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(40, 40, 40);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    padding-right: 30px;
    box-sizing: border-box;
}

.in .left p {
    font-size: 24px;
    color: rgb(40, 40, 40);
    line-height: 1em;
}

.in .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    padding: 35px 130px 25px 130px;
    box-sizing: border-box;
}

.in .location {
    display: flex;
    align-items: center;
}

.in .location p,
.in .location p span,
.in .location p a {
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
}

.in .location p a:hover {
    color: blue;
}

.page1 .box1 {
    padding-top: 60px;
    box-sizing: border-box;
}

.pageTitle h3 {
    text-align: center;
    color: #2f2725;
    font-size: 24px;
    font-weight: normal;
}

.pageTitle p {
    text-align: center;
    font-size: 14px;
    color: #777777;
    font-family: Arial, Helvetica, sans-serif;
}

.page1 .box1 .content {
    box-sizing: border-box;
    padding: 40px 20px 0 20px;
}

.page1 .box1 .content p {
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 1.429em;
}

.page1 .box1 .content .pic {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    margin: 30px 0;
    height: 424px;
}

.page1 .box1 .content .pic .left {
    width: 40.96%;
    height: 100%;
    background-color: #050505;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 160px 0 55px;
    box-sizing: border-box;
}

.page1 .box1 .content .pic .left .cn p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.875em;
    text-indent: 2em;
    font-weight: lighter;
    text-align: justify;
}

.page1 .box1 .content .pic .left .en {
    padding-top: 35px;
    box-sizing: border-box;
}

.page1 .box1 .content .pic .left .en p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(211, 211, 211);
    line-height: 1.2em;
    text-align: justify;
}

.page1 .box1 .content .pic .right {
    width: calc(100% - 40.96%);
    overflow: hidden;
    height: 100%;
}

.page1 .box1 .content .pic .right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page1 .box2 {
    padding: 55px 0 60px 0;
    box-sizing: border-box;
}

.page1 .box2 .content {
    margin-top: 40px;
}

.page1 .box2 .content .mySwiper_culture .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 434px;
}

.page1 .box2 .content .mySwiper_culture .left {
    background-color: #a1a9b5;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 90px 0 95px;
    box-sizing: border-box;
}

.page1 .box2 .content .mySwiper_culture .left h5 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.page1 .box2 .content .mySwiper_culture .left p {
    font-size: 16px;
    color: #fff;
}

.page1 .box2 .content .mySwiper_culture .left span {
    font-size: 14px;
    color: #fff;
}

.page1 .box2 .content .mySwiper_culture .right {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.page1 .box2 .content .mySwiper_culture .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_arrow2 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 62px;
    z-index: 9;
    left: 95px;
}

.swiper_arrow2 .button-next,
.swiper_arrow2 .button-prev {
    position: static;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px 0 0;
}

.swiper_arrow2 .button-next:after {
    content: ">";
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.swiper_arrow2 .button-prev:after {
    content: "<";
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.swiper_arrow2 .swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}

.page1 .box3 {
    padding: 70px 0 0 0;
    box-sizing: border-box;
    background: url(../images/about_honor_bg.jpg) no-repeat center / cover;
}

.page1 .box3 .content {
    padding: 100px 0 85px 0;
    box-sizing: border-box;
    margin-left: 100px;
}

.page1 .box3 .content ul {
    display: flex;
    flex-wrap: wrap;
    width: 870px;
    margin: 0 -40px;
}

.page1 .box3 .content ul li {
    padding: 0 40px;
    box-sizing: border-box;
    width: 33.333333%;
    margin-bottom: 30px;
}

.page1 .box3 .content ul li .pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page1 .box3 .content ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 产品 */
.col {
    width: 100%;
    height: 110px;
    background-color: rgba(237, 239, 244, .5);
}

.col .container {
    height: 100%;
}

.col ul {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.col ul li {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    border-right: 1px solid #D9D0C7;
    box-sizing: border-box;
}

.col ul li:last-child {
    border-right: none;
}

.col ul li:hover,
.col ul li.active {
    background-color: rgba(68, 84, 107, .7);
}

.col ul li a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: all 0.3s;
}

.col ul li:hover a,
.col ul li.active a {
    margin-right: 45px;
    box-sizing: border-box;
}

.col ul li .icon {
    overflow: hidden;
    margin-right: 35px;
    transition: all 0.3s;
}

.col ul li:hover .icon,
.col ul li.active .icon {
    margin-right: 20px;
}

.col ul li .icon img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #69625a);
}

.col ul li:hover .icon img,
.col ul li.active .icon img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #fff);
}

.col ul li .name p {
    font-size: 20px;
    color: #69625a;
}

.col ul li .name span {
    font-size: 10px;
    color: #69625a;
    text-transform: uppercase;
}

.col ul li:hover .name p,
.col ul li.active .name p {
    color: #fff;
}

.col ul li:hover .name span,
.col ul li.active .name span {
    color: #fff;
}

.page2 .content {
    padding: 80px 0;
    box-sizing: border-box;
}

.page2 .content .list {
    margin-bottom: 35px;
}

.page2 .content .list ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

.page2 .content .list ol li {
    width: 33.33333%;
    padding: 0 7.5px;
    box-sizing: border-box;
    margin-bottom: 45px;
}

.page2 .content .list ol li .box {
    height: 410px;
    width: 100%;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    padding: 22px 38px 14px 38px;
    overflow: hidden;
}

.page2 .content .list ol li .box .pic {
    overflow: hidden;
    width: 100%;
    height: 326px;
    /*background-color: #44546B;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.page2 .content .list ol li .box .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page2 .content .list ol li:hover .box .pic img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page2 .content .list ol li .box .bt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 10px;
    box-sizing: border-box;
}

.page2 .content .list ol li .box .bt .left p {
    font-size: 14px;
    color: rgb(43, 43, 43);
    line-height: 1em;
}

.page2 .content .list ol li .box .bt .left p:first-child {
    padding-bottom: 5px;
    box-sizing: border-box;
}

.page2 .content .list ol li .box .bt .right .more {
    background-color: rgb(68, 84, 107);
    width: 90px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.page2 .content .list ol li .box .bt .right .more span {
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    transition: all 0.3s;
}
.page2 .content .list ol li .box .bt .right .more:hover{
    border: 1px solid rgb(68,84,107);
    background-color: transparent;
}
.page2 .content .list ol li .box .bt .right .more:hover span {
    color: rgb(68,84,107);
}

.fanye ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fanye ul li {
    margin: 0 2.5px;
}

.fanye ul li:first-child {
    margin-right: 7.5px;
}

.fanye ul li:last-child {
    margin-left: 7.5px;
}

.fanye ul li a,
.fanye ul li span {
    font-size: 14px;
    color: #282828;
    width: 35px;
    height: 35px;
    border: 1px solid #DCDCDE;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.fanye ul li:hover a,
.fanye ul li.active a,
.fanye ul li:hover span,
.fanye ul li.active span {
    background-color: #44546B;
    color: #fff;
}

/* 产品详情 */
.page3 .box1 {
    padding-top: 70px;
    box-sizing: border-box;
}

.page3 .box1 .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.page3 .box1 .title .t {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page3 .box1 .title .left {
    display: flex;
    align-items: flex-end;
}

.page3 .box1 .title .left::before {
    content: "";
    display: block;
    background-color: rgb(68, 84, 107);
    width: 9px;
    height: 44px;
    margin-right: 18px;
}

.page3 .box1 .title .left p {
    font-size: 20px;
    color: #69625a;
    line-height: 1.5em;
}

.page3 .box1 .title .left span {
    font-size: 10px;
    color: #69625a;
    line-height: 1.5em;
    text-transform: uppercase;
}

.page3 .box1 .title .more a {
    background-color: #44546B;
    width: 102px;
    height: 29px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s;
}
.page3 .box1 .title .more a:hover{
    background-color: rgb(255, 255, 255);
    color: #44546B;
    border: 1px solid #44546B;
}

.page3 .box1 .con {
    display: flex;
    justify-content: space-between;
}

.page3 .box1 .con .left {
    width: 730px;
}

.page3 .box1 .con .left .mySwiper_big {
    width: 100%;
    height: 495px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.page3 .box1 .con .left .bottom {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page3 .box1 .con .left .mySwiper_min {
    width: 695px;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
}

.page3 .box1 .con .left .mySwiper_big .swiper-slide,
.page3 .box1 .con .left .mySwiper_min .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s;
}
.page3 .box1 .con .left .mySwiper_min .swiper-slide{
    border: 1px solid #ccc;
}
.page3 .box1 .con .left .mySwiper_big .swiper-slide img,
.page3 .box1 .con .left .mySwiper_min .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page3 .box1 .con .left .mySwiper_min .swiper-slide-thumb-active {
    border: 1px solid #000;
}

.page3 .box1 .con .left .bottom .swiper-button-prev,
.page3 .box1 .con .left .bottom .swiper-button-next {
    position: static;
    color: #333;
    width: auto;
    margin-top: 0;
}

.page3 .box1 .con .left .bottom .swiper-button-next:after,
.page3 .box1 .con .left .bottom .swiper-button-prev:after {
    font-size: 18px;
}

.page3 .box1 .con .right {
    width: 630px;
    height: 495px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.page3 .box1 .con .right .pro_title {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.page3 .box1 .con .right .pro_title p {
    font-size: 16px;
    color: #69625a;
    padding-right: 20px;
    box-sizing: border-box;
}

.page3 .box1 .con .right .pro_title h5 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.page3 .box1 .con .right .text p {
    font-size: 16px;
    color: #333;
    line-height: 1.875em;
}

.page3 .box1 .con .right .bottom .tel {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.page3 .box1 .con .right .bottom .tel p {
    font-size: 24px;
    color: #333333;
    padding-right: 20px;
    box-sizing: border-box;
}

.page3 .box1 .con .right .bottom .tel a {
    font-size: 30px;
    font-weight: bold;
    color: #fc6901;
}
@keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes anim-out-pseudo {
    0% {
        background: rgba(255,255,255, 0.25);
    }

    100% {
        background: transparent;
    }
}
.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.page3 .box1 .con .right .bottom .link{
    position: relative;
    width: 228px;
    height: 47px;
    overflow: hidden;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-color: rgb(68, 84, 107);
    z-index: 0;
}
.page3 .box1 .con .right .bottom .link a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
}
.page3 .box1 .con .right .bottom .link:hover>.anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}

.page3 .box1 .con .right .bottom .link:hover>.anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}

.page3 .box2 {
    padding-top: 55px;
    box-sizing: border-box;
}

.page3 .box2 .title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BEBEBE;
    box-sizing: border-box;
}

.page3 .box2 .title::before {
    content: "";
    background-color: rgb(68, 84, 107);
    width: 9px;
    height: 44px;
    display: block;
    margin-right: 10px;
}

.page3 .box2 .title p {
    font-size: 18px;
    color: #141414;
}

.page3 .box2 .content {
    padding: 40px 0 110px;
    box-sizing: border-box;
}

.page3 .box2 .content img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.page3 .box3 .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page3 .box3 .title .left {
    display: flex;
    align-items: center;
}

.page3 .box3 .title .left::before {
    content: "";
    display: block;
    background-color: rgb(68, 84, 107);
    width: 9px;
    height: 44px;
    margin-right: 18px;
}

.page3 .box3 .title .left .t {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.page3 .box3 .title .left p {
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
}

.page3 .box3 .title .left span {
    text-transform: uppercase;
    font-size: 10px;
    color: #282828;
    white-space: nowrap;
}

.page3 .box3 .title .right {
    width: 88.93%;
}

.page3 .box3 .title .right p.line {
    height: 1px;
    background-color: #F3F3F3;
    width: 100%;
    display: block;
}

.page3 .box3 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 90px;
}

.page3 .box3 .content .mySwiper_more {
    width: 92.857%;
    margin-left: auto;
    margin-right: auto;
}

.page3 .box3 .content .mySwiper_more .swiper-slide {
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.page3 .box3 .content .swiper-button-prev,
.page3 .box3 .content .swiper-button-next {
    position: static;
    margin-top: 0;
    width: 34px;
    height: 110px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
}

.page3 .box3 .content .swiper-button-prev::after,
.page3 .box3 .content .swiper-button-next::after {
    font-size: 18px;
    color: #999999;
}

.page3 .box3 .content .swiper-button-next.swiper-button-disabled,
.page3 .box3 .content .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.page3 .box3 .content a {
    position: relative;
}

.page3 .box3 .content .pic {
    overflow: hidden;
}

.page3 .box3 .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page3 .box3 .content .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: alpha(opacity=0);
    -wekbit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateZ(0) scale(2, 2);
    -moz-transform: translateZ(0) scale(2, 2);
    -ms-transform: translateZ(0) scale(2, 2);
    -o-transform: translateZ(0) scale(2, 2);
    transform: translateZ(0) scale(2, 2);
    color: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page3 .box3 .content .text::after {
    content: "";
    display: block !important;
    position: absolute;
    visibility: visible !important;
    background-color: rgba(68, 84, 107, .7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(1, 0);
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}

.page3 .box3 .content .text .info {
    display: block;
    text-align: center;
}

.page3 .box3 .content .text .info .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.page3 .box3 .content .text .info h5 {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.page3 .box3 .content .mySwiper_more .swiper-slide:hover .text {
    filter: alpha(opacity=100);
    -wekbit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1);
    -o-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.page3 .box3 .content .mySwiper_more .swiper-slide:hover .text::after {
    transform: scale(1, 1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

/* 客户案例 */
.page4 {
    padding-bottom: 100px;
    box-sizing: border-box;
}

.page2 .container,
.page4 .container,
.page5 .container,
.page8 .container {
    padding: 0 130px;
}

.page4 .list {
    padding: 120px 0 87px 0;
    box-sizing: border-box;
}

.page4 .list ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5px;
    width: 100%;
}

.page4 .list ol li {
    width: 25%;
    padding: 0 0.5px;
    box-sizing: border-box;
    margin-bottom: 11px;
}

.page4 .list ol li .box {
    width: 100%;
    height: 273px;
    transform: translateY(0px);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.page4 .list ol li:hover .box {
    transform: translateY(-10px);
}

.page4 .list ol li .box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: block;
    transition: all 0.6s;
}

.page4 .list ol li:hover .box::after {
    display: none;
}

.page4 .list ol li .box .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page4 .list ol li .box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page4 .list ol li .box .text {
    width: 100%;
    height: 55px;
    background-color: rgba(68, 84, 107, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    transform: translateY(-50%);
    opacity: 0;
}

.page4 .list ol li:hover .box .text {
    transform: translateY(-100%);
    opacity: 1;
}

.page4 .list ol li .box .text p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/*@keyframes bounceInUp {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: scale(0);*/
/*    }*/

/*    100% {*/
/*        opacity: 1;*/
/*        transform: scale(1);*/
/*    }*/
/*}*/

/*.bounceInUp {*/
/*    -webkit-animation-name: bounceInUp;*/
/*    animation-name: bounceInUp;*/
/*}*/

.caseShow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.4);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.caseShow .bg_pic {
    /*-webkit-animation-duration: 1s;*/
    /*animation-duration: 1s;*/
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseShow .left,
.caseShow .right {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    font-weight: lighter;
}
.caseShow .left{
    margin-right: 20px;
}
.caseShow .right{
    margin-left: 20px;
}

.caseShow .left:after,
.caseShow .right:after {
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.caseShow .left:after {
    content: '<';
}

.caseShow .right:after {
    content: '>';
}

.caseShow .box {
    position: relative;
    padding: 70px 60px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 969px;
    height: 634px;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseShow .box .cels {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
}

.caseShow .box .con {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;

}
.caseShow .box .con img{
    width: 100%;
}

.caseShow .box .title {
    margin: 0 auto;
}

.caseShow .box .title h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0 30px 0;
    color: #fefefe;
    box-sizing: border-box;
}



/* 新闻中心  */
.page5 {
    padding-bottom: 105px;
    box-sizing: border-box;
}

.page5 .list {
    padding: 100px 0 43px 0;
    box-sizing: border-box;
}

.page5 .list ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.page5 .list ol li {
    width: 25%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 45px;
}

/* 新闻详情 */
.page6 {
    padding-bottom: 100px;
    box-sizing: border-box;
}

.page6 .container {
    width: 1190px;
    margin: 0 auto;
}

.page6 .backBtn {
    margin-top: 75px;
    margin-bottom: 45px;
}

.page6 .backBtn .btn a {
    font-size: 14px;
    color: rgb(244, 244, 244);
    width: 94px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #44546B;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: all 0.3s;
}
.page6 .backBtn .btn a:hover{
    border: 1px solid #44546B;
    color: #44546B;
    background-color: rgb(244, 244, 244);
}

.page6 .title h5 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.5em;
    text-align: center;
    font-weight: normal;
}

.page6 .title .msg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page6 .title .msg p {
    font-size: 14px;
    color: rgb(43, 43, 43);
    line-height: 2.571em;
    margin: 0 10px;
}

.page6 .content {
    padding: 50px 0 90px 0;
    box-sizing: border-box;
}

.page6 .content img {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.page6 .content p {
    font-size: 14px;
    color: rgb(40, 40, 40);
    line-height: 2.571em;
}

.page6 .page_l p:first-child {
    padding-bottom: 20px;
    box-sizing: border-box;
}

.page6 .page_l p,
.page6 .page_l p a,
.page6 .page_l p span {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #282828;
}

/* 招商加盟 */
.page7 .box1 {
    padding-top: 110px;
    box-sizing: border-box;
}

.page_title h5 {
    font-weight: normal;
    font-size: 30px;
    color: #2f2725;
    text-align: center;
}

.page_title p {
    font-size: 14px;
    color: #777777;
    text-align: center;
}

.page7 .box1 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 10% 120px;
    box-sizing: border-box;
}

.page7 .box1 ul li .icon {
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

.page7 .box1 ul li .txt p {
    font-size: 14px;
    color: #333333;
    line-height: 1.786em;
    text-align: center;
}

.page7 .box2 {
    background: url(../images/join_box2_bg.jpg) no-repeat bottom center / contain;
    width: 100%;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.page7 .box2 .content {
    padding-top: 40px;
    box-sizing: border-box;
}

.page7 .box2 .content .top {
    border-radius: 20px;
    background-color: rgb(236, 237, 239);
    box-shadow: 0px 21px 21px 0px rgba(176, 164, 150, 0.19);
    width: 1084px;
    height: 585px;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page7 .box2 .content .mySwiper_bigImg,
.page7 .box2 .content .mySwiper_minImg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.page7 .box2 .content .top .swiper-button-prev,
.page7 .box2 .content .top .swiper-button-next {
    position: static;
    margin-top: 0;
    width: auto;
}

.page7 .box2 .content .top .swiper-button-prev::after {
    content: "<";
    font-size: 48px;
    color: #69625a;
}

.page7 .box2 .content .top .swiper-button-next::after {
    content: ">";
    font-size: 48px;
    color: #69625a;
}

.page7 .box2 .content .mySwiper_bigImg {
    width: 91.3%;
    height: 100%;
    margin: 0 auto;
}

.page7 .box2 .content .mySwiper_minImg {
    width: 1084px;
    height: 145px;
    margin-top: 30px;
}

.page7 .box2 .content .mySwiper_bigImg .swiper-slide,
.page7 .box2 .content .mySwiper_minImg .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.page7 .box2 .content .mySwiper_minImg .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
    background: #ECEDEF;
}

.page7 .box2 .content .mySwiper_minImg .swiper-slide-thumb-active {
    background: #69625A;
}

.page7 .box2 .content .mySwiper_bigImg .swiper-slide img,
.page7 .box2 .content .mySwiper_minImg .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page7 .box3 {
    padding: 94px 0 115px 0;
    box-sizing: border-box;
}

.page7 .box3 .content {
    padding-top: 40px;
    box-sizing: border-box;
}

.page7 .box3 .content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page7 .box3 .content ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page7 .box3 .content ul li .item {
    margin: 0 35px;
}

.page7 .box3 .content ul li .icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 1px solid #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.page7 .box3 .content ul li::after {
    content: "next";
    font-family: swiper-icons;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -56px;
    color: #979797;
    font-size: 30px;
}

.page7 .box3 .content ul li:last-child::after {
    content: "";
    display: none;
}

.page7 .box3 .content ul li p {
    color: #333333;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    font-size: 20px;
}

/* 品牌服务 */
.page8 {
    padding: 70px 0 90px 0;
    box-sizing: border-box;
}

.page8 .title {
    padding-bottom: 25px;
    box-sizing: border-box;
}

.page8 .title h5 {
    font-weight: normal;
    font-size: 24px;
    color: #2f2725;
    text-align: center;
}

.page8 .title p {
    font-size: 14px;
    color: #777777;
    text-align: center;
}

.page8 .des {
    width: 1555px;
    margin: 0 auto;
}

.page8 .des p {
    font-size: 16px;
    color: #777777;
    line-height: 1.6em;
}

.page8 .content {
    width: 1585px;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
}

.page8 .content ul {
    margin: 0 -25px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.page8 .content ul li {
    padding: 0 25px;
    box-sizing: border-box;
    width: 33.33333%;
}

.page8 .content ul li .box {
    border-radius: 5px;
    height: 696px;
    position: relative;
    cursor: pointer;
    transform: translateY(0);
    transition: transform .65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow .65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.page8 .content ul li .box:hover {
    transform: translateY(-30px);
    box-shadow: 0px 21px 21px 0px rgba(40, 40, 40, 0.19);
}

.page8 .content ul li .box .pic {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.page8 .content ul li .box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page8 .content ul li .box .text {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 80px 53px 15px;
    z-index: 2;
    width: 100%;
    transform: translateX(-50%);
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.page8 .content ul li:hover .box .text {
    background: url(../images/brand_bg.png) no-repeat center / cover;
    padding: 33px 33px 33px 53px;
    height: 166px;
}

.page8 .content ul li .box .text h5 {
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.1em;
    transition: transform .65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.page8 .content ul li:hover .box .text h5 {
    transform: translateY(-10px);
    transition: transform .65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.page8 .content ul li .box .text p {
    font-size: 18px;
    line-height: 1.4em;
    opacity: 0;
    padding-top: 15px;
    height: 66px;
    display: block;
    color: #fff;
    transform: translateY(20px);
    transition: opacity .18s cubic-bezier(0.05, 0.2, 0.1, 1), transform .18s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.page8 .content ul li:hover .box .text p {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .65s cubic-bezier(0.05, 0.2, 0.1, 1) .15s, transform .65s cubic-bezier(0.05, 0.2, 0.1, 1) .15s;
}

/* 联系我们 */
.page9 {
    padding: 120px 0 137px 0;
    box-sizing: border-box;
}

.page9 .container {
    width: 1560px;
    margin: 0 auto;
    padding: 0;
}

.page9 .title {
    margin-bottom: 50px;
}

.page9 .title h5 {
    font-size: 32px;
    color: #282828;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 8px;
    box-sizing: border-box;
}

.page9 .title p {
    font-size: 14px;
    color: #282828;
    font-weight: bold;
    text-transform: uppercase;
}

.page9 .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 78px;
}

.page9 .box .left .tel span {
    font-size: 24px;
    color: #282828;
    display: block;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.page9 .box .left .tel a {
    font-size: 30px;
    color: #282828;
    display: block;
}

.page9 .box .left .msg {
    padding-top: 35px;
    box-sizing: border-box;
}

.page9 .box .left .msg p {
    font-size: 14px;
    color: #282828;
    line-height: 1.857em;
}

.page9 .box .right {
    width: 48.7%;
}

.page9 .box .right form {
    width: 100%;
}

.page9 .box .right form input,
.page9 .box .right form textarea {
    background-color: transparent;
    border-bottom: 1px solid #9E9797;
    box-sizing: border-box;
    padding-bottom: 25px;
    outline: none;
    font-size: 14px;
    color: #606061;
    font-family: "微软雅黑";
}

.page9 .box .right form .inputGroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.page9 .box .right form .inputGroup input {
    width: 235px;
}

.page9 .box .right form textarea {
    width: 100%;
    display: flex;
    height: 100px;
}

.page9 .box .right form .inputGroup input::-webkit-input-placeholder,
.page9 .box .right form textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #606061;
}

.page9 .box .right form .inputGroup input::-moz-placeholder,
.page9 .box .right form textarea::-moz-placeholder {
    font-size: 14px;
    color: #606061;
}

.page9 .box .right form .inputGroup input:-moz-placeholder,
.page9 .box .right form textarea:-moz-placeholder {
    font-size: 14px;
    color: #606061;
}

.page9 .box .right form .inputGroup input::-ms-input-placeholder,
.page9 .box .right form textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #606061;
}

.page9 .box .right form .inputGroup input:-ms-input-placeholder,
.page9 .box .right form textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #606061;
}

.page9 .box .right form input[type=submit] {
    font-size: 14px;
    color: #fff;
    width: 237px;
    height: 38px;
    background-color: #050505;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    border: none;
    cursor: pointer;
}

.page9 .map {
    width: 1550px;
    height: 390px;
    overflow: hidden;
    margin: 0 auto;
}

.page9 .map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*视频中心*/
.page10{
    padding: 80px 0;
    box-sizing: border-box;
}
.page10 .content .list ol{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.page10 .content .list ol li{
    width: 50%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.page10 .content .list ol li .box .video{
    overflow: hidden;
}
.page10 .content .list ol li .box video,
.page10 .content .list ol li .box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page10 .content .list ol li .box p{
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 18px;
    color: #282828;
}