html {
    --color: #0c51a8;
    --color-red:#E6212B;
    --font-family: 'Arial';
}
a:hover {
    color: #fff;
}

.w1520 {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}
.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.w1250{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
.w1200{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.w1000{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.flex-x {
    display: flex;
    flex-direction: row;
}
.flex-y {
    display: flex;
    flex-direction: column;
}
.flex-align{
    justify-content: space-between;
    align-items: center;
}
button{
    cursor: pointer;
}
p,
a {
    font-size: inherit;
    color: inherit;
}

.menu{
    display: none;
}
.menu_down{
    display: none;
}


body{
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

header{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
}
header .logo{
    height: 100%;
    flex: 1;
    text-align: center;
    padding: 20px 0;
}
header .logo a{
    display: inline-block;
    height: 100%;
}
header .logo a img{
    height: 100%;
    width: auto;
}
header .w1200{
    display: flex;
    flex-direction: row;
}
header .nav{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    background: #000;
    font-size: 16px;
    padding: 0 30px;
}
header .nav a{
    color: #fff;
    font-size: 16px;
}
header  .lang{
    width: 150px;
    height: 100px;
    line-height: 100px;
   text-align: center;
   background: var(--color-red);
    color: #fff;
    font-size: 18px;
}
header  a:hover{
    color: #fff;
}
.banner{
    /* background: #000; */
    min-height: 200px;
    text-align: left;
    padding-bottom: 80px;
    position: relative;
}
.banner::after{
    content: "";
    display: inline-block;
    clear: both;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 40%;
    background: var(--color-red);
    z-index: -1;
}
.banner .swiper{
    width: calc(100% - 150px);
    margin-right: auto;
    margin-left: 0;
}
.banner2 img{
    width: calc(100% - 150px);
    margin-right: auto;
    margin-left: 0;
}
.banner2 .w1400{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.banner2 .w1400 h2{
    font-size: 60px;
    opacity: 0.3;
    font-weight: bold;
    margin-bottom: -50px;
}
.banner2 .w1400 h3{
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
}
.banner2 .w1400 h4{
    font-size: 30px;
    opacity: 0.8;
    line-height:2;
}


.common-title{
    color: #333;
}
.common-title h3{
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
}
.common-title h4{
  font-size: 20px;
  line-height: 3;
}
.common-more{
    display: flex;
    align-items: center;
    padding: 20px 8%;
    background: var(--color-red);
    color: #fff;
    font-size: 16px;
}
.common-more::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-left: 10px;
}

.index-page1{
    text-align: end;
}
.index-page1 .bg{
    position: relative;
}
.index-page1 .bg .img1{
    width: 100%;
}
.index-page1 .img2{
    margin-right:6%;
    margin-top: 35px;
}

.index-page1 .bg .info{
    width: 35%;
    min-width: 600px;
    position: absolute;
    left: 13%;
   bottom: 0;
    height: 80%;
    text-align: left;
    color: #Fff;
    font-size: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	
}
.index-page1 .bg .info h2{
    font-size: 48px;
    position: relative;
    line-height: 2;
	    white-space: nowrap;

}
.index-page1 .bg .info h2::after{
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-page1 .bg .info .list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}
.index-page1 .bg .info .list li {
    width: 50%;
    padding:3% 0 3% 1%;
}
.index-page1 .bg .info .list li h4{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
}
.index-page1 .bg .info .list li h4 span{
    font-size: 24px;
    margin-left: 10px;
}
.index-page1 .bg .info .list li p{
    font-size: 18px;
}

.index-page2{
    width: 100%;
    padding-left: 150px;
    margin-top: -20px;
}
.index-page2 .info{
    background: url(../images/index_page2_1.jpg) no-repeat center center;
    background-size: cover;
    padding: 8% 4% 10%;
    font-size: 16px;
    color: #fff;
    position: relative;
}
.index-page2 .info .classify{
    width: 15%;
    margin-right: 3%;
}
.index-page2 .info .classify li{
    border-bottom: 1px solid #626262;
    padding: 0 15% ;
    line-height: 3.6;
    cursor: pointer;
    font-size: 16px;
}
.index-page2 .info .classify li:hover{
    background: var(--color-red);
    /* border-color: var(--color-red); */
    color: #fff;
}
.index-page2 .info .classify li.active{
    background: var(--color-red);
    /* border-color: var(--color-red); */
    color: #fff;
}
.index-page2 .info .list{
    flex-wrap: wrap;
    flex: 1;
    /* border: 1px solid #626262; */
    display: none;
}
.index-page2 .info .list.active{
    display: flex;
}
.index-page2 .info .list li{
    width: 33.33%;
   border: 1px solid #626262;
   box-sizing: border-box;
   
}
.index-page2 .info .list li:hover{
  
    border: 1px solid var(--color-red);
    box-shadow:inset 0 0 0 2px var(--color-red);
}
.index-page2 .info .list li a{
    padding: 30px ;
    display: flex;
    align-items: center;
    justify-content: center;

}

.index-page2 .info .more{
    position: absolute;
    bottom: 0;
    right: 0;
}

.index-page3{
    width:100%;
    padding-right: 150px;
    min-height: 300px;
    margin-top:100px ;
    padding-top: 10px;
    position: relative;
    overflow: hidden;
}
.index-page3 .title{
    padding-left: 150px;
    margin-bottom: 50px;
}
.index-page3 .font-img{
   position: absolute;
   right: -90px;
   top: 20px;
}
.index-page3 .info{
    background: url(../images/index_page3_bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
.index-page3 .info .list{
    margin-left: 150px;
    padding: 150px 2%;
    justify-content: space-around;
}
.index-page3 .info .list li{
    width: 22%;
    border: 4px solid #999;
    position: relative;
}
.index-page3 .info .list li:nth-child(even){
    transform: translateY(-50%);
}
.index-page3 .info .list li:nth-child(4n+3){
    transform: translateY(-20%);
}
.index-page3 .info .list li:hover{
    border-color:  var(--color-red);
}
.index-page3 .info .list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.index-page3 .info .list li p{
    position: absolute;
    bottom: -60px;
    left: 0;
    font-size: 72px;
    line-height: 1;
    color: #fff;
    padding: 0 ;
    display: flex;
    align-items: center;
}
.index-page3 .info .list li p span{
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 5px;
    position: relative;
}
.index-page3 .info .list li p span::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: var(--color-red);
    position: absolute;
    bottom: -10px;
    left: 2px;
}
.index-page3 .info .list li img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.index-page3 .info .list li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-page3 .info .more{
    position: absolute;
    bottom: 0;
    right: 0;
}

.index-page4{
    margin: 70px 0;
    width: 100%;
    padding-left: 150px;
}
.index-page4 .info{
    position: relative;
    width: 100%;
}
.index-page4 .info img{
    width: 30%;
}
.index-page4 .info .list{
   width: 70%;
    padding: 100px 150px 120px 5%;
    background: #F9F9F9;

}
.index-page4 .info .list li{
    height: 70px ;
    line-height: 70px;
    color: #000;
    border-bottom: 1px solid #bbb;
}
.index-page4 .info .list li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.index-page4 .info .list li:hover{
    background: #000;
    color: #fff;
}
.index-page4 .info .list li p.left{
    font-size: 14px;
    width: 25%;
    padding-left: 20px;
}
.index-page4 .info .list li p.right{
    font-size: 16px;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index-page4 .info .more{
    position: absolute;
    right: 150px;
    bottom: 0;
}

.about-page{
    margin: 50px 0 80px;
}
.about-page2{
    margin: 80px auto;
}
.about-page2  .imgs{
    position: relative;
}
.about-page2  .imgs .info{
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
}
.about-page2 .en .imgs .info{
    width:42%;
}
.about-page2  .imgs .info h2{
    font-size: 40px;
    line-height: 1.6;
}
.about-page2  .imgs .info h5{
    font-size: 19px;
	 margin-bottom: 15px;
}
.about-page2  .imgs .info h3{
    font-size: 28px;
    line-height: 1.3;
}

.product-page{
    margin: 50px auto;
}
.product-page .product-page-title{
    width: 70%;
    margin-left: 30%;   
    padding-bottom: 80px;
}
.product-page .product-page-title h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-page .product-page-title p{
    font-size: 16px;
    line-height: 2;
}
.product-page .classify .bg{
    width: 70%;
    height: 150px;
    background: var(--color-red);
}
.product-page .classify .title{
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.product-page .classify li{
    margin-bottom: 30px;
}
.product-page .classify li .w1400{
    /* transform: translateY(-120px); */
    margin-top: -120px;
    background: url(../images/product_img_bg.png) no-repeat right 20% bottom ;
    background-size: 20% auto;
    padding-bottom: 120px;
}
.product-page .classify li .info>img{
    width: 35%;
    object-fit: contain;
    margin-right: 20px;
    background: #fff;
    box-shadow:  0 0 10px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.product-page .classify li .info>.list{
    width: 45%;
    height: 100%;
    padding: 5% 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.product-page .classify li .info>.list ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}
.product-page .classify li .info>.list ul li{
   
    border: 1px solid #ccc;
    margin: 0;
}

.product-page .classify li .info>.list ul li a{
    display: inline-block;
    font-size: 18px;
	width:100%;
    height: 60px;
    line-height: 60px;
    color: #000;
    position: relative;
    padding: 1px 60px 0 ;

}
.product-page .classify li .info>.list ul li a::after{
    content: "";
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid var(--color-red);
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}
.product-page .classify li .info>.list ul li a:hover{
    color: #fff;
    background: var(--color-red);
}
.product-page .classify li .info>.list ul li a:hover::after{
    border-left-color: #fff;
}

.product-page .classify li:nth-child(even) .bg{
    margin-left: calc(50% - 700px);
    width: calc(50% + 700px);
}
.product-page .classify li:nth-child(even)  .info{
    justify-content: space-between;
}

.product-page .classify li:nth-child(even) .info>img{
    margin: 0;
}
.product-page .classify li:nth-child(even) .info>.list{
    margin-left: 5%;
}
.product-page .classify li:nth-child(even) .title{
    width: 35%;
    margin-left: 65%;
}

.product-page .classify li:nth-child(even) .w1400{
    background: url(../images/product_img_bg.png) no-repeat left 15% bottom;
}

.product-list-page{
    margin: 50px auto;
    justify-content: space-between;
}
.product-list-page li a{
    display: flex;
    width: 100%;
    height: 100%;
}
.product-list-page li a:hover{
    color: var(--color-red);
}
.product-list-page>.left{
    width: 10%;
    height: 100%;
    min-width: 200px;
    margin-right: 50px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.product-list-page>.left ul{
    width: 100%;
    margin: 0 auto;

    text-align: center;
    border-radius: 5px;
    overflow: hidden;

    padding: 0 5% 5px;
}
.product-list-page>.left li{
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.product-list-page>.left .tit{
    height: 80px;
    line-height: 80px;
    background: var(--color-red);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.product-list-page>.left li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
   border-bottom: 1px solid #ccc;
}
.product-list-page>.left li:last-child a{
    border: none;
}
.product-list-page>.left li:hover a{
    font-weight: bold;
}
.product-list-page>.left li.active a{
    color: var(--color-red);
    font-weight: bold;
}

.product-list-page .right{
   flex: 1;
   overflow: hidden;
}
.product-list-page .right .list-nav{
   
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}
.product-list-page .right .list-nav li{
   
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #999;
}

.product-list-page .right .list-nav li:hover{
    background: var(--color-red);
    border-color: var(--color-red);
   
}
.product-list-page .right .list-nav li a{
    padding:  0 50px;
}
.product-list-page .right .list-nav li:hover a{
    color: #fff;
}
.product-list-page .right .list-nav li.active{
    background: var(--color-red);
    border-color: var(--color-red);
}
.product-list-page .right .list-nav li.active a{
    color: #fff;
}

.product-list-page .right .list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.product-list-page .right .list li{
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 30px;
}
.product-list-page .right .list li:hover{
    border-color: var(--color-red);
}

.product-list-page .right .list a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #666;
}
.product-list-page .right .list a p{
    margin-top: 10px;
}
.product-list-page .right .list li:hover a{
    color: var(--color-red);
}


.product-detail-page .right .list-nav{
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.product-detail-page .right .detail{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.product-detail-page .right .detail .info1{
    justify-content: space-between;
    width: 100%;
}
.product-detail-page .right .detail .info1 .left{
    width: 30%;

}
.product-detail-page .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-detail-page .product-detail-page-swiper2 {
    width: 100%;
    margin-top: 10px;
    padding-right: 1px;
}
.product-detail-page .product-detail-page-swiper2 .swiper-slide{
    border: 1px solid #eee; 
    padding: 5px;
}
.product-detail-page .product-detail-page-swiper2  .swiper-slide-thumb-active{
    border: 1px solid var(--color-red); 
}
.product-detail-page .product-detail-page-swiper1 {
    width: 100%;
    border: 1px solid #eee; 
    overflow: hidden;
    /* padding: 20px; */
}
.product-detail-page .product-detail-page-swiper1 .swiper-slide{
    padding: 20px;
}





.product-detail-page .right .detail .info1 .right{
    width: 68%;
    /* height: 100%; */
    flex: none;
}
.product-detail-page .right .detail .info1 .right h2{
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding: 0 10px 20px;
}
.product-detail-page .right .detail .info1 .right .editor{
    padding: 30px 10px;
    flex: 1;
    color: #666;
    font-size: 16px;
    line-height: 2.4;
}
.product-detail-page .right .detail .info1 .right .btns{
    display: flex;
    flex-direction: row;
    padding: 0 10px;
}
.product-detail-page .right .detail .info1 .right .btns a{
  
    border: 1px solid #ccc;
   height: 50px;
   line-height: 50px;
    padding: 0 40px;
    color: #999;
    font-size: 14px;
}
.product-detail-page .right .detail .info1 .right .btns a:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.product-detail-page .right .detail .info1 .right .btns a:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -1px;
}
.product-detail-page .right .detail .info2{
    margin-top: 50px;
}
.product-detail-page .right .detail .info2 .info-title{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.product-detail-page .right .detail .info2 .info-title span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 2px  50px 0;
    background: var(--color-red);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.product-detail-page .right .detail .info2 .editor{
    padding: 30px;
    /* background: #000; */
    min-height: 200px;
    font-size: 16px ;
    line-height: 2;
}




.news-page{
    margin: 50px  auto;
    max-width: 1340px;
}
.news-page .news-page-list{
    display: flex;
    flex-direction: column;
}
.news-page .news-page-list li{
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.news-page .news-page-list li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 40px 50px;

}
.news-page .news-page-list li:hover{
    border-color: var(--color-red);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.news-page .news-page-list li:hover a{
    color: initial;
}
.news-page .news-page-list li .left{
    width: 70%;
    font-size: 16px;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.news-page .news-page-list li .left .date{
    color: #666;
}
.news-page .news-page-list li .left h3{
    font-size: 22px;
    color: #333;
}
.news-page .news-page-list li .left .jianjie{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.6;
    
}
.news-page .news-page-list li .left .more{
    color: #999;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.news-page .news-page-list li .left .more::after{
    content: "";
    display: inline-block;
    background: url(../images/right_icon.png) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 9px;
    margin-left: 10px;
}
.news-page .news-page-list li .right{
    width: 25%;
    min-height: 200px;
   border-radius: 5px;
    overflow: hidden;
}



 .index-nav{
    height: 60px;
    line-height: 60px;
    color: #999;
    font-size: 16px;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: -1px;
}
 .index-nav .w1400{
    font-size: inherit;
}
 .index-nav a:hover{
    color: var(--color-red);
}
 .index-nav span{
    color: #ccc;
    margin: 0 10px;
    font-size: 16px;
}
.news-detail-page .info{
  
    display: flex;
    flex-direction: row;
}
.news-detail-page .info .left{
    width: 72%;
    padding: 50px 5% 50px 0;
    color: #333;
}
.news-detail-page .info .left .date{
    
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.news-detail-page .info .left .title{
    font-size: 22px;
}
.news-detail-page .info .left .editor{
    color: #666;
    font-size: 16px;
    line-height: 3;
    margin-top: 40px;
}



.news-detail-page .info .right{
    padding: 100px 0 ;
    width: 28%;
    min-width: 350px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    
}
.news-detail-page .info .right .title{
    font-size: 22px;
    color: #333;
    padding: 0 40px;
}
.news-detail-page .info .right .tj-list{
    width: 100%;
}
.news-detail-page .info .right .tj-list li{
   padding: 40px;
   border-bottom: 1px solid #eee;
}   
.news-detail-page .info .right .tj-list li a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.news-detail-page .info .right .tj-list li  img{
    width: 30%;
    border-radius: 10px;
    object-fit: cover;
}
.news-detail-page .info .right .tj-list li .tj-right{
    width: 65%;
    font-size: 14px;
}

.news-detail-page .info .right .tj-list li .tj-right .date{
    color: #999;
}
.news-detail-page .info .right .tj-list li .tj-right h3{
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    margin:5px 0 ;
}
.news-detail-page .info .right .tj-list li .tj-right .more{
    font-size: 14px;
    color: #ccc;
    display: flex;
    align-items: center;
}
.news-detail-page .info .right .tj-list li .tj-right .more::after{
    content: "";
    display: inline-block;
    background: #ccc;
    width: 30px;
    height:1px;
    margin-left: 2px;
}

.zhizao-page ul{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin: 50px 0;
}

.zhizao-page ul li{
    border-radius:10px;
    overflow: hidden;
    position: relative;
}

.zhizao-page ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.zhizao-page ul li img{
    width: 100%;
    height: 100%;
}
.zhizao-page ul li .name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 18px;
}
.zhizao-page ul li a:hover .name{
    /* background: rgba(0, 0, 0, .7); */
}
.zhizao-detail{
    padding: 30px 0;
}
.zhizao-detail .title{
    font-size: 36px;
    color: #333;
   line-height: 2;
   /* text-align: center; */
}
.zhizao-detail .info {
    margin: 10px auto 50px;
    height: 600px;
    justify-content: space-between;
}
.zhizao-detail .info img{

    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zhizao-detail .info .left{
   width: 78%;
   height: 100%;
   overflow: hidden;
}

.zhizao-detail .info .right{
    width: 20%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}
.zhizao-detail .info .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.zhizao-detail .info .zhizao-swiper1 .swiper-button-next, .zhizao-detail .info .zhizao-swiper1  .swiper-button-prev{
    padding: 30px 20px;
    /* background: rgba(255, 255, 255, .1); */
    color: #ccc;
 
}
.zhizao-detail .info .zhizao-swiper1 .swiper-button-next:hover, .zhizao-detail .info .zhizao-swiper1  .swiper-button-prev:hover{
    background: rgba(255, 255, 255, .1);
}
.zhizao-detail .info .zhizao-swiper2{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
   
}
.zhizao-detail .info .zhizao-swiper2 .swiper-slide{
    border: 3px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.zhizao-detail .info .right .swiper-button {
    width: 100%;
    height: 30px;
    background: rgba(200, 200, 200,.7);
    /* background: #ccc; */
    position: absolute;
    left: 0;
    z-index: 10;
    display:flex;
    align-items: center;
    cursor: pointer;
}
.zhizao-detail .info .right .swiper-button img{
    height: 80%;
    object-fit: contain;
}
.zhizao-detail .info .right .swiper-button-next1{
   bottom: 0;
   transform: rotate(180deg);
} 
.zhizao-detail .info .right .swiper-button-prev1{
   top: 0;

}
.zhizao-detail .info .right .zhizao-swiper2-button-disabled{
   background: #eee;
   opacity: 0.5;
}

.zhizao-detail .info .right  .zhizao-swiper2 .swiper-slide-thumb-active{
    border: 3px solid var(--color-red);
}

.contact-page{
    margin: 50px 0;
}
.contact-page .contact-page1 {
   width: 100%;
  
}
.contact-page .contact-page1 .left{
    width: 45%;
    padding: 50px 0;
}
.contact-page .contact-page1  h2{
    margin-left: 40%;
    font-size: 30px;
    line-height: 1.6;
  
}
.contact-page .contact-page1 .ewms{
    width: 55%;
    padding: 50px 0;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
}
.contact-page .contact-page1 .ewms img{
    margin-bottom: 10px;
    padding: 5px;
    background: linear-gradient(to left, #000) left top no-repeat,
			linear-gradient(to bottom,#000) left top no-repeat,
			linear-gradient(to left,#000) right top no-repeat,
			linear-gradient(to bottom,#000) right top no-repeat,
			linear-gradient(to left,#000) left bottom no-repeat,
			linear-gradient(to bottom,#000) left bottom no-repeat,
			linear-gradient(to left,#000) right bottom no-repeat,
			linear-gradient(to left,#000) right bottom no-repeat;
		background-size: 2px 20px, 20px 2px, 2px 20px, 20px 2px;
}
.contact-page .contact-page1 .ewms li{
    margin-right: 50px;
}
.contact-page .contact-page1 .ewms li p{
   font-size: 14px;
   color: #333;
   text-align: center;
}
.contact-page .contact-page2{
    padding: 50px 0;
}
.contact-page .contact-page2 .left{
    width: 45%;
}
.contact-page .contact-page2 .left img{
    margin-left: 40%;
}

.contact-page .contact-page2 .editor{
    font-size: 16px;
    color: #333;
    line-height: 2.4;
}
.contact-page .contact-page2 .editor h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.contact-page .map{
    min-height: 300px;
    background: #ccc;
}





footer {
    display: flex;
    flex-direction: row;
}
footer .left{
    width: 30%;
    position: relative;
    z-index: 10;
}
footer .left img{
    height: 100%;
    object-fit: cover;
}
footer .left::after{
    content: "";
    display: inline-block;
    clear: both;
    position: absolute;
    top: -15px;
    right: -20px;
    width: 20%;
    height: calc(100% - 35px);
    background: var(--color-red);
    z-index: -2;
}
footer .right{
    background: #000;
    color: #eee;
    width: 70%;
}
footer .right .top{
    padding:  0 12% 0 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #333;
}
footer .right .top .top-top{
    padding: 20px 0; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
}
footer .right .top .top-top .logo{
    height: 50px;
    width: 30%;
}
footer .right .top .top-top .logo img{
    height: 100%;
}
footer .right .top .top-top .nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
   
}
footer .right .top .top-top .nav li{
    font-size: 16px;
    color: #eee;
}
footer .right .top .top-bottom{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0; 
    font-size: 14px;
}
footer .right .top .top-bottom .info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    line-height: 2.5;
}
footer .right .top .top-bottom .title{
    font-size: 20px;
    color: #999;
    line-height: 2;
}
footer .right .top .top-bottom .info li{
    display: flex;
    flex-direction: row;
    align-items: end;
    line-height: 1;
    margin-left: 30px;
}
footer .right .top .top-bottom .info li p{
    margin-top: 10px;
    margin-left: 10px;
}
footer .right .bottom{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #333;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:  0 12% 0 8%;
    font-size: 14px;
    color: #999;
}
footer .right .bottom img{
    height: 100%;
    padding: 14px 0;
}

.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}