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

html,
body {
    position: relative;
    color: #333;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

/* 顶部导航和footer */
.container {
    width: 1700px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 关于我们的宽度 */
.aboutContainer {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 产品中心的宽度 */
.productContainer {
    width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

input,
textarea {
    outline: none;
}

i {
    font-style: normal;
}

/* 导航 */
nav {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid #f2f2f2;
    background: url(../images/navBg.png) no-repeat;
    background-size: cover;
}

nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

nav .container>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e6212b;
    margin-left: 75px;
}

nav .container>ul>li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

nav .container>ul>li:last-child a {
    border-right: none;
}

nav .container>ul>li>a {
    color: #666;
    font-size: 18px;
    padding: 0px 35px;
    box-sizing: border-box;
    border-right: 1px solid #e6212b;
}

nav .container>ul>li:hover>a,
nav .container>ul>li.active>a{
    color: #333333;
    font-weight: bold;
}

nav .container>ul>li .down {
    position: fixed;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 100px;
    height: 0;
    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;
}

nav .container>ul>li:hover .down {
    height: 90px;
    -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;
}

nav .container>ul>li .down ol {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

nav .container>ul>li .down li {
    padding: 0 30px;
}
nav .container>ul>li .down li a{
    color: #363636;
    font-size: 16px;
}
nav .container>ul>li .down li:hover a{
    color: #e6212b;
}

nav .container>ul>li .circle {
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

nav .container>ul>li:hover .circle,
nav .container>ul>li.active .circle{
    position: absolute;
    height: 6px;
    width: 6px;
    bottom: 20px;
    background-color: #e6212b;
    border-radius: 50%;
    transform: translateY(0px);
    transition: transform 0.3s ease;
}

nav .container .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .container .right .lang {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #e6212b;
    margin: 0 30px 0 0;
}

nav .container .right .lang a {
    color: #e6212b;
    font-size: 16px;
}

nav .container .right .lang:hover {
    background-color: #e6212b;
}

nav .container .right .lang:hover a {
    color: #fff;
}

nav .container .right .phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px;
}

nav .container .right .phone .icon {
    margin-right: 10px;
}

nav .container .right .phone .text h5 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

nav .container .right .phone .text p {
    font-size: 18px;
    color: #e6212b;
    font-weight: bold;
}

nav .container .right .list {
    margin: 0 0 0 30px;
}

nav .container .right .list .icon {
    cursor: pointer;
}

.Phonelist_icon {
    display: none;
}

/* 隐藏的手机端导航栏栏目 */
.yin_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .5);
}

.yin_nav ul {
    width: 80%;
    background: #e6212b;
    height: 100%;
    box-sizing: border-box;
    padding: 100px 35px 0px 35px;
}

.yin_nav ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0px;
}

.yin_nav ul li a {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 45px;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 20px;
}


/* banner */

.banner {
    height: 960px;
}

.banner1 {
    height: 575px;
}

.banner .mySwiper_banner {
    height: 100%;
}

.banner .mySwiper_banner .swiper-slide {
    overflow: hidden;
}

.banner .mySwiper_banner .swiper-slide img,
.banner1 img {
    width: 100%;
    height: 100%;
    display: block;
}

.next,
.prev {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #e6212b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    top: var(--swiper-navigation-top-offset, 50%);
    overflow: hidden;
}

.next {
    right: 110px;
}

.prev {
    left: 110px;
}

.next img,
.prev img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #e6212b);
}

/* 首页的关于我们 index1 */
.index1 {
    padding: 168px 0;
    box-sizing: border-box;
}

.index1 .aboutContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index1 .aboutContainer .left {
    width: 710px;
}

.index1 .aboutContainer .left h1,
.index2 .title .aboutContainer .left h1,
.index3 .title .aboutContainer h1,
.index5 .title .aboutContainer .left h1 {
    font-size: 60px;
    color: #333333;
    font-weight: normal;
}

.index1 .aboutContainer .left h1 i,
.index2 .title .aboutContainer .left h1 i,
.index3 .title .aboutContainer h1 i,
.index5 .title .aboutContainer .left h1 i {
    color: #e6212b;
}

.index1 .aboutContainer .left>p {
    font-size: 18px;
    color: #333333;
    line-height: 2.8em;
    /*text-indent: 2em;*/
    /*margin-top: 30px;*/
}

.index1 .aboutContainer .left .button {
    width: 180px;
    height: 60px;
    background-color: #e6212b;
    overflow: hidden;
    margin-top: 65px;
}

.index1 .aboutContainer .left .button a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
    box-sizing: border-box;
    height: 60px;
}

.index1 .aboutContainer .left .button p {
    color: #f8f8f8;
    font-size: 18px;
}

.index1 .aboutContainer .left .button img {
    position: relative;
    left: -200px;
    filter: drop-shadow(200px 0 0 #fff);
    width: 15%;
}

.index1 .aboutContainer .right {
    width: 510px;
}

.index1 .aboutContainer .right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.index1 .aboutContainer .right ul li {
    width: 47%;
    height: 296px;
    position: relative;
    border-radius: 0 30px 0 30px;
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}

.index1 .aboutContainer .right ul li .pic img {
    display: block;
    width: 100%;
}

.index1 .aboutContainer .right ul li:hover .pic::before {
    content: "";
    position: absolute;
    background: url(../images/aboutMiniBg.png) no-repeat center;
    z-index: 2;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-size: cover;
}

.index1 .aboutContainer .right ul li .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    z-index: 3;
    height: 80px;
    width: 100%;
    padding: 0px 30px;
    box-sizing: border-box;
}

.index1 .aboutContainer .right ul li .text p {
    font-size: 18px;
    color: #fff;
}

.index1 .aboutContainer .right ul li .text img {
    display: none;
}

.index1 .aboutContainer .right ul li:hover .text img {
    display: flex;
}

/* 首页的产品中心 index2 */
.index2 {
    background-color: #fafafa;
    padding: 95px 0px;
    box-sizing: border-box;
}

.index2 .title .aboutContainer,
.index3 .title .aboutContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index2 .title .aboutContainer .left p {
    font-size: 26px;
    color: #666666;
    margin-top: 5px;
}

.index2 .title .aboutContainer .right a,
.index3 .title .aboutContainer a {
    font-size: 18px;
    color: #666666;
}

.index2 .content .mySwiper_pro {
    padding: 60px 0px 0px 20px;
    box-sizing: border-box;
}

.index2 .content .mySwiper_pro .swiper-wrapper {
    margin: 0 -10px;
}

.index2 .content .mySwiper_pro .swiper-slide {
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
}

.index2 .content .mySwiper_pro .swiper-slide a {
    display: block;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

.index2 .content .mySwiper_pro .swiper-slide .pic {
    position: absolute;
    right: 36px;
    bottom: 30px;
}

.index2 .content .mySwiper_pro .swiper-slide .pic img {
    /* width: 100%; */
    display: block;
}

.index2 .content .mySwiper_pro .swiper-slide:hover a {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.index2 .content .mySwiper_pro .swiper-slide .title {
    position: absolute;
    top: 40px;
    left: 40px;
}

.index2 .content .mySwiper_pro .swiper-slide .title h2 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}

.index2 .content .mySwiper_pro .swiper-slide .title p {
    font-size: 14px;
    color: #999999;
    width: 230px;
}

.index2 .content .mySwiper_pro .swiper-slide:hover .title h2 {
    color: #e6212b;
}

.index2 .content .mySwiper_pro .swiper-slide .more {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 32px;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    left: 40px;
    border: 2px solid #eeeeee;
}

.index2 .content .mySwiper_pro .swiper-slide .more img {
    width: 25%;
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #eeeeee);
}

.index2 .content .mySwiper_pro .swiper-slide:hover .more {
    background-color: #e6212b;
    border: none;
    box-sizing: border-box;
}

.index2 .content .mySwiper_pro .swiper-slide:hover .more img {
    position: static;
}

.index2 .content .mySwiper_pro .swiper-horizontal>.swiper-scrollbar,
.index2 .content .mySwiper_pro .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 200px;
    height: 6px;
    position: static;
}

.index2 .content .mySwiper_pro .swiper-pagination-progressbar {
    position: static;
}

.index2 .content .mySwiper_pro .swiper-pagination {
    position: static;
    margin: 0 60px;
    background-color: #dddddd;
}

.index2 .content .mySwiper_pro .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 200px;
    height: 6px;
    border-radius: 3px;
}

.index2 .content .mySwiper_pro .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-image: linear-gradient(to right, #e6212b, #dddddd);
    border-radius: 3px;
}

.scrollBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.scrollBtn .proPrev,
.scrollBtn .proNext {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgb(230, 33, 43);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.scrollBtn .proPrev img,
.scrollBtn .proNext img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #e6212b);
}

.scrollBtn .proPrev.swiper-button-disabled,
.scrollBtn .proNext.swiper-button-disabled {
    border: 1px solid #e3e3e3;
}

.scrollBtn .proPrev.swiper-button-disabled img,
.scrollBtn .proNext.swiper-button-disabled img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #e3e3e3);
}

/* 客户案例 index3 */
.index3 {
    padding: 100px 0 170px;
    box-sizing: border-box;
}

.index3 .mySwiper_anli {
    margin-top: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.index3 .mySwiper_anli .swiper-slide {
    width: 20.8%;
    height: 500px;
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s;
    cursor: pointer;
}

.index3 .mySwiper_anli .swiper-slide:hover,
.index3 .mySwiper_anli .swiper-slide-active {
    transform: translateY(-20px);
    transition: transform 0.3s;
}

.index3 .mySwiper_anli .swiper-slide .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px 30px 0 30px;
}

.index3 .mySwiper_anli .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    display: block;
    -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;
}

.index3 .mySwiper_anli .swiper-slide: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;
}

.index3 .mySwiper_anli .swiper-slide p {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 40px;
    display: none;
}

.index3 .mySwiper_anli .swiper-slide:hover p,
.index3 .mySwiper_anli .swiper-slide-active p {
    display: block;
}

.index3 .mySwiper_anli .swiper-slide .more {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e6212b;
    position: absolute;
    right: -30px;
    bottom: -10px;
    display: none;
    justify-content: center;
    align-items: center;
}

.index3 .mySwiper_anli .swiper-slide:hover .more,
.index3 .mySwiper_anli .swiper-slide-active .more {
    display: flex;
}

/* 招商加盟 index4 */
.index4 {
    padding: 100px 0;
    box-sizing: border-box;
    background: url(../images/joinBg.png) no-repeat center;
    background-size: cover;
}

.index4 .aboutContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.index4 .aboutContainer .left{
    width: 37%;
}
.index4 .aboutContainer .left h1 {
    font-weight: normal;
    font-size: 60px;
    color: #fff;
    margin-bottom: 440px;
}

.index4 .aboutContainer .left h1 i {
    color: #e6212b;
}

.index4 .aboutContainer .left .bottom h2 {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 35px;
}

.index4 .aboutContainer .left .bottom p {
    font-size: 30px;
    color: #fff;
    line-height: 1.6em;
}

.index4 .aboutContainer .right {
    width: 61.7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index4 .aboutContainer .right .box1 {
    width: 370px;
}

.index4 .aboutContainer .right .box1 ul li {
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .9);
}

.index4 .aboutContainer .right .box1 ul li a {
    display: inline-block;
}

.index4 .aboutContainer .right .box1 ul li:first-child {
    border-radius: 30px 30px 0 30px;
    margin-bottom: 20px;
}

.index4 .aboutContainer .right .box1 ul li:last-child {
    border-radius: 30px 0 30px 30px;
}

.index4 .aboutContainer .right .box1 ul li .icon,
.index4 .aboutContainer .right .box2 .icon {
    width: 100px;
    height: 100px;
    border: 1px solid #e6212b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

.index4 .aboutContainer .right .box1 ul li h3,
.index4 .aboutContainer .right .box2 h3 {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.index4 .aboutContainer .right .box1 ul li p {
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.index4 .aboutContainer .right .box1 ul li:hover .icon,
.index4 .aboutContainer .right .box2:hover .icon {
    background-color: #e6212b;
    overflow: hidden;
}

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

.index4 .aboutContainer .right .box2 {
    width: 400px;
    height: 760px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index4 .aboutContainer .right .box2 .center a {
    width: 180px;
    height: 60px;
    background-color: #e6212b;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto 0;
}

/* 新闻资讯 index5 */
.index5 {
    padding: 85px 0px 100px;
    box-sizing: border-box;
}

.index5 .title {
    margin-bottom: 80px;
}

.index5 .title .aboutContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index5 .title .aboutContainer .right ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index5 .title .aboutContainer .right ul li {
    margin-left: 66px;
}

.index5 .title .aboutContainer .right ul li a {
    font-size: 18px;
    color: #666666;
}

.index5 .title .aboutContainer .right ul li a:hover {
    color: #e6212b;
}

.index5 .content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 534px;
    overflow: hidden;
}

.index5 .content ul li {
    width: 32%;
    height: 534px;
    position: relative;
    overflow: hidden;
}

.index5 .content ul li .box1 .pic {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.index5 .content ul li .box1 .pic img {
    width: 100%;
    display: block;
}

.index5 .content ul li .box1 .text {
    height: 154px;
    background-color: rgb(250, 250, 250);
    padding: 40px 20px 60px 20px;
    box-sizing: border-box;
}

.index5 .content ul li .box1 .text p,
.index5 .content ul li .box2 .text p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.index5 .content ul li .box1 .text h3 {
    font-weight: normal;
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
    left: -10px;
}

.index5 .content ul li .box2 {
    padding: 60px 20px;
    box-sizing: border-box;
    transform: translateY(0px);
    transition: all 0.3s ease-in;
    background-color: #fbfbfb;
    position: absolute;
    height: 534px;
    width: 100%;
}

.index5 .content ul li:hover .box2 {
    transform: translateY(-534px);
    transition: all 0.3s ease-out;
}

.index5 .content ul li .box2 .text {
    margin-bottom: 70px;
}

.index5 .content ul li .box2 .text h3 {
    color: #e6212b;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.6em;
    position: relative;
    left: -10px;
}

.index5 .content ul li .box2 .des p {
    font-size: 16px;
    color: #333333;
    line-height: 2em;
}

.index5 .content ul li .box2 .more {
    /* margin-top: 90px; */
    position: absolute;
    bottom: 60px;
}

.index5 .content ul li .box2 .more a {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 130px;
}

.index5 .content ul li .box2 .more a .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6212b;
    overflow: hidden;
}

.index5 .content ul li .box2 .more a .icon img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #fff);
}

.index5 .content ul li .box2 .more span {
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
}

/* footer */
footer {
    background-color: #fbfbfb;
    position: relative;
}

footer .top {
    padding: 100px 0 200px;
    box-sizing: border-box;
}

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

footer .top .left {
    width: 130px;
}

footer .top .left .code {
    overflow: hidden;
    width: 130px;
    height: 130px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(102, 102, 102, .1);
    margin-bottom: 20px;
}

footer .top .left .code img {
    width: 105px;
    height: 105px;
    display: block;
}

footer .top .left span {
    font-size: 14px;
    color: #333333;
    text-align: center;
    display: block;
}
footer .top .center{
    width: 25%;
}
footer .top .center .phone {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
}

footer .top .center .phone .icon {
    margin-right: 10px;
}

footer .top .center .phone h2 {
    font-weight: bold;
    font-size: 20px;
    color: #e6212b;
}

footer .top .center p {
    font-size: 14px;
    color: #333333;
    line-height: 2em;
    margin-left: 44px;
}

footer .top .right>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
}

footer .top .right>ul>li {
    margin: 0px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

footer .top .right>ul>li:first-child {
    margin-left: 0px;
}

footer .top .right>ul>li:last-child {
    margin-right: 0px;
}

footer .top .right>ul>li>a {
    font-size: 16px;
    color: #333333;
}

footer .top .right>ul>li>ol {
    position: absolute;
    top: 65px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 185px;
}

footer .top .right>ul>li>ol>li {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .top .right>ul>li>ol>li>a {
    font-size: 14px;
    color: #333333;
}

footer .bottom {
    width: 100%;
    height: 100px;
    background-color: #e6212b;
}

footer .bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

footer .bottom .right p{
    font-size: 14px;
    color: #eee;
    margin-left: 50px;
}

footer .bottom .right p a{
    font-size: 14px;
    color: #eee;
}

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

/* 关于我们 - 企业文化 page1 */
.miniNav {
    height: 100px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.miniNav ul {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.miniNav ul li {
    height: 100px;
    line-height: 100px;
    position: relative;
}

.miniNav ul li a {
    font-size: 16px;
    color: #666;
    padding: 0 55px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}

.miniNav ul li a::after {
    content: "";
    width: 0px;
    height: 2px;
    background-color: #e6212b;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

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

.miniNav ul li:hover a::after,
.miniNav ul li.active a::after {
    width: 100%;
    transition: all 0.3s ease;
}

.miniNav ul li:hover a,
.miniNav ul li.active a {
    color: #e6212b;
}

.page1 .content .productContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

.page1 .content .right {
    width: 74.3%;
}

.page1 .content .right .box1 {
    margin-bottom: 90px;
}

.page1 .content .right h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}

.page1 .content .right p {
    font-size: 16px;
    color: #666666;
    line-height: 2em;
}

/* 关于我们 - 组织架构 page2 */
.page2 .content{
    overflow: hidden;
}
.page2 .content img{
    display: block;
}

/* 关于我们 - 荣誉证书 page3 */
.page3 .content .productContainer>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 80px -13px 20px;
}

.page3 .content .productContainer>ul li {
    width: 25%;
    height: 250px;
    padding: 0 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    box-sizing: border-box;
}

.page3 .content .productContainer>ul>li .box {
    position: relative;
    border: 1px solid rgb(221, 221, 221);
    width: 100%;
}

.page3 .content .productContainer>ul>li .box .pic {
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3 .content .productContainer>ul>li .box .search {
    display: none;
}

.page3 .content .productContainer>ul>li:hover .box .search {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

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

.caseShow .caseBox,.caseShowBox .caseBox {
    background: #fff;
    position: relative;
    padding: 50px 50px;
    box-sizing: border-box;
}

.caseShow .caseBox .cels,.caseShowBox .caseBox .cels {
    cursor: pointer;
    position: absolute;
    top: 4%;
    right: 4%;
}
.caseShow .caseBox .cels img,.caseShowBox .caseBox .cels img{
    width: 100%;
    display: block;
}

.caseShow .caseBox .con,.caseShowBox .caseBox .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;

}

.caseShow .caseBox .con .left,
.caseShow .caseBox .con .right,
.caseShowBox .caseBox .con .left,
.caseShowBox .caseBox .con .right{
    width: 25px;
    height: 80px;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
}

.caseShow .caseBox .con .left:hover,
.caseShow .caseBox .con .right:hover,
.caseShowBox .caseBox .con .left:hover,
.caseShowBox .caseBox .con .right:hover{
    background: #e6212b;
    color: #fff;
}

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

.caseShow .caseBox .con .left:after,
.caseShowBox .caseBox .con .left:after{
    content: 'prev';
}

.caseShow .caseBox .con .right:after,
.caseShowBox .caseBox .con .right:after{
    content: 'next';
}

.caseShow .caseBox .con .center,
.caseShowBox .caseBox .con .center{
    margin: 0 15px;
     width: 100%; 
    height: 100%;
}

.caseShow .caseBox .con .center img,
.caseShowBox .caseBox .con .center img{
    width: 100%;
    height: 100%;
    display: block;
}

.caseShow .caseBox .title,
.caseShowBox .caseBox .title{
    margin: 0 auto;
}

.caseShow .caseBox .title h3,
.caseShowBox .caseBox .title h3{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0;
}

.caseShow .caseBox .title p,
.caseShowBox .caseBox .title p{
    font-size: 16px;
    color: #333;
    line-height: 1.8em;
    text-align: center;
}

.page3 .content .productContainer>ul>li .box .pic img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    -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 .content .productContainer>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;
}

.yeshu {
    margin-bottom: 100px;
}

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

.yeshu ul li {
    width: 40px;
    height: 40px;
    border: 1px solid rgb(206, 206, 206);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.5px;
}

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

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

.yeshu ul li a,
.yeshu ul li span {
    font-size: 14px;
    color: #8f8f8f;
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yeshu ul li:hover,
.yeshu ul li.active {
    background-color: #e6212b;
}

.yeshu ul li:hover a,
.yeshu ul li.active a,
.yeshu ul li:hover span,
.yeshu ul li.active span {
    color: #fff;
}

/* 关于我们 - 企业形象 page4 */
.page4 .content .productContainer>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 80px -15px 30px;
}

.page4 .content .productContainer>ul li {
    width: 33.33%;
    height: 300px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.page4 .content .productContainer>ul>li .pic {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    border: 1px solid rgb(221, 221, 221);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.page4 .content .productContainer>ul>li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    -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;
}

.page4 .content .productContainer>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;
}

.page4 .content .productContainer>ul>li .box {
    position: relative;
    width: 100%;
}


.page4 .content .productContainer>ul>li .box .search {
    display: none;
}

.page4 .content .productContainer>ul>li:hover .box .search {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}


/* 产品中心 page5 */
.miniNav_pro .aboutContainer {
    padding: 0 65px;
}

.miniNav_pro {
    padding: 40px 0;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.miniNav_pro ul {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.miniNav_pro ul li {
    width: 200px;
    height: 50px;
    background-color: #e6212b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 15px;
}

.miniNav_pro ul li a {
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.miniNav_pro ul li:hover,
.miniNav_pro ul li.active {
    background-color: transparent;
    border: 1px solid #e6212b;
    box-sizing: border-box;
}

.miniNav_pro ul li:hover a,
.miniNav_pro ul li.active a {
    color: #e6212b;
}

.page5 .content {
    padding-top: 80px;
}

.page5 .content .container>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}

.page5 .content .container>ul>li {
    width: 25%;
    padding: 0 17px;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.page5 .content .container>ul>li .pic {
    overflow: hidden;
    height: 400px;    
    border: 1px solid #dcdcdc;
}

.page5 .content .container>ul>li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    -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 .content .container>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;
}

.page5 .content .container>ul>li .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    height: 78px;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.page5 .content .container>ul>li .text span {
    font-size: 18px;
    color: #333333;
}

.page5 .content .container>ul>li:hover .text {
    background-color: #e6212b;
}

.page5 .content .container>ul>li:hover .text span {
    color: #ffffff;
}

.page5 .content .container>ul>li:hover .text img {
    position: relative;
    left: -400px;
    filter: drop-shadow(400px 0 0 #fff);
}

/* 产品详情 index6 */
.page6 .content .box1 {
    padding: 80px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page6 .content .box1 .left {
    width: 600px;
    height: 600px;
}

.page6 .content .box1 .left .pic {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(238, 238, 238);
    background-color: #fff;
}

.page6 .content .box1 .left .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.page6 .content .box1 .right {
    width: 780px;
}

.page6 .content .box1 .right .title {
    width: 100%;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-bottom: 55px;
}

.page6 .content .box1 .right .title h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.page6 .content .box1 .right .title p {
    font-size: 16px;
    color: #999999;
    padding: 10px 0px 40px;
    box-sizing: border-box;
}

.page6 .content .box1 .right .des {
    margin-bottom: 40px;
}

.page6 .content .box1 .right h3 {
    font-weight: bold;
    font-size: 20px;
    color: #e6212b;
    margin-bottom: 10px;
}

.page6 .content .box1 .right .des p,
.page6 .content .box1 .right .tedian p {
    font-size: 18px;
    color: #333333;
    line-height: 2em;
}

.page6 .content .box2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page6 .content .box2 .left {
    width: 69.44%;
}

.page6 .content .box2 .left .title {
    width: 100%;
    height: 50px;
    background-color: #e6212b;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 40px;
}

.page6 .content .box2 .left .title p,
.page6 .content .box2 .right .title p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.page6 .content .box2 .left .content p {
    font-size: 18px;
    color: #333;
    line-height: 2em;
}

.page6 .content .box2 .right {
    width: 27.78%;
    position: relative;
}

.page6 .content .box2 .right .title {
    width: 100%;
    height: 50px;
    background-color: #e6212b;
    padding: 0px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.page6 .content .box2 .right .content .mySwiper_pros {
    height: 1000px;
}

.page6 .content .box2 .right .content .mySwiper_pros .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 455px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}

.page6 .content .box2 .right .content .mySwiper_pros .swiper-slide a {
    width: 100%;
    height: 100%;
}

.page6 .content .box2 .right .content .mySwiper_pros .pic {
    border: 1px solid rgb(238, 238, 238);
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.page6 .content .box2 .right .content .mySwiper_pros .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.page6 .content .box2 .right .content .mySwiper_pros p {
    font-size: 18px;
    color: #333333;
}

.page6 .content .box2 .right .title .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page6 .content .box2 .right .title .btn .swiper-button-prev,
.page6 .content .box2 .right .title .btn .swiper-button-next {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(255, 255, 255);
    box-sizing: border-box;
    position: static;
    margin-top: 0;
    margin-left: 30px;
}

.page6 .content .box2 .right .title .btn .swiper-button-next:after,
.page6 .content .box2 .right .title .btn .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
}

/* 案例 page7 */
.page7 {
    padding: 80px 0px 0px;
    box-sizing: border-box;
}

.page7 .productContainer>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 20px;
}

.page7 .productContainer>ul>li {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.page7 .productContainer>ul>li .pic {
    overflow: hidden;
    height: 423px;
}

.page7 .productContainer>ul>li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    -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 .productContainer>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;
}

.page7 .productContainer>ul>li .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    height: 70px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fbfbfb;
}

.page7 .productContainer>ul>li .text h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.page7 .productContainer>ul>li:hover .text {
    background-color: #e6212b;
}

.page7 .productContainer>ul>li:hover .text h3 {
    color: #ffffff;
}

.page7 .productContainer>ul>li:hover .text img {
    position: relative;
    left: -400px;
    filter: drop-shadow(400px 0 0 #fff);
}

/* 招商加盟 page8 */
.page8 .content .box1 {
    padding: 80px 0 0;
    box-sizing: border-box;
}

.page8 .content .box1 .title {
    text-align: center;
    margin-bottom: 60px;
}

.page8 .content .box1 .title h4,
.page8 .content .box2 .title h4,
.page8 .content .box5 .title h4 {
    font-weight: normal;
    font-size: 40px;
    color: #333333;
    text-align: center;
}
.page8 .content .box1 .title h4,
.page8 .content .box2 .title h4{
    margin-bottom: 5px;
}

.page8 .content .box1 .title p,
.page8 .content .box2 .title p,
.page8 .content .box5 .title p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
}
.page8 .content .box1 .main .item1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.page8 .content .box1 .main .item1:last-child{
    margin-bottom: 0px;
}
.page8 .content .box1 .main .item1 .left{
    width: 42.22%;
    height: 387px;
    overflow: hidden;
}
.page8 .content .box1 .main .item1 .left img{
    width: 100%;
    height: 100%;
    display: block;
}
.page8 .content .box1 .main .item1 .right{
    width: 42.36%;
    padding-left: 90px;
    box-sizing: border-box;
}
.page8 .content .box1 .main .item1 .right h1{
    font-size: 30px;
    font-weight: normal;
    color: #e6212b;
    margin-bottom: 10px;
}
.page8 .content .box1 .main .item1 .right p{
    font-size: 20px;
    color: #333;
    line-height: 2.4em;
}
.page8 .content .box2{
    padding: 100px 0 90px 0;
    box-sizing: border-box;
}
.page8 .content .box2 i{
    font-size: 60px;
    color: #e6212b;
    font-weight: bold;
}

.page8 .content .box2 ul{
    margin: 60px auto;
    padding-left: 130px;
    padding-right: 130px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page8 .content .box2 ul li{
    margin: 0 30px;
    border: 2px solid rgb(230,33,43);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 124px;
    box-sizing: border-box;
}

.page8 .content .box2 ul li p{
    font-size: 20px;
    font-weight: bold;
    color: #e6212b;
    text-align: center;
}

.page8 .content .box2 .main .mainTitle{
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
.page8 .content .box2 .main ol{
    margin: 0px auto;
    padding-left: 130px;
    padding-right: 130px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page8 .content .box2 .main ol li{
    margin: 0 30px;
    width: 20%;
}
.page8 .content .box2 .main ol li h5{
    font-size: 20px;
    font-weight: bold;
    color:#e6212b;
    text-align: center;
    margin-bottom: 5px;
}
.page8 .content .box2 .main ol li p{
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.page8 .content .box3{
    background-color: #fafafa;
    padding: 100px 0;
    box-sizing: border-box;
}
.page8 .content .box3 .title,
.page8 .content .box4 .title{
    text-align: center;
    margin-bottom: 50px;
}
.page8 .content .box3 .title h4,
.page8 .content .box4 .title h4{
    font-size: 36px;
    font-weight: bold;
    color: #e6212b;
}
.page8 .content .box3 .title i,
.page8 .content .box4 .title i{
    font-size: 75px;
    color: #e6212b;
    font-weight: bold;
}
.page8 .content .box3 h5,
.page8 .content .box4 h5{
    font-weight: bold;
    font-size: 30px;
    color: #333;
}
.page8 .content .box3 .main ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page8 .content .box3 .main ul li{
    width: 348px;
    height: 455px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}
.page8 .content .box3 .main ul li:last-child{
    margin-right: 0px;
}
.page8 .content .box3 .main ul li .center{
    padding: 0 35px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page8 .content .box3 .main ul li .center .bgColor{
    width: 100%;
}
.page8 .content .box3 .main ul li .center h5{
    font-size: 24px;
    font-weight: bold;
    color: #e6212b;
    text-align: center;
    margin-bottom: 10px;
}
.page8 .content .box3 .main ul li .center p{
    font-size: 18px;
    color: #333333;
    line-height: 2.5em;
    text-align: center;
}
.page8 .content .box4{
    padding: 95px 0 100px 0;
    box-sizing: border-box;
}
.page8 .content .box4 .main ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.page8 .content .box4 .main ul li{
    padding: 0 10px;
    box-sizing: border-box;
    width: 20%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.page8 .content .box4 .main ul li .center{
    background-color: #e6212b;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page8 .content .box4 .main ul li .center .bgColor{
    width: 100%;
}
.page8 .content .box4 .main ul li .center h5{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
.page8 .content .box4 .main ul li .text{
    text-align: center;
}
.page8 .content .box4 .main ul li .text p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.7em;
}
.page8 .content .box5 {
    padding: 20px 0 100px;
    box-sizing: border-box;
}

.page8 .content .box5 .title {
    text-align: center;
    margin-bottom: 40px;
}

.page8 .content .box5 .main {
    margin: 0 60px;
}

.page8 .content .box5 .main ul {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.page8 .content .box5 .main ul li {
    position: relative;
}

.page8 .content .box5 .main ul li .center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page8 .content .box5 .main ul li .center>img {
    margin: 0 35px;
}

.page8 .content .box5 .main ul li .icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 1px solid rgb(51, 51, 51);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.page8 .content .box5 .main ul li p {
    text-align: center;
    font-size: 20px;
    color: #333333;
    width: 114px;
    margin-top: 30px;
}

.page8 .content .box5 .main ul li .icon:hover {
    cursor: pointer;
    border: none;
    background-color: #e6212b;
    overflow: hidden;
}

.page8 .content .box5 .main ul li .icon:hover img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #fff);
}
.page8 .content .box5 .main ul li:last-child .center>img{
    display: none;
}
.page8 .content .box6 {
    background: url(../images/joinBg2.png) no-repeat center;
    padding: 100px 0 0px;
    box-sizing: border-box;
    background-size: cover;
}

.page8 .content .box6 .title {
    text-align: center;
    margin-bottom: 60px;
}

.page8 .content .box6 .title h4 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}

.page8 .content .box6 .title h3 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
}

.page8 .content .box6 .main form{
    background-color: rgba(251, 251, 251, .8);
    width: 100%;
    height: 330px;
    padding: 44px 100px 44px 86px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page8 .content .box6 .main .left{
    width: 31%;
}

.page8 .content .box6 .main .left p {
    font-size: 20px;
    color: #333333;
}

.page8 .content .box6 .main .left h2 {
    font-size: 40px;
    font-weight: bold;
    color: #e6212b;
    margin-bottom: 10px;
}

.page8 .content .box6 .main .left span {
    font-size: 14px;
    color: #333333;
}

.page8 .content .box6 .main .left input[type="submit"] {
    width: 180px;
    height: 60px;
    background-color: #e6212b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    margin-top: 20px;
}

.page8 .content .box6 .main form .right {
    width: 840px;
}

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

.page8 .content .box6 .main form .right .inputGroup input {
    width: 260px;
    height: 60px;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
}

.page8 .content .box6 .main form .right textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    color: #333333;
    padding: 30px;
    box-sizing: border-box;
}


/* 新闻资讯  page9*/
.page9 .content .productContainer>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 80px;
    box-sizing: border-box;
}

.page9 .content .productContainer>ul>li {
    padding: 0 15px;
    box-sizing: border-box;
    width: 33.33%;
    height: 534px;
    overflow: hidden;
    margin-bottom: 60px;
}

.page9 .content .productContainer>ul>li .box1 .pic {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.page9 .content .productContainer>ul>li .box1 .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.page9 .content .productContainer>ul>li .box1 .text {
    background-color: rgb(250, 250, 250);
    width: 100%;
    height: 154px;
    padding: 40px 20px 60px;
    box-sizing: border-box;
}

.page9 .content .productContainer>ul>li .box1 .text>p,
.page9 .content .productContainer>ul>li .box2 .text>p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.page9 .content .productContainer>ul>li .box1 .text h3 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
    left: -10px;
}

.page9 .content .productContainer>ul>li .box2 {
    transform: translateY(0px);
    transition: transform 0.3s ease-in;
    height: 534px;
    width: 100%;
    background-color: rgb(251, 251, 251);
    padding: 60px 20px;
    box-sizing: border-box;
}

.page9 .content .productContainer>ul>li:hover .box2 {
    transform: translateY(-540px);
    transition: transform 0.3s ease-out;
}

.page9 .content .productContainer>ul>li .box2 .text h3 {
    font-size: 22px;
    color: #e6212b;
    font-weight: normal;
    line-height: 1.5em;
}

.page9 .content .productContainer>ul>li .box2 .des {
    margin-top: 70px;
}

.page9 .content .productContainer>ul>li .box2 .des p {
    font-size: 16px;
    color: #333333;
    line-height: 2em;
}

.page9 .content .productContainer>ul>li .box2 .more {
    position: absolute;
    bottom: 60px;
}

.page9 .content .productContainer>ul>li .box2 .more a {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 130px;
}

.page9 .content .productContainer>ul>li .box2 .more .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e6212b;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 20px;
}

.page9 .content .productContainer>ul>li .box2 .more .icon img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #fff);
}

.page9 .content .productContainer>ul>li .box2 .more a span {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}

/* 新闻详情 page10 */
.page10 .content {
    background-color: rgb(242, 242, 242);
    padding-bottom: 100px;
    box-sizing: border-box;
}

.page10 .content .back {
    padding: 40px 0;
    box-sizing: border-box;
}

.page10 .content .back a {
    width: 140px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e6212b;
}

.page10 .content .main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page10 .content .main .left {
    width: 940px;
    height: auto;
    background-color: #fff;
    padding: 50px 45px;
    box-sizing: border-box;
}

.page10 .content .main .left .title {
    text-align: center;
    margin-bottom: 40px;
}

.page10 .content .main .left .title h1 {
    font-weight: normal;
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}

.page10 .content .main .left .title span {
    font-size: 16px;
    color: #666666;
}

.page10 .content .main .left>p {
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
    line-height: 2em;
}

.page10 .content .main .left img {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.page10 .content .main .right {
    width: 460px;
}

.page10 .content .main .right .title {
    border-bottom: 1px solid rgb(204, 204, 204);
}

.page10 .content .main .right .title h2 {
    font-weight: normal;
    font-size: 22px;
    color: #333333;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.page10 .content .main .right ul li {
    margin-top: 40px;
}

.page10 .content .main .right ul li .pic {
    height: 380px;
    width: 100%;
    overflow: hidden;
}

.page10 .content .main .right ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.page10 .content .main .right ul li .text {
    height: 154px;
    width: 100%;
    background-color: #fff;
    padding: 40px 20px 60px;
    box-sizing: border-box;
}

.page10 .content .main .right ul li .text p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}

.page10 .content .main .right ul li .text h2 {
    font-weight: normal;
    font-size: 22px;
    color: #333333;
    position: relative;
    left: -10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.page10 .content .main .right .newsPrev {
    margin-top: 30px;
}

.page10 .content .main .right .newsPrev p {
    font-size: 18px;
    color: #333333;
    line-height: 2em;
    margin-bottom: 10px;
}

/* 联系我们 page11 */
.page11 .box1 {
    background-color: rgb(248, 248, 248);
}

.page11 .box1 {
    overflow: hidden;
    height: 355px;
}

.page11 .box1 ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.page11 .box1 ul li {
    width: 510px;
    margin: 80px 0px;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
}

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

.page11 .box1 ul li .icon {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #dddddd;
    margin: 0 auto;
    margin-bottom: 30px;
}

.page11 .box1 ul li .text p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    width: 220px;
    margin: 0 auto;
    line-height: 2.2em;
}

.page11 .box1 ul li:hover .icon {
    background-color: #e6212b;
}

.page11 .box2 {
    background-color: #fff;
    padding: 80px 0px 100px 0px;
    box-sizing: border-box;
}

.page11 .box2 .productContainer {
    overflow: hidden;
}

.page11 .box2 .productContainer>p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 130px;
}

.page11 .box2 form .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.page11 .box2 form .group input {
    width: 31.94%;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(238, 238, 238);
    background-color: transparent;
    font-size: 14px;
    color: #666666;
}

.page11 .box2 form textarea {
    width: 100%;
    padding-bottom: 130px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(238, 238, 238);
    background-color: transparent;
    font-size: 14px;
    color: #666666;
    margin-bottom: 60px;
    display: block;
}

.page11 .box2 form input[type="submit"] {
    width: 160px;
    height: 45px;
    background-color: #e6212b;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}
.banner .mySwiper_banner .swiper-pagination{
    display: none;
}



/* 上面代码-屏幕大于1600px显示的颜色 */
@media screen and (max-width:1700px) {
    .miniNav{
        display: none;
    }
    .container {
        width: 90%;
    }

    nav .container>ul>li>a {
        padding: 0 20px;
    }

    .banner,
    .banner1 {
        height: auto;
        margin-top: 100px;
    }

    .aboutContainer {
        width: 66.67%;
    }

    .productContainer {
        width: 75%;
    }

    .index1 .aboutContainer .right ul li {
        height: auto;
    }

    .index1 .aboutContainer .left {
        width: 55.47%;
    }

    .index1 .aboutContainer .right {
        width: 39.84%;
    }

    nav .container>ul {
        margin-left: 90px;
    }

    nav .container .right .lang,
    nav .container .right .list {
        margin: 0;
    }

    nav .container>ul>li>a {
        font-size: 16px;
    }

    .index3 .mySwiper_anli .swiper-slide {
        height: auto;
    }

    .index4 .aboutContainer .right .box1 {
        width: 46.8%;
    }

    .index4 .aboutContainer .right .box2 {
        width: 50.63%;
    }

    .page1 .content .productContainer .left {
        width: 21.39%;
        overflow: hidden;
    }

    .page1 .content .productContainer .left .logo {
        width: 100%;
    }

    .page1 .content .productContainer .left .logo img {
        width: 100%;
        display: block;
    }

    .page3 .content .productContainer>ul li {
        width: 33.333%;
        height: auto;
    }

    .page4 .content .productContainer>ul li {
        height: auto;
    }

    .page4 .content .productContainer>ul>li .pic {
        height: auto;
    }

    /*.caseShow .caseBox {*/
    /*    height: 540px;*/
    /*}*/

    .page8 .content .box1 .main ul li .text {
        width: 250px;
    }

    .page8 .content .box1 .main ul li:nth-child(5) {
        right: 0;
    }

    .page8 .content .box1 .main ul li:nth-child(2) {
        left: 0;
    }

    .page8 .content .box1 .main ul li:nth-child(1) .icon,
    .page8 .content .box1 .main ul li:nth-child(2) .icon,
    .page8 .content .box1 .main ul li:nth-child(3) .icon {
        right: -80px;
    }

    .page8 .content .box5 .main ul li .center>img {
        margin: 0 15px;
    }

    .page8 .content .box6 .main form .right {
        width: 58.33%;
    }

    .page8 .content .box6 .main form .right .inputGroup {
        flex-wrap: wrap;
    }

    .page8 .content .box6 .main form .right .inputGroup input {
        width: 30.95%;
    }

    .page8 .content .box5 .main {
        margin: 0px;
    }

    .page8 .content .box1 .main {
        padding: 100px 0;
    }

    .page10 .content .main .left {
        width: 65.28%;
    }

    .page10 .content .main .right {
        width: 31.94%;
    }

    .page10 .content .main .right ul li .pic {
        height: auto;
    }

    .page10 .content .main .right ul li .text {
        height: auto;
        padding: 20px 20px 30px;
    }

    .miniNav_pro .aboutContainer {
        padding: 0 20px;
    }

    .page5 .content .container>ul>li .pic {
        height: auto;
    }

    .page6 .content .box1 .right {
        width: 54.16%;
    }

    .page6 .content .box1 .left {
        width: 41.66%;
        height: auto;
    }

    .page6 .content .box2 .right .content .mySwiper_pros .pic img {
        width: 100%;
    }

    .page6 .content .box2 .right .content .mySwiper_pros .swiper-slide {
        height: auto !important;
    }

    .page6 .content .box2 .right .content .mySwiper_pros {
        height: 800px;
    }
    
    .page8 .content .box5 .main ul li{
        margin-bottom: 50px;
    }
}

@media screen and (max-width:1440px) {
    .page8 .content .box1 .main .item1 .left{
        height: auto;
    }
    .miniNav ul li a{
        padding: 0 45px;
    }
    .page8 .content .box2 ul li{
        margin: 0 15px;
        height: 100px;
    }
    .page8 .content .box2 .main ol li{
        margin: 0 15px;
    }
    .page8 .content .box1 .main ul li .text{
        height: auto;
    }
    .Phonelist_icon {
        display: block;
    }

    .index1 .aboutContainer .left,
    .index1 .aboutContainer .right {
        width: 100%;
    }

    .index1 .aboutContainer .left {
        margin-bottom: 90px;
    }

    nav .container>ul {
        display: none !important;
    }

    nav .container .right .list .icon {
        display: none;
    }

    .index1 {
        padding: 100px 0;
    }

    .index2 .content .mySwiper_pro .swiper-slide a {
        height: 400px;
    }
    .index2 .content .mySwiper_pro .swiper-slide .title h2{
        font-size: 22px;
    }

    .scrollBtn .proPrev,
    .scrollBtn .proNext {
        width: 50px;
        height: 50px;
    }

    .index3 .mySwiper_anli .swiper-slide .more {
        width: 55px;
        height: 55px;
    }

    .index3 .mySwiper_anli .swiper-slide .more img {
        width: 20%;
    }

    .index3 .mySwiper_anli .swiper-slide p {
        left: 20px;
    }

    .index5 .content ul li .box1 .pic {
        height: 280px;
    }

    .index5 .content ul li .box1 .pic img {
        height: 100%;
    }

    .index5 .content ul li .box1 .text {
        padding: 20px;
        height: 120px;
    }

    .index5 .content ul li .box1 .text p,
    .index5 .content ul li .box2 .text p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .index5 .content ul li .box1 .text h3 {
        font-size: 20px;
    }

    .index5 .content ul {
        height: auto;
    }

    .index5 .content ul li {
        height: auto;
    }

    .index5 .content ul li .box2 .text {
        margin-bottom: 20px;
    }

    .index5 .content ul li:hover .box2 {
        transform: translateY(-400px);
    }

    .index5 .content ul li .box2 {
        height: 400px;
        padding: 30px 20px;
    }

    .index5 .content ul li .box2 .text h3 {
        font-size: 20px;
    }

    .index5 .content ul li .box2 .more {
        bottom: 10px;
    }

    .index5 .content ul li .box2 .more a .icon {
        width: 50px;
        height: 50px;
    }

    .index5 .content ul li .box2 .more a .icon img {
        width: 45%;
    }

    footer .top .right>ul>li {
        margin: 0 10px;
    }

    .page3 .content .productContainer>ul li {
        width: 50%;
    }

    .page7 .productContainer>ul>li {
        width: 33.33%;
    }

    .page8 .content .box1 .main ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .page8 .content .box1 .main ul li:nth-child(1) .icon,
    .page8 .content .box1 .main ul li:nth-child(2) .icon,
    .page8 .content .box1 .main ul li:nth-child(3) .icon {
        position: static;
        margin-right: 40px;
    }

    .page8 .content .box1 .main ul li {
        position: static;
        margin-bottom: 60px;
    }

    .page8 .content .box1 .main .logo {
        display: none;
    }

    .page8 .content .box1 .main {
        padding: 0px;
    }

    .page8 .content .box1 {
        padding: 80px 0 0 0;
    }

    .page8 .content .box5 .main ul {
        justify-content: left;
        flex-wrap: wrap;
    }

    .page8 .content .box5 .main ul li {
        margin-bottom: 50px;
    }

    .page9 .content .productContainer>ul>li {
        height: 400px;
    }

    .page9 .content .productContainer>ul>li .box1 .pic {
        height: 280px;
    }

    .page9 .content .productContainer>ul>li .box1 .text {
        height: 120px;
        padding: 20px 20px 40px;
    }

    .page9 .content .productContainer>ul>li:hover .box2 {
        transform: translateY(-400px);
    }

    .page9 .content .productContainer>ul>li .box2 {
        height: 400px;
        padding: 30px 20px;
    }

    .page9 .content .productContainer>ul>li .box2 .des {
        margin-top: 20px;
    }

    .page9 .content .productContainer>ul>li .box2 .more .icon {
        width: 50px;
        height: 50px;
    }

    .page9 .content .productContainer>ul>li .box2 .more {
        bottom: 20px;
    }

    .page9 .content .productContainer>ul>li .box1 .text>p,
    .page9 .content .productContainer>ul>li .box2 .text>p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .page9 .content .productContainer>ul>li .box1 .text h3 {
        font-size: 20px;
    }

    .page9 .content .productContainer>ul>li .box2 .text h3 {
        font-size: 20px;
    }

    .page5 .content .container>ul>li {
        width: 33.33%;
    }

    .page6 .content .box1 .right .title p {
        padding: 10px 0 20px;
    }

    .page6 .content .box1 .right .title {
        margin-bottom: 20px;
    }

    .page6 .content .box2 .right .title .btn .swiper-button-prev,
    .page6 .content .box2 .right .title .btn .swiper-button-next {
        margin-left: 10px;
    }

}

@media screen and (max-width:1200px) {
    .miniNav ul li a{
        padding: 0 25px;
    }
    .page8 .content .box1 .title h4, .page8 .content .box2 .title h4, .page8 .content .box5 .title h4{
        font-size: 30px;
    }
    .page8 .content .box2 i{
        font-size: 50px;
    }
    .page8 .content .box2 ul,
    .page8 .content .box2 .main ol{
        flex-wrap: wrap;
    }
    .page8 .content .box2 ul li,
    .page8 .content .box2 .main ol li{
        width: 40%;
        margin-bottom: 20px;
    }
    .page8 .content .box3 .main ul li .center p{
        line-height: 2em;
    }
    .page8 .content .box3 .title h4, .page8 .content .box4 .title h4{
        font-size: 30px;
    }
    .page8 .content .box3 .title i, .page8 .content .box4 .title i{
        font-size: 50px;
    }
    .page8 .content .box3 h5, .page8 .content .box4 h5{
        font-size: 20px;
    }
    footer .top .right>ul>li{
        margin: 0 32px;
    }
    footer .top .center{
        width: 100%;
    }
    .Phonelist_icon img{
        width: 80%;
    }
    .yin_nav ul li a {
        height: 30px;
        font-size: 18px;
    }

    .next,
    .prev {
        width: 50px;
        height: 50px;
    }

    .next img,
    .prev img {
        width: 50%;
    }

    .index1 .aboutContainer .left h1,
    .index2 .title .aboutContainer .left h1,
    .index3 .title .aboutContainer h1,
    .index5 .title .aboutContainer .left h1,
    .index4 .aboutContainer .left h1 {
        font-size: 40px;
    }

    .index1 .aboutContainer {
        display: block;
    }

    .index2 .title .aboutContainer .left p {
        font-size: 24px;
    }

    .index2 .content .mySwiper_pro .swiper-slide {
        width: 50%;
    }

    .index3 .mySwiper_anli .swiper-slide {
        width: 27%;
    }

    .caseShow .caseBox .con,
    .caseShowBox .caseBox .con{
        width: 600px;
    }

    .index2 .content .mySwiper_pro .swiper-slide .title h2 {
        font-size: 22px;
    }

    .index2 .content .mySwiper_pro .swiper-slide .title p {
        font-size: 13px;
    }

    .index4 .aboutContainer .right {
        display: block;
    }

    .index4 .aboutContainer .right .box1,
    .index4 .aboutContainer .right .box2 {
        width: 100%;
    }

    .index4 .aboutContainer .right .box1 ul li {
        height: 150px;
    }

    .index4 .aboutContainer .right .box2 {
        height: 400px;
        margin-top: 20px;
    }

    .index4 .aboutContainer .right .box1 ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .index4 .aboutContainer .right .box1 ul li .icon {
        margin: 0 20px 0 0;
    }

    .index4 .aboutContainer .right .box2 .center a {
        width: 160px;
        height: 45px;
        margin: 70px auto 0;
        font-size: 16px;
    }

    .index4 .aboutContainer .right .box1 ul li h3 {
        font-size: 26px;
        text-align: left;
    }

    .index4 .aboutContainer .right .box1 ul li .icon,
    .index4 .aboutContainer .right .box2 .icon {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
    }

    .index4 .aboutContainer .right .box1 ul li .icon img,
    .index4 .aboutContainer .right .box2 .icon img {
        width: 60%;
    }

    .index4 .aboutContainer .right .box1 ul li h3,
    .index4 .aboutContainer .right .box2 h3 {
        font-size: 26px;
    }

    .index4 .aboutContainer .left .bottom p {
        font-size: 24px;
    }

    .index4 .aboutContainer .left .bottom h2 {
        font-size: 30px;
    }

    .index5 .title .aboutContainer .right ul li {
        margin-left: 35px;
    }

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

    footer .top .container {
        display: block;
    }

    footer .top .left {
        margin: 0 auto;
    }

    footer .top .center .phone {
        justify-content: center;
        margin-top: 30px;
    }

    footer .top .center p {
        text-align: center;
        margin-left: 0;
    }

    footer .top {
        padding: 100px 0 380px;
    }

    footer .top .right {
        margin-top: 30px;
    }

    .index1 .aboutContainer .left>p {
        line-height: 2em;
    }

    .page4 .content .productContainer>ul li {
        width: 50%;
    }

    .page7 .productContainer>ul>li {
        width: 50%;
    }

    .page8 .content .box1 .main ul li:nth-child(1) .icon,
    .page8 .content .box1 .main ul li:nth-child(2) .icon,
    .page8 .content .box1 .main ul li:nth-child(3) .icon,
    .page8 .content .box1 .main ul li:nth-child(4) .icon,
    .page8 .content .box1 .main ul li:nth-child(5) .icon,
    .page8 .content .box1 .main ul li:nth-child(6) .icon {
        margin-right: 20px;
    }

    .page8 .content .box1 .main ul li {
        margin-bottom: 40px;
    }

    .page8 .content .box5 .main ul li p {
        margin-top: 15px;
        font-size: 18px;
    }

    .page8 .content .box5 .main ul li {
        margin-bottom: 40px;
    }

    .page8 .content .box6 .main form {
        height: auto;
        padding: 44px 50px;
    }

    .page8 .content .box6 .main form .right .inputGroup {
        display: block;
        margin-bottom: 0px;
    }

    .page8 .content .box6 .main form .right .inputGroup input {
        width: 100%;
        height: 50px;
        margin-bottom: 10px;
    }

    .page8 .content .box6 .main .left h2 {
        font-size: 34px;
    }

    .page8 .content .box6 .main .left a {
        width: 160px;
        height: 45px;
        font-size: 18px;
    }

    .page9 .content .productContainer>ul>li {
        width: 50%;
    }

    .page10 .content .main {
        display: block;
    }

    .page10 .content .main .left,
    .page10 .content .main .right {
        width: 100%;
    }

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

    .page10 .content .main .right ul li {
        width: 48%;
    }

    .page10 .content .main .right {
        margin-top: 50px;
    }

    .page6 .content .box2 .left .title p,
    .page6 .content .box2 .right .title p {
        font-size: 20px;
    }

    .page6 .content .box2 .right .content .mySwiper_pros .pic {
        margin-bottom: 10px;
    }

    .page6 .content .box2 .right .content .mySwiper_pros p {
        font-size: 16px;
    }

    .page6 .content .box2 .right .content .mySwiper_pros .swiper-slide {
        margin-bottom: 25px;
    }

    .page6 .content .box2 .right .content .mySwiper_pros {
        height: 600px;
    }

    .page6 .content .box1 .right .des p,
    .page6 .content .box1 .right .tedian p {
        font-size: 16px;
        line-height: 1.6em;
    }

    .page6 .content .box1 .right .title h1 {
        font-size: 24px;
    }
}

@media screen and (max-width:992px) {
    .page7 .productContainer>ul>li .pic{
        height: 400px;
    }
    .page8 .content .box1 .main .item1{
        display: block;
    }
    .page8 .content .box1 .main .item1 .left,
    .page8 .content .box1 .main .item1 .right{
        width: 100%;
    }
    .page8 .content .box1 .main .item1 .right{
        padding: 0;
    }
    .page8 .content .box4 .main ul li{
        width: 25%;
    }
    .index1 .aboutContainer .left h1,
    .index2 .title .aboutContainer .left h1,
    .index3 .title .aboutContainer h1,
    .index5 .title .aboutContainer .left h1,
    .index4 .aboutContainer .left h1 {
        font-size: 36px;
    }

    .index1 .aboutContainer .left>p {
        font-size: 17px;
    }

    .index1 .aboutContainer .left .button {
        margin-top: 30px;
        width: 160px;
        height: 45px;
    }

    .index1 .aboutContainer .left .button a {
        height: 45px;
    }

    .index1 .aboutContainer .left .button p {
        font-size: 16px;
    }

    .index1 .aboutContainer .left {
        margin-bottom: 50px;
    }

    .index2 .title .aboutContainer .left p {
        font-size: 20px;
    }

    .index2 .title .aboutContainer .right a,
    .index3 .title .aboutContainer a {
        font-size: 16px;
    }

    .index3 .mySwiper_anli .swiper-slide {
        width: 40%;
    }

    .index5 .title .aboutContainer .right ul li a {
        font-size: 16px;
    }

    .miniNav ul li a {
        padding: 0 10px;
    }

    .miniNav,
    .miniNav ul li,
    .miniNav ul {
        height: 70px;
    }

    .miniNav ul li {
        line-height: 70px;
    }

    .miniNav ul li a::after {
        left: 0;
    }

    .miniNav ul li:hover a::after {
        width: 100%;
    }

    .page1 .content .right .box1 {
        margin-bottom: 50px;
    }

    .page11 .box1 ul {
        display: block;
    }

    .page11 .box1 ul li {
        width: auto;
        padding: 10px 0;
        border-right: none;
        display: flex;
        justify-content: left;
    }

    .page11 .box1 ul li .icon {
        margin: 0;
        width: auto;
        height: auto;
        border-radius: 0;
        background-color: transparent;
        margin-right: 10px;
    }

    .page11 .box1 ul li .icon img {
        position: relative;
        left: -100px;
        filter: drop-shadow(100px 0 0 #e6212b);
        width: 70%;
    }

    .page11 .box1 ul li {
        margin: 0;
    }

    .page11 .box1 ul li .text {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .page11 .box1 ul li .text p {
        width: auto;
    }

    .page11 .box1 {
        height: auto;
        padding: 50px 0;
    }

    .page11 .box2 .productContainer>p {
        margin-bottom: 80px;
    }

    footer .bottom .right {
        display: block;
    }

    footer .top .right>ul>li {
        margin: 0 22px;
    }

    .page8 .content .box1 .main ul li .icon {
        display: none;
    }
    .page8 .content .box6 .main form{
        display: block;
    }

    .page8 .content .box6 .main form .right .inputGroup input,
    .page8 .content .box6 .main form .right textarea {
        font-size: 14px;
    }

    .page8 .content .box6 .main form .right textarea {
        padding: 10px;
    }

    .page8 .content .box6 .main form .right .inputGroup input {
        padding: 10px;
    }

    .page8 .content .box6 .main .left h2 {
        font-size: 30px;
    }

    .page8 .content .box6 .main .left {
        width: 100%;
        text-align: center;
    }
    .page8 .content .box6 .main .left input[type="submit"]{
        margin: 10px auto;
        font-size: 20px;
        width: 130px;
        height: 50px;
    }
    .page8 .content .box6 .main form .right{
        width: 100%;
        margin-top: 30px;
    }

    .page10 .content .back a {
        width: 120px;
        font-size: 14px;
    }

    .page10 .content .main .right .newsPrev p {
        font-size: 16px;
    }

    .page10 .content {
        padding-bottom: 30px;
    }

    .page5 .content .container>ul>li {
        width: 50%;
    }

    .page6 .content .box1 {
        display: block;
    }

    .page6 .content .box1 .left {
        margin-bottom: 30px;
        width: 100%;
    }

    .page6 .content .box1 .right {
        width: 100%;
    }

    .page6 .content .box2 .left .title p,
    .page6 .content .box2 .right .title p {
        font-size: 16px;
    }

    .page6 .content .box2 .right .title .btn .swiper-button-prev,
    .page6 .content .box2 .right .title .btn .swiper-button-next {
        margin-left: 5px;
        width: 20px;
        height: 20px;
    }

    .page6 .content .box2 .right .title .btn .swiper-button-prev::after,
    .page6 .content .box2 .right .title .btn .swiper-button-next::after {
        font-size: 10px;
    }

    .page6 .content .box2 .left .title,
    .page6 .content .box2 .right .title {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .page6 .content .box2 .left .content p {
        font-size: 16px;
    }

    .page6 .content .box2 .right .content .mySwiper_pros p {
        font-size: 14px;
    }

    .index5 .content ul {
        flex-wrap: wrap;
    }

    .index5 .content ul li {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .page7 .productContainer>ul>li .pic{
        height: 350px;
    }
    .miniNav ul li a{
        padding: 0 5px;
    }
    .page8 .content .box3 .main ul li{
        margin-right: 15px;
    }
    .page8 .content .box3 .main ul li .center{
        padding: 0 20px;
    }
    .banner, .banner1{
        margin-top: 70px;
    }
    select{
    	width: 100%;
    	height: 30px;
    	display: block;
    	border: 1px solid #2b2b2b;
    	font-size: 0.26rem;
    }
    nav {
        background: url(../images/navBg.png) no-repeat -50px;
        background-size: cover;
    }
    .page8 .content .box6 .main .left input[type="submit"]{
        font-size: 18px;
    }
    .Phonelist_icon img{
        width: 70%;
    }
    nav,
    nav .container {
        height: 70px;
    }

    nav .logo img {
        width: 75%;
    }

    nav .container .right .lang {
        width: auto;
        height: auto;
        padding: 5px;
        margin-right: 15px;
    }

    nav .container .right .phone {
        display: none;
    }

    .page11 .box1 {
        padding: 30px 0;
    }

    .page11 .box2 {
        padding: 30px 0;
    }

    .page11 .box2 form .group {
        display: block;
        margin-bottom: 0;
    }

    .page11 .box2 form .group input {
        width: 100%;
        margin-bottom: 30px;
    }

    footer .top {
        padding: 50px 0;
    }

    footer .top .right {
        display: none;
    }

    .page11 .box2 form input[type="submit"] {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    .page11 .box2 form textarea {
        margin-bottom: 30px;
    }

    .productContainer {
        width: 90%;
    }

    .page7 .productContainer>ul {
        margin: 0 -10px;
    }

    .page7 .productContainer>ul>li {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .page7 .productContainer>ul>li .text h3 {
        font-size: 14px;
    }

    .page7 .productContainer>ul>li .text {
        height: 50px;
    }

    .page7 .productContainer>ul>li .text img {
        width: 10%;
    }

    .page8 .content .box1 {
        padding-top: 50px;
    }

    .page8 .content .box1 .title {
        margin-bottom: 30px;
    }

    .page8 .content .box1 .main ul {
        justify-content: space-between;
    }

    .page8 .content .box1 .main ul li .text {
        width: 210px;
    }

    .page8 .content .box1 .main ul li .text p {
        font-size: 15px;
    }

    .page8 .content .box1 .main ul li .text h5 {
        font-size: 17px;
    }

    .page8 .content .box1 .title h4,
    .page8 .content .box5 .title h4 {
        font-size: 26px;
    }

    .page8 .content .box1 .title p,
    .page8 .content .box5 .title p {
        font-size: 16px;
    }

    .page8 .content .box5 .main ul li p {
        font-size: 16px;
    }

    .page8 .content .box6 .main {
        display: block;
    }

    .page8 .content .box6 .title h4 {
        font-size: 26px;
    }

    .page8 .content .box6 .title h3 {
        font-size: 34px;
    }

    .page8 .content .box6 .title {
        margin-bottom: 30px;
    }

    .page7 {
        padding: 50px 0 0;
    }

    .yeshu ul li,
    .yeshu ul li a,
    .yeshu ul li span {
        width: 30px;
        height: 30px;
    }

    .yeshu {
        margin-bottom: 50px;
    }

    .caseShow .caseBox .con,
    .caseShowBox .caseBox .con{
        width: 100%;
    }

    /*.caseShow .caseBox {*/
    /*    height: 65%;*/
    /*}*/

    .page3 .content .productContainer>ul li {
        margin-bottom: 30px;
    }

    .page9 .content .productContainer>ul {
        padding-top: 50px;
    }

    .page9 .content .productContainer>ul>li {
        margin-bottom: 30px;
    }

    .page9 .content .productContainer>ul>li .box1 .text>p,
    .page9 .content .productContainer>ul>li .box2 .text>p,
    .page10 .content .main .right ul li .text p {
        font-size: 12px;
    }

    .page9 .content .productContainer>ul>li .box1 .text h3,
    .page10 .content .main .right ul li .text h2 {
        font-size: 16px;
    }

    .page10 .content .main .left .title h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .page10 .content .main .left .title span {
        font-size: 12px;
    }

    .page10 .content .main .left>p {
        font-size: 15px;
        line-height: 1.7em;
    }

    .page10 .content .main .left .title {
        margin-bottom: 20px;
    }

    .page10 .content .main .left {
        padding: 30px;
    }

    .page10 .content .main .right .title h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .page10 .content .main .right ul li {
        margin-top: 20px;
    }

    .page10 .content .main .right .newsPrev p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .page10 .content .main .right .newsPrev {
        margin-top: 20px;
    }

    .miniNav_pro ul li {
        margin: 5px 1px;
    }

    .aboutContainer {
        width: 90%;
    }

    .page5 .content {
        padding-top: 50px;
    }

    .page5 .content .container>ul>li .text span {
        font-size: 15px;
    }

    .page5 .content .container>ul>li .text {
        height: 50px;
        padding: 0 10px;
    }

    .page5 .content .container>ul>li .text img {
        width: 6%;
    }

    .page5 .content .container>ul>li {
        margin-bottom: 40px;
    }

    .page6 .content .box1 {
        padding: 50px 0;
    }

    .page6 .content .box1 .right .title h1 {
        font-size: 20px;
    }

    .page6 .content .box1 .right h3 {
        font-size: 16px;
    }

    .page6 .content .box1 .right .des p,
    .page6 .content .box1 .right .tedian p {
        font-size: 15px;
    }

    .page6 .content .box2 .left {
        width: 100%;
    }

    .page6 .content .box2 .right {
        display: none;
    }

    .page6 .content .box2 .left {
        padding: 30px 0px;
        box-sizing: border-box;
    }

    .page6 .content .box2 .left .content {
        padding: 20px 0;
    }

    .page1 .content .productContainer {
        display: block;
    }

    .page1 .content .productContainer .left {
        width: 40%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .page1 .content {
        padding: 50px 0;
    }

    .page1 .content .right h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .page1 .content .right {
        width: 100%;
    }

    .page1 .content .right p {
        line-height: 1.8em;
    }

    .page4 .content .productContainer>ul {
        margin: 50px -10px 0px;
    }

    .page4 .content .productContainer>ul li {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .index1,
    .index2,
    .index3,
    .index4,
    .index5 {
        padding: 50px 0;
    }

    .index2 .content .mySwiper_pro .swiper-slide {
        width: 100%;
    }

    .index3 .mySwiper_anli .swiper-slide {
        width: 60%;
    }

    .index4 .aboutContainer .left h1 {
        margin-bottom: 50px;
    }

    .index4 .aboutContainer {
        display: block;
    }

    .index4 .aboutContainer .left .bottom {
        text-align: center;
        margin-bottom: 30px;
    }

    .index4 .aboutContainer .right {
        width: 100%;
    }

    .index1 .aboutContainer .left h1,
    .index2 .title .aboutContainer .left h1,
    .index3 .title .aboutContainer h1,
    .index5 .title .aboutContainer .left h1,
    .index4 .aboutContainer .left h1 {
        font-size: 30px;
    }

    .index5 .title .aboutContainer .right ul li {
        margin-left: 25px;
    }

    .index5 .content ul {
        flex-wrap: wrap;
    }

    .index5 .content ul li {
        width: 48%;
    }

    .index5 .content ul li .box1 .text p,
    .index5 .content ul li .box2 .text p {
        font-size: 12px;
    }

    .index5 .content ul li .box1 .text h3 {
        font-size: 16px;
    }

    .page11 .box1 ul li .text p {
        line-height: 1.5em;
        text-align: left;
        font-size: 14px;
        margin: 0;
    }

    .page11 .box1 ul li .icon {
        width: 6%;
        height: auto;
    }

    .page11 .box1 ul li .icon img {
        width: 100%;
    }

    .page11 .box1 ul li .text {
        width: 90%;
    }

    footer .bottom .right p {
        font-size: 12px;
        margin-left: 0;
    }

    footer .bottom .logo {
        width: 30%;
    }

    footer .bottom .logo img {
        width: 100%;
        display: block;
    }

    footer .bottom {
        height: auto;
    }

    footer .bottom .container {
        height: auto;
        padding: 10px 0;
        box-sizing: border-box;
    }

    .page7 .productContainer>ul>li .text {
        padding: 0 10px;
    }

    .page7 .productContainer>ul>li .text h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        /*溢出用省略号*/
        white-space: nowrap;
    }

    .index1 .aboutContainer .left>p {
        font-size: 16px;
    }

    .page9 .content .productContainer>ul>li .box2 .text h3 {
        font-size: 16px;
    }

    .page9 .content .productContainer>ul>li .box2 .des p {
        font-size: 14px;
    }
    .index4 .aboutContainer .left{
        width: 100%;
    }
    .index4 .aboutContainer .right .box1 ul li{
        padding: 0 20px;
        box-sizing: border-box;
        justify-content: left;
    }
    .index4 .aboutContainer .right .box1 ul li .text{
        width: 80%;
    }
    .page8 .content .box3 .main ul{
        flex-wrap: wrap;
    }
    .page8 .content .box3 .main ul li{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .page8 .content .box3 .main ul li .center{
        padding: 30px 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:654px) {
    .page7 .productContainer>ul>li .pic{
        height: 250px;
    }
    .page8 .content .box3 .main ul{
        flex-wrap: wrap;
    }
    .page8 .content .box3 .main ul li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        height: 255px;
    }
    .page8 .content .box4 .main ul li{
        width: 33.33%;
    }
    .index5 .content ul li .box2 .text h3 {
        font-size: 16px;
    }

    .index5 .content ul li .box2 .des p {
        font-size: 14px;
    }

    .index5 .content ul li .box1 .pic,
    .page9 .content .productContainer>ul>li .box1 .pic {
        height: 210px;
    }

    .index5 .content ul li .box1 .text,
    .page9 .content .productContainer>ul>li .box1 .text {
        height: 90px;
    }

    .index5 .content ul li:hover .box2 {
        transform: translateY(-300px);
    }

    .page9 .content .productContainer>ul>li:hover .box2 {
        transform: translateY(-300px);
        height: 300px;
    }

    .index5 .content ul li .box2,
    .page9 .content .productContainer>ul>li {
        height: 300px;
        overflow: hidden;
    }

    .index5 .content ul li .box2 .more a .icon {
        width: 40px;
        height: 40px;
    }

    .index5 .content ul li .box2 .more span {
        margin-left: 10px;
        font-size: 14px;
    }

    .index5 .content ul li .box2 .des p {
        line-height: 1.7em;
    }

    .page9 .content .productContainer>ul>li .box2 .more .icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .page9 .content .productContainer>ul>li .box2 .more .icon img {
        width: 50%;
    }

    .page9 .content .productContainer>ul>li .box2 .des p {
        line-height: 1.7em;
    }
    .page8 .content .box2 ul,
    .page8 .content .box2 .main ol{
        padding: 0;
    }
}

@media screen and (max-width:500px) {
    .page7 .productContainer>ul>li .pic{
        height: 150px;
    }
    .page8 .content .box2 i,.page8 .content .box3 .title i, .page8 .content .box4 .title i{
        font-size: 40px;
    }
    .page8 .content .box2 h4,.page8 .content .box3 .title h4, .page8 .content .box4 .title h4{
        font-size: 24px;
    }
    .page8 .content .box4 .main ul li{
        width: 50%;
    }
    .page8 .content .box3 h5, .page8 .content .box4 h5{
        font-size: 18px;
    }
    .page8 .content .box3 .main ul li .center h5{
        font-size: 22px;
    }
    .page8 .content .box1 .main ul li{
        width: 50%;
    }
    nav, nav .container{
        height: 50px;
    }
    .banner, .banner1{
        margin-top: 50px;
    }
    nav .logo img{
        width: 50%;
    }
    nav .container .right .lang a{
        font-size: 14px;
    }
    .Phonelist_icon{
        margin-top: 5px;
    }
    .index4 .aboutContainer .left{
        width: 100%;
    }
    footer .top .center p{
        text-align: left;
    }
    .page8 .content .box6 .title h3{
        font-size: 26px;
    }
    .page8 .content .box1 .main ul {
        justify-content: center;
    }

    .page8 .content .box1 .main ul li .text {
        width: 100%;
        height: auto;
    }

    .miniNav ul li a {
        padding: 0 8px;
    }

    .page9 .content .productContainer>ul>li {
        width: 100%;
    }

    .miniNav_pro ul li {
        width: 100%;
    }

    .page5 .content .container>ul>li .text span {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;/*溢出用省略号*/
        white-space: nowrap;
    }

    .page5 .content .container>ul>li {
        padding: 0 5px;
    }

    .page5 .content .container>ul {
        margin: 0 -5px;
    }

    .page3 .content .productContainer>ul>li .box .pic {
        height: 180px;
    }

    .caseShow .caseBox,
    .caseShowBox .caseBox{
        padding: 80px 20px;
        width: 90%;
    }

    .caseShow .caseBox .con .center,
    .caseShowBox .caseBox .con .center{
        height: auto;
    }

    .index1 .aboutContainer .left .button {
        width: 130px;
        height: 35px;
    }

    .index1 .aboutContainer .left .button a {
        height: 35px;
    }

    .index1 .aboutContainer .right ul li .text p {
        font-size: 16px;
    }

    .index2 .title .aboutContainer .left p {
        font-size: 16px;
    }

    .index2 .content .mySwiper_pro .swiper-pagination {
        margin: 0 20px;
    }

    .scrollBtn .proPrev,
    .scrollBtn .proNext {
        width: 35px;
        height: 35px;
    }

    .scrollBtn .proPrev img,
    .scrollBtn .proNext img {
        width: 30%;
    }

    .index3 .mySwiper_anli .swiper-slide {
        width: 70%;
    }

    .next,
    .prev {
        width: 40px;
        height: 40px;
    }

    .index3 .next {
        right: 15px;
    }

    .index3 .prev {
        left: 15px;
    }

    .index3 .mySwiper_anli .swiper-slide .more {
        width: 45px;
        height: 45px;
    }

    .index3 .mySwiper_anli .swiper-slide p {
        font-size: 16px;
    }

    .index4 .aboutContainer .left .bottom h2 {
        font-size: 28px;
    }

    .index4 .aboutContainer .left .bottom p {
        font-size: 22px;
    }

    .index4 .aboutContainer .right .box1 ul li h3,
    .index4 .aboutContainer .right .box2 h3 {
        font-size: 24px;
    }

    .index4 .aboutContainer .right .box1 ul li p {
        font-size: 16px;
    }

    .index5 .title .aboutContainer {
        display: block;
    }

    .index5 .title .aboutContainer .left {
        margin-bottom: 15px;
    }

    .index5 .title .aboutContainer .right ul li {
        margin: 0 15px;
    }

    .index5 .title {
        margin-bottom: 30px;
    }

    .index5 .content ul li {
        width: 100%;
    }

    .index5 .content ul li .box2,
    .page9 .content .productContainer>ul>li {
        width: 100%;
    }
    .yin_nav ul li{
        padding: 10px 0;
        box-sizing: border-box;
    }
    .yin_nav ul li a{
        padding-left: 10px;
        font-size: 16px;
    }
    
    .banner .mySwiper_banner .swiper-pagination-bullet {
        width: 30px;
        height: 3px;
        background: transparent;
        border: 1px solid #e6212b;
        border-radius: 5px;
        opacity: 1;
        box-sizing: border-box;
        margin: 0 5px;
    }
    
    .banner .mySwiper_banner .swiper-pagination-bullet-active {
        background-color: #e6212b;
    }
    
    .banner .mySwiper_banner .swiper-pagination {
        bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner .next, .banner .prev{
        display: none;
    }
    .page8 .content .box1 .title h4, .page8 .content .box2 .title h4, .page8 .content .box5 .title h4{
        font-size: 20px;
    }
    .page8 .content .box2 i, .page8 .content .box3 .title i, .page8 .content .box4 .title i{
        font-size: 30px;
    }
    .page8 .content .box1 .title p, .page8 .content .box2 .title p, .page8 .content .box5 .title p{
        font-size: 16px;
    }
    .page8 .content .box2 ul li p{
        font-size: 18px;
        text-align: center;
    }
    .page8 .content .box2 ul{
        margin: 30px auto;
    }
    .page8 .content .box2 .main .mainTitle{
        font-size: 20px;
    }
    .page8 .content .box2 .main ol li h5{
        font-size: 18px;
    }
    .page8 .content .box2 .main ol li p{
        font-size: 15px;
    }
    .page8 .content .box2,
    .page8 .content .box3,
    .page8 .content .box4{
        padding: 50px 0;
    }
    .page8 .content .box2 h4, .page8 .content .box3 .title h4, .page8 .content .box4 .title h4{
        font-size: 20px;
    }
    .page8 .content .box3 .main ul li .center p{
        font-size: 16px;
    }
    .page8 .content .box3 .main ul li .center h5{
        font-size: 18px;
    }
    .page8 .content .box3 .main ul li{
        height: auto;
    }
    .page8 .content .box3 .main ul li .center{
        padding: 30px 20px;
    }
    .page8 .content .box4 .main ul li .center h5{
        font-size: 18px;
    }
    .page8 .content .box4 .main ul li .text p{
        font-size: 14px;
    }
    .page8 .content .box1 .main .item1 .right h1{
        font-size: 22px;
    }
    .page8 .content .box1 .main .item1 .right p{
        font-size: 16px;
        line-height: 2em;
    }
    .miniNav{
        display: none;
    }
    .caseShow .caseBox .cels,
    .caseShowBox .caseBox .cels{
        width: 6%;
    }

}