.in-about {
    padding: 160px 0 135px;
}

.in-about .container {
    padding: 18px 15px;
    display: flex;
    background-image: url("../image/about-bg.png");
    background-size: auto 100%;
    background-position: top 0 left 65%;
    background-repeat: no-repeat;
}

.in-about .container .left {
    width: 41.65%;
}

.in-about .container .right {
    width: 58.35%;
    padding-left: 100px;
    padding-right: 65px;
}

.in-about .container .left img {
    width: 100%;
}

.about-title {
    margin-bottom: 40px;
}

.about-title p:nth-child(1) {
    font-size: 16px;
    line-height: 50px;
    font-family: shu;
    color: #999999;
    text-transform: uppercase;
}

.about-title p:nth-child(2) {
    font-size: 36px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}

.about-title span:nth-child(3) {
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #de0214;
}

.in-about .container .right > p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 0;
}

.in-about2 {
    position: relative;
    background-image: url("../image/about-bg2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 130px;
    margin-top: 130px;
}

.in-about2 .container {
    text-align: center;
}

.linian {
    display: flex;
    background: #de0214;
    margin-bottom: 130px;
    color: #fff;
    padding: 45px 0;
    margin-top: -130px;
}

.linian div {
    width: 33.33%;
    padding: 0 70px;
    position: relative;
}
.linian div:hover i{
    transform: rotateY(180deg);
}
.in-about2 .container > p:nth-child(2) {
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
}

.in-about2 .container > p:nth-child(3) {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.linian div i {
    font-size: 100px;
    transition: .4s;
    display: inline-block;
}

.linian div > p:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.linian div > p:nth-child(3) {
    font-size: 16px;
    line-height: 24px;
}

.linian div:nth-child(2) {
    border-left: 1px solid #e84e5b;
    border-right: 1px solid #e84e5b;
}

.honor {
    padding: 120px 0 100px;
}

.swiper-slide-active, .swiper-slide-duplicate-active {
    padding: 0 !important;
}

.swiper-slide-active div, .swiper-slide-duplicate-active div {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: .4s;
}

.swiper-honor .swiper-slide {
    padding: 35px 60px;
    transition: .4s;
    min-height: 370px;
}

.swiper-honor .swiper-slide img {
    width: 100%;
    transition: .4s;
}

.swiper-honor .swiper-wrapper {
    padding: 15px 0;
}

.swiper-honor .swiper-slide p {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    text-align: center;
    font-weight: bold;
    transition: .4s;
    display: none;

}

.swiper-slide-active p, .swiper-slide-duplicate-active p {
    display: block !important;
    margin-top: 30px;
}

.honor-tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    align-items: center;
}

.honor-tab2 {
    width: 80%;
    display: flex;
}

.honor-tab2>div {
    margin-right: 130px;
    cursor: pointer;
}

.honor-tab2 div p:nth-child(1) {
    font-size: 60px;
    line-height: 1;
    font-family: shu;
    color: #cccccc;
}

.honor-tab2 div p:nth-child(2) {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
}

.honor-tab2 .active p:nth-child(1) {
    color: #de0214;
}

.honor-tab3 div div span:nth-child(1) {
    font-size: 30px;
    line-height: 30px;
    color: #de0214;
    font-family: shu;
    margin-right: 5px;
}

.honor-tab3 div div span:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    font-family: shu;
    color: #999999;
}

.honor-tab3 div div {
    font-size: 18px;
}

.contact, .pc-foot,.contact-right input,.contact-right textarea{
    background: #f1f3f5;
}
