
.about-profile{
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -50px;
    padding: 100px 0 120px 0;
    background: #FFFFFF url(../img/bg-about-profile.png) no-repeat right center;
    background-size: 427px 1015px;
}
.about-profile .wrapper{
    display: flex;
    padding: 0 60px;
    justify-content: space-between;
}
.about-profile .ap-left{
    flex: 0 0 45%;
    width: 45%;
    padding-top: 0;
}
.about-profile .ap-left .ap-title{
    display: block;
    font-size: 24px;
    color: #000;
}
.about-profile .ap-suntitle{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}
.about-profile .ap-suntitle strong{
    display: block;
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    line-height: 60px; 
}
.about-profile .ap-left .ap-number{
    display: flex;
    margin-top: 0;
    padding-right: 20px;
}
.about-profile .ap-left .ap-number li{
    width: 215px;
    padding-right: 35px;
    border-right: 1px solid #EDEDED;
}
.about-profile .ap-left .ap-number li.pl35{
    padding-left: 35px;
    width: 245px;
}
.about-profile .ap-left .ap-number li.pl35end{
    width: 215px;
    padding-left: 50px;
    padding-right: 0;
    border-right: none;
}
.about-profile .ap-left .ap-number li .number{
    display: flex;
    font-size: 18px;
}
.about-profile .ap-left .ap-number li .number span{
    font-family: 'DIN';
    font-size: 55px;
    color: #8a00e5;
    font-weight: bold;
    margin-right: 8px;
    margin-top: -3px;
}
.about-profile .ap-left .ap-number li .text{
    display: block;
    font-size: 18px;
    color: #999999;
    padding-top: 15px;
}
.about-profile .ap-left .ap-pic{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 56px;
}
.about-profile .ap-left .ap-pic img{
    display: block;
    width: 98%;
    height: auto;
}
.about-profile .ai-right{
    flex: 0 0 50%;
    width: 50%;
    font-size: 18px;
    line-height: 40px;
    color: #4D4D4D;
}
.about-profile .ai-right p{
    text-indent: 2em;
}
.about-title{
    display: block;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 60px;
}
.about-history{
    display: block;
    width: 100%;
    height: 682px;
    padding: 114px 0 80px 0;
    background: url(../img/bg-about-history.jpg) no-repeat center top;
    background-size: cover;
    color: #FFFFFF;
    position: relative;
}
.about-history .about-title{
    display: block;
    width: 215px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 53px;
}
.about-history .about-title:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    display: block;
    width: 50px;
    height: 3px;
    background: #FFFFFF;
}
.about-history .ah-list{
    display: block;
    width: 1600px;
    margin: 0 auto;
    height: 245px;
    position: relative;
    overflow: hidden;
}
.about-history .ah-list  .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.about-history .ah-list li {
    display: flex;
    width: 100%;
    height: 245px;
    padding-top: 68px;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}
.about-history .ah-list li .year{
    display: block;
    font-size: 48px;
    font-weight: bold;
    padding-left: 80px;
    padding-right: 100px;
    padding-top: 5px;
    position: relative;
}
.about-history .ah-list li .year:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 4px;
    background: #FFFFFF;
}
.about-history .ah-list li .desc{
    display: block;
    width: 625px;
    font-size: 16px;
    line-height: 34px;
}
.ah-list .swiper-button-prev,.ah-list .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #FFFFFF;
    opacity: 0.6;
}
.ah-list .swiper-button-prev{
    left: 0px;
}
.ah-list .swiper-button-next{
    right: 0px;
}
.ah-list .swiper-button-next:after, .ah-list .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.ah-list .swiper-button-prev:hover,.ah-list .swiper-button-next:hover{
    background: transparent;
    border: 1px solid #FFFFFF;
    opacity: 1;
}
.ah-list .swiper-button-next:hover:after, .ah-list .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
.history-thumbs{
    position: absolute;
    left: 50%;
    bottom: 120px;
    margin-left: -800px;
    display: block;
    width: 1600px;
    height: 75px;
}
.history-thumbs .swiper-slide{
    display: block;
    width: 180px;
    height: 75px;
    text-align: center;
    cursor: pointer;
    background: url(../img/bg-history-thumbs.png) no-repeat center top;
    background-size: 100% 100%;
}
.history-thumbs .swiper-slide .cur{
    display: block;
    margin: 0 auto;
    width: 29px;
    height: 40px;
    margin-bottom: 7px;
    background: no-repeat;
}
.history-thumbs .swiper-slide-thumb-active .cur{

    background: url(../img/icon-history-thumbs.png) no-repeat center center;
    background-size: 100% 100%;
}
.history-thumbs .swiper-slide .year{
    font-size: 20px;
    line-height: 30px;
}
.history-thumbs .swiper-slide-thumb-active .year{
    font-size: 30px;
}
.ahonour-box{
    display: block;
    width: 100%;
    min-height:390px;
    margin-bottom: 80px;
    position: relative;
}
.ahonour-list{
    display: block;
    width: 100%;
    min-height:430px;
    padding-top: 10px;
    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 8px !important;
}
.ahonour-list .swiper-pagination-bullet-active{
    background: #8a00e5;
    opacity: 1;
    border:none;
}
.ahonour-box .swiper-button-prev{
    left: -40px;
    top: 42%;
}
.ahonour-box .swiper-button-next{
    right: -40px;
    top: 42%;
}
.ahonour-box .swiper-button-next, .ahonour-box .swiper-button-prev{
    color: #000;
    padding: 20px 20px;
    background-color: #8a00e5;
    border-radius: 5px;
}
.ahonour-box .swiper-button-next:after, .ahonour-box .swiper-button-prev:after {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}
.ahonour-box .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.8;
}
.medium-wrap{
    display: block;
    width: 1400px;
    margin: 0 auto;
}
.contact-wrap{
    display: block;
    width: 1400px;
    margin: 0 auto;
}
.contact-text{
    display: block;
    text-align: center;
}
.contact-text .title{
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 30px;
}
.contact-text .desc{
    display: block;
    width: 75%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.6;
    color: #666;
}
.contact-text .desc p{
    margin: 10px 0;
}
.contact-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 60px;
}
.contact-list .item{
    flex: 0 0 49%;
    width: 49%;
    padding: 40px;
    margin-bottom: 38px;
    text-align: center;
    background-color: #fafafa;
    border-radius: 15px;
}
.contact-list .item:hover{
    background-color: #F6F6F6;
}
.contact-list .item .icon{
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    margin-bottom: 17px;
}
.contact-list .item .icon svg{
    display: block;
    width: 100%;
    height: 100%;
    stroke-width: 1.5;
}
.contact-list .item .icon svg .fill {
    stroke: none;
    fill: rgb(0 0 0 / .1);
}
.contact-list .item .title{
    font-size: 20px;
    font-weight: bold;
}
.contact-list .item .mail{
    font-size: 14px;
}
.contact-list .item .mail a{
    text-decoration: underline !important;
}
.contact-feedback{
    display: block;
    padding-top: 40px;
    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: #fafafa;
    margin: 19px 0;
    border-radius: 15px;
}
.cb-list .title{
    display: block;
    font-size: 24px;
    padding-bottom: 20px;
}
.cb-list .line{
    display: block;
    width: 70px;
    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;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.medium-wrap {
    width: 100%;
}
.contact-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 45px;
}
.contact-list .item {
    flex: 0 0 100%;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
}
.contact-text .title {
    font-size: 28px;
    padding-bottom: 20px;
}
.contact-text .desc {
    width: 100%;
    font-size: 14px;
}
.contact-feedback {
    padding-top: 30px;
    padding-bottom: 20px;
}
.contact-feedback .cf-title {
    font-size: 28px;
}
.cb-list {
    display: flex;
    padding-top: 0px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cb-list li {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    padding: 25px 25px;
    margin: 10px 0;
}
.cb-list .title {
    font-size: 18px;
    padding-bottom: 10px;
}
.cb-list .text div {
    margin: 8px 0 0 0;
}
.cb-list .text {
    font-size: 13px;
    line-height: 1.6;
}
.contact-feedback .cf-box {
    margin-top: 15px;
}
.form-item.flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.form-item.m60 {
    margin-top: 20px;
}
.form-item {
    margin-top: 10px;
}
.form-input.w450 {
    width: 100%;
    margin-bottom: 15px;
}
.form-input {
    width: 100%;
    height: 45px;
    font-size: 14px;
    padding: 0 10px;
}
.form-textarea {
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 10px;
}
.form-btn {
    width: 45%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin: 0 10px;
}
.about-profile {
    width: 100%;
    margin-bottom: 0;
    padding: 30px 0 30px 0;
    background-size: auto 100%;
}
.about-title {
    font-size: 22px;
    padding-bottom: 30px;
}
.about-profile .wrapper {
    display: flex;
    padding: 0 4%;
    justify-content: flex-start;
    flex-direction: column;
}
.about-profile .ap-left {
    flex: 0 0 100%;
    width: 100%;
    padding-top: 0;
}
.about-profile .ap-left .ap-number {
    display: flex;
    margin-top: 0;
    padding-right: 0;
}
.about-profile .ap-left .ap-number li .number {
    display: flex;
    font-size: 12px;
    align-items: center;
}
.about-profile .ap-left .ap-number li {
    flex: 0 0 33.3% !important;
    width: 33.3% !important;
    padding-right: 10px !important;
}
.about-profile .ap-left .ap-number li.pl35 {
    padding-left: 10px;
}
.about-profile .ap-left .ap-number li.pl35end {
    padding-left: 10px;
}
.about-profile .ap-left .ap-number li .number span {
    font-size: 28px;
    margin-top: -3px;
}
.about-profile .ap-left .ap-number li .text {
    font-size: 13px;
    padding-top: 5px;
}
.about-profile .ap-left .ap-pic {
    margin-top: 36px;
}
.about-profile .ai-right {
    flex: 0 0 100%;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
}
.about-profile .ap-suntitle {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 0px;
    flex-direction: column;
    padding-top: 25px;
}
.about-profile .ap-suntitle strong {
    font-size: 20px;
    line-height: 1.65;
}
.ahonour-box .swiper-button-next, .ahonour-box .swiper-button-prev {
    display: none;
}
.ahonour-box {
    width: 100%;
    min-height: auto;
    margin-bottom: 60px;
}
.ahonour-list {
    width: 100%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 20px;
}
.ahonour-list .swiper-slide {
    padding: 10px 22px;
}
.ahonour-list .swiper-slide .title {
    font-size: 15px;
    line-height: 1.65;
    height: auto;
}
.logo-card {
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0;
}
.logo-card ul {
    margin: 0 0;
}
.logo-card li {
    width: 33.333%;
    padding: 6px 6px 6px 6px;
}
.logo-card li div {
    width: 100%;
    height: 50px;
    padding: 5px;
}
.logo-card li div img {
    max-width: 95%;
    max-height: 95%;
}
.history-thumbs {
    display: none;
}
.about-history {
    height: 560px;
    padding: 60px 0 60px 0;
}
.about-history .about-title {
    padding-bottom: 0;
}
.about-history .about-title:after {
    display: none;
}
.about-history .ah-list {
    width: 300px;
    margin: 0 auto;
    height: 395px;
}
.about-history .ah-list li {
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 50px;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.about-history .ah-list li .year {
    font-size: 38px;
    padding-left: 80px;
    padding-right: 0;
    padding-top: 5px;
}
.about-history .ah-list li .desc {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    padding-top: 15px;
}
.about-history .ah-list li .desc h1, .about-history .ah-list li .desc h2, .about-history .ah-list li .desc h3{
    font-size: 15px;
    font-weight: normal;
}
.ah-list .swiper-button-prev {
    left: 30%;
}
.ah-list .swiper-button-next {
    right: 30%;
}
.ah-list .swiper-button-next, .ah-list .swiper-button-prev{
	top: unset;
	bottom: 0;
	width: 32px;
	height: 32px;
}
.ah-list .swiper-button-next:after, .ah-list .swiper-button-prev:after {
    font-size: 14px;
}
}