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

html,
body {
    position: relative;
    color: #333333;
    font-family: "微软雅黑";
    /*scroll-behavior: smooth;*/
    /* 基础平滑滚动 */
}

a {
    text-decoration: none;
    font-family: "微软雅黑";
    display: block;
}

ul,
ol,
li {
    list-style: none;
}

img {
    display: block;
    border: none;
}

.container {
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0 127px;
}

.pageContainer {
    width: 1520px;
    /* padding: 0 200px; */
    box-sizing: border-box;
    margin: 0 auto;
}

input,
textarea {
    outline: none;
    font-family: "微软雅黑";
}

i,
em {
    font-style: normal;
}

body {
    background-color: #fff;
}
.page1{
    width: 100%;
    overflow: hidden;
}
.index1,.index3,.index4{
    overflow: hidden;
    width: 100%;
}

/* 头部header - start */
header {
    width: 100%;
    height: 105px;
    /* border-bottom: 1px solid rgba(255, 255, 255, .2); */
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 29px 0 20px 0;
    transition: all .5s;
    background-color: rgba(255, 255, 255, .1);
}

header .logo img {
    max-height: 54px;
    transition: all .5s;
}

header .logo .logoActive {
    display: none;
}

header .container {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

header nav .nav_ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0 -35px;
}

header nav .nav_ul .nav_li {
    margin: 0 35px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav .nav_ul .nav_li>a {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

header nav .nav_ul .nav_li::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    transition: width 0.3s;
}

header nav .nav_ul .nav_li:hover::after,
header nav .nav_ul .nav_li.active::after {
    width: 66px;
}

.headerActive {
    background-color: #F1F1F1;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .2);
    border-bottom: none;
    padding: 0;
    height: 90px;
    transition: all .5s;
}

.headerActive .container {
    align-items: center;
}

.headerActive .logo .logoActive {
    display: block;
}

.headerActive .logo .norlogo {
    display: none;
}

.headerActive nav .nav_ul .nav_li>a {
    color: #282828;
}

.headerActive nav .nav_ul .nav_li::after {
    background-color: #282828;
}

/* 整体下拉菜单 */
.header-navsub {
    display: none;
}

.header-navsub {
    padding-top: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200px;
    max-width: 90%;
    z-index: 10;
}

.header-navsub .header-navsub-in {
    /* padding: 30px; */
    padding: 50px 70px;
    box-sizing: border-box;
    position: relative;
}

/* 模糊背景效果 */
.header-navsub .header-navsub-in:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgb(86, 88, 91, .2);
    backdrop-filter: blur(20px);
    border-radius: 30px; */
    background-color: rgb(255, 255, 255, .1);
    backdrop-filter: blur(70px);
    border-radius: 10px;
    z-index: -1;
}

.header-navsub .header-navsub-scroll {
    margin: 0 -30px;
    padding: 0 30px;
    max-height: calc(100vh - 170px);
    overflow-x: hidden;
    overflow-y: auto;
}

/* 滚动条 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: 0 0;
}

::-webkit-scrollbar-thumb {
    background: #d5152c;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #d5152c;
}

/* 关于我们下拉菜单 */
.navsub-about .header-navsub-scroll {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.about-nav-pic {
    margin-right: 150px;
    width: 370px;
    width: 37.76%;
    height: 225px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.about-nav-pic:after {
    content: '';
    display: block;
    padding-top: 55.91%;
}

.about-nav-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-nav-ls {
    /* margin-top: -20px; */
    overflow: hidden;
    flex-grow: 1;
    width: 45.41%;
}

.about-nav-ls ul {
    margin: 0 -57.5px -20px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.about-nav-ls li {
    padding: 0 57.5px;
    margin-bottom: 20px;
    width: 50%;
    box-sizing: border-box;
}

.about-nav-ls a {
    padding: 15px 0;
    display: block;
    height: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 1.5em;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}

.about-nav-ls ul li a:hover{
    color: #d5152c;
    border-color: #d5152c;
}

/* 产品下拉菜单的子栏目列表 */
.header-navsub .pro_item_padding {
    padding: 50px 34px 64px 34px;
    box-sizing: border-box;
}

.prod-nav-ls {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-nav-ls ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -57.5px -20px;
}

.prod-nav-ls li {
    padding: 0 57.5px;
    width: 33.33%;
    box-sizing: border-box;
}

.prod-nav-ls .con {
    display: block;
}

.prod-nav-ls .pic {
    width: 100%;
    height: 195px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

/* 边框 */
.prod-nav-ls .pic:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    box-sizing: border-box;
}

.prod-nav-ls .pic img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.prod-nav-ls .pic img:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 50%;
    max-height: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.prod-nav-ls .pic img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.prod-nav-ls .title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: HarmonyOS_Sans_SC_Bold;
    height: 56px;
    line-height: 56px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.prod-nav-ls .con:hover .pic img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.prod-nav-ls .con:hover .title {
    color: #d5152c;
}



/* 头部header - ending */

/* banner - start */
.banner {
    width: 100%;
}

.swiper_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

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

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

.swiper_banner .slide-inner img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
    object-fit: cover;
}

.swiper_banner .swiper-slide-active .slide-inner img,
.swiper_banner .swiper-slide-duplicate-active img{
    transition: 6s linear;
    transform: scale(1, 1);
}

.swiper_banner .text {
    position: absolute;
    top: 50%;
    left: 10%;
    text-align: left;
    color: #fff;
    transform: translateY(-50%);
}

.swiper_banner .swiper-pagination {
    bottom: 58px;
}

.swiper_banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgb(255, 255, 255);
    opacity: 0.502;
    width: 44px;
    height: 6px;
    border-radius: 3px;
    margin: 0 5px;
    transition: all .3s;
}

.swiper_banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 84px;
    transition: all .3s;
}

.swiper_banner .text h1 {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 17.866px 2.194px 35px rgba(224, 152, 153, 0.38);
}

.swiper_banner .text h2 {
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    text-shadow: 17.866px 2.194px 35px rgba(224, 152, 153, 0.38);
}

.swiper_banner .text h3 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-shadow: 2.993px -0.209px 13px rgba(240, 137, 104, 0.38);
}

.swiper_banner .text h5 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.swiper_banner .swiper-slide-active .text h5{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}
.swiper_banner .text p {
    font-size: 14px;
    color: #fff;
    line-height: 1.7em;
    font-weight: normal;
    opacity: 0;
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 120ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.swiper_banner .swiper-slide-active .text p{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1200ms;
}

/* banner - ending */

/* 首页产品 - start */
.index1 {
    padding: 80px 0 70px 0;
    box-sizing: border-box;
}

.indexTitle {
    margin-bottom: 80px;
}

.indexTitle .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.indexTitle .left h1 {
    font-size: 35px;
    color: #333333;
    font-weight: normal;
}

.indexTitle .left p {
    font-size: 12px;
    color: #777777;
    font-family: "worksansL";
}

.indexTitle .left span {
    background-color: rgb(230, 0, 18);
    width: 22px;
    height: 4px;
    display: block;
    margin-top: 10px;
}

.index1 .col {
    margin-bottom: 54px;
}

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

.indexTitle .right ul {
    display: flex;
    align-items: center;
    margin: 0 -25px;
}

.indexTitle .right ul li {
    margin: 0 25px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.index1 .col ul li a,
.indexTitle .right ul li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000000;
}

.index1 .col ul li .icon,
.indexTitle .right ul li .icon {
    margin-right: 5px;
    overflow: hidden;
}

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

.index1 .col ul li:hover,
.indexTitle .right ul li:hover,
.index1 .col ul li.active,
.indexTitle .right ul li.active {
    background-color: #000;
}

.index1 .col ul li:hover a,
.indexTitle .right ul li:hover a,
.index1 .col ul li.active a,
.indexTitle .right ul li.active a {
    color: #fff;
}

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

.index1 .main .container {
    margin: 0 -3px;
}

.index1 .main ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 662px;
}

.index1 .main ul li {
    position: relative;
    flex: 1;
    height: 100%;
    margin: 0 3px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.index1 .main ul li:hover,
.index1 .main ul li.active {
    flex: 10.69;
}

.index1 .main ul li .pic {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.index1 .main ul li .pic::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
}

.index1 .main ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index1 .main ul li .icon, .index1 .main ul li .icon,
.index1 .main .mySwiper_proWap .text .icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.index1 .main ul li .text {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translate(-50%);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 5;
}

.index1 .main ul li .text span {
    font-size: 20px;
    color: #fff;
    writing-mode: vertical-rl;
    padding-top: 70px;
    box-sizing: border-box;
    letter-spacing: 4px;
    display: block;
}

.index1 .main ul li .hover,
.index1 .main ul li .hover {
    display: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.index1 .main ul li.active .pic::after,
.index1 .main ul li:hover .pic::after {
    content: "";
    background-color: rgba(0, 0, 0, .2);
    z-index: 4;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.index1 .main ul li:hover .text,
.index1 .main ul li.active .text {
    display: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.index1 .main ul li:hover .hover,
.index1 .main ul li.active .hover {
    display: flex;
    align-items: center;
    position: absolute;
    left: 55px;
    bottom: 60px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 5;
}

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

.index1 .main ul li:hover .hover span,
.index1 .main ul li.active .hover span {
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
}

/* 首页产品 - ending */

/* 首页关于我们 - start */
.index2 {
    background: url(../images/index2_bg.png) no-repeat center/cover;
    padding: 123px 0 90px 0;
    box-sizing: border-box;
    position: relative;
}

.index2 .main .text span {
    font-size: 20px;
    color: #fff;
}

.index2 .main .text h1 {
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    padding: 5px 0 60px 0;
    box-sizing: border-box;
}

.index2 .main .text p {
    font-size: 14px;
    color: rgba(205, 205, 205, 0.702);
    line-height: 2.571em;
}

.index2 .main .col {
    margin-top: 60px;
}

.index2 .main .col ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index2 .main .col ul li {
    width: 517px;
    height: 162px;
    overflow: hidden;
}

.index2 .main .col ul li a {
    background: url(../images/about_item_bg.png) no-repeat center / cover;
}

.index2 .main .col.wap {
    position: relative;
}

.index2 .main .col.wap .mySwiper_about {
    width: 84.42%;
}

.index2 .main .col.wap .mySwiper_about .swiper-slide {
    background: url(../images/about_item_bg.png) no-repeat center / cover;
    height: 162px;
    overflow: hidden;
}

.index2 .main .col.wap .mySwiper_about .swiper-slide a,
.index2 .main .col ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}

.index2 .main .col.wap .mySwiper_about .swiper-slide .name h2,
.index2 .main .col ul li .name h2 {
    font-size: 25px;
    color: #333333;
}

.index2 .main .col.wap .mySwiper_about .swiper-slide .name p,
.index2 .main .col ul li .name p {
    font-size: 12px;
    color: #6b6b6b;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.index2 .main .col.wap .mySwiper_about .swiper-slide .img,
.index2 .main .col ul li .img {
    margin-top: 15px;
}

.index2 .main .col.wap .swiper-button-next {
    right: -15px;
}

.index2 .main .col.wap .swiper-button-prev {
    left: -15px;
}

.index2 .main .col.wap .swiper-button-next,
.index2 .main .col.wap .swiper-button-prev {
    color: #fff;
}

.index2 .main .col.wap .swiper-button-next:after {
    content: ">";
    font-size: 60px;
    font-weight: 100;
}

.index2 .main .col.wap .swiper-button-prev:after {
    content: "<";
    font-size: 60px;
    font-weight: 100;
}

.index2 .main .col ul li .img img {
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.index2 .main .col ul li:hover .img img {
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.index2 .main .data {
    position: absolute;
    bottom: -164px;
    left: 0;
    width: 100%;
}

.index2 .main .data ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index2 .main .data ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.index2 .main .data ul li .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index2 .main .data ul li::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 80px;
    background-image: linear-gradient(135deg, #999, transparent, #999);
    background-size: 100% 200%;
    background-position-y: 0;
    animation: lineMove 2s linear infinite;
}

.index2 .main .data ul li:last-child::after {
    display: none;
}

@keyframes lineMove {
    0% {
        background-position-y: 0;
    }

    100% {
        background-position-y: -200%;
    }
}

.index2 .main .data ul li .top {
    position: relative;
}

.index2 .main .data ul li .top h1 {
    font-weight: normal;
    font-size: 55px;
    color: #333;
    line-height: 0.9em;
    /* font-family: "OPPOSans"; */
}

.index2 .main .data ul li .top i {
    font-size: 16px;
    color: #333;
    position: absolute;
    top: -6px;
    right: -30px;
}

.index2 .main .data ul li .bottom {
    padding-top: 15px;
    box-sizing: border-box;
}

.index2 .main .data ul li .bottom p {
    font-size: 16px;
    color: #333;
}

/* 首页关于我们 - ending */

/* 首页品牌优势 - start */
.index3 {
    background: url(../images/index3_bg.png) no-repeat center / cover;
    padding: 288px 0 170px 0;
    box-sizing: border-box;
    width: 100%;
    height: 1109px;
}

.index3 .indexTitle {
    margin-bottom: 50px;
}

.index3 .main {
    height: 531px;
    width: 100%;
}

.index3 .main .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* pc */
.index3 .main .bigPic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 550px;
    height: 531px;
    background: url(../images/circle.png) no-repeat center / contain;
}

.index3 .main .bigPic ul li {
    display: none;
    justify-content: center;
    align-items: center;
}

.index3 .main .bigPic ul li:nth-child(1),
.index3 .main .bigPic ul li.active {
    display: flex;
}

.index3 .main .bigPic ul li img {
    height: 100%;
    /*max-height: 360px;*/
    max-height: 100%;
    object-fit: contain;
}

.index3 .main .roundText {
    position: absolute;
    overflow: visible;
    height: 531px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
}

.index3 .main .roundText ul li {
    position: absolute;
    width: calc((100% - 550px) / 2);
    pointer-events: none;
}

.index3 .main .roundText ul li .it {
    position: absolute;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    pointer-events: auto;
}

.index3 .main .roundText .icon img.active {
    display: none;
}

.index3 .main .roundText ul li.active .icon img.active {
    display: block;
}

.index3 .main .roundText ul li.active .icon img.normal {
    display: none;
}

.index3 .main .roundText .title {
    max-width: 345.6px;
    min-width: 224px;
}

.index3 .main .roundText .title h5 {
    font-weight: normal;
    font-size: 24px;
    color: #656565;
    padding-bottom: 15px;
    box-sizing: border-box;
    line-height: 1em;
    font-family: "siyuan";
}

.index3 .main .roundText .title p {
    font-size: 14px;
    color: #656565;
}

.index3 .main .roundText ul li:nth-child(5),
.index3 .main .roundText ul li:nth-child(6),
.index3 .main .roundText ul li:nth-child(7),
.index3 .main .roundText ul li:nth-child(8) {
    right: 0;
}

.index3 .main .roundText ul li:nth-child(1) .title,
.index3 .main .roundText ul li:nth-child(2) .title,
.index3 .main .roundText ul li:nth-child(3) .title,
.index3 .main .roundText ul li:nth-child(4) .title {
    order: -1;
    padding-right: 25px;
    box-sizing: border-box;
}

.index3 .main .roundText ul li:nth-child(5) .title,
.index3 .main .roundText ul li:nth-child(6) .title,
.index3 .main .roundText ul li:nth-child(7) .title,
.index3 .main .roundText ul li:nth-child(8) .title {
    padding-left: 25px;
    box-sizing: border-box;
}

.index3 .main .roundText ul li:nth-child(1) .title h5,
.index3 .main .roundText ul li:nth-child(2) .title h5,
.index3 .main .roundText ul li:nth-child(3) .title h5,
.index3 .main .roundText ul li:nth-child(4) .title h5,
.index3 .main .roundText ul li:nth-child(1) .title p,
.index3 .main .roundText ul li:nth-child(2) .title p,
.index3 .main .roundText ul li:nth-child(3) .title p,
.index3 .main .roundText ul li:nth-child(4) .title p {
    text-align: right;
}

.index3 .main .roundText ul li:nth-child(1),
.index3 .main .roundText ul li:nth-child(5) {
    top: 0;
}

.index3 .main .roundText ul li:nth-child(2),
.index3 .main .roundText ul li:nth-child(6) {
    top: 123px;
}

.index3 .main .roundText ul li:nth-child(3),
.index3 .main .roundText ul li:nth-child(7) {
    top: 250px;
}

.index3 .main .roundText ul li:nth-child(4),
.index3 .main .roundText ul li:nth-child(8) {
    top: 395px;
}

.index3 .main .roundText ul li:nth-child(1) .it {
    right: 7%;
}

.index3 .main .roundText ul li:nth-child(2) .it {
    right: 17%;
}

.index3 .main .roundText ul li:nth-child(3) .it {
    right: 14.5%;
}

.index3 .main .roundText ul li:nth-child(4) .it {
    right: 7%;
}

.index3 .main .roundText ul li:nth-child(5) .it {
    left: 7%;
}

.index3 .main .roundText ul li:nth-child(6) .it {
    left: 17%;
}

.index3 .main .roundText ul li:nth-child(7) .it {
    left: 14.5%;
}

.index3 .main .roundText ul li:nth-child(8) .it {
    left: 7%;
}

/* 手机wap */
.index3 .main.wap .mySwiper_col .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translate3d(0px, 0px, 0px) !important;
}

.index3 .main.wap .mySwiper_col .swiper-wrapper .swiper-slide {
    width: 25% !important;
    margin-bottom: 20px;
    pointer-events: none;
}

.index3 .main.wap .mySwiper_col p {
    font-size: 22px;
    color: #000;
    width: 156px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}

.index3 .main.wap .mySwiper_col .swiper-slide:hover p,
.index3 .main.wap .mySwiper_col .swiper-slide.active p {
    color: #fff;
    background-color: #000;
}

.index3 .main.wap .mySwiper_picText {
    margin-top: 40px;
}

.index3 .main.wap .mySwiper_picText .pic {
    background: url(../images/circle.png) no-repeat center / contain;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 80.28%; */
    height: 531px;
    margin: 0 auto;
}

.index3 .main.wap .mySwiper_picText .des {
    padding-top: 45px;
    box-sizing: border-box;
}

.index3 .main.wap .mySwiper_picText .des h1 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    font-family: "siyuan";
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.index3 .main.wap .mySwiper_picText .des p {
    text-indent: 2em;
    font-size: 22px;
    color: rgb(40, 40, 40);
    line-height: 1.636em;
}

/* 首页品牌优势 - ending */

/* 首页品牌资讯 - start */
.index4 {
    padding: 80px 0 100px 0;
    box-sizing: border-box;
}

.blackBtn {
    width: 97px;
    height: 30px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.blackBtn span {
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.blackBtn::before,
.blackBtn::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 10px;
    height: 10px;
    background: #E60012;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blackBtn::before {
    left: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* animation: criss-cross-left 0.8s reverse; */
}

.blackBtn::after {
    right: -10px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    /* animation: criss-cross-right 0.8s reverse; */
}

.blackBtn:hover::before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    z-index: 2;
}

.blackBtn:hover::after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    z-index: 2;
}

@keyframes criss-cross-right {
    0% {
        right: -10px;
    }

    50% {
        right: 50%;
        width: 10px;
        height: 10px;
    }

    100% {
        right: 50%;
        width: 150px;
        height: 150px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -10px;
    }

    50% {
        left: 50%;
        width: 10px;
        height: 10px;
    }

    100% {
        left: 50%;
        width: 150px;
        height: 150px;
    }
}

.index4 .main {
    width: 100%;
    overflow: hidden;
}

.index4 .main .mySwiper_news .pic,
.index4 .main ul li .pic{
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.index4 .main .mySwiper_news .pic img,
.index4 .main ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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;
}

.index4 .main .mySwiper_news .swiper-slide:hover .pic img,
.index4 .main ul 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;
}

.index4 .main .mySwiper_news h5,
.index4 .main ul li h5{
    font-weight: normal;
    font-size: 20px;
    color: #252322;
    padding: 25px 0 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    /*溢出用省略号*/
    white-space: nowrap;
    transition: all .5s;
}

.index4 .main .mySwiper_news h5 span,
.index4 .main h5 span{
    background: linear-gradient(to right, #E60012, #E60012) no-repeat right bottom;
    background-size: 0px 2px;
    transition: background-size 1s ease;
}

.index4 .main .mySwiper_news .swiper-slide:hover h5,
.index4 .main ul li:hover h5{
    color: #E60012;
}

.index4 .main .mySwiper_news .swiper-slide:hover h5 span,
.index4 .main ul li:hover h5 span {
    background-position: left bottom;
    background-size: 100% 2px;
}

.index4 .main .mySwiper_news .des p,
.index4 .main ul li .des p{
    font-size: 14px;
    color: rgba(119, 119, 119, .8);
    line-height: 1.429em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index4 .main .swiper_btn {
    padding-top: 70px;
    box-sizing: border-box;
}

.index4 .main .swiper_btn {
    margin: 0 -25px;
}

.index4 .main .swiper_btn .container {
    display: flex;
    align-items: center;
}

.index4 .main .swiper_btn .swiper-button-next,
.index4 .main .swiper_btn .swiper-button-prev {
    position: static;
    width: auto;
    margin: 0 25px;
}

.index4 .main .swiper_btn .swiper-button-prev:after,
.index4 .main .swiper_btn .swiper-button-next:after {
    font-size: 47px;
    color: #000;
}

.index4 .main .swiper_btn .swiper-button-prev:after {
    content: "<";
    font-family: "siyuan";
}

.index4 .main .swiper_btn .swiper-button-next:after {
    content: ">";
    font-family: "siyuan";
}

/* 首页品牌资讯 - ending */

/* 首页招商加盟 - start */
.index5 {
    background: url(../images/index5_bg.jpg) no-repeat center / cover;
    padding: 68px 0 100px 0;
    box-sizing: border-box;
    background-attachment: fixed;
    width: 100%;
    height: 845px;
    position: relative;
}

.index5 .top {
    width: 215px;
    text-align: right;
    margin: 0 0 0 auto;
}

.index5 .top span {
    background-color: rgb(230, 0, 18);
    width: 22px;
    height: 4px;
    display: block;
    margin: 0 0 0 auto;
}

.index5 .top h5 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.702);
    line-height: 1.2em;
    font-weight: normal;
    letter-spacing: 4px;
    margin: 10px -4px;
}

.index5 .top p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.702);
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.index5 .bottom {
    text-align: right;
    position: absolute;
    bottom: 100px;
    right: 127px;
}

.index5 .bottom h1 {
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.2em;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.index5 .bottom h2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

.index5 .bottom .arrow {
    margin: 38px 0 0 auto;
    width: 58px;
    height: 58px;
}

.index5 .bottom .arrow a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgb(230, 0, 18);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.index5 .bottom .arrow a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s;
}

.index5 .bottom .arrow a:hover::after {
    width: 62px;
    height: 62px;
    border: 3px dashed rgb(230, 0, 18);
    animation: rotateXuLine 9s linear infinite;
}

@keyframes rotateXuLine {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.index5 .bottom .arrow a img {
    transform: translate3d(-17px, 0, 0);
    -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;
    position: relative;
    z-index: 3;
}

.index5 .bottom .arrow a:hover img {
    transform: translate3d(0, 0, 0) scale(0.6);
    -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;
}

/* 首页招商加盟 - ending */
/* 首页底部信息 - start */
footer {
    background-color: #E9E9E9;
    padding: 84px 0 80px 0;
    box-sizing: border-box;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 395px;
}

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

footer .logo img {
    width: 187px;
}

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

footer .left .copyright a:hover {
    color: #007aff;
}

footer .center {
    width: 25.17%;
}

footer .center form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

footer .center form input,
footer .center form textarea {
    background: transparent;
    font-size: 14px;
    color: rgb(122, 117, 114);
    padding: 10px 0 7px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(122, 117, 114, .2);
    width: 100%;
    text-align: left;
    transition: all .5s;
    display: block;
}

footer .center form input[type="submit"] {
    margin-bottom: 0;
    cursor: pointer;
    transition: all .8s;
    width: 40%;
}

footer .center form input:focus,
footer .center form textarea:focus {
    border-bottom: 1px solid rgba(0, 0, 0);
    transition: all .5s;
}

footer .center form input[type="submit"]:hover {
    border-bottom: 1px solid rgba(0, 0, 0);
    transition: all .8s;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    background-color: #000;
}

footer .center form .form_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .center form .form_btn .code {
    display: flex;
    width: 56%;
    justify-content: space-between;
}

footer .center form .form_btn .code input {
    width: 50%;
    margin-bottom: 0;
}

footer .center form .form_btn .code img {
    width: 48%;
    height: auto;
}

footer .right .nav ul {
    display: flex;
    align-items: flex-start;
    margin: 0 -45px;
}

footer .right .nav ul li {
    margin: 0 45px;
}

footer .right .nav ul li>a {
    font-size: 16px;
    color: #7a7572;
    padding-bottom: 10px;
}

footer .right .nav ul li .sub .item {
    margin: 10px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .right .nav ul li .sub .item a {
    font-size: 14px;
    color: #777;
    text-align: center;
    background-image: linear-gradient(to right, #E60012 0, #E60012 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: .1s, background-size .5s;
    transition: .1s, background-size .5s;
}

footer .right .nav ul li a:hover,
footer .right .nav ul li .sub .item a:hover {
    color: #E60012;
}

footer .right .nav ul li .sub .item a:hover {
    background-size: 100% 1px;
}

footer .right .footer_bottom {
    display: flex;
    justify-content: right;
    height: 80px;
}

footer .right .footer_bottom .fb_l,
footer .right .footer_bottom .fb_c {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@keyframes phone-icon-animate {

    0%,
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20%,
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

footer .right .footer_bottom .fb_l .tel {
    display: flex;
}

footer .right .footer_bottom .fb_l .tel .icon {
    margin-right: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .right .footer_bottom .fb_l .tel .icon img {
    animation: phone-icon-animate 1s ease-in-out infinite;
}

footer .right .footer_bottom .fb_l .tel a {
    font-size: 25px;
    color: #272727;
    transition: all .3s;
}

footer .right .footer_bottom .fb_l .tel a:hover {
    color: #E60012;
}

footer .right .footer_bottom .otherMsg p {
    font-size: 14px;
    color: rgb(122, 117, 114);
    line-height: 1.857em;
}

footer .right .footer_bottom .fb_c {
    margin-left: 60px;
}

footer .right .footer_bottom .fb_c .link {
    display: flex;
    align-items: center;
    margin: 7px -20px 0;
}

footer .right .footer_bottom .fb_c .link li {
    margin: 0 20px;
}

footer .right .footer_bottom .fb_c .link li a {
    overflow: hidden;
    width: 42px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .right .footer_bottom .fb_c .link li a img{
    max-height: 100%;
    max-width: 100%;
}

footer .right .footer_bottom .fb_c .link li a:hover img {
    position: relative;
    left: -50px;
    filter: drop-shadow(50px 0 0 #E60012);
}

footer .right .footer_bottom .fb_r {
    display: none;
}

footer .right .footer_bottom .fb_r .code {
    margin-left: 30px;
}

footer .right .footer_bottom .fb_r .code .pic {
    width: 86px;
    height: 82px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .right .footer_bottom .fb_r .code .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .right .footer_bottom .fb_r .code p {
    font-size: 12px;
    color: #282828;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    line-height: 1em;
}

/* 首页底部信息 - ending */

/* 关于我们 - starting */
.inCol {
    background-color: #F2F2F2;
    /*position: sticky;*/
    /*top: 90px;*/
    /*z-index: 9999;*/
}

.inCol .pageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 102px;
}

.inCol .ls ul {
    display: flex;
    align-items: center;
}

.inCol .ls ul li {
    margin-right: 35px;
}

.inCol .ls ul li:last-child {
    margin-right: 0;
}

.inCol .ls ul li a {
    font-size: 18px;
    color: #282828;
}

.inCol .ls ul li:hover a,
.inCol .ls ul li.active a {
    color: #D90601;
}

.inCol .location p,
.inCol .location p a,
.inCol .location p span {
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 3px;
}
.inCol .location p a:hover{
    color: #D90601;
}

.page1 .about {
    background-color: #F7F6F5;
    padding: 115px 0 140px 0;
    box-sizing: border-box;
}

.page1 .about .pageContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.page1 .about .left {
    width: 34.86%;
}

.page1 .about .left h5 {
    font-weight: normal;
    font-size: 24px;
    color: #050505;
    padding-bottom: 45px;
    box-sizing: border-box;
}

.page1 .about .left .des p {
    font-size: 18px;
    color: #777;
    line-height: 1.556em;
}

.page1 .about .left .data ol {
    display: flex;
    flex-wrap: wrap;
    margin: 65px auto -80px;
}

.page1 .about .left .data ol li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 80px;
}

.page1 .about .left .data ol li .top {
    position: relative;
    margin-bottom: 18px;
}

.page1 .about .left .data ol li .top span {
    font-size: 55px;
    color: #000000;
    line-height: 0.9em;
    display: block;
}

.page1 .about .left .data ol li .top i {
    font-style: normal;
    font-size: 16px;
    color: rgb(119, 119, 119);
    position: absolute;
    top: -10px;
    right: -20px;
}

.page1 .about .left .data ol li p {
    font-size: 17px;
    color: #777777;
    text-align: center;
}

.page1 .about .right {
    width: 60.2%;
}

.page1 .about .right .video {
    border-radius: 10px;
    overflow: hidden;
}

.page1 .about .right .video img,
.page1 .about .right .video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.inTitle h4 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

.inTitle p {
    font-size: 14px;
    color: #7f8695;
    text-transform: uppercase;
}

.page1 .history {
    height: 960px;
    overflow: hidden;
    background: url(../images/history_bg.jpg) no-repeat center / cover;
}

.page1 .history .inTitle .pageContainer {
    position: relative;
}

.page1 .history .inTitle .t {
    position: absolute;
    top: 70px;
    left: 0;
}

.page1 .history .his_con {
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding-left: 200px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.page1 .history .left {
    width: 35.25%;
    height: 100%;
    position: relative;
}

.page1 .history .mySwiper_pic {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 315px;
    box-sizing: border-box;
    height: 100%;
}

.page1 .history .his_con h4 {
    font-size: 36px;
    color: #f20303;
    font-weight: normal;
    position: absolute;
    top: 213px;
}

.page1 .history .mySwiper_pic .pic {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.page1 .history .mySwiper_pic .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page1 .history .mySwiper_pic .swiper-slide .pic img {
    transition: 1s linear 2s;
    transform: scale(1.2, 1.2);
}

.page1 .history .mySwiper_pic .swiper-slide-active .pic img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.page1 .history .right {
    height: 100%;
    width: 58.9%;
    border-left: 1px solid rgba(127, 134, 149, .5);
    box-sizing: border-box;
    position: relative;
}

.page1 .history .right .box {
    height: calc(100% - 120px);
    width: 100%;
    border-top: 1px solid rgba(127, 134, 149, .5);
    box-sizing: border-box;
    margin-top: 120px;
    margin-left: -2.5px;
}

.page1 .history .right .box .mySwiper_text {
    width: 100%;
    height: 480px;
    margin-top: 100px;
}

.page1 .history .right .box .mySwiper_text .content {
    box-sizing: border-box;
    padding: 0 200px 0 50px;
}

.page1 .history .right .box .mySwiper_text .content h5 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 50px;
    box-sizing: border-box;
    line-height: 1em;
}

.page1 .history .right .box .mySwiper_text .content .des {
    max-height: 395px;
    overflow-y: scroll;
    height: 390px;
}

.page1 .history .right .box .mySwiper_text .content .des p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7em;
}

.page1 .history .right .box .swiper-scrollbar {
    right: auto;
    left: 0;
    height: 100%;
}

.page1 .history .right .box .swiper-scrollbar-drag {
    background-color: #F20303;
    cursor: pointer;
    border-radius: unset;
}

.page1 .case {
    background-color: #fff;
    padding: 95px 0 57px 0;
    box-sizing: border-box;
}

.page1 .case .inTitle {
    margin-bottom: 30px;
}

.page1 .case .inTitle h4 {
    color: #000000;
}

.page1 .case .inTitle p {
    color: #000000;
}

.page1 .case .inTitle .pageContainer {
    display: flex;
    justify-content: space-between;
}

.page1 .case .main .mySwiper_case .swiper-slide {
    width: 1213px;
    height: 662px;
    overflow: hidden;
}

.page1 .case .main .mySwiper_case a {
    width: 100%;
    height: 100%;
    position: relative;
}

.page1 .case .main .mySwiper_case .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page1 .case .main .mySwiper_case .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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;
}

.page1 .case .main .mySwiper_case .swiper-slide:hover .pic img {
    transform: scale(1.05);
    -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;
}

.page1 .case .main .mySwiper_case .text {
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    background: rgba(217, 6, 1, .8);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(105%);
    transition: all 0.3s ease;
}

.page1 .case .main .mySwiper_case .swiper-slide-active .text,
.page1 .case .main .mySwiper_case .swiper-slide:hover .text {
    transform: translateY(0);
    transition: all 0.3s ease;
}

.page1 .case .main .mySwiper_case .text p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page1 .case .main .mySwiper_case .arrow {
    display: flex;
    align-items: center;
    padding-left: 210px;
    box-sizing: border-box;
    margin-top: 30px;
}

.page1 .case .main .mySwiper_case .swiper-button-prev {
    margin-right: 68px;
}

.page1 .case .main .mySwiper_case .swiper-button-next,
.page1 .case .main .mySwiper_case .swiper-button-prev {
    position: static;
    margin-top: 0;
    color: #282828;
    font-size: 50px;
    font-weight: lighter;
}

.page1 .case .main .mySwiper_case .swiper-button-next:after,
.page1 .case .main .mySwiper_case .swiper-button-prev:after {
    display: none;
    content: "";
}

.page1 .honor {
    /*background: url(../images/honor.jpg) no-repeat center;*/
    /*background-size: cover;*/
    position: relative;
    height: 960px;
}

.page1 .honor .inTitle {
    padding-top: 95px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.page1 .honor .inTitle h4,
.page1 .honor .inTitle p {
    text-align: center;
    color: #fff;
}

.page1 .honor .inTitle img {
    position: absolute;
    top: 77px;
    left: 50%;
    transform: translateX(-50%);
}
.page1 .honor .content{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page1 .honor .content>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page1 .culture {
    background: url(../images/culture_bg.jpg) no-repeat center / cover;
    padding: 80px 0 108px 0;
    box-sizing: border-box;
}

.page1 .culture .inTitle h4,
.page1 .culture .inTitle p {
    text-align: center;
    color: #fff;
}

.page1 .culture .subtitle h3 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin: 0 40px;
}

.page1 .culture .subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    box-sizing: border-box;
}

.page1 .culture .subtitle::before,
.page1 .culture .subtitle::after {
    content: "";
    display: block;
    width: 63px;
    height: 1px;
    background-color: #F7F6F5;
}

.page1 .culture .list {
    margin-top: 90px;
    padding-top: 30px;
}

.page1 .culture .list ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*margin: 0 -17.5px;*/
    /*flex-wrap: wrap;*/
}

.page1 .culture .list ul li {
    /*padding: 0 17.5px;*/
    /*box-sizing: border-box;*/
    /*width: 25%;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.page1 .culture .list ul li a {
    position: relative;
    width: 353px;
}

.page1 .culture .list ul li .li_head {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(217, 6, 1);
    width: 151px;
    height: 60px;
    z-index: 2;
}

.page1 .culture .list ul li .li_head h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.page1 .culture .list ul li .box {
    border-radius: 29.5px;
    background-color: rgba(255, 255, 255, .3);
    width: 100%;
    height: 517px;
    overflow: hidden;
    padding: 70px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page1 .culture .list ul li .box .pic {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    /* transform: scale(0.8); */
    transition: all 0.5s ease;
    /*display: none;*/
}

.page1 .culture .list ul li a:hover .box .pic {
    opacity: 1;
    /* transform: scale(1); */
    transition: all 0.5s ease;
}

.page1 .culture .list ul li .box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.page1 .culture .list ul li .box .des {
    position: relative;
    z-index: 2;

}

.page1 .culture .list ul li .box .des p {
    color: #fff;
}

.page1 .culture .list ul li:nth-child(1) .box .des p {
    font-size: 20px;
}

.page1 .culture .list ul li:nth-child(2) .box .des p,
.page1 .culture .list ul li:nth-child(3) .box .des p {
    font-size: 25px;
}

.page1 .culture .list ul li:nth-child(4) .box .des p {
    font-size: 16px;
    line-height: 1.66em;
}

.page1 .partner {
    padding: 80px 0 122px 0;
    box-sizing: border-box;
}

.page1 .partner .inTitle h4 {
    color: #000000;
    text-align: center;
}

.page1 .partner .inTitle p {
    text-align: center;
    color: #000000;
}

.page1 .partner .list {
    margin-top: 80px;
}

.page1 .partner .list .mySwiper_partner {
    width: 100%;
    height: 256px;
}

.page1 .partner .list .mySwiper_partner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 48px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page1 .partner .list .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #C0BEBE;
    box-sizing: border-box;
    width: 102px;
    height: 102px;
    padding: 10px;
}

.page1 .partner .list .icon img {
    max-width: 100%;
    max-height: 100%;
    animation: fadeflip 3s infinite;
}
@keyframes fadeflip {
    0% {
        transform: scale(1.1);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
    90%{
        transform: scale(0.8);
    }
    100%{
        transform: scale(0);
        opacity: 0;
    }
}

.page1 .partner .list .swiper-pagination {
    position: static;
    margin-top: 30px;
}

/* 关于我们 - ending */

/* 产品中心1  - starting */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.page2 .lineBg {
    width: 100%;
    height: 25px;
    background-color: #FAF9F8;
}

.page2 .list {
    padding: 117px 0 112px 0;
    box-sizing: border-box;
    margin-bottom: -70px;
}

.page2 .list ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.page2 .list ul li .subColumn {
    border-radius: 10px;
    background-color: rgb(243, 243, 243);
    width: 367px;
    width: 24.14%;
    height: 559px;
    position: relative;
}

.page2 .list ul li .subColumn a {
    width: 100%;
    height: 100%;
}

.pro_t {
    padding: 52px 42px 75px 42px;
    box-sizing: border-box;
}

.pro_t .line_T {
    background-color: rgb(217, 6, 1);
    width: 33px;
    height: 3px;
}

.pro_t .en_T {
    color: #d90601;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.pro_t .cn_T {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.page2 .list ul li .subColumn .pic {
    height: 217px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page2 .list ul li .subColumn .pic img {
    object-fit: contain;
    max-height: 217px;
    -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 .list ul li .subColumn a:hover .pic img {
    transform: scale(0.9);
    -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 .list ul li .subColumn .link {
    display: flex;
    align-items: center;
    width: fit-content;
    transition: all 0.3s;
    position: absolute;
    bottom: 45px;
    left: 42px;
}

.page2 .list ul li .subColumn .link .arrow {
    border-radius: 50%;
    background-color: rgb(217, 6, 1);
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 13px;
}

.page2 .list ul li .subColumn .link .arrow img {
    transition: all 0.3s;
}

.page2 .list ul li .subColumn .link:hover .arrow {
    transition: all 0.3s;
}

.page2 .list ul li .subColumn .link:hover .arrow img {
    transform: rotate(-45deg);
    transition: all 0.3s;
}

.page2 .list ul li .subColumn .link span {
    font-size: 18px;
    color: #282828;
}
.page2 .list ul li .subColumn .link:hover span{
    color: #d90601;
}
.page2 .list ul li .rightSwiper {
    width: 74.67%;
}

.page2 .list ul li .rightSwiper .mySwiper_com .swiper-slide {
    background-color: rgb(243, 243, 243);
    height: 559px;
    border-radius: 10px;
}

.page2 .list ul li .rightSwiper .mySwiper_com .swiper-slide a {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.page2 .list ul li .rightSwiper .mySwiper_com .pic {
    width: 100%;
    height: 353px;
    overflow: hidden;
}

.page2 .list ul li .rightSwiper .mySwiper_com .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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 .list ul li .rightSwiper .mySwiper_com a:hover .pic img {
    transform: scale(1.05);
    -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 .list ul li .rightSwiper .mySwiper_com .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0 45px 0;
    box-sizing: border-box;
}

.page2 .list ul li .rightSwiper .mySwiper_com .colName {
    font-size: 15px;
    color: #777777;
    font-weight: bold;
    text-transform: uppercase;
}
.page2 .list ul li .rightSwiper .mySwiper_com .swiper-slide:hover .colName{
    color: #d90601;
}
.page2 .list ul li .rightSwiper .mySwiper_com p {
    font-size: 20px;
    color: #000000;
    padding: 10px 0 35px 0;
    box-sizing: border-box;
}
.page2 .list ul li .rightSwiper .mySwiper_com .swiper-slide:hover p{
    color: #d90601;
}
.page2 .list ul li .rightSwiper .mySwiper_com .linkBtn {
    background-color: rgb(217, 6, 1);
    width: 88px;
    height: 22px;
    border-radius: 10.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page2 .list ul li .rightSwiper .mySwiper_com .linkBtn span {
    font-size: 10px;
    color: #ffffff;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.page2 .list ul li .rightSwiper .mySwiper_com .linkBtn span.hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(70%);
    pointer-events: none;
}

.page2 .list ul li .rightSwiper .mySwiper_com .linkBtn:hover span.normal {
    opacity: 0;
    transform: translateY(-70%);
    transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
}

.page2 .list ul li .rightSwiper .mySwiper_com .linkBtn:hover span.hover {
    opacity: 1;
    font-size: 12px;
    pointer-events: auto;
    letter-spacing: 3px;
    transform: translateY(0);
    transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.page2 .comSwiper {
    padding-bottom: 112px;
    box-sizing: border-box;
}

.page2 .comSwiper .pro_t {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    padding-bottom: 67px;
    box-sizing: border-box;
}

.page2 .comSwiper .mySwiper_com2 .swiper-slide {
    width: 42%;
}

.page2 .comSwiper .mySwiper_com2 a {
    display: flex;
    border-radius: 10px;
    background-color: rgb(238, 236, 235);
    height: 471px;
    width: 100%;
    overflow: hidden;
}

.page2 .comSwiper .mySwiper_com2 .pic {
    width: 61.64%;
    overflow: hidden;
}

.page2 .comSwiper .mySwiper_com2 .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page2 .comSwiper .mySwiper_com2 .text {
    width: calc(100% - 61.64%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
}

.page2 .comSwiper .mySwiper_com2 .text h1 {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    padding-bottom: 90px;
    box-sizing: border-box;
}

.page2 .comSwiper .mySwiper_com2 .text .btn {
    border-radius: 5px;
    background-color: rgb(217, 6, 1);
    width: 163px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 0 15px 0 20px;
    box-sizing: border-box;
}

.page2 .comSwiper .mySwiper_com2 .text .btn span {
    font-size: 12px;
    color: #ffffff;
}

.page2 .comSwiper .mySwiper_com2 .text .btn .arrow {
    overflow: hidden;
}

.page2 .comSwiper .mySwiper_com2 .text .btn:hover .arrow img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 rgb(217, 6, 1));
}

.page2 .comSwiper .mySwiper_com2 .text .btn:hover span {
    color: rgb(217, 6, 1);
}

.page2 .comSwiper .mySwiper_com2 .text .btn:hover {
    background-color: transparent;
    border: 1px solid rgb(217, 6, 1);
    box-sizing: border-box;
}

.page2 .comSwiper .mySwiper_com2 .tool {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
    box-sizing: border-box;
}

.page2 .comSwiper .mySwiper_com2 .tool .swiper-pagination,
.page2 .comSwiper .mySwiper_com2 .tool .swiper-next,
.page2 .comSwiper .mySwiper_com2 .tool .swiper-prev {
    position: static;
    width: fit-content;
}

.page2 .comSwiper .mySwiper_com2 .tool .swiper-pagination {
    margin: 0 45px;
    font-weight: bold;
    color: #333333;
    font-size: 26px;
}

.page2 .comSwiper .mySwiper_com2 .tool .swiper-next,
.page2 .comSwiper .mySwiper_com2 .tool .swiper-prev {
    width: 50px;
    height: 50px;
    border: 2px solid #D90601;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.page2 .comSwiper .mySwiper_com2 .tool .swiper-next:hover,
.page2 .comSwiper .mySwiper_com2 .tool .swiper-prev:hover {
    cursor: pointer;
}

.page2 .comSwiper .mySwiper_com2 .tool .swiper-next img,
.page2 .comSwiper .mySwiper_com2 .tool .swiper-prev img {
    transition: all 0.3s;
}

.page2 .comSwiper .mySwiper_com2 .tool .swiper-next:hover img {
    transform: translateX(7px);
    transition: all 0.3s;
}

.page2 .comSwiper .mySwiper_com2 .tool .swiper-prev:hover img {
    transform: translateX(-7px);
    transition: all 0.3s;
}

/* 产品中心1  - ending */

/* 产品中心2  - starting */
.page3 .mainList {
    padding: 65px 0 84px 0;
    box-sizing: border-box;
}

.page3 .mainList .pageContainer {
    display: flex;
    justify-content: space-between;
}

.page3 .mainList .leftCol {
    width: 24.14%;
}

.page3 .mainList .leftCol .bgBox {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: rgb(243, 243, 243);
    padding: 38px 42px;
    box-sizing: border-box;
}

.page3 .mainList .leftCol .pro_t {
    padding: 0 0 25px 0;
    box-sizing: border-box;
}

.page3 .mainList .leftCol .three_col ul li {
    border-bottom: 1px solid #fbfbfb;
    box-sizing: border-box;
    padding: 25px 0 20px 0;
}

.page3 .mainList .leftCol .three_col ul li a {
    font-size: 16px;
    color: #777777;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    transition: transform 0.3s;
}

.page3 .mainList .leftCol .three_col ul li a::before {
    content: "-";
    display: block;
    font-size: 16px;
    color: #777777;
    margin-right: 5px;
}

.page3 .mainList .leftCol .three_col ul li:hover a,
.page3 .mainList .leftCol .three_col ul li.active a{
    color: #282828;
    font-weight: bold;
    transform: translateX(5px);
    transition: transform 0.3s;
}

.page3 .mainList .leftCol .three_col ul li:hover a::before,
.page3 .mainList .leftCol .three_col ul li.active a::before{
    content: "+";
    display: block;
    color: #282828;
    margin-right: 5px;
}

.page3 .mainList .leftCol .tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 206px;
    width: 100%;
}

.page3 .mainList .leftCol .tel div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.page3 .mainList .leftCol .tel div::after,
.page3 .mainList .leftCol .tel div::before {
    content: "";
    display: block;
    width: 28px;
    height: 1px;
    background-color: rgba(119, 119, 119, .3);
}

.page3 .mainList .leftCol .tel div span {
    font-size: 14px;
    color: #7a7572;
    display: block;
    margin: 0 20px;
}

.page3 .mainList .leftCol .tel p {
    font-size: 24px;
    color: #7a7572;
    text-align: center;
}

.page3 .mainList .rightList {
    width: 74.54%;
}

.page3 .mainList .rightList .list ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
}

.page3 .mainList .rightList .list ol li {
    padding: 0 10px;
    box-sizing: border-box;
    width: 33.333%;
    height: 559px;
    margin-bottom: 62px;
}

.page3 .mainList .rightList .list ol li a {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgb(243, 243, 243);
    overflow: hidden;
}

.page3 .mainList .rightList .list ol li .pic {
    overflow: hidden;
    width: 100%;
    height: 353px;
}

.page3 .mainList .rightList .list ol li .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -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;
}

.page3 .mainList .rightList .list ol li a:hover .pic img {
    transform: scale(1.05);
    -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;
}

.page3 .mainList .rightList .list ol li .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0 45px 0;
    box-sizing: border-box;
}

.page3 .mainList .rightList .list ol li .colName {
    font-size: 15px;
    color: #777777;
    font-weight: bold;
    text-transform: uppercase;
}

.page3 .mainList .rightList .list ol li p {
    font-size: 20px;
    color: #000000;
    padding: 10px 0 35px 0;
    box-sizing: border-box;
}

.page3 .mainList .rightList .list ol li .linkBtn {
    background-color: rgb(217, 6, 1);
    width: 88px;
    height: 22px;
    border-radius: 10.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page3 .mainList .rightList .list ol li .linkBtn span {
    font-size: 10px;
    color: #ffffff;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.page3 .mainList .rightList .list ol li .linkBtn span.hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(70%);
    pointer-events: none;
}

.page3 .mainList .rightList .list ol li .linkBtn:hover span.normal {
    opacity: 0;
    transform: translateY(-70%);
    transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
}

.page3 .mainList .rightList .list ol li .linkBtn:hover span.hover {
    opacity: 1;
    font-size: 12px;
    pointer-events: auto;
    letter-spacing: 3px;
    transform: translateY(0);
    transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.pages ul {
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 0 -15px;
}

.pages ul li {
    margin: 0 15px;
}

.pages ul li a,
.pages ul li span {
    font-size: 22px;
    color: #282828;
}

.pages ul li:hover a,
.pages ul li.active a,
.pages ul li.active span {
    color: #D90601;
}

/* 产品中心2  - ending */

/* 产品详情  - starting */
.bannerPro {
    width: 100%;
    overflow: hidden;
}

.bannerPro .swiper_bannerPro {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.bannerPro img {
    width: 100%;
}


@keyframes fadeInTop {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page4{
    margin-top: 105px;
}
.page4 .tab {
    border-bottom: 1px solid rgba(40, 40, 40, .3);
    box-sizing: border-box;
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 90px;
    background-color: #fff;
    z-index: 5;
}

.page4 .tab ul {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page4 .tab ul li {
    transition: all 0.3s ease;
    width: 103px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.page4 .tab ul li::after,
.page4 .tab ul li::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background-color: #E60012;
    transition: all 0.3s;
}

.page4 .tab ul li:hover::after,
.page4 .tab ul li.active::after {
    left: 0;
    width: 100%;
}

.page4 .tab ul li:hover {
    background-color: #f0f0f0;
}
.page4 .tab ul li span{
    color: #282828;
    font-size: 18px;
}
.page4 .tab ul li.active span{
    color: #E60012;
    font-weight: bold;
}
.Proitem {
    display: none;
    animation: fadeInTop 0.5s ease;
}
.Proitem .main{
    margin: 50px auto;
}
.page4 .content .Proitem.active {
    display: block;
}
.Proitem p{
    font-size: 16px;
    line-height: 1.6em;
}

.page4 .w1666 {
    width: 1666px;
    margin: 0 auto;
    padding: 105px 0 126px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.page4 .content .box3 .left {
    width: 60.56%;
    height: 646px;
}

.page4 .content .box3 .left .mySwiper_proShow {
    width: 100%;
    height: 100%;
}

.page4 .content .box3 .left .mySwiper_proShow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page4 .content .box3 .left .mySwiper_proShow .swiper-button-next {
    right: 50px;
    color: #fff;
    width: 44px;
    height: 44px;
}

.page4 .content .box3 .left .mySwiper_proShow .swiper-button-prev {
    left: 50px;
    color: #fff;
    width: 44px;
    height: 44px;
}

.page4 .content .box3 .left .mySwiper_proShow .swiper-button-next:after {
    font-size: 94px;
    content: ">";
    font-weight: lighter;
}

.page4 .content .box3 .left .mySwiper_proShow .swiper-button-prev:after {
    font-size: 94px;
    content: "<";
    font-weight: lighter;
}

.page4 .content .box3 .right {
    width: 35.77%;
}

.page4 .content .box3 .right .returnBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(40, 40, 40);
    border-radius: 10px;
    width: 95px;
    height: 28px;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    transition: all 0.3s;
}

.page4 .content .box3 .right .returnBtn span {
    font-size: 14px;
    color: #282828;
    transition: all 0.3s;
}

.page4 .content .box3 .right .returnBtn a:hover {
    background-color: #D90601;
    border: 1px solid #D90601;
    transition: all 0.3s;
}

.page4 .content .box3 .right .returnBtn a:hover span {
    color: #fff;
    letter-spacing: 2px;
    transition: all 0.3s;
}

.page4 .content .box3 .right ol li {
    padding-top: 40px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.page4 .content .box3 .right ol li i {
    font-size: 18px;
    color: #333;
    font-style: normal;
    display: block;
    padding-bottom: 8px;
    box-sizing: border-box;
}

.page4 .content .box3 .right ol li span {
    font-size: 20px;
    color: #333;
    display: block;
    padding: 0 0 10px 0;
    box-sizing: border-box;
}

.page4 .content .box3 .right ol li h5 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.page4 .content .box3 .right .tel {
    padding: 60px 0 20px 0;
    box-sizing: border-box;
}

.page4 .content .box3 .right .tel a {
    display: flex;
    align-items: center;
}

.page4 .content .box3 .right .tel img {
    margin-right: 8px;
}

.page4 .content .box3 .right .tel span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.page4 .content .box3 .right .tel em {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    font-style: normal;
}

.page4 .content .box3 .right .consultBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(217, 6, 1);
    width: 228px;
    height: 47px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.page4 .content .box3 .right .consultBtn a::after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    background-color: rgb(255, 0, 0);
    transition: all 0.5s;
    opacity: 0;
    position: absolute;

}

.page4 .content .box3 .right .consultBtn a:hover::after {
    opacity: 1;
    transition: all 0.5s;
    width: 300px;
    height: 300px;
}

.page4 .content .box3 .right .consultBtn span {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 4;
}

.page4 .content .box3 .right .consultBtn a:hover {
    box-shadow: 5px 5px 15px rgba(217, 6, 1, 0.3);
    /* transform: scale(1.05); */
    transition: all 0.3s;
}

.page4 .w1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 140px 0;
    box-sizing: border-box;
}

.page4 .content .box4 .main ul li .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #282828;
    box-sizing: border-box;
    padding: 30px 0;
    cursor: pointer;
}

.page4 .content .box4 .main ul li .title p {
    font-size: 24px;
    color: #282828;
}

.page4 .content .box4 .main ul li .itemContent {
    overflow: hidden;
    display: none;
}

.page4 .content .box4 .main ul li.active .itemContent {
    transform: translateY(0);
    padding: 40px 0 0 0;
    box-sizing: border-box;
}
.page4 .content .box4 .main ul li.active .itemContent table{
    width: 100%;
}
.page4 .content .box4 .main ul li.active .itemContent table span{
    font-size: 16px;
    display: block;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    color: rgba(51, 51, 51, .8);
}
/*.page4 .content .box4 .main ul li .itemContent .i_ul {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/

/*.page4 .content .box4 .main ul li .itemContent .i_ul .i_li {*/
/*    border-bottom: 1px solid rgba(0, 0, 0, .2);*/
/*    box-sizing: border-box;*/
/*    padding: 15px 0;*/
/*    width: 46.08%;*/
/*}*/

/*.page4 .content .box4 .main ul li .itemContent .i_ul .i_li p {*/
/*    font-size: 16px;*/
/*    color: rgba(51, 51, 51, .8);*/
/*}*/

/* 产品详情  - ending */

/* 展厅展示 - starting */
.page5 .introduce {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 96px 0 110px 0;
    box-sizing: border-box;
}

.page5 .introduce .video {
    width: 53.15%;
    height: 485px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page5 .introduce .video video,
.page5 .introduce .video img {
    width: 100%;
}

.page5 .introduce .text {
    width: 43.48%;
}

.page5 .introduce .text h5 {
    font-weight: normal;
    font-size: 24px;
    color: #050505;
    padding-bottom: 45px;
}

.page5 .introduce .text .des p {
    font-size: 18px;
    color: rgb(119, 119, 119);
    line-height: 1.556em;
}

.page5 .picShow ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.page5 .picShow ul li {
    overflow: hidden;
    margin-bottom: 10px;
}

.page5 .picShow ul li:nth-child(1),
.page5 .picShow ul li:nth-child(2),
.page5 .picShow ul li:nth-child(3) {
    height: 304px;
}

.page5 .picShow ul li:nth-child(4),
.page5 .picShow ul li:nth-child(5),
.page5 .picShow ul li:nth-child(6) {
    height: 273px;
}

.page5 .picShow ul li:nth-child(1) {
    /* width: 50%; */
    width: 760px;
}

.page5 .picShow ul li:nth-child(2) {
    /* width: 21.71%; */
    width: 330px;
}

.page5 .picShow ul li:nth-child(3),
.page5 .picShow ul li:nth-child(4),
.page5 .picShow ul li:nth-child(6) {
    /* width: 26.97%; */
    width: 410px;
}

.page5 .picShow ul li:nth-child(5) {
    /* width: 44.6%; */
    width: 678px;
}

.page5 .picShow ul li a {
    width: 100%;
    height: 100%;
}

.page5 .picShow ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page5 .exhibit {
    padding: 116px 0 76px;
    box-sizing: border-box;
}

.page5 .exhibit h5 {
    font-weight: bold;
    font-size: 30px;
    color: #282828;
    padding-bottom: 50px;
    box-sizing: border-box;
    line-height: 1.1em;
}

.page5 .exhibit>p {
    font-size: 18px;
    color: #282828;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.page5 .exhibit .top {
    margin-bottom: 90px;
}

.page5 .exhibit .top ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page5 .exhibit .top ul li {
    width: 32.76%;
    height: 406px;
    overflow: hidden;
}

.page5 .exhibit .top ul li a {
    width: 100%;
    height: 100%;
    position: relative;
}
.page5 .exhibit .top ul li .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page5 .exhibit .top ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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;
}

.page5 .exhibit .top ul li:hover .pic img {
    transform: scale(1.05);
    -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;
}

.page5 .exhibit .top ul li em {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 30px;
    left: 40px;
    line-height: 1em;
}

.page5 .exhibit .bottom .list .item {
    margin-bottom: 40px;
}

.page5 .exhibit .bottom .list .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page5 .exhibit .bottom .list .item .left {
    width: 49.8%;
    height: 494px;
    overflow: hidden;
}

.page5 .exhibit .bottom .list .item .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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;
}
.page5 .exhibit .bottom .list .item a:hover .left img{
    transform: scale(1.05);
    -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;
}

.page5 .exhibit .bottom .list .item .right {
    width: 45.92%;
}

.page5 .exhibit .bottom .list .item .right .title {
    font-size: 25px;
    color: #000000;
    display: inline;
    background-image: linear-gradient(to right, #D90601 0, #D90601 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    -webkit-transition: .3s, background-size 1s;
    transition: .3s, background-size 1s;
}

.page5 .exhibit .bottom .list .item a:hover .title {
    letter-spacing: 3px;
    background-size: 100% 2px;
    color: #D90601;
    -webkit-transition: .3s, background-size 1s;
    transition: .3s, background-size 1s;
}

.page5 .exhibit .bottom .list .item .right .des {
    margin-top: 60px;
}

.page5 .exhibit .bottom .list .item .right .des p {
    font-size: 18px;
    color: #777777;
    line-height: 2em;
}

/* 展厅展示 - ending */

/* 招商加盟 - starting */
.page6 .reason {
    background: url(../images/join_bg1.jpg) no-repeat center / cover;
    padding: 98px 0 125px 0;
    box-sizing: border-box;
}

.page6 .reason h1 {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}

.page6 .reason h1 em {
    font-size: 55px;
    color: #fe0000;
}

.page6 .reason ul {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 88px;
}

.page6 .reason ul.pc{
    display: flex!important;
}
.page6 .reason ul.wap{
    display: none!important;
}

.page6 .reason ul li {
    /*width: 29.14%;*/
    width: 30.5%;
}

.page6 .reason ul li .top .li_t {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.page6 .reason ul li .top .li_t img{
    display: none;
}
.page6 .reason ul li .top .li_t h5 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
}

.page6 .reason ul li .top .des {
    padding-left: 0;
    box-sizing: border-box;
    height: 150px;
}

.page6 .reason ul li .top .des p {
    font-size: 16px;
    color: #fff;
    line-height: 1.667em;
}

.page6 .reason ul li .bottom {
    width: 100%;
    height: 310px;
}
.page6 .reason ul li .bottom .mySwiper_join .swiper-slide{
    border-radius: 20px;
    width: 100%;
    height: 288px;
    overflow: hidden;
}
.mySwiper_join{
    width: 100%;
    height: 100%;
}
.page6 .reason ul li .bottom .mySwiper_join .swiper-pagination{
    bottom: 0;
}
.page6 .reason ul li .bottom .mySwiper_join .swiper-pagination span{
    /*width: 48px;*/
    height: 6px;
    border-radius: unset;
    background-color: #FE0000;
}
.page6 .reason ul li .bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page6 .reason ul .w_all {
    position: relative;
    width: 100%;
    /*border: 5px solid #EA4F16;*/
    height: 262px;
    box-sizing: border-box;
    /*border-radius: 50px;*/
    margin-top: 136px;
    background: url(../images/border.png) no-repeat center / cover;
}

.page6 .reason ul .w_all .top {
    position: absolute;
    top: -80px;
    width: 50.77%;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}

.page6 .reason ul .w_all .top .li_t {
    justify-content: center;
}

.page6 .reason ul .w_all .top .des {
    padding-left: 0;
    height: auto;
}

.page6 .reason ul .w_all .top .des p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.page6 .reason ul .w_all .top .des p i {
    font-size: 36px;
    color: #ea4f16;
    font-weight: bold;
}

.page6 .reason ul .w_all .content {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 40px;
    box-sizing: border-box;
}

.page6 .reason ul .w_all .content .box {
    border-right: 1px solid #EA4F16;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    padding: 15px 0 10px 0;
    box-sizing: border-box;
}

.page6 .reason ul .w_all .content .box:last-child {
    border-right: none;
}

.page6 .reason ul .w_all .content .box .box_t {
    font-size: 28px;
    color: #EA4F16;
    font-weight: bold;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.page6 .reason ul .w_all .content .box .detail p {
    font-size: 18px;
    font-weight: bold;
    color: #EA4F16;
    text-align: center;
}

.page6 .miaoshu {
    background: url(../images/join_bg2.png) no-repeat center / cover;
    padding: 78px 0 82px 0;
    box-sizing: border-box;
}

.page6 .miaoshu .total_text {
    padding: 0 50px;
    box-sizing: border-box;
}

.page6 .miaoshu .total_text p {
    font-size: 16px;
    color: rgb(40, 40, 40);
    line-height: 1.75em;
}

.page6 .miaoshu .list {
    padding: 0 50px;
    box-sizing: border-box;
    margin-top: 60px;
}

.page6 .miaoshu .list ul li {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page6 .miaoshu .list ul li .pic {
    width: 46.83%;
    height: 289px;
    overflow: hidden;
    border-radius: 10px;
}

.page6 .miaoshu .list ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page6 .miaoshu .list ul li .text {
    width: 46.83%;
    padding: 25px;
    box-sizing: border-box;
}

.page6 .miaoshu .list ul li .text h2 {
    font-size: 22px;
    color: #282828;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.page6 .miaoshu .list ul li .text .des p {
    font-size: 18px;
    color: #282828;
    line-height: 1.6em;
}

.page6 .and {
    background: url(../images/join_bg3.jpg) no-repeat top center / contain;
    /*height: 960px;*/
    position: relative;
    /*padding-bottom: 404px;*/
    padding-bottom: 90px;
}

.page6 .and .help {
    padding: 135px 0 150px 0;
    box-sizing: border-box;
}

.page6 .and .help h1,
.page6 .and .build h1 {
    font-size: 38px;
    font-weight: bold;
    color: #f20000;
    text-align: center;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.page6 .and .help ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.page6 .and .help ul li a{
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0px 1px 13px 0px rgba(88, 94, 143, 0.14);
    width: 241px;
    height: 178px;
}

.page6 .and .help ul li .icon {
    height: 44px;
    width: 44px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.page6 .and .help ul li .icon img {
    max-height: unset;
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page6 .and .help ul li p {
    font-size: 20px;
    color: #b10905;
    text-align: center;
    padding-top: 25px;
    box-sizing: border-box;
}

.page6 .and .build em {
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
}

.page6 .and .build .mySwiper_store {
    margin-top: 50px;
}

.page6 .and .build .mySwiper_store .swiper-slide {
    /* width: 750px; */
    width: 39.2%;
    transform: scale(0.93);
    transition: all 0.3s ease;
}

.page6 .and .build .mySwiper_store .swiper-slide-active {
    transform: scale(1);
    transition: all 0.3s ease;
}

.page6 .and .build .mySwiper_store .pic {
    width: 100%;
    height: 537px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.page6 .and .build .mySwiper_store .pic::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(20, 0, 1, .5);
    z-index: 9;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}

.page6 .and .build .mySwiper_store .swiper-slide-active .pic::after {
    display: none;
    transition: all 0.3s ease;
}

.page6 .and .build .mySwiper_store .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page6 .and .build .mySwiper_store p {
    text-align: center;
    font-size: 16px;
    color: #282828;
    padding-top: 30px;
    box-sizing: border-box;
    display: none;
    transition: all 0.4s ease;
}

.page6 .and .build .mySwiper_store .swiper-slide-active p {
    display: block;
    transition: all 0.4s ease;
}

.page6 .and .build .mySwiper_store .next,
.page6 .and .build .mySwiper_store .prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -51px;
}

.page6 .and .build .mySwiper_store .prev {
    left: 200px;
    right: auto;
    transition: all 0.3s ease;
}

.page6 .and .build .mySwiper_store .prev:hover {
    left: 180px;
    transition: all 0.3s ease;
}

.page6 .and .build .mySwiper_store .next {
    right: 200px;
    left: auto;
    transition: all 0.3s ease;
}

.page6 .and .build .mySwiper_store .next:hover {
    right: 180px;
    transition: all 0.3s ease;
}

/* 招商加盟 - ending */
/* 新闻 - starting */
.page7 .news {
    padding: 57px 0 80px 0;
    box-sizing: border-box;
}

.page7 .titleBox {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 55px;
    position: relative;
}

.page7 .titleBox .title span {
    display: block;
    width: 33px;
    height: 3px;
    background-color: #D90601;
    text-align: center;
    margin: 0 auto;
}

.page7 .titleBox .title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 15px;
    line-height: 1.1em;
}

.page7 .titleBox .more {
    font-size: 16px;
    color: #282828;
    position: absolute;
    right: 0;
    transition: all 0.4s ease;
}

.page7 .titleBox .more:hover {
    letter-spacing: 2px;
    color: #D90601;
    transition: all 0.4s ease;
}

.page7 .news .list ol {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

.page7 .news .list ol li {
    padding: 0 7.5px;
    box-sizing: border-box;
    width: 33.333%;
    margin-bottom: 30px;
}

.page7 .news .list ol li a {
    width: 100%;
    height: 100%;
}

.page7 .news .mySwiper_new .pic,
.page7 .news .list .pic {
    width: 100%;
    height: 407px;
    overflow: hidden;
    border-radius: 10px;
}

.page7 .news .mySwiper_new .pic img,
.page7 .news .list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.page7 .news .mySwiper_new .swiper-slide:hover .pic img,
.page7 .news .list ol li:hover .pic img {
    transform: scale(1.05);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.page7 .news .mySwiper_new .bottom,
.page7 .news .list .bottom {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 12px;
    box-sizing: border-box;
}

.page7 .news .mySwiper_new .bottom .name,
.page7 .news .list .bottom .name {
    width: 73.22%;
}

.page7 .news .mySwiper_new .bottom .name p,
.page7 .news .list .bottom .name p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 17px;
    color: #000000;
}
.page7 .news .mySwiper_new .swiper-slide:hover .bottom .name p, 
.page7 .news .list ol li:hover .bottom .name p{
    color: rgb(217, 6, 1);
}

.page7 .news .list .pages {
    margin-top: 20px;
}

.page7 .news .list .pages ul {
    justify-content: center;
}

.page7 .bottom .see,
.page7 .media .mySwiper_media .see,
.page7 .media .list .see {
    border-radius: 5px;
    background-color: rgb(217, 6, 1);
    width: 82px;
    height: 34px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -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;
}

.page7 .bottom .see span,
.page7 .media .mySwiper_media .see span,
.page7 .media .list .see span {
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}

.page7 .bottom .see .icon,
.page7 .media .mySwiper_media .see .icon,
.page7 .media .list .see .icon {
    overflow: hidden;
}

.page7 .bottom .see img,
.page7 .media .mySwiper_media .see img,
.page7 .media .list .see img {
    width: 20px;
}

.page7 .bottom .see:hover,
.page7 .media .mySwiper_media .see:hover,
.page7 .media .list .see:hover {
    background-color: #fff;
    border: 1px solid rgb(217, 6, 1);
    box-shadow: 5px 5px 20px rgba(217, 6, 1, .3), inset 5px 5px 10px rgba(217, 6, 1, .3);
    box-sizing: border-box;
    -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;
}

.page7 .bottom .see:hover span,
.page7 .media .mySwiper_media .see:hover span,
.page7 .media .list .see:hover span {
    color: rgb(217, 6, 1);
}

.page7 .bottom .see:hover img,
.page7 .media .mySwiper_media .see:hover img,
.page7 .media .list .see:hover img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 rgb(217, 6, 1));
}

.page7 .tool {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.page7 .tool .swiper-pagination,
.page7 .tool .swiper-button-prev,
.page7 .tool .swiper-button-next {
    position: static;
    width: auto;
    height: auto;
}

.page7 .tool .swiper-button-prev,
.page7 .tool .swiper-button-next {
    font-size: 30px;
    color: #282828;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
}

.page7 .tool .swiper-pagination-bullet {
    font-size: 21px;
    color: #282828;
    opacity: 1;
    margin: 0 15px !important;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: unset;
}

.page7 .media .tool .swiper-pagination-bullet {
    color: #fff;
}

.page7 .media .tool .swiper-pagination-bullet-active,
.page7 .tool .swiper-pagination-bullet-active {
    color: #D90601;
}

.page7 .tool .swiper-button-next:after,
.page7 .tool .swiper-button-prev:after {
    content: "";
    display: none;
}

.page7 .media {
    background: url(../images/news_bg1.jpg) no-repeat center / cover;
    padding: 84px 0;
    box-sizing: border-box;
}

.page7 .media .titleBox .more {
    color: #fff;
    transition: all 0.4s ease;
}

.page7 .media .titleBox .more:hover {
    letter-spacing: 2px;
    color: #D90601;
    transition: all 0.4s ease;
}

.page7 .media .titleBox .title h3 {
    color: #fff;
}

.page7 .media .list ol {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -45px;
}

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

.page7 .media .mySwiper_media .swiper-slide,
.page7 .media .list ol li {
    height: 501px;
}

.page7 .media .mySwiper_media .swiper-slide a,
.page7 .media .list ol li a {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(222, 216, 212);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.page7 .media .normal {
    width: 100%;
    height: 100%;
    padding: 42px 40px;
    box-sizing: border-box;
    /* position: absolute;
    top: 0;
    left: 0; */
    opacity: 1;
    transition: all 0.4s ease;
}

.page7 .media .normal .logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 90px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
}

.page7 .media .normal .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page7 .media .normal .name h3 {
    font-size: 25px;
    color: #221815;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
}

.page7 .media .normal .name h4 {
    font-size: 17px;
    color: #282828;
    text-align: center;
    padding: 10px 0 8px 0;
    box-sizing: border-box;
    font-weight: normal;
}

.page7 .media .normal .name::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #D90601;
    margin: 0 auto;
}

.page7 .media .normal .des {
    padding: 37px 0 44px 0;
    box-sizing: border-box;
}

.page7 .media .normal .des p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: #777777;
}

.page7 .media .see {
    margin: 0 auto;
    width: 90px;
}

.page7 .media .see span {
    margin-right: 10px;
}

.page7 .media .mySwiper_media .swiper-slide:hover .normal,
.page7 .media .list ol li:hover .normal {
    /* top: -520px; */
    opacity: 0;
    transition: all 0.4s ease;
}

.page7 .media .mouseHover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.page7 .media .mouseHover .bg {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100%;
    width: 100%;
}

.page7 .media .mouseHover .bg img {
    max-width: 100%;
    max-height: 100%;
}

.page7 .media .mouseHover .code {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: url(../images/jianbian.png) repeat-x center bottom;
}

.page7 .media .mouseHover .code div {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 300px;
}

.page7 .media .mouseHover .code div img {
    width: 130px;
    height: 130px;
}

.page7 .media .mouseHover .code p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #D90601;
}

.page7 .media .swiper-slide:hover .mouseHover,
.page7 .media .list ol li:hover .mouseHover {
    /* top: 0; */
    opacity: 1;
    transition: all 0.4s ease;
}

.page7 .media .pages {
    margin-top: 20px;
}

.page7 .media .pages ul {
    justify-content: center;
}

.page7 .media .pages ul li a,
.page7 .media .pages ul li span {
    color: #fff;
}

.page7 .media .pages ul li:hover a,
.page7 .media .pages ul li.active a,
.page7 .media .pages ul li.active span {
    color: #D90601;
}

.page7 .media .tool {
    margin-top: 40px;
}

.page7 .media .mySwiper_media .swiper-button-prev,
.page7 .media .mySwiper_media .swiper-button-next {
    color: #fff;
}

.page7 .hezuo {
    padding: 90px 0 106px;
    box-sizing: border-box;
    background-color: #F8F7F6;
}

.page7 .hezuo .mySwiper_hezuo {
    height: 268px;
    width: 100%;
    margin: 0;
}

.page7 .hezuo .mySwiper_hezuo .swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    height: calc((100% - 18px) / 2) !important;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.page7 .hezuo .mySwiper_hezuo .swiper-slide a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DED8D4;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.page7 .hezuo .mySwiper_hezuo .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    -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;
}
.page7 .hezuo .mySwiper_hezuo .swiper-slide:hover 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;
}

.page7 .hezuo .swiper-pagination {
    position: static;
    margin-top: 82px;
}

.page7 .hezuo .swiper-pagination .swiper-pagination-bullet {
    border-radius: 2.5px;
    background-color: rgb(20, 0, 1);
    width: 50px;
    height: 8px;
}

.page7 .hezuo .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #D90601;

}

.page7 .hezuo .list ol {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.page7 .hezuo .list ol li {
    padding: 0 10px;
    box-sizing: border-box;
    width: 20%;
    margin-bottom: 20px;
}

.page7 .hezuo .list ol li a {
    width: 100%;
    height: 125px;
    border: 1px solid #DED8D4;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.page7 .hezuo .list ol li a img {
    max-width: 100%;
    max-height: 100%;
}

.page7 .hezuo .pages {
    margin-top: 20px;
}

.page7 .hezuo .pages ul {
    justify-content: center;
}

/* 新闻 - ending */

/* 新闻详情 - starting */
.inCol .ls {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.inCol .ls .en {
    font-size: 30px;
    font-weight: bold;
    color: #282828;
}

.inCol .ls .cn {
    font-size: 24px;
    color: #282828;
    font-weight: lighter;
    margin-right: 15px;
}

.page8 .inCol {
    margin-top: 105px;
    background-color: #fff;
    border-bottom: 1px solid rgba(172, 172, 172, 0.5);
    box-sizing: border-box;
}

.page8 {
    background-color: #FAF9F8;
}

.page8 .main {
    margin-top: 62px;
    background-color: #FAF9F8;
}

.page8 .main .conBox {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page8 .main .conBox .content {
    padding: 75px 156px 60px;
    box-sizing: border-box;
    width: 76.315%;
}

.page8 .main .conBox .content .title h2 {
    font-weight: normal;
    font-size: 24px;
    color: #000000;
    text-align: center;
}

.page8 .main .conBox .content .mes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 25px 0;
    box-sizing: border-box;
}

.page8 .main .conBox .content .mes p {
    font-size: 14px;
    color: #2b2b2b;
    margin: 0 10px;
}

.page8 .main .conBox .content .box p {
    font-size: 16px;
    color: rgb(40, 40, 40);
    line-height: 1.875em;
}

.page8 .main .conBox .content .box img {
    max-width: 100%;
    margin: 0 auto;
}

.page8 .main .conBox .list {
    padding: 120px 55px 0 0;
    box-sizing: border-box;
    width: calc(100% - 76.315%);
}

.page8 .main .conBox .list .title {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 26px;
}

.page8 .main .conBox .list .title h5 {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 1em;
    margin-right: 23px;
    width: 30%;
}

.page8 .main .conBox .list .title span {
    display: block;
    width: 67%;
    height: 1px;
    background-color: #000000;
}

.page8 .main .conBox .list .comNews ul li {
    margin-bottom: 43px;
}

.page8 .main .conBox .list .comNews ul li .pic {
    border-radius: 5px;
    background-color: rgb(0, 0, 0);
    height: 192px;
    width: 100%;
    overflow: hidden;
}

.page8 .main .conBox .list .comNews ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -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;
}

.page8 .main .conBox .list .comNews ul li:hover .pic img {
    transform: scale(1.05);
    -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;
}

.page8 .main .conBox .list .comNews ul li h5 {
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    padding: 12px 0 6px 0;
    box-sizing: border-box;
}

.page8 .main .conBox .list .comNews ul li:hover h5 {
    color: #E60012;
}

.page8 .main .conBox .list .comNews ul li .des p {
    font-size: 14px;
    color: #777777;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.page8 .main .lastNext {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0 45px 156px;
    box-sizing: border-box;
}

.page8 .main .lastNext p,
.page8 .main .lastNext p a,
.page8 .main .lastNext p span {
    font-size: 14px;
    color: #cf0202;
    display: -webkit-flex;
    display: flex;
}

.page8 .main .lastNext p:nth-child(1) {
    margin-right: 30px;
}

/* 新闻详情 - ending */

/*荣誉资质列表页 - starting*/
.honorList .list {
    padding: 80px 0;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

.honorList .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: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseShow .left,
.caseShow .right {
    display: -webkit-flex;
    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: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseShow .box .cels {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 25px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.caseShow .box .cels img{
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #000);
    width: 100%;
}
.caseShow .box .con {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;

}
.caseShow .box .con img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

/*荣誉资质列表页 - ending*/

/*产品列表页 - 下拉菜单 - starting*/
.dropdown-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
.dropdown-btn {
    background-color: rgba(243, 243, 243,.5);
    padding: 12px 16px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #343537;
    box-sizing: border-box;
    height: 70px;
}
.dropdown-btn a{
    font-size: 20px;
    color: #777777;
}
/* 产品列表页下拉内容 (默认隐藏) */
.dropdown-content {
    position: absolute;
    background-color: #F9F9F9;
    min-width: 100%;
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    transform-origin: top;
}

/* 产品下拉菜单链接 */
.dropdown-content a {
    color: #777;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    transition: background-color 0.2s;
}

.dropdown-content a:hover {
    background-color: #ddd;
}
/* 显示下拉菜单的类 */
.dropdown-show {
    opacity: 1;
    max-height: fit-content;
    /* 足够大的值以容纳内容 */
    transform: translateY(0);
    border: 1px solid #ddd;
}

/*产品列表页 - 下拉菜单 - ending*/

/*展厅一览 - start*/
.mySwiper_ImgShow{
    width: 100%;
    height: 100%;
}
.ImgShow{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}
.ImgShow .container{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
   
}
.ImgShow .container .box{
     height: calc(100% - 40px);
     background: #fff;
     width: 90%;
     box-sizing: border-box;
     padding: 35px;
     position: relative;
     border-radius: 8px;
}

.ImgShow .container .box .content .images{
    overflow: hidden;
    height: 600px;
    width: 80%;
    border: 1px solid  #dcdcdc;
    margin: 0 auto;
    box-sizing: border-box;
}
.ImgShow .container .box .content .images .mySwiper_proShow {
    width: 100%;
    height: 100%;
}
.ImgShow .container .box .content .images .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ImgShow .container .box .content img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ImgShow .container .box .title{
    text-align: center;
    font-size: 24px;
}
.ImgShow .container .box .clean{
    width:35px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.ImgShow .container .box .clean img{
    position:relative;
    left: -35px;
    width: 100%;
    filter: drop-shadow(35px 0 #333);
    cursor: pointer;
}
.ImgShow .container .box .content{
    height: calc(100% - 31px);
    box-sizing: border-box;
    padding: 25px 0;
    overflow-y: auto;
}
.ImgShow .container .box .content .text{
    margin-top: 30px;
    width: 80%;
    margin: 30px auto 20px;
}
.ImgShow .container .box .content .text p{
    font-size: 16px;
    color: #282828;
    line-height: 1.6em;
}
/*展厅一览 - ending*/





.pc {
    display: block !important;
}

.wap {
    display: none !important;
}

