
.aboutglobal{
    display: block;
    width: 100%;
    height: 47.39583333333333vw;
    background: url(../img/bg-aboutglobal.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.aboutglobal-list{
    padding-top: 50px;
    width: 1320px;
    margin-top: -268px;
    position: relative;
    z-index: 100;
}
.aboutglobal-list ul{
    display: flex;
    justify-content: center;
}
.aboutglobal-list .swiper-slide {
    display: block;
    width: 380px;
    height: auto;
    margin: 0 0;
}
.aboutglobal-list .swiper-slide .pic {
    display: block;
    width: 100%;
    height: 535px;
    border-radius: 15px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #2B3FFF, #B81C25);
}
.aboutglobal-list .swiper-slide .pic .img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
}
.aboutglobal-list .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.aboutglobal-list .swiper-slide:hover .pic img{
    transform: scale(1.1);
}
.aboutglobal-list .swiper-slide .title{
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px 5px;
    padding: 45px 20px 20px 20px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: 120;
    color: #FFF;
    line-height: 1;
    border-radius: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.35s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: normal;
}
.aboutglobal-list .swiper-slide .desc{
    font-size: 16px;
    line-height: 2.2;
    padding: 20px 20px;
}
.aboutglobal-list .swiper-slide .desc strong{
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}
.aboutglobal-list .swiper-button-next, .aboutglobal-list .swiper-button-prev{
    top: 40% !important;
}

.aboutcontact{
    display: block;
    padding: 60px 0;
    margin-top: 50px;
    background: linear-gradient(90deg, #FFCFD2, #C5DBFF);
}
.aboutcontact .zs-wp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aboutcontact .ac-desc{
    flex: 0 0 770px;
    width: 770px;
}
.aboutcontact .ac-desc .title{
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 20px;
}
.aboutcontact .ac-desc .desc{
    font-size: 24px;
    line-height: 2;
    padding-bottom: 30px;
}
.aboutcontact .ac-form{
    flex: 0 0 480px;
    width: 480px;
    min-height: 480px;
    color: #FFF;
    padding: 35px 35px 15px 35px;
    border-radius: 25px;
    background-color: #B81C25;
}
.aboutcontact .ac-form .title{
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 20px;
}
.aboutcontact .ac-form .form-item{
    margin-bottom: 15px;
}
.aboutcontact .ac-form .form-input{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0 10px;
    color: #FFF;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.aboutcontact .ac-form .btn-submit {
    display: block;
    margin: 0 0 0 auto;
    width: 232px;
    height: 60px;
    margin-top: 20px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #B81C25;
    background-color: transparent;
    border: none;
    background: #FFF;
    border-radius: 14px;
    font-weight: bold;
    cursor: pointer;
}
.aboutcontact .ac-form .btn-submit:hover{
    opacity: 0.8;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.aboutcontact {
    padding: 30px 0;
    margin-top: 20px;
}
.aboutcontact .zs-wp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.aboutcontact .ac-desc {
    flex: auto;
    width: 100%;
    margin-bottom: 30px;
}
.aboutcontact .ac-desc .title {
    font-size: 24px;
    padding-bottom: 0;
}
.aboutcontact .ac-desc .desc {
    font-size: 16px;
    line-height: 1.65;
    padding-bottom: 20px;
}
.aboutcontact .ac-desc .desc strong:first-child{
    font-size: 24px !important;
}
.aboutcontact .ac-form {
    flex: auto;
    width: 100%;
    min-height: auto;
    padding: 25px 15px 15px 15px;
    border-radius: 10px;
}
.aboutcontact .ac-form .title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
.aboutcontact .ac-form .form-input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding: 0 5px;
}
.aboutcontact .ac-form .btn-submit {
    margin: 0 0 0 auto;
    width: 132px;
    height: 32px;
    margin-top: 20px;
    line-height: 32px;
    font-size: 16px;
    background: #FFF;
    border-radius: 10px;
}
.aboutglobal-list {
    padding-top: 30px;
    width: 92%;
    margin-top: -100px;
}
.aboutglobal {
    height: 350px;
    background: url(../img/bg-aboutglobal.jpg) no-repeat center center;
    background-size: cover;
}
.aboutglobal-list .swiper-slide .pic {
    height: 450px;
}
.aboutglobal-list .swiper-slide .title {
    font-size: 24px;
}
.aboutglobal-list .swiper-slide .desc strong {
    font-size: 24px;
    padding-bottom: 10px;
}
.aboutglobal-list .swiper-slide .desc {
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 20px 0 20px;
}
.h3title {
    padding: 30px 2% 20px 2% !important;
}

}