.contact-feedback{
    display: block;
    padding-top: 60px;
    padding-bottom: 50px;
}
.contact-feedback .cf-title{
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 5px;
}
.contact-feedback .cf-box{

}
.form-item{
    display: block;
    margin-top: 30px;
    position: relative;
}
.form-item.m60{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.form-item.flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.form-label{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}
.form-input.w450{
    width: 31%;
}
.form-input{
    width: 100%;
    height: 60px;
    font-size: 20px;
    padding: 0 19px;
    background-color: #fafafa;
    border:none;
}
.form-input:hover,.form-input:focus{
    background-color: #F6F6F6;
}
.form-select{
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 16px;
    border: 1px solid #fafafa;
}
.form-textarea{
    width: 100%;
    height: 260px;
    font-size: 20px;
    line-height: 1.4;
    padding: 18px 19px;
    background-color: #fafafa;
    border:none;
}
.form-textarea:hover,.form-textarea:focus{
    background-color: #F9F9F9;
}
.form-btn{
    display: block;
    width: 212px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333;
    margin: 0 21px;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #F6F6F6;
}
.form-btn.submit{
    color: #FFFFFF;
    background: linear-gradient(113deg, #8a00e5, #6601a8);
}
.form-btn:hover{
    color: #FFF;
    background: linear-gradient(113deg, #7a00e5, #5601a8);
}
.cb-list {
    display: flex;
    padding-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cb-list li{
    display: block;
    flex: 0 0 49%;
    width: 49%;
    height: auto;
    padding: 35px 35px 35px 35px;
    background: #f6f6f6;
    margin: 19px 0;
    border-radius: 15px;
}
.cb-list .title{
    display: block;
    font-size: 24px;
    padding-bottom: 20px;
}
.cb-list .line{
    display: block;
    width: 100%;
    height: 2px;
    background: #EDEDED;
}
.cb-list .text{
    display: block;
    font-size: 16px;
    line-height: 17px;
    padding-top: 8px;
}
.cb-list .text div{
    margin: 16px 0 0 0;
}
.contact-box{
    display: flex;
    padding: 45px 35px 45px 35px;
    justify-content: space-between;
    background-color: #f6f6f6;
    border-radius: 15px;
    margin-top: 50px;
}
.contact-box .feedback{
    flex: 0 0 50%;
    width: 50%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.contact-box .feedback .title{
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}
.contact-box .feedback .input-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-box .feedback .email {
    width: 48.5%;
    height: 40px;
    border-radius: 8px;
    padding: 0 10px;
    margin-bottom: 15px;
    outline: 0;
    font-size: 16px;
    border-color: transparent
}
.contact-box .feedback .message {
    border-color: transparent;
    outline: 0;
    border-radius: 8px;
    width: 100%;
    height: 150px;
    padding: 10px;
    resize: none;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 24px;
}
.contact-box .feedback button {
    display: inline-block;
    cursor: pointer;
    min-width: 150px;
    height: 45px;
    padding: 0 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    border: 0;
    text-transform: capitalize;
    background: #0252bb
}
.contact-box .feedback button:hover {
    background: #0092e4
}
.contact-box .address{
    flex: 0 0 50%;
    width: 50%;
    padding: 0 35px 0 50px;
}
.contact-box .address .title{
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}
.contact-box .address .line {
    display: block;
    width: 100%;
    height: 2px;
    background: #EDEDED;
    margin-bottom: 16px;
}
.contact-box .address .item{
    display: flex;
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
}
.contact-box .address .item label{
    color: #646464;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: left;
    margin-right: 8px;
    max-width: 148px;
    flex-shrink: 0;
    width: 100%;
}
.ahonour-box{
    display: block;
    width: 100%;
    min-height:390px;
    margin-top: 60px;
    margin-bottom: 80px;
    position: relative;
}
.ahonour-list{
    display: block;
    width: 100%;
    min-height:430px;
    padding-top: 10px;
    padding-bottom: 50px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.ahonour-list .swiper-slide{
    display: block;
    width: 300px;
    height: auto;
    position: relative;
    padding: 22px 22px;
    border-radius: 10px;
    background-color: #FFFFFF;
}
.ahonour-list .swiper-slide:hover{
    background-color: #F6F6F6;
}
.ahonour-list .swiper-slide .pic{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    align-items: center;
    overflow: hidden;
    border-radius: 4px;
}
.ahonour-list .swiper-slide img{
    display: block;
    width: 100%;
    max-height: auto;
}
.ahonour-list .swiper-slide .title{
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 23px;
    height: 46px;
    text-align: center;
    margin-top: 10px;
}
.ahonour-list .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:0px;
}
.ahonour-list .swiper-pagination-bullet{
    background: #E0E0E0;
    width:10px;
    height:10px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 10px !important;
}
.ahonour-list .swiper-pagination-bullet-active{
    background: #0252bb;
    opacity: 1;
    border:none;
}
.ahonour-box .swiper-button-prev{
    left: -50px;
    top: 47%;
}
.ahonour-box .swiper-button-next{
    right: -50px;
    top: 47%;
}
.zs-pages-box{
    margin-top: 80px;
    margin-bottom: 50px;
}
.zs-pages-box .pages-title{
    font-size: 32px;
    font-weight: bold;
}

.about-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.about-item .pic{
    flex: 0 0 48%;
    width: 48%;
}
.about-item .pic img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 15px;
}
.about-item .about-logo{
    border-radius: 0 !important;
}
.about-item .text{
    flex: 0 0 48%;
    width: 48%;
}
.about-item .text .title{
    font-size: 38px;
}
.about-item .text .desc{
    font-size: 16px;
    line-height: 1.6;
} 
.download-list{
    display: block;
    width: 100%;
    height: auto;
    padding: 60px 0 60px 0;
}
.download-list .zs-wp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.download-list li{
    display: block;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 42px;
    height: auto;
    padding: 30px 40px 28px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background: url(../img/icon-yun.png) no-repeat right bottom;
    background-size: 126px auto;
    position: relative;
}
.download-list li:hover{
    box-shadow: 0px 0px 12px rgb(2 82 187 / 30%);
}
.download-list li:nth-child(2n){
    margin-right: 0;
}
.download-list li .title{
    display: block;
    font-size: 20px;

}
.download-list li .size{
    display: block;
    font-size: 14px;
    color: #666666;
    padding-top: 36px;
}
.download-list li .btn{
    position: absolute;
    right: 30px;
    bottom: 28px;
    width: 120px;
    height: 42px;
}
.download-list li .btn a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.homeabout-box {
    display: flex;
    justify-content: flex-start;
    padding-top: 50px;
    flex-direction: column;
}

.zs-pages-box {
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
    flex-direction: column;
}
.about-item .text .title {
    font-size: 22px;
}
.about-item .pic {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
}
.about-item .text {
    flex: 0 0 100%;
    width: 100%;
}
.about-item .text .desc {
    font-size: 14px;
}

.download-list {
    padding: 30px 0 20px 0;
}
.download-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    height: auto;
    padding: 20px 20px 20px 20px;
}
.download-list li .title {
    font-size: 16px;
}
.download-list li .btn {
    right: 20px;
    bottom: 20px;
}
.download-list li .btn a {
    font-size: 15px;
}
.contact-box {
    display: flex;
    padding: 20px 20px 20px 20px;
    justify-content: flex-start;
    margin-top: 30px;
    flex-direction: column;
}
.contact-box .feedback {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    border-right: none;
}
.contact-box .feedback .title {
    font-size: 18px;
}
.contact-box .feedback .email {
    width: 100%;
    font-size: 14px;
}
.contact-box .feedback .message {
    font-size: 14px;
}
.contact-box .address {
    flex: 0 0 100%;
    width: 100%;
    padding: 50px 0 0 0;
}
.contact-box .address .title {
    font-size: 18px;
}
.contact-box .address .item {
    display: flex;
    margin: 16px 0 0 0;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
}
.contact-feedback {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-feedback .cf-title {
    font-size: 22px;
}
.cb-list {
    display: flex;
    padding-top: 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cb-list li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    margin: 12px 0;
    border-radius: 15px;
}
.cb-list .title {
    font-size: 18px;
}
.cb-list .text {
    padding-top: 0;
    font-size: 14px;
}
}