@import "contact.css";
.ac-box{
    display: block;
    margin-top:60px;
    min-height:500px;
    position: relative;
}
.ac-list{
    display: block;
    width: 100%;
    min-height:500px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.ac-list .swiper-slide{
    display: block;
    width: 327px;
    height: 400px;
    cursor: pointer;
    /* padding: 40px 60px 0 60px; */
    background-color: #FFFFFF;
    position: relative;
    margin-right: 30px;
	
}
.ac-list .swiper-slide:hover{
    background: linear-gradient(270deg, #bf1313 0%, #ff5c33 100.58%);
}
.ac-list .swiper-slide .pic{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
	justify-content: center;
}
.ac-list .swiper-slide img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.ac-list .swiper-slide span{
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ac-list .swiper-slide:hover span{
    color: #FFFFFF
}
.ac-list .swiper-slide:hover .icon-zoom{
    display: block;
}
.ac-list .swiper-slide .icon-zoom{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    background: url(../images/icon-zoom.png) no-repeat center center;
    background-size: 70px 70px;
    z-index: 100;
}
.ac-box .swiper-button-next,.ac-box .swiper-button-prev{
    top: 42%;
}
.ac-list .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:0px;
}
.ac-list .swiper-pagination-bullet{
    background: #E0E0E0;
    width:12px;
    height:12px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.ac-list .swiper-pagination-bullet-active{
    background: #ff5c33;
    opacity: 1;
    border:none;
}
.zs-about-overview{
    display: block;
    padding: 70px 0 100px 0;
    background-color: #FFFFFF;
}
.zs-about-overview .zs-title{
    font-size: 45px;
    font-weight: bold;
}
.zs-about-overview .ao-number{
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
}
.zs-about-overview .ao-number li{
    display: block;
    width: 33.333%;
    border-right: 1px solid #e5e5e5;
    text-align: center;
}
.zs-about-overview .ao-number li:last-child{
    border-right: none;
}
.zs-about-overview .ao-number li strong{
    display: block;
    font-size: 70px;
    line-height: 80px;
    font-family: Arial;
    color: #e3143b;
    font-weight: 700;
}
.zs-about-overview .ao-number li span{
    display: block;
    font-size: 22px;
    line-height: 40px;
    color: #333;
    font-weight: 400;
}
.zs-about-overview .ao-content{
    font-size: 18px;
    color: #777;
    line-height: 2.2;
    text-align: left;
}
.zs-about-contact{
    display: block;
    padding: 0 0 0 0;
    background-color: #FFFFFF;
}
.zs-about-contact .zs-title{
    margin-bottom: 50px; 
}
.zs-about-contact .zs-contact{
    padding-top: 60px;
}
.zs-about-culture{
    display: block;
    padding: 70px 0 100px 0;
}
.zs-about-culture .aac-list{
    display: block;
    padding-top: 40px;
}
.zs-about-culture .aac-list .zs-wp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-about-culture .aac-list li{
    width: 31.666666%;
    margin-right: 2.5%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px; 
}
.zs-about-culture .aac-list li:nth-child(3n) {
    margin-right: 0;
}
.zs-about-culture .aac-list li .text{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px 45px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    flex-wrap: wrap;
}
.zs-about-culture .aac-list li .text .title{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
}
.zs-about-culture .aac-list li .text .desc{
    font-size: 18px;
    line-height: 1.8;
}
.zs-about-culture .aac-list li .pic{
    display: block;
    width: 100%;
    height: auto;
}
.zs-about-culture .aac-list li .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.zs-about-partner{
    display: block;
    padding: 70px 0 90px 0;
    background-color: #FFFFFF;
}
.zs-about-partner .ap-list{
    display: block;
    padding-top: 50px;
}
.zs-about-partner .ap-list .zs-wp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-about-partner .ap-list li{
    width: 18.8%;
    margin-right: 1.5%;
    height: 132px;
    line-height: 132px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: all .4s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zs-about-partner .ap-list li img{
	max-width: 100%;
	max-height: 100%;
}
.zs-about-partner .ap-list li:hover{
    border:1px solid #ff5c33;
}
.zs-about-partner .ap-list li:nth-child(5n) {
    margin-right: 0;
}
.zs-about-certificate{
    display: block;
    padding: 70px 0 90px 0;
}


/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-about-overview {
    padding: 30px 0 40px 0;
}
.zs-about-overview .zs-title {
    font-size: 22px;
}
.zs-about-overview .ao-number {
    padding: 5px 0 20px 0;
}
.zs-about-overview .ao-number li {
    padding-bottom: 5px;
}
.zs-about-overview .ao-number li strong {
    font-size: 28px;
    line-height: 50px;
}
.zs-about-overview .ao-number li span {
    font-size: 13px;
    line-height: 1.3;
    padding: 0 15px;
}
.zs-about-overview .ao-content {
    font-size: 14px;
    line-height: 1.8;
}
.zs-about-culture {
    padding: 30px 0 40px 0;
}
.zs-about-culture .aac-list {
    padding-top: 5px;
}
.zs-about-culture .aac-list .zs-wp {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.zs-about-culture .aac-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.zs-about-culture .aac-list li .text .title {
    font-size: 22px;
    padding-bottom: 20px;
}
.zs-about-culture .aac-list li .text .desc {
    font-size: 14px;
    line-height: 1.8;
}
.zs-about-partner {
    padding: 30px 0 40px 0;
}
.zs-about-partner .ap-list {
    padding-top: 15px;
}
.zs-about-partner .ap-list li {
    width: 32%;
    margin-right: 2% !important;
    height: auto;
    line-height: 1;
    margin-bottom: 10px;
}
.zs-about-partner .ap-list li img{
    display: block;
    width: 100%;
    height: auto;
}
.zs-about-partner .ap-list li:nth-child(3n) {
    margin-right: 0 !important;
}
.zs-about-certificate {
    padding: 30px 0 40px 0;
}
.ac-box {
    margin-top: 10px;
    min-height: 450px;
}
.ac-box .swiper-button-next, .ac-box .swiper-button-prev{
    display: none !important;
}
.ac-list {
    display: block;
    width: 100%;
    min-height: 450px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.ac-list .swiper-slide {
    display: block;
    width: 100%;
    height: 410px;
   /* padding: 40px 60px 0 60px; */
    margin-right: 0;
}
.ac-list .swiper-pagination-bullet{
    width:8px;
    height:8px;
    margin: 0 5px !important;
}
.ac-list .swiper-slide span {
    margin-top: 20px;
    font-size: 16px;
}

}

/*PC自适应*/
@media only screen and (min-width:768px) and (max-width:1023px){
.zs-about-culture .aac-list li .text{padding: 10px;}
.zs-about-culture .aac-list li .text .title{font-size: 16px;padding-bottom: 4px;}
.zs-about-culture .aac-list li .text .desc{font-size: 14px;}
.zs-about-partner .ap-list li{height: 80px;line-height: 80px;}
.ac-box{min-height: 400px;}
.ac-list{min-height: 400px;}
.ac-list .swiper-slide{height: 254px;}
.ac-list .swiper-slide span{font-size: 16px;}
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1199px){
.zs-about-culture .aac-list li .text .title{font-size: 22px;}
.zs-about-culture .aac-list li .text .desc{font-size: 14px;}
.ac-list .swiper-slide{height: 342px;}
}
/*PC自适应*/
@media only screen and (min-width:1200px) and (max-width:1919px){

}
/*PC自适应*/
@media only screen and (min-width:1920px){

}