/* 通用 */
*{
    margin: 0;
    padding: 0;
    word-break:break-word;
    overflow-wrap:break-word;
    white-space:normal;
	font-size:16px;
    box-sizing: border-box;
}
html,body{font-family: "microsoft Yahei";}
li{
    list-style: none;
}
a{
    color: black;
    text-decoration:none;
}
a:hover, a:focus{
	text-decoration:none;
	/* color:white; */
}
p{
	margin:0;
}
.white{color:#fff;}
/* 导航 */
/*header{*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    background-color: rgba(255, 255, 255, 0.5);*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 997;*/
/*    border-bottom: 1px solid #aaa;*/
/*}*/
/*#header{*/
/*    max-width: 1600px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin: 0 auto;*/
/*    padding:0 10px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    box-sizing:border-box;*/
/*}*/
/*.headerleft{*/
/*    display: flex;*/
/*    gap: 20px;*/
/*}*/
/*.headerleft img{*/
/*    width: auto;*/
/*    height: 50px;*/
/*}*/
/*.headerright{*/
/*    position: relative;*/
/*    padding: 20px 0;*/
/*    cursor: pointer;*/
/*    z-index: 999;*/
/*}*/
/*.headerright span{*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 3px;*/
/*    background-color: #fe0000;*/
/*    transition: all 1s ;*/
/*}*/
/*.headerright span::before{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 30px;*/
/*    height: 3px;*/
/*    background-color: #fe0000;*/
/*    top: 10px;*/
/*    left: 0;*/
/*    transition: all 1s ;*/
/*}*/
/*.headerright span::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 30px;*/
/*    height: 3px;*/
/*    background-color: #fe0000;*/
/*    bottom: 10px;*/
/*    left: 0;*/
/*    transition: all 1s ;*/
/*}*/
/* 添加close类时的样式 */
/*.headerright.close span {*/
/*    background-color: rgba(254, 0, 0, 0);*/
/*}*/

/*.headerright.close span::before {*/
/*    top: 0;*/
/*    transform: rotate(45deg);*/
/*}*/

/*.headerright.close span::after {*/
/*    bottom: 0;*/
/*    transform: rotate(-45deg);*/
/*}*/

/*#nav{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    background-color: black;*/
/*    z-index: 998;*/
/*    display: none;*/
/*    transition: all 2s;*/
/*}*/

/*.navtop{*/
/*    width: 100%;*/
/*    max-width: 1600px;*/
/*    margin: 0 auto;*/
/*    padding: 0 10px;*/
/*    box-sizing: border-box;*/
/*    margin-top: 80px;*/
/*    display: flex;*/
/*    gap: 20px;*/
/*}*/
/*.navmain{*/
/*    width: 100%;*/
/*    max-width: 1600px;*/
/*    margin: 0 auto;*/
/*    padding: 0 10px;*/
/*    box-sizing: border-box;*/
/*    display: flex;*/
/*}*/
/*.navmainleft{*/
/*    width: 65%;*/

/*}*/
/*.navlist{*/
/*    width: 100%;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4,1fr);*/
/*    gap: 30px;*/
/*}*/
/*.navitem{*/
/*    width: 100%;*/
/*    margin-top: 50%;*/
/*}*/
/*.navitem p{*/
/*    color: white;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.nava{*/
/*    position: relative;*/
/*    padding: 5px 0 10px;*/
/*    overflow: hidden;*/
/*}*/
/*.nava::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 80px;*/
/*    height: 1px;*/
/*    background-color: white;*/
/*    bottom: 0;*/
/*    left: -80px;*/
/*}*/
/*.nava:hover::after{*/
/*    animation: toright 1s ease forwards;*/
/*}*/
/*.navitem a{*/
/*    color: white;*/
/*    font-size: 16px;*/
/*}*/
/*.navmainright{*/
/*    width: 35%;*/
/*}*/
/*.navmainright img{*/
/*    width: 100%;*/
/*    border-radius: 10px;*/
/*}*/
/*.navmainright h3{*/
/*    font-size: 24px;line-height: 2;*/
/*    color: white;*/
/*}*/
/*.navmainright p{*/
/*    color: white;*/
/*    line-height: 1.5;*/
/*}*/
/*.navpa{*/
/*    position: relative;*/
/*    padding-left: 30px;*/
/*    margin-top: 10px;*/
/*}*/
/*.navpa::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    background: url(../../images/fphone.png) no-repeat center;*/
/*    background-size: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
/*.navpb{*/
/*    position: relative;*/
/*    padding-left: 30px;*/
/*    margin-top: 10px;*/
/*}*/
/*.navpb::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    background: url(../../images/fadress.png) no-repeat center;*/
/*    background-size: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/* 页码 */
#pages{
	text-align:center;
	margin:30px 0 0;
}
#pages a{
	padding:5px 10px;
	border:1px solid #22365e;
	line-height:1;
	display:inline-block;
	transition: all 0.5s;
	/* color:#f08200; */
}
#pages a:hover{
	background:#22365e;
	color:white;
}
#pages span{
	padding:5px 10px;
	border:1px solid #22365e;
	line-height:1;
	display:inline-block;
	background:#22365e;
	color:white;
}



/* 首页 */
/* 大图 */
.ibanner{
    width: 100%;
}
.swp1{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.mySwiper .swiper-pagination{
    width: 100%;
    color: white;
    font-size: 24px;
    line-height: 1;
    display: flex;
    justify-content: end;
    bottom: 80px;
}
.swiper-pagination-current{
    font-size: 60px;
    line-height: 0.6;
    vertical-align: top;
    display: inline-block;
}
.swiper-pagination-total{
    font-size: 24px;
    line-height: 1;
    vertical-align: top;
    display: inline-block;
}
.mySwiper .swiper-button-next,.mySwiper .swiper-button-prev{
    color: white;
}
.mySwiper img{
    width: 100%;
}

/* 首页产品 */
.iproducts{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.ih3{
    font-size: clamp(24px,2.5vw,48px);
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.ip{
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}
.iproductlist{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.iproductitem{
    position: relative;
    width: 100%;
    padding-top: 160%;
    background-color: #666;
    overflow: hidden;
}
.iproductitem::after{
    position: absolute;
    content: '';
    width: 75px;
    height: 75px;
    background: url(../../images/+.png);
    background-size: 100%;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.iproductitem img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.iproductitem img:hover{
    animation: fd 1s ease forwards;
}
.iproductitem .ipropa{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10%;
    box-sizing: border-box;
    background: rgba(0,0,0, .5);
    color: white;
    font-size: 24px;
    /*text-align: center;*/
    left: 50%;
    top: 0%;
    transform: translate(-50%,0);
    transition: all 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iproductitem:hover .ipropa{
    top: 0%;
}
.iproductitem .ipropa .ipropmain{
    margin: 20px 0 30px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iproductitem .ipropa a{
    position: relative;
    height: 50px;
    color: white;
    padding:10px 20px;
    max-width: 130px;
    border: 1px solid white;
    overflow: hidden;
}
.iproductitem .ipropa a p{
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.iproductitem .ipropa a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fe0000;
    top: 0;
    left: -100%;
    z-index: 1;
}
.iproductitem .ipropa a:hover::after {
    animation: toright 2s ease forwards;
}


.iproint{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 40px;
}
.iproh3{
    font-size: 36px;
    line-height: 1.3;
}
.iprop{
    font-size: 16px;
    color: #666;
}
.iproint a{
    padding: 15px 0;
    color: white;
    background-color: #fe0000;
    width: 125px;
    text-align: center;
}


/* 首页关于 */
.iabout{
    width: 100%;
    background-color: #ddd;
}
.iaboutall{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: clamp(230px, 17%, 330px);
    /*overflow: hidden;*/
}
.iabout6{
    width: 60%;
    display: flex;
    align-items: center;
}
.iabout6 p{
    width: 93%;
    font-size: 18px;
    /* text-shadow: 2px 1px 2px rgba(255, 255, 255, 1); */
    line-height: 30px;
}
.iabout6 img{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.iabout4{
    width: 40%;
}
.iabout4main{
    width: 100%;
    padding:50px 0 100px 13%;
}
.iabouth4{
    position: relative;
    font-size: clamp(18px,2vw,36px);
    padding: 0 0 15px;
    display: inline-block;
    /* text-shadow: 2px 1px 2px rgba(255, 255, 255, 1); */
}
.iabouth4::after{
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background-color: black;
    bottom: 0;
    left: 0;
}
.iabout4 img{
    width: 100%;
}
.iaboutp{
    font-size: 16px;
    margin-top: 10px;
    /* text-shadow: 2px 1px 2px rgba(255, 255, 255, 1); */
}
.iaboutp span{
    font-size: 35px;
    line-height: 0;
}

/* 首页视频 */
.ivideo{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.ivideoh3{
    font-size: 20px;
    line-height: 1.3;
    margin: 30px 0 20px;
}
.ivideoh3 span{
    color: #fe0000;
    font-size: 36px;
}

.ivideomain{
    display: flex;
    margin-top: 50px;
}
.ivideol{
    width: 65%;
    position: relative;
}
.ivideol img{
    width: 100%;
}
.ivideol video{
    width: 100%;
}
.ivideokg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ivideoa{
    width: 150px;
    padding: 15px 30px;
    text-align: center;
    color: white;
    background-color: #fe0000;
    display: inline-block;
}
.ivideor{
    width: 35%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ivideolist{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
}
.ivideoitem{
    display: flex;
    padding: 30px 0;
    border-bottom: 2px solid black;
    align-items: center;
}
.ivideoitem a{
    padding-left: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.ivideoitem a p:nth-child(1){
    font-size: 24px;
    color: black;
    line-height: 1;
}
.ivideoitem a p:nth-child(2){
    font-size: 18px;
    color: #666;
    line-height: 1;
}

/* 合作伙伴 */
.ihzhb{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.ihzhbmain{
    width: 100%;
}
.ihzhbmain{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ihzhbmain img{
    max-width: 100%;
}
.ihzhbsw{
    width: 100%;
    margin-top: 30px;
}
.hzhbSwiper .swiper-slide img{
    width: 100%;
}

/* 首页优势 */
.iad{
    width: 100%;
    position: relative;
    margin-top: 75px;
}
.iad::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 60px;
    left: 0;
    background-color: white;
    z-index: 2;
}
.iadmain{
    width: 100%;
    display: flex;
    overflow: hidden;
}
.iaditem{
    display: none;
    position: relative;
    width: 100%;
    padding-top: 50%;
}
.iaditem img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.iadall{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.iada{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.iada h3{
    font-size: 42px;
    color: white;
    margin-top: 10%;
    margin-bottom: 50px;
}
.iada p{
    font-size: 18px;
    line-height: 30px;
    color: white;
}
.iada a{
    position: relative;
    width: 150px;
    height: 60px;
    border: 1px solid white;
    display: inline-block;
    overflow: hidden;
    margin-top: 50px;
}
.iada a p{
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.iada a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fe0000;
    top: 0;
    left: -100%;
    z-index: 1;
}
.iada a:hover::after{
    animation: toright 2s ease forwards;
}
@keyframes toright{
    0%{
        left: -100%;
    }
    100%{
        left:0;
    }
}
.iadmain .active{
    display: block;
    position: relative;
    width: 100%;
    padding-top: 50%;
}
.iadmain .active img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.iadul{
    position: absolute;
    display: flex;
    width: 100%;
    max-width: 1400px;
    justify-content: space-around;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 3;
}
.iadbutton{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    cursor: pointer;
}
.iadbutton p{
    font-size: 24px;
    color: white;
}
.iadbutton button{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    border: none;
    cursor: pointer;
}
.active1{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.active1 p{
    font-size: 24px;
    color: #fe0000;
}
.active1 button{
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fe0000;
    border: none;
    z-index: 3;
}
.active1 button::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid #fe0000;
    border-radius: 50%;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}

/* 首页新闻 */
.inews{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 10px;
    box-sizing: border-box;
}
.inewstop{
    width: 100%;
}
.inewslist{
    width: 100%;
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 40px;
}
.inewimg{
    position: relative;
    width: 100%;
    padding-top: 55%;
}
.inewimg img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.inewsdate{
    font-size: 14px;
    color: #979898;
    font-style: italic;
    margin-top: 10px;
}
.inewstit{
    font-size: 18px;
    /* font-style: italic; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
}
.inewsdes{
    font-size: 15px;
    height: 42px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    line-height: 21px;
}
.inewsa{
    font-size: 15px;
    color: #fe0000;
}

/* 底部 */
footer{
    width: 100%;
    /*background-color: #aaa;*/
    background: url(/images/footerback.jpg) no-repeat center;
    background-size: 100% auto;
}

.footertopt{
    width: 100%;
    border-bottom:1px solid white ;
}
.footertop{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 0 15px;
    box-sizing: border-box;
    display: flex;
    gap: 30px;
}
.footertop img{
    max-width: 50%;
    height: 50px;
}
.footermain{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
}
.footerleft{
    width: 65%;
    border-right: 1px solid white;
    /*background: url(../../images/footermap1.png) no-repeat;*/
    background-size: auto ;
}
.footerllist{
    width: 95%;
    display: flex;
    /*gap: 7%;*/
    margin-top: 50px;
    justify-content: space-between;
}
.ft-link{
    border-top:1px solid rgba(255,255,255,.2);
    margin-top:60px;
    padding-top:40px;
    color:#fff;
}
.ft-link a{color:#fff;margin-right:30px;}
.footeritem{
    display: flex;
    flex-direction: column;
}
.footeritem p{
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}
.footeritem a{
    font-size: 14px;
    color: white;
    margin-top: 5px;
}
.footerright{
    width: 35%;
    padding: 50px 0 50px 50px;
}
.footerrtop{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footerrtitem{
    display: flex;
    align-items: center;
}
.footerrtitem:nth-child(1) p{
    color: white;
    font-size:24px ;
    padding-left: 20px;
}
.footerrtitem:nth-child(2) p{
    color: white;
    font-size:16px ;
    padding-left: 20px;
}
.footerrbottom{
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.footerbottom{
    width: 100%;
    border-top: 1px solid white;
    padding: 10px 0;
}
.footerbmain{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.footerbleft{
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    font-size: 14px;
}
.footerbleft a{
    color: white;
    font-size: 14px;
}

/* 内页通用 */
.bannerall{
    width: 100%;
    position: relative;
}
.bannerall img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.bannerpa{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bannerpamain{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    text-align: end;
    gap: 20px;
}
.bannerpamain h3{
    font-size: 36px;
    font-weight: bold;
}
.bannerpamain p{
    font-size: 14px;
}

.navall{
    width: 100%;
    border-bottom: 1px solid #979898;
}
.navalllist{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.navallitem{
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
}
.navallitem a{
    transition: all 1s ;
}
.navallitem::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fe0000;
    bottom: 0;
    left: -100%;
    z-index: 1;
}
.navallitem:hover a{
    color: #fe0000;
}
.navallitem:hover::after{
    animation: toright 2s ease forwards;
}

/* 快捷 */
.position{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 15px 10px;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
}
.position a{
    color: #666;
    font-size: 14px;
}




/* 企业简介 */
.jianjie{
    width: 100%;
}
.jjmain{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    /* box-sizing: border-box;
    display: flex;
    align-items: center; */
}
.jjmain img{max-width:100%;margin-top:60px;}
.jjmainleft{
    width: 35%;
    padding-right: 5%;
}
.jjmainleft p{
    font-size: clamp(24px,2vw,36px);
    /*font-weight: bold;*/
    color: #fe0000;
    line-height: 54px;
}
.jjmainleft span{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    line-height: 30px;
}
.jjmainright{
    width: 65%;
}
.jjmainright img{
    width: 100%;
    transform:translateY(10%);
}

.jianjieint{
    width: 100%;
    padding: 5% 0;
    background-color: #f5f5f5;
}
.jjintmain{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    background-color: white;
    padding: 5%;
}
.jjintmain p{
    color: #666;
    font-size: 16px;
    line-height: 2;
}

.allform{
    width: 100%;
    /*margin-bottom: 30px;*/
    padding-bottom: 30px;
}
.allform h3{
    font-size: clamp(18px,2vw,36px);
    text-align: center;
    padding: 30px 0;
}
.allform form{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
}
.formmain{
    display: grid;
    grid-template-columns: repeat(2, 1fr);;
    gap: 30px;
}
.formmain input{
    grid-column: span 1;
    padding: 10px 10px;
}
.formmain textarea{
    grid-column: span 2;
    padding: 15px 10px;
    min-height: 200px;
}
.formbtnall{
    display: flex;
    align-items: center;
}
.formbtn{
    padding: 10px 40px;
    background-color: #fe0000;
    color: white;
    border: none;
    margin: 30px auto;
    cursor: pointer;
}

/* 荣誉 */
.honor{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    padding:60px 0;
}
.honor h4{
    text-align: center;
    color: #aaa;
    padding: 10px 0 30px;
}
.honor h3{
    font-size: clamp(18px,2vw,36px);
    text-align: center;
    line-height: 1;
    margin-top: 30px;
}
.honorlist{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
}
.honorlist a{
    display:block;
    width:100%;
    height:100%;
}
.honoritem{
    transition: all 1s ease;
}
.honoritem:hover img{
    animation: fd 1s ease forwards;
}
@keyframes fd{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.2);
    }
}
.honorimg{
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #ededed;
    display: flex;
    /* flex-wrap: nowrap; */
    align-items: center;
    justify-items: center;
}
.honorimg img{
    height: 100%;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.honoritem p{
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 54px;
    transition: all 1s ease;
}
.honorpr{
    position: relative;
    width: 100%;
    height: 54px;
    overflow: hidden;
}
.honorpr::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ddd;
    z-index: -2;
}
.honorpr::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #fe0000;
    z-index: -1;
}
.honoritem:hover{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.honoritem:hover .honorpr::before{
    animation: toright 1s ease forwards;
}
.honoritem:hover p{
    color: white;
}

.showhonor{
	width:100%;
	max-width:1400px;
	padding:0 10px;
	margin:0 auto;
	box-sizing: border-box;
}
.showhonor img{
	max-width:100%;
	display:block;
	margin:30px auto;
}


/* 企业文化 */
.culture{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px 50px;
    box-sizing: border-box;

}
.culture h3{
    font-size: clamp(24px,2.5vw,48px);
    font-weight: bold;
    text-align: center;
    padding: 50px 0 0;
}
.culture h4{
    text-align: center;
    color: #aaa;
    margin-top:20px;
    margin-bottom:60px;
}
.culturelist{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.cultureitem{
    width: 100%;
    min-height: 350px;
    padding: 60px;
    background-color: #f4f4f4;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    margin-bottom:30px;
    position: relative;
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}
.culture-top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.culture-top strong{
    font-size: 80px;
    font-family: 'Times New Roman', Times, serif;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(236, 44, 38, 1)), to(rgba(247, 225, 190, 0)));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position:absolute;
    right:0;
    top:0;
}
.culture-icon img{
    height:80px;
    margin:30px 0;
    display: block;
}

/* .cultureitem:nth-child(1){
    width:calc(55% - 15px);
    width:-webkit-calc(55% - 15px);
    width:-moz-calc(55% - 15px);
    float:left;
}
.cultureitem:nth-child(2){
    width:calc(45% - 15px);
    width:-webkit-calc(45% - 15px);
    width:-moz-calc(45% - 15px);
    float:right
}
.cultureitem:nth-child(3),.cultureitem:nth-child(4),.cultureitem:nth-child(5){
    width:calc((100% - 60px) / 3);
    width:-webkit-calc((100% - 60px) / 3);
    width:-moz-calc((100% - 60px) / 3);
    float:left;
    margin-right:30px
}
.cultureitem:nth-child(5){margin-right:0;} */

/* .culturelist .cultureitem:nth-child(1){
    background-image: url(/images/qywh3.jpg);
}
.culturelist .cultureitem:nth-child(2){
    background-image: url(/images/qywh4.jpg);
}
.culturelist .cultureitem:nth-child(4){
    background-image: url(/images/qywh5.jpg);
}
.culturelist .cultureitem:nth-child(5){
    background-image: url(/images/qywh1.jpg);
} 
.culturelist .cultureitem:nth-child(6){
    background-image: url(/images/qywh2.jpg);
    background-position: center right;
    background-size:50% auto;
    background-repeat: no-repeat;
}*/
.cultureitit{
    font-size: 30px;
    color: #000000;
}
.cultureiint{
    color: #777;
}
.culmain{
    color: #414141;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}






/* 产品 */
.products{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 10px 0;
    box-sizing: border-box;
}
.promain{
    width: 100%;
    display: flex;
    align-items: center;
}
.prowyy{
    width: 50%;
}
.promainimg{
    position: relative;
    width: 100%;
    padding-top: 55%;
}
.promainimg img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.promainint{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 10px 0 5%;
}
.promainint h3{
    font-size: clamp(18px,2vw,36px);
    font-weight: bold;
}
.promainint p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin: 30px 0 20px;
}
.promainlist{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.promainitem{
    width: 150px;
    height: 45px;
    line-height: 45px;
    background-color: #ddd;
    text-align: center;
    transition: all 1s ease;
}
.promainitem:hover{
    background-color: #fe0000;
    color: white;
}
.protech{
    width: 100%;
}
.protech h3{
    font-size: clamp(24px,2.5vw,48px);
    font-weight: bold;
    text-align: center;
    padding: 50px 0 0;
}
.protech h4{
    text-align: center;
    color: #aaa;
    padding: 10px 0 30px;
}
.productlist{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
}
.productitem{
    width: 100%;
    transition: all 1s ease;
}
.prowyy1{
    width: 100%;
}
.productimg{
    position: relative;
    width: 100%;
    padding-top: 170%;
}
.productimg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.productitem p{
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 54px;
    padding: 0 10px;
    overflow: hidden;
    transition: all 1s ease;
}
.productitem p::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #22365e;
    z-index: -1;
}
.productitem:hover p::after{
    animation: toright 1s ease forwards;
}
.productitem:hover{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.productitem:hover p{
    color: white;
}
.proform{
    width: 100%;
    /* background-color: #ddd; */
    margin: 60px 0;
}
.proform .allform{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    background-color: #ddd;
}

.catepro{
    width: 100%;
}
.cateprolist{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 20px;
}

/* 产品列表页 */
.proh3{
    text-align: center;
    font-size:clamp(24px,2.5vw,48px) ;
    padding: 30px 0 0 ;
}
.proh4{
    text-align: center;
    font-size:16px;
    padding: 0 0 25px ;
    color: #666;
}
.listproduct{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.itemproduct{
    position: relative;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}
.itemproduct::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: -100%;
    background-color: #fe0000;
}
.itemproduct:hover::after{
    animation: toright 1.5s ease forwards
}
.itemproimg{
    position: relative;
    width: 100%;
    padding-top: 60%;
}
.itemproimg img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.itemproduct p{
    text-align: center;
    line-height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 产品内页 */
.showpro{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.showproleft{
    width: 50%;
}
.showprobox{
    width: 100%;
}
.mySwipershowpro{
    width: 100%;
}
.mySwipershowpro .swiper-slide{
    position: relative;
    width: 100%;
    padding-top: 60%;
}
.mySwipershowpro .swiper-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.mySwipershowpro2{
    width: 100%;
    margin-top: 20px;
}
.mySwipershowpro2 .swiper-slide{
    position: relative;
    width: 100%;
    padding-bottom: 25%;
}
.mySwipershowpro2 .swiper-slide::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.mySwipershowpro2 .swiper-slide-thumb-active::after{
    display: none;
}
.mySwipershowpro2 .swiper-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.showproright{
    width: 50%;
    padding:0 10px 0 5%;
}
.showproright h3{
    position: relative;
    font-size: clamp(18px,2vw,36px);
    padding: 20px 0 ;
    line-height: 1;
}
.showproright h3::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: #22365e;
    left: 0;
    bottom: 0;
}
.showproright p{
    color: #666;
    line-height: 30px;
    margin-top: 20px;
}
.showproright .promainlist{
    margin-top: 20px;
}
.showprotz{
    position: absolute;
    top: -100px;
}
.showprotab{
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: scroll;
    margin-bottom: 30px;
}
.showprotab h3{
    font-size: clamp(18px,2vw,36px);
    text-align: center;
    margin: 50px 0 30px;
}
.showprotab table{
    width: 100%;
}
.showprotab{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}
.showprotab table td{
    padding: 5px;
    border: 1px solid black;
    scrollbar-width:none;
}
.showprotab img{
    max-width: 100%;
    display:block;
    margin:20px auto 0;
}











/* 可持续发展 */
.keeptop{
    position: relative;
    width: 100%;
    margin-top: 100px;
    padding-top: calc(50% - 100px);
    min-height: 500px;
}
.keeptop img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: bottom;
} 
.keeptit{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.keeptittext h3{
    font-size: clamp(24px,2.5vw,48px);
    text-align: center;
    color: white;
    font-weight: bold;
    margin-top: 4%;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
.keeptittext p{
    font-size: clamp(14px,1.5vw,22px);
    
    text-align: center;
    color: white;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.keepmain{
    width: 100%;
    padding-bottom: 50px;
}
.keepmainall{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
}
.keepmainall p{
    font-size: clamp(18px,2vw,36px);
    margin: 40px 0 20px;
}
.keepmainall span{
    font-size: clamp(14px,1vw,22px);
    color: #666;
}
.keepmainnum{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.keepimg{
    position: relative;
    margin-top: 30px;
    width: 100%;
    padding-top: 67%;
}
.keepimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.keeplist{
    display: grid;
    grid-template-columns: 6;
    gap: 15px;
    margin-top: 30px;
}
.keepitem1{
    grid-column: span 3;
}
.keepitem1 h3{
    font-size: 24px;
    font-weight: bold;
    color: #22365e;
}
.keepitem2{
    grid-column: span 2; 
}
.keepitem2 h3{
    font-size: 24px;
    font-weight: bold;
    color: #22365e;
}
.keepitem{
    grid-column: span 6;
    padding-left: 20px;
    position: relative;
}
.keepitem span{
    color: #51b3aa;
    font-size: 24px;
    font-weight: bold;
}
.keepitem::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #51b3aa;
}




/* 新闻中心 */
.newsall{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px 50px;
    box-sizing: border-box;
}
.newsallh3{
    font-size: clamp(18px, 2vw, 36px);
    padding: 20px 0 0 ;
}
.newsallp{
    font-size:16px;
    padding: 0 0 25px ;
    color: #666;
}
.newslists{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.newsitem{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
    border-bottom: 3px solid #22365e;
    border-radius: 5px;
}
.newsitem:hover .newsimg img{
    animation: fd 1s ease forwards;
}
.newsimg{
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}
.newsimg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.newsih3{
    font-size: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    transition: all 1s ease;
    height: 58px;
}
.newsip{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    height: 48px;
    margin: 10px 0;
    line-height: 24px;
}
.newsitem button{
    background:none;
    border: none;
    cursor: pointer;
    transition: all 1s ease;
}
.newsidate{
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
    text-align: right;
}
.newsitem:hover .newsih3{
    color: #22365e;
}
.newsitem:hover button{
    color: #fe0000;
}

/* 新闻内容页 */
.shownews{
    width: 100%;
    max-width: 1400px;
    margin: 60px auto 60px;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
}
.shownewsnav{
    width: 200px;
}
.shownewsnav ul{
    width: 100%;
}
.shownewsnav ul li{
    width: 100%;
    border-bottom: 2px solid #ddd;
    background-color: white;
}
.shownewsnav ul li a{
    /* color: white; */
    line-height: 45px;
    padding-left: 20px;
    box-sizing: border-box;
}
.shownewsnav ul li p{
    width: 100%;
    line-height: 60px;
    background-color: #ec2c26;
    font-size: 24px;
    padding-left: 20px;
    color: white;
}
.shownewsmain{
    flex: 1;
    margin-left: 3%;
    background-color: white;
    padding: 15px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    border-top: 3px solid #333;
}
.shownewsmain h3{
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
}
.shownewsdate{
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin: 20px 0 30px;
}
.shownewscont p{
    font-size: 16px;
    line-height: 30px;
}
.shownewscont img{
    width: 100%;
    margin: 10px 0;
}


/* 人力资源 */
.peoplebox{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.peoplemain{
    width: 100%;
    padding: 60px 0px;
    box-sizing: border-box;
}
.peopleh3{
    font-size: clamp(18px, 2vw, 36px);
    padding: 20px 0 0 ;
    text-align: center;
}
.peoplep{
    font-size:16px;
    padding: 0 0 60px ;
    color: #666;
    text-align: center;
}
.peoplelist{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.peopleitem{
    width: 100%;
    background-color: white;
    border: 1px solid #aaa;
    padding: 30px;
    border-bottom: 3px solid #aaa;
    transition: all 1s;
}
.peopleitem h4{
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #414141;
}
.piflex{
    display: flex;
    align-items: end;
}
.piflex a{
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    border-radius: 50%;
    transition: all 1s;
}
.piflex a::before{
    position: absolute;
    content: '';
    background: url(../../images/fx.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.peopleitem:hover{
    border-bottom: 3px solid #22365e;
}
.peopleitem:hover .piflex a{
    border: 1px solid #22365e;
}
.peopleitem:hover .piflex a::before{
    background: url(../../images/fxh.png);
    background-size: 100%;
}
.pimain{
    flex: 1;
}
.pimain p{
    font-size: 14px;
    line-height: 2;
    color: #888888;
}
.peoplefl{
    width: 100%;
    line-height: 30px;
}
.peoplefl p{
    width: 100%;
    max-width: 900px;
    color: #666;
    padding: 30px 0 20px;
}
.peoplefl a{
    color: #22365e;
}

/* 招聘内页 */
.showjoin{
    width: 100%;
}
.showjoinall{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto 30px;
    padding: 50px 30px;
    background-color: #f6f5fb;
}
.showjoinall h3{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: #164dae;
    color: white;
    margin-bottom: 30px;
}
.joinlist{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(calc(50% - 20px),1fr));
    gap: 20px;
    margin-bottom: 30px;
}
.joinitem{
    display: flex;
    flex-direction: column;
}
.joinitem h4{
    font-size: 16px;
}
.joinitem input{
    border: none;
    border-bottom:1px solid #ccc;
    padding: 5px 0 10px;
    background-color: transparent;
    font-size: 14px;
    color: #e0e0e0;
}
.showjoinall button{
    width: 160px; 
    height: 40px; 
    display: block; 
    margin: 40px auto 0; 
    border: 1px solid #013c7b; 
    color: #013c7b; 
    font-size: 16px; 
    background-color: transparent; 
    border-radius: 20px; 
    transition: all .3s ease; 
    cursor: pointer; 
    outline: none;
    text-align: center;
}
.showjoinall button:hover{
    background-color: #013c7b;
    color: white;
}

/* 科技创新 */
.kjcx{
    width: 100%;
    margin-top: 10px;
}
.kjcxlist{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}
.kjcxitem{
    width: 100%;
    gap: 20px;
}
.kjcxitem h3{
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0;
    padding-left: 30px;
    position: relative;
}
.kjcxitem h3::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background-color: #013c7b;
    left: 0;
    top: 0;
}
.kjcximg{
    width: 100%;
    max-width: 1400px;
    margin: 30px auto;
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.kjcximgitem{
    width: 100%;
    transition: all 1s;
}
.kjcximgitem:hover{
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.kjcximgitem:hover .kjcxiitemimg img{
    animation: fd 1s ease forwards;
}
.kjcxiitemimg{
    width: 100%;
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}
.kjcxiitemimg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.kjcximgitem p{
    font-size: 16px;
    text-align: center;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 联系我们 */
.pagecontact{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
}
.pagecontacth3{
    font-size: clamp(18px, 2vw, 36px);
    text-align: center;
    padding: 30px 0;
}
.pageconleft{
    width: 50%;
    background-color: #22365e;
}
.pageconlmain{
    width: 100%;
    height: 100%;
    background: url(../../images/footermap.png) no-repeat center;
    background-size: auto;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: end;
    padding: 5%;
    box-sizing: border-box;
}
.pageconlmain p{
    color: white;
}
.pageconright{
    position: relative;
    width: 50%;
    padding-top: 30%;
}
.pageconright img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}



/* 响应式 */
@media screen and (max-width:1200px){
    .iabout4{
        display: none;
    }
    .iabout6{
        width:100%;
    }
    .iabout6 img{
        position: unset;
    }
    .iaboutall{
        margin-top:30px;
    }
    .iproh3{
        font-size: 24px;
    }
    .inewslist{
        grid-template-columns: repeat(3, 1fr);
    }
    .jjmain{
        flex-direction: column;
    }
    .jjmainleft{
        width: 100%;
        padding-right: 0;
    }
    .jjmainright{
        width: 100%;
        margin-top: 20px;
    }
    .jjmainright img {
        transform: translateY(0%);
    }
    .listproduct{
        grid-template-columns: repeat(3, 1fr);
    }
    .cateprolist {
        grid-template-columns: repeat(4, 1fr);
    }
    .productimg {
        padding-top: 100%;
    }
}
@media screen and (max-width:1000px){
    .promain{
        flex-direction: column;
    }
    .prowyy{
        width: 100%;
    }
    .promainint{
        width: 100%;
        padding:0;
        margin-top: 30px;
    }
    .promainint p{
        margin:0 0 20px;
    }
    .peoplelist {
        grid-template-columns: repeat(2, 1fr);
    }
    .keepmainnum {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width:800px){
    .ibanner{
        margin-top: 100px;
    }
    .mySwiper .swiper-pagination{
        bottom: 20px;
    }
    .footerleft{
        display: none;
    }
    .footerright{
        width: 100%;
    }
    .iproductlist{
        grid-template-columns: repeat(2, 1fr);
    }
    .iproint{
        flex-direction: column;
        align-items: flex-start;
    }
    .ivideomain{
        flex-direction: column;
    }
    .ivideol{
        width: 100%;
    }
    .ivideor{
        width: 100%;
        padding-left: 0%;
    }
    .ivideoa{
        display: none;
    }
    .ivideolist {
        margin-top: 0px;
    }
    .iada h3 {
        font-size: 24px;
        color: white;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .iada a {
        margin-top: 20px;
    }
    .iad::after {
        bottom: 20px;
    }
    .iadul{
        bottom: 10px;
    }
    .iadbutton {
         gap: 0px; 
    }
    .active1{
         gap: 0px; 
    }
    .active1 p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .active1 button::after {
        width: 30px;
        height: 30px;
    }
    .iadbutton p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .navmainright{
        display: none;
    }
    .navmainleft {
        width: 100%;
    }
    .inewslist{
        grid-template-columns: repeat(2, 1fr);
    }
    .culturelist {
        grid-template-columns: repeat(2, 1fr);
    }
    .honorlist {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .newslists {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .listproduct{
        grid-template-columns: repeat(2, 1fr);
    }
    .pagecontact {
        flex-direction: column-reverse;
    }
    .pageconleft {
        width: 100%;
    }
    .pageconright {
        width: 100%;
        padding-top: 50%;
    }
    .shownewsnav{
        display: none;
    }
    .shownewsmain{
        margin-left: 0;
    }
    .cateprolist {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:600px){
    .iada a{
        display: none;
    }
    .footerbmain{
        flex-wrap: wrap;
    }
    .footerbleft{
        flex-wrap: wrap;
        gap: 10px;
    }
    .formmain{
        gap: 10px;
    }
    .formmain input {
        grid-column: span 2;
    }
    .allform{
        padding-bottom:0;
    }
    .showpro {
        flex-direction: column;
    }
    .showproleft {
        width: 100%;
    }
    .showproright {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width:500px){
    .headerleft img{
        height: 30px;
    }
    .footertop img{
        max-width: calc(50% - 15px);
    }
    .inewslist{
        grid-template-columns: repeat(1, 1fr);
    }
    .iad{
        margin-top: 30px;
    }
    .iada h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .iada p{
        font-size: 14px;
        line-height: 20px;
    }
    .navlist{
        grid-template-columns: repeat(3, 1fr);
    }
    .navtop img{
        max-width: calc(50% - 10px);
    }
    .culturelist {
        grid-template-columns: repeat(1, 1fr);
    }
    .culture h3 {
        padding: 30px 0 0;
    }
    .honorlist {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .newslists{
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .listproduct{
        grid-template-columns: repeat(1, 1fr);
    }
        .peoplelist {
        grid-template-columns: repeat(1, 1fr);
    }
    .keepitem2 p{
        font-size: 14px;
    }
    .joinlist {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% - 20px), 1fr));
    }
    .jjmainleft p{
        font-size: 36px;
        margin-top: 30px;
    }
    .iproint a {
        margin-top: 10px;
    }
    .navallitem{
        padding: 15px 0;
    }
    .cateprolist {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width:1920px){
    footer{
        background-size: auto 100%;
    }
}















