@charset "utf-8";

@import url('https://fonts.font.im/css?family=Rubik');


#about{margin: 0 auto; }
#about .wrap{margin: 0 auto;max-width: 1600px;padding: 100px 0;}
#about .profile{margin: 0 auto; background: linear-gradient(to bottom, #fbfbfb, #f9f9f9);}
#about .profile .content{ width: 50%;float: left;}
#about .profile .content>.title{font-size: 3.8rem;}
#about .profile .content>.text{ padding: 50px 0; font-size: 1.6rem; line-height: 3rem; color: #666;}
#about .profile .content>.text>p{margin-bottom: 30px;}
#about .profile .video{ position: relative; width: 38%;}
#about .profile .video>a{display: block;position: absolute;z-index: 24;left: -50px; bottom: 12%; text-align: center; box-sizing: border-box; padding-top: 50px; line-height: 50px;  width:200px;height: 200px; border-radius: 8px; background: rgba(178,0,19,.9); transition: all .35s; }
#about .profile .video>a i{display: block; font-size: 7.6rem; color: #fff;}
#about .profile .video>a span{ display: block; font-size: 1.6rem; color: #fff;}
#about .profile .video>img{width: 100%;height: auto; border-radius: 8px;}
#about .profile .video>a:hover{background: rgba(30,38,135,.9); transform: scale(1.05)}

#about .statistics{position: relative; margin: 0 auto; background: url("../img/statistics_img.jpg") no-repeat; background-position: 0 0; background-size: cover; background-attachment: fixed;}
#about .statistics:after{position: absolute;z-index: 1; left: 0;top: 0;width: 100%;height: 100%; background: rgba(30,38,135,.7); content: '';transition: all .35s;}
#about .statistics .wrap{max-width: initial; width: 98%; padding: 150px 0; position: relative;z-index: 10;}
#about .statistics .container{margin: 0 auto;}
#about .statistics .container>.rows{display: block; float: left;width: 20%; text-align: center; box-sizing: border-box; padding: 20px 0; border-right: 1px solid rgba(255,255,255,.2);}
#about .statistics .container>.rows:last-child{border: 0;}
#about .statistics .container>.rows>.num{font-family: 'Rubik', sans-serif;font-size: 6rem; color: #fff;}
#about .statistics .container>.rows>.tit{font-size: 1.8rem; color: rgba(255,255,255,.7);}


#about .culture{margin: 0 auto; background: #fff;}
#about .culture .title{font-size: 4rem;}
#about .culture .container{ margin: 0 auto; display: flex;padding: 50px 0;}
#about .culture .container>.slide {flex: 1;position: relative;margin-right: 10px; transition: .6s;}
#about .culture .container>.slide:last-child {margin-right: 0;}
#about .culture .container>.slide .img {width: 100%;}
#about .culture .container>.slide .img>img {width: 100%; height: 530px;}
#about .culture .container>.slide .box {position: absolute;top: 0;left: 0;width: 100%;height: 100%; padding: 60px; box-sizing: border-box; background: #f3f3f3;transition: .8s;}
#about .culture .container>.slide .box>.title{font-size: 2.4rem; font-weight: bold;}
#about .culture .container>.slide .box>.text{ padding-top: 20px; width: 90%; font-size: 1.8rem; line-height: 3rem; color: #666;transition: all .35s;}
#about .culture .container>.slide .box>.ico{ position: absolute;z-index: 12; left: 60px;bottom: 60px; width: 80px;height: 80px;overflow: hidden; }
#about .culture .container>.slide .box>.ico>img{position: absolute;z-index: 12; top: 0;left: 0;width: 100%;}
#about .culture .container>.slide:hover {flex: 1.48;}
#about .culture .container>.slide:hover .box{ background: transparent;}
#about .culture .container>.slide:hover .box>.title{color: #fff;}
#about .culture .container>.slide:hover .box>.text{color: rgba(255,255,255,.8);}
#about .culture .container>.slide:hover .box>.ico>img{top:-80px;}



#about .honor{margin: 0 auto;background:url('../img/honor_bg.jpg') no-repeat;background-size:cover;position: relative;}
#about .honor:after{position: absolute;z-index: 1;left: 0; bottom: 60px; width: 100%;height: 130px; background: url("../img/hono_rt.png") repeat-x; background-position: left bottom; content: '';}
#about .honor .title{font-size: 4rem;}
#about .honor .container{ margin: 0 auto;padding: 50px 0; position: relative;z-index: 50; }
#about .honor .container .swiper{margin: 0 auto; padding: 20px;}
#about .honor .container .swiper .swiper-slide{text-align: center; box-sizing: border-box; height: 400px; display: flex; justify-content: center; align-items: flex-end; }
#about .honor .container .swiper .swiper-slide>a{display: block; vertical-align: bottom; position: relative; width: 100%; height: 100%;}
#about .honor .container .swiper .swiper-slide>a:after{position: absolute;z-index: 12;left: 50%;top: 50%; transform: translate(-50%,-50%); width: 60px;height: 60px; line-height: 60px; border-radius: 100%;opacity: 0; background: rgba(30,38,135,.9); color: #fff; font-family: iconfont; font-size: 3rem; content: '\e62a'; transition: all .35s;}
#about .honor .container .swiper .swiper-slide>a:hover:after{ background: #b20013;}
#about .honor .container .swiper .swiper-slide img { display: inline-block; box-shadow:3px 5px 16px rgba(0,0,0,.1); transition: .4s;transform: scale(.7);transform-origin: center bottom; height: 100%;width: auto; object-fit: cover;}
#about .honor .container .swiper .swiper-slide p{font-size: 2rem; display: none;}
#about .honor .container .swiper .swiper-slide-active>a:hover:after{opacity: 1;}
#about .honor .container .swiper .swiper-slide-active img {transform: scale(1);box-shadow:8px 5px 16px rgba(0,0,0,.5);}
#about .honor .container .title{position: absolute;z-index: 10; left: 50%; bottom: -50px; transform: translateX(-50%); width: 100%; font-size: 1.8rem; color: #666; text-align: center; }
#about .honor .container .control{ position: absolute;z-index: 12; left: 20px;bottom: -50px; display: block;}
#about .honor .container .control>.prev, #about .honor .container .control>.next{display: inline-block; cursor: pointer; color: #999; width: 30px;height: 30px; line-height: 30px;text-align: center; transition: all .35s;}
#about .honor .container .control>.prev i, #about .honor .container .control>.next i{font-size: 2rem; font-weight: bold;}
#about .honor .container .control>.prev:hover, #about .honor .container .control>.next:hover{color: #1e2687;}

#about .partner{margin: 0 auto; background:#fff url("../img/partner_map.png") no-repeat; background-position: center 100%; background-size: 100% auto; }
#about .partner .title{ font-size: 4rem;}
#about .partner .describe{ padding: 50px 0; font-size: 1.6rem; color: #666; line-height: 2.8rem;}
#about .partner .container{ margin: 0 auto;}
#about .partner .container .swiper{margin: 0 auto;}
#about .partner .container .swiper .swiper-slide{ text-align: center; background: #fff; border: 1px solid #f0f0f0; overflow: hidden;border-radius: 3px; box-shadow: 0 4px 16px rgba(0,0,0,.02); box-sizing: border-box;;padding:10px 50px;}
#about .partner .container .swiper .swiper-slide>img{ width: 100%;height: auto; }
#about .partner .container .swiper .swiper-pagination{position: relative; padding-top: 50px; bottom: 0;}
#about .partner .container .swiper .swiper-pagination .swiper-pagination-bullet{ border-radius: 0!important; width: 20px!important;height: 5px!important;}
#about .partner .container .swiper .swiper-pagination .swiper-pagination-bullet-active{ background: #1e2687!important;}


#video{ display: none; position: fixed;z-index: 10200; left: 0;top: 0; width: 100%;height: 100%; background: rgba(0,0,0,.9);}
#video>.box{position: absolute;z-index: 10; left: 50%;top:50%; width: 960px;transform: translate(-50%,-50%); transition: all .35s;}
#video>.box>.close{ text-align: center; padding-top: 20px;}
#video>.box>.close>i{ display: inline-block; font-size: 1.8rem; color: #fff; cursor:pointer; width: 42px;height: 42px; line-height: 42px; border-radius: 100%; border: 1px solid #fff; transition: all .35s;}
#video>.box>.media{ width: 900px;height:540px; margin: 0 auto; transition: all .35s;}
#video>.box>.media>iframe{ width: 100%;height: 100%;margin: 0 auto;}
#video.show{display: block;}
#video>.box>.close i:hover{transform: rotate(180deg);}

@media only screen and (max-width: 1680px){

    #about .honor .container .swiper .swiper-slide>a { height: auto;}
    #about .honor .container .swiper .swiper-slide>a img{max-height: 400px;}

}
@media only screen and (max-width: 1380px){


    #about .culture .container>.slide .img>img { height:480px;}

}

@media only screen and (max-width: 1280px){

    #about .wrap { padding: 50px 0;}

    #about .profile .content>.title{font-size: 3.2rem;}
    #about .profile .content {width: 45%;}
    #about .profile .video { width: 45%;}

    #about .statistics .container>.rows>.num{font-size: 5rem;}

    #about .honor .title{font-size: 3.2rem;}
    #about .honor .container{ padding:50px 0 100px 0; }
    #about .honor .container .swiper{ width:86%;  padding: 20px;}
    #about .honor .container .swiper .swiper-slide{height: 300px; }
    #about .honor .container .swiper .swiper-slide>a img {  max-height: 300px; }
    #about .honor .container .control { bottom:0;}
    #about .honor .container .title {bottom: 0; font-size: 1.5rem;}



    #about .partner .title{ font-size: 3.2rem;}

    #about .culture .title{font-size: 3.2rem;}
    #about .culture .container>.slide .img>img { height:400px;}
    #about .culture .container>.slide .box>.ico {width: 70px;height: 70px;}
    #about .culture .container>.slide .box>.text { width: 100%; font-size: 1.6rem;line-height: 2.4rem;}
    #about .culture .container>.slide:hover .box>.ico>img{top:-70px;}


}

@media only screen and (max-width: 1080px){




    #about .profile .content{ width: 100%;float: none;}
    #about .profile .content>.text{ font-size: 1.4rem; line-height: 2.4rem;}
    #about .profile .video{ width: 100%; float: none; height: 360px; overflow: hidden; background: #eee; border-radius: 5px;}
    #about .profile .video img{ position: absolute;z-index: 12; left: 0; top: 50%; transform: translateY(-60%); width: 100%;height: auto; border-radius: 0; }
    #about .profile .video>a { left: 50%;bottom: auto; top: 50%; padding-top: 40px; transform: translate(-50%,-50%); width: 160px; height: 160px;}
    #about .profile .video>a:hover{transform:  translate(-50%,-50%) scale(1.05);}


    #about .statistics .wrap {padding: 100px 0;}
    #about .statistics .container>.rows>.num { font-size: 4rem;}
    #about .statistics .container>.rows>.tit{font-size: 1.6rem;}


    #about .honor .container .swiper .swiper-slide{height: 260px; }
    #about .honor .container .swiper .swiper-slide>a img {  max-height: 260px; }
    #about .honor .container .title { font-size: 1.4rem;}



    #about .culture .container{ display: block;}
    #about .culture .container>.slide { display: block; margin-right: 0; margin-bottom: 10px;}
    #about .culture .container>.slide .img>img { height:500px;}


    #video>.box{width: 86%;}
    #video>.box>.media{ width: 100%;height:400px;}


}

@media only screen and (max-width: 860px){

    #about .statistics .wrap {padding: 50px 0;}
    #about .statistics .container>.rows{ width: calc(100% / 3); box-sizing: border-box; margin: 25px auto;}
    #about .statistics .container>.rows:nth-child(3n){border: 0;}


    #about .honor .container .swiper{ width:100%; }
    #about .honor .container .title {font-size: 1.6rem;}

    #about .culture .container>.slide .img>img { height:400px;}

    #about .partner .describe {font-size: 1.4rem; line-height: 2.4rem; }

    #video>.box>.media{ height:320px;}

}

@media only screen and (max-width: 640px){

    #about .profile .content>.title{font-size: 2.4rem;}

    #about .statistics .container>.rows>.num{font-size: 4rem;}
    #about .statistics .container>.rows>.tit{font-size: 1.2rem;}

    #about .honor .title{font-size:2.4rem;}
    #about .honor .container .title { font-size: 1.4rem;}

    #about .honor .container .swiper .swiper-slide>a:after{width: 42px;height: 42px; line-height: 42px;  font-size: 2rem; }

    #about .partner{background-size: 200% auto; }
    #about .partner .title{ font-size: 2.4rem;}
    #about .partner .describe { padding: 30px 0; font-size: 1.2rem; line-height: 2rem; }
    #about .partner .container .swiper .swiper-slide{ padding:5px 10px;}



    #about .culture .title{font-size: 2.4rem;}


    #video>.box>.media{ height:280px;}

}
@media only screen and (max-width: 520px){

    #about .statistics .container>.rows>.num{font-size: 3rem;}



    #about .culture .container>.slide .img>img { height:300px;}
    #about .culture .container>.slide .box{padding: 30px;}
    #about .culture .container>.slide .box>.title { font-size: 2rem;}
    #about .culture .container>.slide .box>.ico {width: 50px;height: 50px; left: 30px;bottom: 30px;}
    #about .culture .container>.slide .box>.text { font-size: 1.4rem;line-height: 2rem;}
    #about .culture .container>.slide:hover .box>.ico>img{top:-50px;}

    #about .honor .container .title { bottom: 30px; font-size: 1.2rem;}
    #about .honor .container .control>.prev, #about .honor .container .control>.next{width: 20px;height: 20px; line-height: 20px;}
    #about .honor .container .control>.prev i, #about .honor .container .control>.next i{font-size: 1.8rem;}


}