.pages-box{
    padding: 45px 0
}
.about-box {
    padding-top: 30px;
    padding-bottom: 30px;
}
.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);
}

.about-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.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: 5px;
}
.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;
}
.about-desc{
    display: block;
    width: 100%;
    padding-top: 10px;
}
.about-desc h2{
    font-size: 38px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.about-desc h3{
    font-size: 22px;
    font-weight: bold;
    color: #0380c0;
}
.about-desc .desc{
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 35px;
    text-align: justify;
}
.about-desc .desc p{
    text-indent: 2em;
}
.homeabout{
    margin-bottom: 20px;
}
.homeabout .pic{
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
}
.homeabout .pic img{
    position: relative;
    display: block;
    width: 100%;
    height: 800px;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s;
    z-index: 8;
}
.homeabout .pic:hover img{
    transform: scale(1.01);
}
.homeabout .pic a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
}
.homeabout .icon-play{
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,0.6);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all .3s;
}
.homeabout .pic:hover .icon-play{
    background: rgba(255,255,255,1.0);
}
.homeabout .icon-play .iconfont {
    position: absolute;
    left: 28%;
    top: 28%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 22px;
    margin-left: 2px;
    color: #1ca3f8;
    transform: rotate(-90deg);
    transition: all .3s;
}
.homeabout .number{
    display: flex;
    padding-top: 30px;
    padding-bottom: 20px;
}
.homeabout .about-number{
    position: relative;
    height: 105px;
}
.homeabout .number .swiper-slide{
    display: block;
}
.homeabout .number-box{
    display: flex;
    justify-content: space-between;
}
.homeabout .number li {
    display: flex;
    justify-content: center;
    width: 33.33%;
    padding: 0 0;
    border-right: 1px solid #eaeaea;
    flex-direction: column;
    align-items: center;
}
.homeabout .number li:nth-child(3n){
  border-right: none;
}
.homeabout .number li strong{
    display: block;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 0;
    color: #f1882a;
}
.homeabout .number li strong em{
    font-size: 20px;
}
.homeabout .number li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.honor-box{
    display: block;
}
.honor-box img{
    display: block;
    width: 1200px;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 5px;
}
.about-vision{
    display: block;
    height: auto;
    padding: 10px 0 20px 0;
}
.about-vision ul{
    display: flex;
    justify-content: space-between;
}
.about-vision li{
    display: block;
    /*box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.08);*/
    overflow: hidden;
    width: 32%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    background: #FFF !important;
    background-size: 100% auto !important;
    white-space: nowrap;
    transition: all 0.4s linear;
    position: relative;
}
.about-vision li::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 10;
}
.about-vision li:hover {
    background-size: auto 105%;
}
.about-vision li:hover::after {
    background: rgba(0,0,0,0.25);
}
/*.about-vision li.mission {
    background-image: url(../img/mission_img.jpg);
    background: #FFF;
}
.about-vision li.vision {
    background-image: url(../img/vision_img.jpg);
    background: #FFF;
}
.about-vision li.values {
    background-image: url(../img/values_img.jpg);
    background: #FFF;
}*/
.about-vision li a {
    position: relative;
    z-index: 20;
    display: block;
    padding: 57px 27px 17px;
    padding-top: 80px;
    cursor: pointer;
    text-align: center;
    transition: all .7s ease 0s;
}
.about-vision li h2 {
    /*text-shadow: 0 0 5px rgba(0,0,0,0.75);*/
    padding: 0 0 5px;
    font-size: 32px;
    color: #0380c0;
    font-weight: bold;
}
.about-vision li h3 {
    /*text-shadow: 0 0 5px rgba(0,0,0,0.75);*/
    padding: 0 0 10px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.about-vision li p {
    margin: 10px auto 0;
    white-space: normal;
    /*text-shadow: 0 0 5px rgba(0,0,0,0.75);*/
    line-height: 28px;
    font-size: 18px;
    color: #333;
    transition: all .7s ease 0s;
}
.about-qualification{
    display: flex;
    justify-content: space-between;
}
.about-qualification img{
    display: block;
    width: 48.5%;
    height: auto;
    padding: 25px 25px;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.about-affiliates ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.about-affiliates li{
    display: block;
    width: 49%;
    height: auto;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #FFF;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.about-affiliates li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
}
.honor-list{
    padding-bottom: 60px;
}
.honor-list .swiper-slide {
    display: block;
    width: 33.33%;
    height: auto;
    overflow: hidden;
    padding: 15px 15px;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.honor-list .swiper-slide .pic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.678;
    overflow: hidden;
}
.honor-list .swiper-slide .pic img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.honor-list .swiper-slide:hover .pic img{
    transform: scale(1.05);
}
.honor-list .text{
    display: block;
    text-align: center;
    padding-top: 10px;
}
.honor-list .text .title{
    font-size: 20px;
    white-space: nowrap;
}
.honor-list .swiper-button-prev{
    left: 20px;
    margin-top: -75px;
}
.honor-list .swiper-button-next{
    right: 20px;
    margin-top: -75px;
}
.honor-list .swiper-pagination .swiper-pagination-bullet{
    background-color: #0380c0;
}
.about-contact{
    display: flex;
    padding: 0 5% 20px;
    justify-content: space-between;
}
.about-contact .item {
    display: flex;
    width: 33.33%;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
}
.about-contact .item .icon{
    display: block;
    margin: 0 auto 15px;
}
.about-contact .item .text{
    text-align: center;
}
.about-contact .item strong{
    display: block;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.about-contact .item span{
    display: block;
    font-size: 18px;
    line-height: 1.8;
}
.contact-map{
    display: block;
    padding: 25px;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0vw 0vw 0.75vw rgba(0, 0, 0, 0.08);
}
.contact-map img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.pages-box {
    padding: 15px 0;
}
.about-desc h2 {
    font-size: 24px;
}
.about-desc .desc {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}
.homeabout .pic {
    width: 100%;
    height: auto;
}
.homeabout .pic img {
    width: 100%;
    height: auto;
}
.homeabout .number {
    padding-top: 15px;
    padding-bottom: 15px;
}
.homeabout .number li strong {
    font-size: 24px;
}
.homeabout .number li span {
    font-size: 13px;
}
.about-box {
    padding-top: 15px;
    padding-bottom: 20px;
}
.about-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    flex-direction: column !important;
}
.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;
}
.about-vision {
    padding: 0;
}
.about-vision ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.about-vision li {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    white-space: normal;
    margin-bottom: 15px !important;
}
.about-vision li a {
    padding: 20px 20px 20px;
}
.about-vision li h2 {
    font-size: 24px;
}
.about-vision li h3 {
    padding: 0 0 5px;
    font-size: 18px;
}
.about-vision li p {
    white-space: normal;
    line-height: 1.65;
    font-size: 14px;
}
.about-contact {
    display: flex;
    padding: 0 5% 10px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-contact .item {
    width: 50%;
    margin-bottom: 15px;
}
.about-contact .item .icon {
    margin: 0 auto 8px;
    max-width: 50px;
}
.about-contact .item strong {
    font-size: 18px;
    padding-bottom: 0;
}
.about-contact .item span {
    font-size: 16px;
}
.about-desc{
    font-size: 16px !important;
}
.contact-map {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}
}