@charset "utf-8";
/*QHtitle*/
.QHtitle h2{font-size:30px;line-height:1.5;margin-bottom:15px;}
.QHtitle p{font-size:16px;line-height:1.8;}
@media (max-width:900px){
    .QHtitle h2{font-size:24px;}
}
@media (max-width:750px){
    .QHtitle h2{font-size:18px;}
    .QHtitle p{font-size:14px;}
}


/*section1*/
.section1{padding:150px 0 !important;}
.section1 .box1{width:40%;margin-top:15px;}
.section1 .box1 h1{font-size:30px;line-height:1.5;}
.section1 .box1 p{font-size:16px;line-height:1.8;padding:10px 0;opacity:0.8;}
.section1 .box2{width:30%;}
.section1 .box2 .p1 span{display: block;font-family: Arial;font-weight:700;color:#F28D20;line-height:50px;}
.section1 .box2 .li .item{padding:20px  0;}
.section1 .box2 .p1 span:nth-child(1){font-size:50px;}
.section1 .box2 .p2{padding-top:5px;height:38px;}
@media (max-width:1360px){
    .section1 .box1{width:55%;}
    .section1 .box2{width:35%;}
}
@media (max-width:1100px){
    .section1{padding:100px 0 50px 0 !important;}
    .section1 .box1{width:auto;}
    .section1 .box2{width:auto;display:block;}
    .section1 .box2 .li{display: flex;align-items: center;justify-content: space-between;}
    .section1 .box2 .li .item{width:100px;text-align:center;}
    .section1 .box2 .p1 span:nth-child(1){font-size:23px;text-align:center;display: block;}
    .section1 .content{display:block;}
    .section1 .box1 p{font-size:14px;padding:5px 0;}
}
@media (max-width:400px){
    .section1 .box2 .p1 span{line-height:30px;}
    .section1{padding:80px 0 30px 0 !important;}
    .section1 .box2 .li .item{width:70px;}
    .section1 .box2 .p1 span:nth-child(1){font-size:20px;text-align:center;display: block;}
}

/*section2*/
.section2{padding-top:30px;}
.section2 .content h3{font-size:24px;font-weight:700;text-align:center;}
.section2 .content .hr{height:50px;background:#fff;width:1px;margin:3px auto 0 auto;}
.section2 .content .level1{text-align:center;}
.section2 .content .level1 p{border:1px solid #fff;border-radius:8px;padding:10px 10px;}
.section2 .content .level1 p img{height:47px;display:inline-block;max-height:47px;margin:0 5px;}
.section2 .content .level2{overflow: hidden;}
.section2 .content .level2 .item{border:1px solid #fff;border-radius:8px;line-height:26px;padding:10px 0;margin:10px 5px 0 5px;box-sizing:border-box;}
.section2 .content .level2 .item span{display: block;text-align:center;}
.section2 .content .intro{font-size:20px;font-weight:700;text-align:center;margin:30px 0;}
.section2 .content .boxA{width:10%;}
.section2 .content .boxB{width:40%;}
.section2 .content .boxB .item{width:calc(20% - 10px);float:left;}
.section2 .content .boxC{width:30%;}
.section2 .content .boxC .item{width:calc(33.33% - 10px);float:left;}
@media (max-width:1600px){
    .section2 .content .level1 p img{height:40px;max-height:34px;}
    .section2 .content .boxA{width:15%;}
    .section2 .content .intro{font-size:18px;}
}
@media (max-width:1260px){
    .section2 .content .level1 p img{height:30px;max-height:22px;}
    .section2 .content .boxA{width:15%;}
    .section2 .content .intro{font-size:18px;}
}
@media (max-width:900px){
    .section2 .content{display: block;}
}
/*wap*/
.section2 .QHwidthWap{display:none;}
.section2 .QHwidthWap .h3{font-size:18px;font-weight:700;}
.section2 .QHwidthWap .hr{height:30px;background:#fff;width:1px;margin:3px 0 0 20px;}
.section2 .QHwidthWap .level1 p{border:1px solid #fff;border-radius:8px;padding:10px 10px;display:inline-block;}
.section2 .QHwidthWap .level1 p img{height:30px;display:inline-block;max-height:47px;margin:0 5px;max-width:60px;}
.section2 .QHwidthWap .duozan p img{width:15%;}
.section2 .QHwidthWap .level2{overflow: hidden;}
.section2 .QHwidthWap .level2 span{border:1px solid #fff;border-radius:8px;line-height:22px;padding:5px 10px;margin:10px 5px 0 5px;display: block;float:left;}
.section2 .QHwidthWap dl{padding:30px  0;}
@media (max-width:900px){
    .section2 .QHwidthWap{display: block !important;}
    .section2 .QHwidth{display: none;}
}

/*section3*/
.section3{padding:0 !important;}
.section3 .content{width:80%;}
.section3 .BoxA{width:45%;height:100%;background: url(../images/about/hr.png) no-repeat left top;background-size:100% 100%;}
.section3 .BoxA{box-sizing:border-box;max-width:750px;}
.section3 .BoxA .swiper-slide{color:#555;}
.section3 .BoxA .swiper-slide a{font-size:18px;color:#fff;text-align:center;font-weight:700;width:calc(50% - 15px);position: relative;height:64px;line-height:1.5;}
.section3 .BoxA .swiper-slide a{float:left;max-width:230px;margin:20px 0;}
.section3 .BoxA .swiper-slide a:nth-child(even){float:right;}
.section3 .BoxA .swiper-slide a::before{content:"";display:block;position:absolute;left:0;top:0;height:100%;width:50%;background:url(../images/about/glyA.png) no-repeat left center;background-size:auto 100%;}
.section3 .BoxA .swiper-slide a::after{content:"";display:block;position:absolute;right:0;top:0;height:100%;width:50%;background:url(../images/about/glyB.png) no-repeat right center;background-size:auto 100%;}
@media (max-width:1400px){
    .section3 .BoxA{width:60%;}
}
@media (max-height:760px){
    .section3 .BoxA .swiper-slide a{margin:10px 0;}
}
@media (max-width:1360px){
    .section3 .BoxA .swiper-slide a{margin:20px 0;}
    .section3 .BoxA{padding:100px 0 50px 0 !important;}
}
@media (max-height:700px){
    .section3 .BoxA .swiper-slide a{margin:20px 0;}
    .section3 .BoxA{padding:100px 0 50px 0  !important;}
}
@media (max-width:900px){
    .section3 .BoxA{width:80%;}
    .section3 .BoxA .swiper-slide a{font-size:16px;height:50px;}
}
@media (max-width:800px){
    .section3 .BoxA{width:95%;}
    .section3 .BoxA{padding:40px 0 !important;}
    .section3 .BoxA .swiper-slide a{font-size:16px;height:50px;}
}
@media (max-width:600px){
    .section3 .BoxA{width:98%;border-bottom:5px solid #fff;border-right:5px solid #fff;}
    .section3 .content{width:90%;}
    .section3 .BoxA .swiper-slide a{font-size:14px;height:45px;width:calc(50% - 5px);}
    .section3 .BoxA{padding:30px 0 !important;}
}

/*section4*/
.section4{padding-top:30px;min-height:600px;display:flex !important;}

/*section5*/
.section5 .content .swiper-container{padding-top:10px;cursor: pointer;}
.section5 .content .swiper-slide{border-radius:10px;transition: all 0.3s ease;}
.section5 .content .swiper-slide span.img{height:100px;}
.section5 .content .swiper-slide span.img img{max-width:80%;max-height:80%;}
.section5 .content .swiper-slide span.text{font-size:16px;font-weight:700;color:#fff;line-height:20px;display: block;height:20px;padding:10px 10px 0 10px;text-align:center;}
.section5 .content .swiper-slide:hover{transform: translateY(-10px);}
.section5 .QHwidth{height:100%;position: relative;}
.section5 .content{position:absolute;left:0;width:100%;}
@media (max-width:600px){
    .section5 .content .swiper-slide span.img{height:50px;}
}

/*section11*/
.section11{padding-top:30px;}
.section11 .swiper-container{padding-top:50px;}
.section11 .swiper-slide{width:25%;border-radius:300px;transition: all 0.3s ease;}
.section11 .swiper-slide img{width:100%;}
.section11 .swiper-slide .text{position:absolute;width:100%;text-align:center;line-height:2;font-size:17px;left:0;bottom:0;padding:10% 0;border-radius:0 0 310px 310px;}
.section11 .swiper-slide .text{background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);padding-top:50%;display:none;}
.section11 .swiper-slide .text h1{font-size:22px;font-weight:normal;}
.section11 .swiper-slide .text p{font-size:16px;font-weight:normal;opacity:0.5;}
.section11 .nextPrev{width:25%;height:1px;position:absolute;left:50%;bottom:20%;transform: translateX(-50%);z-index:1000;}
.section11 .nextPrev span{width:108px !important;height:108px !important;z-index:11;cursor:pointer;background: #F28D20;border-radius:200px;transition: all 0.3s ease;}
.section11 .nextPrev span:hover{transform: scale(1.1);}
.section11 .nextPrev span:nth-child(1){position:relative;left:-36.5px;transform: rotate(180deg);}
.section11 .nextPrev span:nth-child(2){position:relative;right:-36.5px;}
.section11 .swiper-slide:hover{position: relative;transform: translateY(-50px);}
.section11 .swiper-slide:hover .text{display: block;}
.section11 .swiper-slide:hover span{display: flex;}
.section11 .swiper-button-disabled{width:0;height:0;opacity:0;overflow: hidden;}
@media (max-width:1360px){
    .section11 .swiper-slide{width:30%;}
    .section11 .nextPrev{width:20%;}
    .section11 .nextPrev span{width:45px !important;height:45px !important;}
}
@media (max-width:750px){
    .section11 .nextPrev span{width:45px !important;height:45px !important;}
    .section11 .swiper-slide{width:30%;}
    .section11 .swiper-slide .text h1{font-size:18px;}
    .section11 .swiper-slide .text p{font-size:14px;}
    .section11 .swiper-slide-active{transform: translateY(-20px);}
}
@media (max-width:400px){
    .section11 .swiper-slide{width:40%;}
}

.section11 .swiper-slide span{width:108px !important;height:108px !important;z-index:11;cursor:pointer;background: #F28D20;border-radius:200px;transition: all 0.3s ease;position:absolute;}
.section11 .swiper-slide span{bottom:3%;right:3%;display:none;}
.section11 .swiper-slide span img{height:auto;width:auto;}
.section11 .swiper-slide span:hover{transform: scale(1.1);}
@media (max-width:1360px){
    .section11 .swiper-slide{width:30%;}
    .section11 .nextPrev{width:20%;}
    .section11 .swiper-slide span{width:45px !important;height:45px !important;}
}

/*section12*/
.section12{height: auto !important;padding:0 !important;}
.section12{background-color:#1C1C1C !important;}

