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

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

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

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

.pageContainer {
    width: 1650px;
    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 rgba(242,242,242,0.3);
}

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

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

nav .container>ul>li {
    height: 60px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 22.5px;
}

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

/* nav .container>ul>li:hover {
    background: url(../images/nav_bg.png) no-repeat center;
}
*/
nav .container>ul>li:hover>a,
nav .container>ul>li.active>a {
    color: #af1a20;
}

/* nav .container>ul>li>ul {
    position: absolute;
    top: 100px;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
}

nav .container>ul>li:hover>ul {
    position: absolute;
    visibility: visible;
    top: 100px;
    opacity: 1;
    z-index: 99999;
}

nav .container>ul>li>ul>li {
    background-color: #af1a20;
    width: 90px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav .container>ul>li>ul>li>a {
    color: #fff;
} */

.xian {
    position: absolute;
    height: 2px;
    width: 0px;
    background-color: #af1a20;
    bottom: 0px;
    transition: all 0.5s;
}

nav .container>ul>li:hover .xian,
nav .container>ul>li.active .xian {
    width: 50%;
}

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

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

nav .container .right .search {
    position: relative;
    width: 177px;
    height: 26px;
}

nav .container .right .search img {
    position: absolute;
    left: 8px;
    top: 4px;
}

nav .container .right .search input {
    width: 177px;
    height: 26px;
    line-height: 26px;
    border-radius: 11.5px;
    background-color: transparent;
    border: 1px solid #dcdcdc;
    padding-left: 30px;
    box-sizing: border-box;
}

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

nav .container .right .phone img {
    margin-right: 8px;
}

nav .container .right .phone p {
    font-size: 21.34px;
    color: #fff;
}

.nav_icon,
.yin_nav {
    display: none;
}

.page_head {
    background-color: #af1a20;
    border-bottom: none;
    transition: all 0.3s;
}

.page_head .container ul li:hover a,
.page_head .container ul li.active a {
    color: #fff;
}

.page_head .container ul li:hover .xian,
.page_head .container ul li.active .xian {
    background-color: #fff;
}

.page_head .container .right .search input {
    color: #fff;
}

/* 隐藏的导航 */
.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: rgba(175, 26, 32, 0.8);
    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,
.banner .mySwiper_banner {
    height: 960px;
}

.banner .mySwiper_banner .swiper-slide img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

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

.banner1 {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.banner1 img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner .mySwiper_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    border-radius: 0%;
    margin: 0px 15px;
}

.banner .mySwiper_banner .swiper-pagination-bullet-active {
    background-color: #af1a20;
}

.banner .mySwiper_banner .swiper-pagination {
    bottom: 55px;
}

/* 关于我们 index1 */
.index1 {
    padding: 145px 0px;
    box-sizing: border-box;
    background: url(../images/about_bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.index1 .container {
    overflow: hidden;
}

.index1 .title {
    margin-bottom: 60px;
    overflow: hidden;
}

.index1 .title h1 {
    font-weight: bold;
    color: #8c8c8c;
    font-size: 40px;
    text-transform: uppercase;
}

.index1 .title h1 i {
    color: #af1a20;
}

.index1 .title p {
    font-size: 24px;
    color: #777777;
}

.index1 .content {
    width: 785px;
    margin-bottom: 60px;
}

.index1 .content p {
    color: #777777;
    font-size: 14px;
    line-height: 2em;
}
.index1 .button{
    display: inline-block;
}
.index1 .button a {
    width: 200px;
    height: 45px;
    border: 1px solid #d4d4d4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #777777;
    box-sizing: border-box;
}

.index1 .button:hover a{
    color: #fff;
     border: 1px solid #af1a20;
     background-color: #af1a20;
     transition: all 0.3s;
}
.index1 .honor {
    position: absolute;
    bottom: -110px;
    padding-right: 135px;
    box-sizing: border-box;
}

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

.index1 .honor ul li {
    width: 33%;
    margin-right: 8px;
    position: relative;
}

.index1 .honor ul li:last-child {
    margin-right: 0px;
}

.index1 .honor ul li .pic {
    height: 195px;
}

.index1 .honor ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.index1 .honor ul li .text {
    position: absolute;
    bottom: 37px;
    left: 30px;
}

.index1 .honor ul li .text p {
    font-size: 25px;
    color: #af1a20;
}

.index1 .honor ul li:hover .zhezhao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(149, 29, 34, .8);
}

.index1 .honor ul li:hover .text p {
    color: #fff;
}

/* 产品中心 index2 */
.index2 {
    padding: 210px 0px 125px 0px;
    box-sizing: border-box;
}

.index2 .container>.title {
    margin-bottom: 70px;
}

.index2 .title h2,
.index3 .title h2,
.index4 .title .left h2,
.index5 .title .left h2 {
    font-weight: 300;
    font-size: 30px;
    color: #282828;
    margin-bottom: 18px;
    letter-spacing: 5px;
}

.index2 .title h2 i,
.index3 .title h2 i,
.index5 .title .left h2 i {
    color: #af1a20;
}

.index2 .title p,
.index3 .title p,
.index4 .title .left p,
.index5 .title .left p {
    font-size: 16px;
    color: #777777;
    text-transform: uppercase;
}

.index2 .main {
    overflow: hidden;
}

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



/* .index2 .main ul li:first-child{
    width: 80%;
} */
.index2 .main ul li {
    flex: 1;
    margin-right: 10px;
    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;
    position: relative;
}

.index2 .main ul li .img {
    /* width: 33%; */
    height: 600px;
    width: 100%;
}

.index2 .main ul li:last-child {
    margin-right: 0px;
}

.index2 .main ul li.active {
    flex: 2.8;
}

.index2 .main ul li .img img {
    height: 100%;
    display: block;
}

/* .index2 .main ul li.active .img img{
    width: 100%;
} */

/* .index2 .main ul li:hover {
    flex: 2.8;
    -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;
} */

.index2 .main ul li a {
    position: relative;
}

.index2 .main ul li .jianbian {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.index2 .main ul li:hover .jianbian,
.index2 .main ul li.active .jianbian {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: linear-gradient(transparent, #282828);
}

.index2 .main ul li .text {
    width: 950px;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index2 .main ul li .text .left .title {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 15px;
}

.index2 .main ul li .text .left .title span {
    width: 2px;
    height: 20px;
    background-color: #af1a20;
    display: block;
    margin-right: 10px;
}

.index2 .main ul li .text .left .title h5 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
}

.index2 .main ul li .text .left .des p {
    width: 270px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index2 .main ul li.active p {
    width: 100% !important;
}

.index2 .main ul li:hover .left .text {
    padding: 15px 40px;
    box-sizing: border-box;
}

.index2 .main ul li .text .right {
    width: 110px;
    height: 30px;
    background-color: #af1a20;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index2 .main ul li .text .right a {
    font-size: 14px;
    color: #fff;
}

/* 核心优势 index3 */
.index3 {
    padding: 100px 0px 120px 0px;
    box-sizing: border-box;
    background: url(../images/youhsi_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.index3 .title {
    margin-bottom: 70px;
    overflow: hidden;
}

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

.index3 .main .box {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index3 .main .left,
.index3 .main .center {
    flex: 1;
}

.index3 .main .left .img {
    margin-left: 40px;
    display: none;
}

.index3 .main .center ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
}

.index3 .main .center ul li .point {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.index3 .main .center ul li .point:hover,
.index3 .main .center ul li.active .point {
    position: absolute;
    width: 75px;
    height: 75px;
    cursor: pointer;
}

.index3 .main .center ul li .point img {
    display: none;
}

.index3 .main .center ul li .point:hover img {
    display: flex;
    position: absolute;
    z-index: 9;
}

.index3 .main .center ul li .text p {
    font-size: 14px;
    color: #777777;
}
.index3 .main .center ul li .text p:nth-child(2){
    font-size: 12px;
}

.index3 .main .center ul .point:hover+.text p,
.index3 .main .center ul li.active .text p {
    color: #2f2725;
}

.index3 .main .center ul li .point span.mini {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
}

.index3 .main .center ul li .point:hover span.mini {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
}

.index3 .main .center ul li .point span.big {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
}

.index3 .main .center ul li .point:hover span.big {
    width: 75px;
    height: 75px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
}

/* 第一个点 */
.index3 .main .center ul li:nth-child(1) .point {
    position: relative;
    top: -70px;
    left: -75px;
}

.index3 .main .center ul li:nth-child(1) .text {
    position: relative;
    top: -70px;
    left: -22px;
    margin-top: 13.5px;
}

/* 第二个点 */
.index3 .main .center ul li:nth-child(2) .point {
    position: relative;
    top: -50px;
    left: -30px;
}

.index3 .main .center ul li:nth-child(2) .text {
    position: relative;
    top: -50px;
    left: 22px;
    margin-top: 13.5px;
}

/* 第三个点 */
.index3 .main .center ul li:nth-child(3) .point {
    position: relative;
    top: 0px;
    left: -30px;
}

.index3 .main .center ul li:nth-child(3) .text {
    position: relative;
    top: 0px;
    left: 22px;
    margin-top: 13.5px;
}

/* 第四个点 */

.index3 .main .center ul li:nth-child(4) .point {
    position: relative;
    top: 40px;
    left: -95px;
}

.index3 .main .center ul li:nth-child(4) .text {
    position: relative;
    top: 40px;
    left: -22px;
    margin-top: 13.5px;
}


.index3 .main .right {
    width: 54.5%;
}

.index3 .main .right .img {
    /* width: 54.5%; */
    height: 600px;
}

.index3 .main .right .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.index3 .main .left .img:first-child {
    display: block;
}

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

}

.index4 .container,
.index5 .container {
    overflow: hidden;
}

.index4 .container>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.index4 .title .left h2 {
    color: #777777;
}

.index4 .title .right .button {
    width: 200px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
}

.index4 .title .right .button a {
    font-size: 14px;
    color: #777777;
}

.index4 .main .mySwiper_anli {
    position: relative;
}

.index4 .main .mySwiper_anli .swiper-slide {
    width: 45%;
    overflow: hidden;
}

.index4 .main .mySwiper_anli .swiper-slide .item_img {
    position: relative;
    height: 571px;
}

.index4 .main .mySwiper_anli .swiper-slide .item_img .pic {
    overflow: hidden;
    height: 100%;
}

.index4 .main .mySwiper_anli .swiper-slide .item_img .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;
}

.index4 .main .mySwiper_anli .swiper-slide .item_img:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index4 .main .mySwiper_anli .swiper-slide .item_img .zhezhao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 241, 232, 0.8);
}

.index4 .main .mySwiper_anli .swiper-slide-active .item_img .zhezhao {
    background-color: rgba(255, 241, 232, 0);
}

.index4 .main .mySwiper_anli .swiper-slide .text {
    text-align: center;
    margin: 30px auto;
}

.index4 .main .mySwiper_anli .swiper-slide .text p {
    font-size: 20px;
    color: #252322;
    font-weight: 300;
    display: none;
}

.index4 .main .mySwiper_anli .swiper-slide-active .text p {
    display: block;
}

.index4 .main .swiper-pagination {
    bottom: auto;
    margin-top: 10px;
}

.index4 .main .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0px 10px;
    background-color: rgb(198, 198, 198);
    opacity: 1;
}

.index4 .main .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(175, 26, 32);
}

.index4 .main .mySwiper_anli {
    position: relative;
}

.index4 .main .mySwiper_anli .swiper_btn .swiper-button-disabled {
    background-color: transparent;
}

.index4 .main .swiper_button_next,
.index4 .main .swiper_button_prev {
    width: 50px;
    height: 50px;
    background-color: #af1a20;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -51px;
    z-index: 10;
    cursor: pointer;
}

.index4 .main .swiper_button_next {
    transform: rotate(180deg);
    right: 400px;
    left: auto;
}

.index4 .main .swiper_button_prev {
    left: 400px;
    right: auto;
}


/* 新闻中心 index5 */
.index5 {
    padding: 100px 0px;
    box-sizing: border-box;
    background: url(../images/news_bg.png) no-repeat center;
    background-size: cover;
}

.index5 .container>.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

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

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

.index5 .container>.title .right ul li {
    margin: 0 20px;
}

.index5 .container>.title .right ul li a {
    font-size: 16px;
    color: #2f2725;
}

.index5 .container>.title .right ul li:hover a {
    color: #af1a20;
}

.index5 .container>.title .right .btn {
    width: 200px;
    height: 45px;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-left: 40px;
}

.index5 .container>.title .right .btn a {
    font-size: 14px;
    color: #777;
}

.index5 .main {
    overflow: hidden;
}

.index5 .main .mySwiper_news .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.index5 .main .mySwiper_news .title .left h1 {
    font-size: 24px;
    color: #252322;
    font-weight: 300;
}

.index5 .main .mySwiper_news .title .right {
    overflow: hidden;
}

.index5 .main .mySwiper_news .des {
    margin-bottom: 50px;
}

.index5 .main .mySwiper_news .des p {
    color: #252322;
    font-size: 14px;
    line-height: 2em;
}
.index5 .main .mySwiper_news .swiper-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index5 .main .mySwiper_news .swiper-slide {
    width:calc(33.33% - 26.66px);
    padding: 70px 20px 60px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.index5 .main .mySwiper_news .swiper-slide .pic {
    height: 275px;
    overflow: hidden;
}

.index5 .main .mySwiper_news .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.index5 .main .mySwiper_news .swiper-slide:hover .title,
.index5 .main .mySwiper_news .swiper-slide.swiper-slide-active .title{
    border-bottom: 1px solid #af1a20;
}

.index5 .main .mySwiper_news .swiper-slide:hover .title .left h1,
.index5 .main .mySwiper_news .swiper-slide.swiper-slide-active .title .left h1 {
    color: #af1a20;
}

.index5 .main .mySwiper_news .swiper-slide:hover .title .right img,
.index5 .main .mySwiper_news .swiper-slide.swiper-slide-active  .title .right img{
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #af1a20);
}

.index5 .main .mySwiper_news .swiper-slide:hover,
.index5 .main .mySwiper_news .swiper-slide.swiper-slide-active{
    background-color: #fff;
}

.index5 .main .mySwiper_news .swiper-pagination {
    position: static;
    margin-top: 55px;
}

.index5 .main .mySwiper_news .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0px 10px;
    background-color: rgb(198, 198, 198);
    opacity: 1;
}

.index5 .main .mySwiper_news .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(175, 26, 32);
}

/* footer */
footer .container {
    overflow: hidden;
}

footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 86px 0px 120px 0px;
    box-sizing: border-box;
}

footer .top .left p {
    font-size: 14px;
    color: #3e3e3e;
    text-align: center;
}

footer .top .center .title {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
}

footer .top .center .title .icon {
    overflow: hidden;
    margin-right: 10px;
}

footer .top .center .title p {
    font-size: 20px;
    font-weight: bold;
    color: #af1a20;
}

footer .top .center .content {
    margin-left: 43px;
}

footer .top .center .content p {
    font-size: 14px;
    color: #3e3e3e;
    line-height: 2em;
}

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

footer .top .right>ul>li {
    margin: 0px 40px;
    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: #282828;
}

footer .top .right>ul>li>ol {
    position: absolute;
    top: 55px;
}

footer .top .right>ul>li>ol>li {
    margin-bottom: 20px;
}

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

footer .bottom {
    height: 100px;
    background-color: rgb(247, 249, 250);
}

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

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

footer .bottom .container .right p {
    font-size: 14px;
    color: #969696;
    margin-left: 44px;
}
footer .bottom .container .right p a{
    font-size: 14px;
    color: #969696;
}

/* 关于我们-关于喜适 page1 */
.about_nav {
    background-color: #fff;
    overflow: hidden;
}

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

.about_nav ul li {
    margin: 0px 20px;
}

.about_nav ul li a {
    color: #2f2725;
    font-size: 18px;
    font-weight: 300;
}

.about_nav ul li:hover a,
.about_nav ul li.active a{
    color: #af1a20;
}

.page1 {
    background-color: #f8f8f8;
}

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

.page1 .box1 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.page1 .box1 .top .left {
    width: 41.7%;
    height: 469px;
    overflow: hidden;
}

.page1 .box1 .top .left img {
    width: 100%;
    height: 100%;
    display: block;
}

.page1 .box1 .top .right {
    width: 56%;
}

.page1 .box1 .top .right .title {
    position: relative;
    margin-bottom: 50px;
}

.page1 .box1 .top .right .title h1 {
    font-size: 60px;
    color: #ebebeb;
    font-weight: bold;
}

.page1 .box1 .top .right .title p {
    font-size: 30px;
    color: #af1a20;
    position: absolute;
    top: 50%;
    z-index: 9;

}

.page1 .box1 .top .right .des p {
    font-size: 16px;
    color: #333333;
    line-height: 2em;
}

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

.page1 .box2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.page1 .box2 ul li p {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.page1 .box2 ul li p i {
    font-size: 40px;
    color: #af1a20;
    font-weight: bold;
}

.page1 .box2 ul li p sup {
    font-size: 20px;
    color: #af1a20;
    position: absolute;
    right: -20px;
    top: -20px;
}

.page1 .box2 ul li span {
    font-size: 20px;
    color: #333333;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page1 .box3 {
    padding: 30px 0px 50px;
    box-sizing: border-box;
}

.page1 .box3 .title {
    margin-bottom: 35px;
    overflow: hidden;
}

.page1 .box3 .title h1,
.page1 .box4 .title h1,
.page3 .title h1,
.page6 .box2 .title h1 {
    font-weight: bold;
    color: #af1a20;
    font-size: 40px;
    text-transform: uppercase;
}

.page1 .box3 .title p,
.page1 .box4 .title .center>p {
    font-size: 24px;
    color: #777;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page1 .box3>.title>p::after {
    content: "";
    width: 93%;
    height: 1px;
    background-color: rgb(238, 238, 238);
}

.page1 .box3 .mySwiper_plant .swiper-wrapper {
    height: 380px;
}

.page1 .box3 .mySwiper_plant .swiper-slide {
    overflow: hidden;
    cursor: pointer;
}

.page1 .box3 .mySwiper_plant .swiper-slide img {
    height: 100%;
    width: 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;
}

.page1 .box3 .mySwiper_plant .swiper-slide:hover img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page1 .box3 .mySwiper_plant .swiper-pagination {
    position: static;
    margin-top: 60px;
    height: 2px;
    background-color: rgb(238, 238, 238);
}

.page1 .box3 .mySwiper_plant .swiper-pagination span {
    background-color: #af1a20;
}

/*弹出框*/
.page1 .box3 .caseShow {
    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;
}

.page1 .box3 .caseShow .caseBox {
    background: #fff;
    position: relative;
    padding: 80px 15px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 900px !important;
    margin-top: 50px;
}

.page1 .box3 .caseShow .caseBox .cels {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.page1 .box3 .caseShow .caseBox .con {
    display: flex;
    justify-content: center;
    align-items: center;

}

.page1 .box3 .caseShow .caseBox .con .center {
    margin: 0 15px;
    width: 800px !important;
    overflow: hidden;
}

.page1 .box3 .caseShow .caseBox .con .center img {
    width: 100%;
    display: block;
}

.page1 .box3 .caseShow .caseBox .title {
    margin: 0 auto;
}

.page1 .box3 .caseShow .caseBox .title h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0;
}

.page1 .box3 .caseShow .caseBox .title p {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 1.8em;
    text-align: center;
}

.page1 .box4 {
    padding: 50px 0px 90px 0px;
    box-sizing: border-box;
}

.page1 .box4 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.page1 .box4 .title .center {
    overflow: hidden;
}

.page1 .box4 .title .center h1,
.page1 .box4 .title .center p {
    text-align: center;
    display: block;
}

.page1 .box4 .main {
    overflow: hidden;
}

.page1 .box4 .main ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.page1 .box4 .main ul li{
    width: 20%;
    margin-bottom: 30px;
    padding: 0 15px;
    box-sizing: border-box;
}
.page1 .box4 .main ul li .img {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 200px;
}

.page1 .box4 .main ul li img {
    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;
}

.page1 .box4 .main ul li:hover img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


/* 关于我们-企业文化 page2 */

.page2 .pageContainer,
.page3 .pageContainer,
.page6 .pageContainer {
    width: 1440px;
    margin: 0 auto;
}

.page2 .box1 {
    background: url(../images/about2_bg.png) no-repeat center;
    background-size: cover;
    padding: 150px 0px 190px;
    box-sizing: border-box;
    overflow: hidden;
}

.page2 .box1 h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 60px;
    text-align: center;
}

.page2 .box1 p {
    font-size: 16px;
    line-height: 3em;
    color: #666666;
    text-align: center;
}

.page2 .box2 {
    background: url(../images/about2_bg2.png) no-repeat center;
    background-size: cover;
    padding: 100px 0px;
    box-sizing: border-box;
}

.page2 .box2 .pageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.page2 .box2 .left ul {
    overflow: hidden;
}

.page2 .box2 .left ul li {
    font-size: 18px;
    color: #333;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 50px 0px;
}

.page2 .box2 .left ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #af1a20;
    margin-right: 15px;
}

.page2 .box2 .right {
    width: 63.88%;
    height: 445px;
    overflow: hidden;
}

.page2 .box2 .right img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 关于我们 - 发展历程 page3 */
.page3 {
    background-color: rgb(248, 248, 248);
    padding: 80px 0px 120px 0px;
    box-sizing: border-box;
}

.page3 .title {
    margin-bottom: 145px;
    overflow: hidden;
}

.page3 .title h1 {
    text-align: center;
}

.page3 .title p {
    color: #333;
    font-size: 24px;
    text-align: center;
}

.page3 .main ul {
    position: relative;
}

.page3 .main ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 115px;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.page3 .main ul li:last-child {
    padding-bottom: 0px;
}

.page3 .main ul li .left,
.page3 .main ul li .right {
    width: 45%;
    padding: 0px 90px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.page3 .main ul li .left .pic {
    width: 450px;
    height: 200px;
    overflow: hidden;
}

.page3 .main ul li .left img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 红色背景圆 */
.page3 .main ul li .time .circle::after {
    content: "";
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #af1a20;
    position: absolute;
    z-index: 8;
}

/* 中间线 */
.page3 .main ul li .time {
    position: absolute;
    width: 1px;
    height: 150%;
    background-color: #dcdcdc;
}

/* 圆+文字的居中 */
.page3 .main ul li .time .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
}

.page3 .main ul li .time .circle p {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9;
    font-size: 28px;
    font-weight: bold;
}

.page3 .main ul li .right .text {
    width: 540px;
}

.page3 .main ul li .right .text p {
    font-size: 18px;
    color: #333;
    line-height: 1.8em;
}

/* 关于我们 - 荣誉证书 page4 */
.page4 {
    padding: 80px 0px 120px 0px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.page4 .container>ul {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -15px;
}

.page4 .container>ul li {
    width: 20%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    padding: 0 15px;
    box-sizing: border-box;
}
.page4 .container>ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 23px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

.page4 .container>ul li .pic {
    overflow: hidden;
}

.page4 .container>ul li .pic img {
    width: 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 .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;
}

.page4 .container>ul li:hover .red_zhezhao {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(175, 26, 32, 0.3);
    box-sizing: border-box;
    padding: 16px 23px;
}


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

.yeshu ul li {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    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 {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #8f8f8f;
}

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

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



/*弹出框*/
.caseShow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.caseShow .caseBox {
    background: #fff;
    position: relative;
    padding: 80px 15px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 500px !important;
    margin-top: 50px;
}

.caseShow .caseBox .cels {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.caseShow .caseBox .con {
    display: flex;
    justify-content: center;
    align-items: center;

}

.caseShow .caseBox .con .center {
    margin: 0 15px;
    width: 450px !important;
    overflow: hidden;
}

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

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

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

.caseShow .caseBox .title p {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 1.8em;
    text-align: center;
}

/* 产品中心 page5 */
.page5 {
    padding: 80px 0px 120px 0px;
    box-sizing: border-box;
    background-color: rgb(248, 248, 248);
}

.page5 .container>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.page5 .container>ul li {
    width: 33.33%;
    margin-bottom: 60px;
    padding: 0 15px;
    box-sizing: border-box;
}

.page5 .container>ul li:nth-child(3n) {
    margin-right: 0px;
}

.page5 .container>ul li .pic {
    height: 384px;
    overflow: hidden;
}

.page5 .container>ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.page5 .container>ul li .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 65px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.page5 .container>ul li .bottom h4 {
    font-weight: 300;
    font-size: 18px;
    color: #333333;
}

.page5 .container>ul li .bottom .row {
    overflow: hidden;
}

.page5 .container>ul li .bottom .row img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #af1a20);
}

.page5 .container>ul li:hover .bottom {
    background-color: #af1a20;
}

.page5 .container>ul li:hover .bottom h4 {
    color: #fff;
}

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

/* 产品详情 page6 */
.page6 {
    background-color: #f8f8f8;
}

.page6 .box1 {
    padding: 80px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page6 .box1 .left {
    width: 51.5%;
    height: 537px;
    overflow: hidden;
}

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

.page6 .box1 .right {
    width: 43.8%;
    overflow: hidden;
}

.page6 .box1 .right .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page6 .box1 .right .title h3 {
    color: #333333;
    font-size: 34px;
    font-weight: normal;
}

.page6 .box1 .right .title .back a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.page6 .box1 .right .title .back img {
    margin-right: 15px;
}

.page6 .box1 .right .title .back p {
    font-size: 16px;
    color: #333333;
}

.page6 .box1 .right .main ul {
    padding-top: 60px;
    box-sizing: border-box;
    overflow: hidden;
}

.page6 .box1 .right .main ul li {
    margin-bottom: 30px;
}

.page6 .box1 .right .main ul li p {
    color: #999999;
    font-size: 16px;
    line-height: 2em;
}

.page6 .box1 .right .main ul li span {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
}

.page6 .box2 .title,
.page6 .box2 {
    overflow: hidden;
}

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

.page6 .box2 .title h1::after {
    content: "";
    height: 2px;
    width: 1040px;
    background-color: #af1a20;
    margin-left: 20px;
}

.page6 .box2 .title p {
    font-size: 24px;
    color: #333;
    font-weight: 300;
}

.page6 .box2 .content {
    padding: 70px 0px 140px 0px;
    box-sizing: border-box;
}


/* 工程案例 page7 */
.page7 {
    padding: 80px 0px 120px 0px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.page7 .container>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.page7 .container>ul li {
    width: 48.8%;
    /*margin-right: 37px;*/
    margin-bottom: 55px;
}

.page7 .container>ul li:nth-child(2n) {
    margin-right: 0px;
}

.page7 .container>ul li .pic {
    width: 100%;
    height: 533px;
    overflow: hidden;
}

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

.page7 .container>ul li .text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.page7 .container>ul li .text p {
    color: #252322;
    font-size: 18px;
    font-weight: 300;
}

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

.page7 .container>ul li:hover .text p {
    color: #af1a20;
}

.page7 .yeshu,
.page8 .yeshu {
    margin-top: 20px;
}

/*弹出框*/
.page7 .caseShow .caseBox,.index4 .main .caseBox {
    background: #fff;
    position: relative;
    padding: 80px 15px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 1000px !important;
    margin-top: 50px;
}

.page7 .caseShow .caseBox .cels,
.index4 .main .caseBox .cels  {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.page7 .caseShow .caseBox .con .center,
.index4 .main .caseBox .con .center {
    width: 800px !important;
    overflow: hidden;
}

/* 新闻中心 page8 */
.page8 {
    background-color: #f8f8f8;
    padding: 80px 0px 120px 0px;
    box-sizing: border-box;
}

.page8 .total {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 -20px;
}

.page8 .total .item {
    width: 33.33%;
    box-sizing: border-box;
    margin-bottom: 60px;
    padding: 0 20px;
}
.page8 .total .item .itemCenter{
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 70px 0px 60px 0px;
    box-sizing: border-box;
    align-items: center;
}


.page8 .total .item a {
    width: 91.9%;
}

.page8 .total .item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0px 5px 15px;
    box-sizing: border-box;
}

.page8 .total .item .title h3 {
    font-weight: 300;
    font-size: 24px;
    color: #252322;
}

.page8 .total .item .des {
    padding: 20px 10px 50px 10px;
    box-sizing: border-box;
}

.page8 .total .item .des p {
    font-size: 14px;
    color: #252322;
    line-height: 2em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page8 .total .item .pic {
    overflow: hidden;
    width: 100%;
    height: 275px;
}

.page8 .total .item .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.page8 .total .item .itemCenter:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.page8 .total .item:hover .title {
    border-bottom: 1px solid #af1a20;
}

.page8 .total .item:hover .title h3 {
    color: #af1a20;
}

.page8 .total .item:hover .title .row {
    overflow: hidden;
}

.page8 .total .item:hover .title .row img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 #af1a20);
}

/* 新闻内容 */
.page8_show .main {
    padding: 50px 0px;
    box-sizing: border-box;
}

.page8_show .main .title h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.page8_show .main .content {
    padding: 50px 0px;
    box-sizing: border-box;
}

.page8_show .back {
    text-align: left;
    margin: 65px 0px 140px 0px;
}

.page8_show .back p {
    margin-bottom: 20px;
}

.page8_show .back p span,
.page8_show .back p a {
    color: #282828;
    font-size: 14px;
}

/* 联系我们 page9 */
.page9 .box1 {
    overflow: hidden;
}

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

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

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

.page9 .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: 40px;
}

.page9 .box1 ul li p {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.page9 .box1 ul li:hover .icon {
    background-color: #af1a20;
}

.page9 .box2 {
    background-color: #f8f8f8;
    padding: 80px 0px 120px 0px;
    box-sizing: border-box;
}

.page9 .box2 .container {
    overflow: hidden;
}

.page9 .box2 .container>p {
    color: #666666;
    font-size: 14px;
    padding-left: 105px;
    box-sizing: border-box;
    margin-bottom: 130px;
}

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

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

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

.page9 .box2 form button {
    width: 180px;
    height: 50px;
    background-color: #af1a20;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.sidebar .top{
    display: flex;
    margin: 30px 0;
}
.sidebar .top .left{
    margin-right: 30px;
}
.sidebar .top .right form input{
    width: 300px;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.sidebar .top .right form button{
    width: 50px;
    height: 30px;
    background-color: rgb(51,140,215);
    color: #fff;
    cursor: pointer;
}
.searchList{
    padding: 80px 0px;
    box-sizing: border-box;
}
.searchList .container>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.searchList .container>ul>li{
    width: 30%;
}
.searchList .container>ul>li .img{
    width: 100%;
    overflow: hidden;
}
.searchList .container>ul>li .img img{
    display: block;
    width: 100%;
    height: 100%;
}
.searchList .container>ul>li p{
    text-align: center;
    color: #333;
    font-size: 20px;
    margin: 10px 0 35px;
}
/* 媒体查询响应式 */
@media screen and (min-width:1700px) and (max-width:1910px) {

    .index3 .main .center ul li .point,
    .index3 .main .center ul li .text {
        position: static !important;
    }

    .index3 {
        background: url(../images/youshi_bg.png) no-repeat left center;
        background-size: cover;
    }
    .index5 .main .mySwiper_news .title .left h1{
        width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page4 .container>ul li,
    .page4 .container>ul li a{
        height: auto;
    }
}

@media screen and (max-width:1700px) {
    .page7 .container>ul li .pic,
    .page5 .container>ul li .pic{
        height: auto;
    }
    .index5 .main .mySwiper_news .title .left h1{
        width: 270px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page4 .container>ul li,
    .page4 .container>ul li a{
        height: auto;
    }
    .banner1 {
        height: auto;
    }

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

    nav .container .right .search input {
        width: 100px;
    }

    nav .container .right .search {
        width: 100px;
    }

    .banner,
    .banner .mySwiper_banner {
        height: auto;
    }

    .index1 .honor {
        padding-right: 135px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .index3 {
        background: url(../images/youshi_bg.png) no-repeat left center;
        background-size: cover;
    }

    .index3 .main .left {
        width: 18.5%;
    }

    .index3 .main .left .img {
        margin-left: 0px;
        width: 100%;
        overflow: hidden;
    }

    .index3 .main .left .img img {
        width: 100%;
        display: block;
    }

    .index3 .main .right .img {
        width: auto;
        height: auto;
    }

    .index3 .main .center ul li .point {
        width: 75px;
        height: 75px;
        margin-right: 10px;
    }

    .index3 .main .center ul li .point,
    .index3 .main .center ul li .text {
        position: static !important;
    }

    .index3 .main .center ul li {
        align-items: flex-start;
    }

    .index4 .main .mySwiper_anli .swiper-slide .item_img {
        height: 500px;
    }

    .index4 .main .swiper_button_next {
        right: 15%;
    }

    .index4 .main .swiper_button_prev {
        left: 15%;
    }

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

    .pageContainer,
    .page2 .pageContainer,
    .page3 .pageContainer,
    .page6 .pageContainer {
        width: auto;
        padding: 0px 135px;
        box-sizing: border-box;
    }

    .page1 .box1 .top .left {
        height: auto;
    }

    .page1 .box3 .mySwiper_plant .swiper-wrapper {
        height: auto;
    }

    .page1 .box3 .title p::after {
        width: 90%;
    }

    .page1 .box4 .main ul li .img{
        height: 150px;
    }

    .page4 .pageContainer>ul li {
        width: 25%;
        height: auto;
    }

    .page4 .pageContainer>ul li .pic img {
        width: 100%;
        display: block;
    }

    .page9 .box1 ul li {
        width: 33.3%;
        padding: 0px 20px;
    }

    .page9 .box1 ul li p {
        height: 20px;
    }

    .page7 .pageContainer>ul li {
        width: 48.4%;
    }

    .page7 .pageContainer>ul li .pic {
        height: 400px;
    }

    .page8 .total .item .pic {
        height: 200px;
    }

    .page5 .pageContainer>ul li {
        width: 31.6%;
    }

    .page6 .box2 .title h1::after {
        content: "";
        width: 65%;
    }
    .page8 .total .item .title h3{
        width: 270px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page1 .box4 .main ul li img{
        width: 100%;
    }

}

/* 屏幕1440px 以下 */
@media screen and (max-width:1440px) {
.index5 .main .mySwiper_news .title .left h1{
    font-size: 20px;
}
    nav .container .right .search {
        margin: 0px 22.5px;
        box-sizing: border-box;
        overflow: hidden;
        cursor: pointer;
    }


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

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

    .banner1 {
        height: auto;
    }

    .container {
        padding: 0px 100px;
    }

    .index1 .honor {
        padding-right: 110px;
        bottom: -90px;
    }

    .index1 .honor ul li .pic {
        height: 155px;
    }

    .index2 .main ul li .text .left .des p {
        width: 140px;
    }

    .index4 .main .mySwiper_anli .swiper-slide .item_img {
        height: 400px;
    }

    .index5 .main .mySwiper_news .swiper-slide .pic {
        height: 160px;
    }

    .index5 .main .mySwiper_news .swiper-slide {
        padding: 50px 20px 40px 20px;
    }

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

    footer .top .center .title .icon img {
        width: 80%;
    }

    .pageContainer,
    .page2 .pageContainer,
    .page3 .pageContainer,
    .page6 .pageContainer {
        padding: 0px 100px;
        width: auto;
    }

    .page1 .box1 .top .right .title {
        margin-bottom: 20px;
    }
    .page1 .box4 .main ul li{
        width: 25%;
    }
    .page2 .box2 .right {
        width: 60%;
        height: auto;
    }

    .page3 .main ul li:nth-child(odd) .left {
        padding: 0px 90px 0px 0px;
    }

    .page3 .main ul li:nth-child(odd) .right {
        padding: 0px 0px 0px 90px;
    }

    .page3 .main ul li:nth-child(even) .left {
        padding: 0px 0px 0px 90px;
    }

    .page3 .main ul li:nth-child(even) .right {
        padding: 0px 90px 0px 0px;
    }

    .page3 .main ul li .left .pic {
        height: auto;
    }

    .caseShow .caseBox {
        width: 400px !important;
    }

    .page4 .pageContainer>ul li {
        width: 33.33%;
        margin-bottom: 30px;
    }

    .page9 .box1 ul li .icon {
        width: 60px;
        height: 60px;
    }

    .page7 .pageContainer>ul li {
        width: 48%;
    }

    .page7 .pageContainer>ul li .pic {
        height: 317px;
    }

    .page8 .total .item .pic {
        height: auto;
    }

    .page5 .pageContainer>ul li {
        width: 48.4%;
    }

    .page5 .pageContainer>ul li:nth-child(3n) {
        margin-right: 30px;
    }

    .page5 .pageContainer>ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .page6 .box2 .title h1::after {
        content: "";
        width: 59%;
    }

}

/* 中等屏幕992px-1200px 屏幕宽度在1200px以下显示的颜色 */
@media screen and (max-width:1200px) {
    .page4 .container>ul li{
        width: 25%;
        margin-bottom: 30px;
    }
    .index5 .main .mySwiper_news .title .left h1{
        width: 200px;
    }
    .index1 .button a {
        width: 150px;
        height: 35px;
    }
    .searchList .container>ul>li p{
        font-size: 18px;
    }
    .page7 .caseShow .caseBox, .index4 .main .caseBox{
        width: 90%!important;
    }
    .container {
        width: 90%;
        padding: 0px;
    }

    nav,
    nav .container {
        height: 80px;
    }

    nav .container>ul>li {
        margin: 0px 15px;
    }

    .banner1 {
        height: auto;
    }

    .index1 .honor {
        width: 90%;
        padding: 0px;
        bottom: -60px;
    }

    .index1 .title h1 {
        font-size: 38px;
    }

    .index1 .honor ul li .text p {
        font-size: 20px;
    }

    .index1 .honor ul li .text {
        bottom: 20px;
        left: 20px;
    }

    .index1 .honor ul li .pic {
        height: auto;
    }

    .index2 {
        padding: 130px 0px 125px 0px;
    }

    .index2 .main ul li .text .left .des p {
        width: 120px;
    }

    .index2 .title h2,
    .index3 .title h2,
    .index4 .title .left h2,
    .index5 .title .left h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .index2 .title p,
    .index3 .title p,
    .index4 .title .left p,
    .index5 .title .left p {
        font-size: 14px;
    }

    .index3 .main .right {
        width: 50%;
    }

    .index3 .main .left {
        width: 20%;
    }

    .index4 .title .right .button,
    .index5 .container>.title .right .btn,
    .index1 .button {
        width: 150px;
        height: 35px;
    }

    .index4 .main .mySwiper_anli .swiper-slide .item_img {
        height: auto;
    }

    .index4 .main .swiper_button_next,
    .index4 .main .swiper_button_prev {
        width: 40px;
        height: 40px;
    }

    .index4 .main .swiper_button_next img,
    .index4 .main .swiper_button_prev img {
        width: 35%;
    }

    footer .bottom .container .left img {
        width: 80%;
    }

    footer .bottom .container .right p,
    footer .bottom .container .right p a{
        font-size: 12px;
    }

    footer .bottom,
    footer .bottom .container {
        height: 70px;
    }

    footer .top {
        display: block;
    }

    footer .top .left {
        margin-bottom: 60px;
    }

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

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

    footer .top .center .title {
        justify-content: center;
    }

    footer .top .center .content {
        margin-left: 0px;
    }

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

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

    footer .top {
        padding: 86px 0px 200px 0px;
    }

    .page1 .box1 .top .right .title h1 {
        font-size: 50px;
    }

    .page1 .box1 .top .right .title p {
        font-size: 26px;
    }

    .page1 .box1 .top .right .des p {
        font-size: 14px;
    }

    .page1 .box2 ul li span {
        font-size: 18px;
    }

    .about_nav ul li a {
        font-size: 16px;
    }

    .page1 .box3 .title h1,
    .page1 .box4 .title h1,
    .page3 .title h1,
    .page6 .box2 .title h1 {
        font-size: 38px;
    }

    .page1 .box3 .title p,
    .page1 .box4 .title>p {
        font-size: 22px;
    }

    .page1 .box3 .title p::after {
        width: 88%;
    }

    .pageContainer,
    .page2 .pageContainer,
    .page3 .pageContainer,
    .page6 .pageContainer {
        width: 90%;
        padding: 0px;
    }

    .page2 .box2 .left ul li {
        margin: 30px 0px;
        font-size: 16px;
    }

    .page3 .title p {
        font-size: 22px;
    }

    .page3 .main ul li .right .text p {
        font-size: 16px;
    }

    .page9 .box1 ul li p {
        font-size: 16px;
    }

    .page9 .box2 form button {
        width: 150px;
        height: 40px;
    }

    .page7 .pageContainer>ul li {
        width: 47.8%;
    }

    .page8 .total .item {
        width:50%;
    }

    .page5 .pageContainer>ul li {
        width: 48.3%;
    }

    .page6 .box1 .left {
        height: auto;
    }

    .page6 .box1 .right .title h3 {
        font-size: 26px;
    }

    .page6 .box1 .right .main ul {
        padding-top: 30px;
    }

    .page6 .box2 .title h1::after {
        content: "";
        width: 57%;
    }

    .page6 .box2 .title p {
        font-size: 22px;
    }

}

/* 小屏幕768px-992px */
@media screen and (max-width:992px) {
    .page8 .total .item .pic{
        height: 300px;
    }
    .yin_nav ul li a{
        height: 30px;
        font-size: 18px;
    }
    .page6 .box1 .right{
        margin-top: 30px;
    }
    .page6 .box1 .right .main ul{
        width: 100%;
    }
   .index5 .main .mySwiper_news .title .left h1{
       width: 150px;
   }
   .index5 .main .mySwiper_news .des p{
       width: 100%;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient:vertical;
       -webkit-line-clamp:3;
   }
    .page4 .container>ul li{
        width: 33.33%;
    }
    .page3 .main ul li .right .text{
        width: auto;
    }
    nav .container>ul {
        display: none;
    }

    .nav_icon {
        display: block;
        margin: 0px 22.5px;
        overflow: hidden;
        cursor: pointer;
    }

    .nav_icon img {
        width: 100%;
    }

    .nav_icon:hover img {
        position: relative;
        left: -100px;
        filter: drop-shadow(100px 0 0 #af1a20);
    }

    nav .container .right .search img {
        width: 20px;
    }

    .banner1 {
        height: auto;
    }

    .index1 .title h1 {
        font-size: 32px;
    }

    .index1 .title p {
        font-size: 22px;
    }

    .index1 .honor ul {
        display: block;
        width: 100%;
    }

    .index1 .honor ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .index1 .honor {
        position: static;
        margin-top: 50px;
        width: 100%;
    }

    .index1 .honor ul li .text p {
        font-size: 25px;
    }

    .index1 .honor ul li .text {
        bottom: 37px;
        left: 30px;
    }

    .index1 {
        padding: 145px 0px 50px 0px;
    }

    .index2 {
        padding: 100px 0px;
    }

    .index2 .title h2,
    .index3 .title h2,
    .index4 .title .left h2,
    .index5 .title .left h2 {
        font-size: 26px;
    }

    .index2 .title p,
    .index3 .title p,
    .index4 .title .left p,
    .index5 .title .left p {
        font-size: 12px;
    }

    .index2 .main ul li .text .left {
        margin-bottom: 10px;
    }

    .index2 .main ul li .text .left .title h5 {
        font-size: 20px;
    }

    .index2 .main ul li .text .left .des p {
        font-size: 14px;
    }

    .index2 .main ul li .text {
        display: block;
    }

    .index2 .main ul li .text .right {
        width: 80px;
        height: 25px;
    }

    .index3 .main {
        display: block;
    }

    .index3 .main .right {
        width: 100%;
    }

    .index3 .main .box {
        width: 100%;
        justify-content: space-around;
        margin-bottom: 30px;
    }

    .index3 .main .left {
        width: 40%;
    }

    .index3 .main .center {
        width: 60%;
    }

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

    footer .bottom .container .right p {
        margin-left: 24px;
    }

    .page1 .box1 .top {
        display: block;
    }

    .page1 .box1 .top .left,
    .page1 .box1 .top .right {
        width: 100%;
    }

    .page1 .box2 ul li p {
        margin-bottom: 10px;
    }

    .page1 .box2 ul li p i {
        font-size: 34px;
    }

    .page1 .box3 .title h1,
    .page1 .box4 .title h1,
    .page3 .title h1,
    .page6 .box2 .title h1 {
        font-size: 34px;
    }

    .page1 .box3 .title p,
    .page1 .box4 .title>p {
        font-size: 20px;
    }
    .page1 .box4 .main ul li{
        width: 33.33%;
    }
   
    .page2 .box1 h1 {
        font-size: 26px;
    }

    .page2 .box2 .pageContainer {
        display: block;
    }

    .page2 .box2 .left ul li {
        font-size: 18px;
    }

    .page2 .box2 .right {
        width: 100%;
    }

    .page3 .title p {
        font-size: 20px;
    }

    .page3 .main ul li .time .circle p {
        font-size: 22px;
    }

    .page3 .main ul li .time .circle::after {
        content: "";
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .page3 .main ul li .right .text p {
        font-size: 14px;
    }

    .page3 .main ul li {
        justify-content: space-around;
    }

    .page7 .pageContainer>ul li .pic {
        height: auto;
    }

    .page8 .total .item:nth-child(3n),
    .page8 .total .item {
        margin-right: 0px;
    }

    .page5 .pageContainer>ul li {
        width: 47.6%;
    }

    .page5 .pageContainer>ul li .bottom h4 {
        font-size: 16px;
    }

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

    .page6 .box1 {
        display: block;
    }

    .page6 .box1 .left,
    .page6 .box1 .right {
        width: 100%;
    }

    .page6 .box2 .title h1 {
        font-size: 32px;
    }

    .page6 .box2 .title h1::after {
        content: "";
        width: 50%;
    }

    .page6 .box2 .title p {
        font-size: 20px;
    }

    .page1 .box1 .top .right {
        margin-top: 30px;
    }

}

/* 此时超小屏幕和小屏幕在768px之间有冲突，怎么解决？ */
/* 把超小屏幕的区间降低1px */

/* 超小屏幕768px 以下 */
@media screen and (max-width:767px) {
    .page8 .total .item .itemCenter{
        padding: 40px 0 30px 0;
    }
    .page8 .total .item .pic{
        height: auto;
    }
    .page8 .total{
        margin: 0 -10px;
    }
    .page8 .total .item{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .page5 .container>ul li .bottom{
        height: 40px;
    }
    .page5 .container>ul li .bottom h4{
        font-size: 14px;
    }
    .page4 .container>ul li{
        width: 50%;
    }
    .page6 .content img{
        width: 100%;
        display: block;
    }
    .page1 .box4 .main ul li .img img{
        width: 100%;
    }
    .yeshu ul li,.yeshu ul li a, .yeshu ul li span{
        width: 25px;
        height: 25px;
    }
    .index4 .main .swiper-pagination .swiper-pagination-bullet{
        margin: 0 3px;
    }
    .searchList .pageContainer>ul>li p{
        font-size: 16px;
    }
    .searchList .pageContainer>ul>li{
        width: 46%;
    }
    footer .bottom .container .left{
        width: 40%;
    }
    nav .logo {
        width: 70%;
    }

    nav .logo img {
        width: 100%;
    }

    nav,
    nav .container {
        height: 60px;
    }

    .nav_icon {
        margin: 0px 15px;
    }
    .yin_nav ul li{
        padding: 10px 0px;
    }
    .yin_nav ul li a{
        font-size: 16px;
    }
    .banner .mySwiper_banner .swiper-pagination {
        bottom: 15px;
    }

    .banner .mySwiper_banner .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0px 10px;
    }

    .banner1 {
        height: auto;
    }

    .index1 .title h1 {
        font-size: 28px;
    }

    .index1 .title p {
        font-size: 20px;
    }

    .index1 {
        padding: 100px 0px 50px 0px;
    }

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

    .index1 .content {
        width: 100%;
        margin-bottom: 50px;
    }

    .index1 .honor ul li .text p {
        font-size: 22px;
    }

    .index2 .main ul {
        display: block;
        height: auto;
    }

    .index2 .main ul li {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .index2 .main ul li:last-child {
        margin-bottom: 0px;
    }

    .index2 .main ul li .img img,
    .index2 .main ul li .img {
        width: 100%;
        height: auto;
        display: block;
    }

    .index2 .main ul li .text {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .index2 .main ul li .text .left .des p {
        width: 100%;
    }

    .index2 .main ul li .jianbian,
    .index2 .main ul li .jianbian {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background-image: linear-gradient(transparent, #282828);
    }

    .index3 {
        padding: 100px 0px;
    }

    .index3 .main .center ul li .point {
        width: 20px;
        height: 20px;
    }

    .index3 .main .center ul li .point:hover span.big {
        width: 15px;
        height: 15px;
    }

    .index3 .main .center ul li .point:hover span.mini {
        width: 9px;
        height: 9px;
    }

    .index3 .main .center ul li .point:hover img {
        display: none;
    }

    .index3 .main .center ul li .point:hover,
    .index3 .main .center ul li.active .point {
        width: 20px;
        height: 20px;
    }

    .index3 .main .center ul li {
        align-items: center;
        height: auto;
    }

    .index3 .main .center ul .point:hover+.text p,
    .index3 .main .center ul li.active+.text p {
        font-size: 16px;
        color: #2f2725;
    }

    .index4 .title .right .button,
    .index5 .container>.title .right .btn,
    .index1 .button {
        width: 100px;
        height: 35px;
    }

    .index4 .main .mySwiper_anli .swiper-slide {
        width: 100%;
    }

    .index2 .title h2,
    .index3 .title h2,
    .index4 .title .left h2,
    .index5 .title .left h2 {
        font-size: 24px;
    }

    .index4 .main .mySwiper_anli .swiper-slide .text p {
        font-size: 18px;
    }

    .index4 .main .swiper-pagination .swiper-pagination-bullet,
    .index5 .main .mySwiper_news .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .index4 .main .mySwiper_anli .swiper-slide .text {
        margin: 15px auto;
    }

    .index4 .main .swiper-pagination {
        margin-top: 0px;
    }

    .index5 .container>.title .right ul {
        display: none;
    }

    .index5 .main .mySwiper_news .swiper-slide {
        width: 100%;
        background-color: #fff;
    }

    .index5 .main .mySwiper_news .swiper-slide .title {
        border-bottom: 1px solid #af1a20;
    }

    .index5 .main .mySwiper_news .title .left h1 {
        font-size: 22px;
        color: #af1a20;
        width: 270px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index5 .main .mySwiper_news .swiper-slide .pic {
        height: auto;
    }

    .index5 .main .mySwiper_news .title .right img {
        position: relative;
        left: -100px;
        filter: drop-shadow(100px 0 0 #af1a20);
    }

    .index5 .main .mySwiper_news .swiper-pagination {
        margin-top: 30px;
    }

    footer .top .left {
        margin-bottom: 30px;
    }

    footer .top .right {
        display: none;
    }

    footer .top {
        padding: 50px 0px;
    }

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

    footer .bottom .container .right {
        display: block;
    }

    footer .bottom .container .right p {
        margin-left: 0px;
        line-height: 1.7em;
    }

    .about_nav ul li {
        margin: 0px;
    }
    .page4 .pageContainer>ul li a{
        padding: 10px 15px;
    }
    .page1 .box1 .top .right .title h1 {
        font-size: 40px;
    }

    .page1 .box1 .top .right .title p {
        font-size: 22px;
    }

    .page1 .box2 ul {
        flex-wrap: wrap;
    }

    .page1 .box2 ul li {
        width: 35%;
        margin-bottom: 50px;
    }

    .page1 .box2 ul li span {
        font-size: 16px;
    }

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

    .page1 .box1 .top .right {
        margin-top: 30px;
    }

    .page1 .box3 .title h1,
    .page1 .box4 .title h1,
    .page3 .title h1,
    .page6 .box2 .title h1 {
        font-size: 28px;
    }

    .page1 .box3 .title p,
    .page1 .box4 .title>p {
        font-size: 16px;
    }

    .page1 .box3 .title>p::after {
        width: 80%;
    }
    .page2 .box1 {
        background: url(../images/about2_bg.png) no-repeat center;
        background-size: 100% 100%;
        padding: 60px 0px;
    }

    .page2 .box1 h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .page2 .box1 p {
        font-size: 14px;
        line-height: 2em;
    }

    .page2 .box2 .left ul li {
        font-size: 16px;
    }

    .page2 .box2 {
        padding: 60px 0px;
        background-size: 100% 100%;
    }

    .page2 .box2 .right {
        margin-top: 30px;
    }

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

    .page3 .title h1 {
        font-size: 24px;
    }

    .page3 .title p {
        font-size: 18px;
    }

    .page3 .main ul li {
        display: block;
        margin-left: 30px;
        padding-bottom: 30px;
    }

    .page3 .main ul li:nth-child(odd) .left,
    .page3 .main ul li:nth-child(odd) .right {
        padding: 0px;
        margin-left: 45px;
    }

    .page3 .main ul li:nth-child(even) .left,
    .page3 .main ul li:nth-child(even) .right {
        padding: 0px;
        margin-left: 45px;
    }

    .page3 .main ul li .left,
    .page3 .main ul li .right {
        width: 80%;
    }
    .page4 .pageContainer>ul li{
        width: 50%;
    }
    .page3 {
        padding: 50px 0px 100px;
    }

    .page4 {
        padding: 50px 0px;
    }

    .page9 .box1 ul {
        display: block;
        padding: 50px 0px;
        box-sizing: border-box;
    }

    .page9 .box1 ul li {
        width: 100%;
        padding: 0px;
        margin: 0px;
        border-right: none;
        margin-bottom: 10px;
    }

    .page9 .box1 ul li .icon {
        display: none;
    }

    .page9 .box1 ul li p {
        height: auto;
        padding-bottom: 0px;
        text-align: left;
    }

    .page9 .box2 .pageContainer>p {
        padding-left: 0px;
        margin-bottom: 50px;
    }

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

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

    .page9 .box2 {
        padding: 50px 0px;
    }

    .page9 .box2 form button {
        width: 100px;
        height: 30px;
    }

    .page7 .pageContainer>ul li {
        width: 100%;
        margin-right: 0px;
    }

    .page8 .total .item .title {
        border-bottom: 1px solid #af1a20;
    }

    .page8 .total .item .title h3 {
        color: #af1a20;
        font-size: 20px;
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page8 .total .item .des p{
        line-height: 1.7em;
    }
    .page8 .total .item .des {
        padding: 20px 10px 30px 10px;
    }
    .page8 .total .item .title .row {
        overflow: hidden;
    }

    .page8 .total .item .title .row img {
        position: relative;
        left: -100px;
        filter: drop-shadow(100px 0 0 #af1a20);
    }

    .page5 .pageContainer>ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .page5 .pageContainer>ul li:nth-child(3n) {
        margin-right: 0;
    }

    .page5,
    .page8 {
        padding: 50px 0px;
    }

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

    .page6 .box1 .right .title h3 {
        font-size: 22px;
    }

    .page6 .box1 .right .title .back img {
        margin-right: 10px;
    }

    .page6 .box1 .right .title .back p {
        font-size: 14px;
    }

    .page6 .box2 .title h1 {
        font-size: 24px;
    }

    .page6 .box2 .title h1::after {
        content: "";
        display: none;
    }

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

    .page6 .box2 .content p {
        font-size: 15px;
    }
    .index1 .button a{
        width: 100px;
        height: 35px;
    }
    .caseShow .caseBox{
        width: 90%!important;
    }
    .page7 .caseShow .caseBox, 
    .index4 .main .caseBox,
    .page1 .box3 .caseShow .caseBox{
        width: 95%!important;
        padding: 60px 10px 20px;
    }
    .page7 .caseShow .caseBox .cels, 
    .index4 .main .caseBox .cels,
    .page1 .box3 .caseShow .caseBox .cels{
        right: 0px;
        top: 20px;
    }
    .page7 .caseShow .caseBox .cels img, 
    .index4 .main .caseBox .cels img,
    .page1 .box3 .caseShow .caseBox .cels img{
        width: 50%;
    }
    .page7 .caseShow .caseBox .con .center, 
    .index4 .main .caseBox .con .center,
    .page1 .box3 .caseShow .caseBox .con .center{
        margin: 0px;
        width: 100%!important;
    }
    .page3 .main ul li .left .pic{
        width: 100%;
        
    }
    .page3 .main ul li .time .circle{
        top: 0;
    }
    .page3 .main ul li:last-child .time{
        height: 50%;
    }
    .page8_show{
        background-color: rgb(248,248,248);
    }
    .page8_show .back{
        padding: 50px 0px;
        box-sizing: border-box;
        margin: 0px;
    }
    .page8_show .main .content img{
        width: 100%;
        display: block;
    }
    .about_nav ul{
        height: 60px;
    }
    .page9 .box1 ul li{
        display: flex;
        justify-content: left;
        align-items: flex-start;
    }
    .page9 .box1 ul li .icon{
        width: 3%;
        height: auto;
        display: block;
        background-color: transparent;
        margin: 0px;
        margin-bottom: 0px;
        margin-right: 10px;
        border-radius: 0%;
    }
    .page9 .box1 ul li .icon img{
        position: relative;
        left: -100px;
        filter: drop-shadow(100px 0 0 #af1a20);
        width: 100%;
    }
    .page1 .box4 .main ul li{
        width: 50%;
    }
    nav .container .right .search{
        margin: 0;
    }
    .searchList .container>ul>li{
        width: 48%;
    }
    .searchList{
        padding: 30px 0;
    }
    .searchList .container>ul>li p{
        font-size: 16px;
    }

}
@media screen and (max-width:570px) {
    .page8 .total .item{
        width: 100%;
    }
    .page8 .total .item .title h3{
        width: 280px;
    }
}
@media screen and (max-width:390px) {
    .page5 .container>ul li{
        margin-bottom: 20px;
    }
    .page9 .box1 ul li p{
        font-size: 13px;
    }
    .searchList{
        padding: 30px 0;
    }
    .searchList .container>ul>li{
        width: 100%;
    }
    .searchList .container>ul>li p{
        font-size: 16px;
    }
    .page8_show .main .content p{
        font-size: 14px;
        line-height: 1.7em;
    }
    .page9 .box2 form textarea{
        margin-bottom: 30px;
    }
    .page9 .box2 .container>p{
        padding-left: 0;
        margin-bottom: 50px;
    }
    .page8 .total .item{
        width: 100%;
    }
    .page7 .container>ul li{
        margin-bottom: 20px;
    }
    .page7 .container>ul li .text{
        margin-top: 10px;
    }
    .page7 .container>ul li .text p{
        font-size: 14px;
    }
    .page5 .container>ul li .bottom h4{
        width: 115px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .page5 .container>ul li .bottom{
        padding: 0 5px;
    }
    .page5 .container>ul{
        margin: 0 -10px;
    }
    .page5 .container>ul li {
        width: 50%;
        padding: 0 10px;
    }
    .page1 .box4 .main ul li .img img {
        height: 100%;
        width: 100%;
    }
    .page4 .container>ul{
        margin: 0 -5px;
    }
    .page4 .container>ul li{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .page1 .box4 .main ul{
        margin: 0 -5px;
    }
    .page1 .box4 .main ul li{
        padding: 0 5px;
    }
    .page1 .box4 .main ul li .img{
        height: 70px;
    }
    .page6 .box2 .content {
        padding: 30px 0px 80px 0px;
        box-sizing: border-box;
    }
    .page6 .box1 .right .title h3{
        font-size: 18px;
        width: auto;
    }
    nav .container .right .search input{
        padding-left: 25px;
    }
    nav .container .right .search img{
        width: 15px;
    }
    nav .container .right .search input{
        width: 75px;
    }
    .about_nav ul li{
        margin: 0px;
    }
    .about_nav ul li a{
        font-size: 14px;
    }
    .yin_nav ul li a{
        font-size: 14px;
    }

    .index1 .button a{
        width: 100px;
        height: 35px;
    }
    .page6 .box1 .right .main ul li p{
        font-size: 14px;
    }
    .page7 .pageContainer>ul li .text p{
        font-size: 16px;
    }
    .page7 .pageContainer>ul li .text{
        margin-top: 10px;
    }
    .page7 .pageContainer>ul li{
        margin-bottom: 30px;
    }
    .page8_show .back p span, .page8_show .back p a{
        font-size: 12px;
    }
    .page8_show .back p{
        margin-bottom: 10px;
    }
    .page8_show .main .title h1{
        font-size: 18px;
    }
    .about_nav ul{
        height: 50px;
    }
    .page8_show .main{
        padding: 30px 0px;
    }
    .page8_show .main .content{
        padding: 20px 0px;
    }
    .page8_show .back{
        margin: 0px;
        padding: 30px 0px;
    }
    .page1 .box4 .main ul li{
        margin-bottom: 10px;
    }
    .page2 .box1 p{
        font-size: 13px;
    }
    .page2 .box2 .left ul li{
        font-size: 15px;
        margin: 20px 0px;
    }
    .index2 .main ul li .text .right a{
        font-size: 12px;
    }
    .index2 .main ul li .text .left .title h5{
        font-size: 18px;
    }
    .index4 .container>.title,
    .index5 .container>.title{
        margin-bottom: 30px;
    }
    .index4 .main .mySwiper_anli .swiper-slide .text p{
        font-size: 16px;
    }
    .page6 .box1 .right .main ul li span{
        font-size: 14px;
    }
    .page6 .box1 .right .main ul li{
        margin-bottom: 20px;
    }
    .page9 .box1 ul li{
        display: flex;
        justify-content: left;
        align-items: flex-start;
    }
    .page9 .box1 ul li .icon{
        width: 6%;
        height: auto;
        display: block;
        background-color: transparent;
        margin: 0px;
        margin-bottom: 0px;
        margin-right: 10px;
        border-radius: 0%;
    }
    .page9 .box1 ul li .icon img{
        position: relative;
        left: -100px;
        filter: drop-shadow(100px 0 0 #af1a20);
        width: 100%;
    }
    .page9 .box2 form button{
        font-size: 14px;
    }
    .sidebar .top .right form input{
        width: 150px;
    }
    .searchList .pageContainer>ul>li{
        width: 100%;
    }
    .searchList .pageContainer>ul>li p{
        font-size: 14px;
    }
    .index5 .main .mySwiper_news .title .left h1{
        font-size: 20px;
        width: 250px;
    }
    .index5 .main .mySwiper_news .des p{
        line-height: 1.6em;
    }
    .page1 .box3 .mySwiper_plant .swiper-pagination{
        margin-top: 20px;
    }
    .page8 .total .item .title h3{
        width: 200px;
    }
}