@charset "UTF-8";
/*  about
-------------------------------------------------*/
.about_banner{
    width:100%;
    height:440px;
    margin-bottom:60px;
    text-align: center;
    background-color: #338bff;
}

.about_r_main{
    width:1280px;
    position: relative;
    margin: auto;
    padding: 110px 0px;
}

.circle1,
.circle2,
.circle3,
.circle4,
.circle5,
.circle6{
    position: absolute;
}

.circle1{
    top:220px;
    -webkit-animation: cloudy 5s ease-in-out infinite;
            animation: cloudy 5s ease-in-out infinite;
}

@-webkit-keyframes cloudy {
    50% { -webkit-transform: translateX(-60px); transform: translateX(-60px); }
}
@keyframes cloudy {
    50% { -webkit-transform: translateX(-60px); transform: translateX(-60px); }
}

.circle2{
    top:15px;
    left: 170px;
    -webkit-animation: cloudy_shadow 5s ease-in-out infinite;
            animation: cloudy_shadow 5s ease-in-out infinite;
}

@-webkit-keyframes cloudy_shadow {
    50% { -webkit-transform: translateY(40px) scale(1); transform: translateY(40px) scale(1); }
}
@keyframes cloudy_shadow {
    50% { -webkit-transform: translateY(40px) scale(1); transform: translateY(40px) scale(1); }
}

.circle3{
    bottom:-20px;
    left: 170px;
    -webkit-animation: rainbow_shadow_02 5s ease-in-out infinite;
    animation: rainbow_shadow_02 5s ease-in-out infinite;
}

@-webkit-keyframes rainbow_shadow_02 {
    50% { opacity: 0.10; }
}
@keyframes rainbow_shadow_02 {
    50% { opacity: 0.10; }
}

.circle4{
    top:0px;
    left: 870px;
    -webkit-animation: rainbow_shadow 5s ease-in-out infinite;
            animation: rainbow_shadow 5s ease-in-out infinite;
}

@-webkit-keyframes rainbow_shadow {
    50% { opacity: 0.50; }
}
@keyframes rainbow_shadow {
    50% { opacity: 0.50; }
}

.circle5{
    top:160px;
    left: 800px;
    -webkit-animation: cloudy_02 5s ease-in-out infinite;
            animation: cloudy_02 5s ease-in-out infinite;
}

@-webkit-keyframes cloudy_02 {
    50% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
}
@keyframes cloudy_02 {
    50% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
}

.circle6{
    bottom: 20px;
    right:260px;
    -webkit-animation: animatedBackground 5s ease-in-out infinite;
            animation: animatedBackground 5s ease-in-out infinite;
}

@-webkit-keyframes animatedBackground {
    50% { -webkit-transform: translateX(-30px); transform: translateX(-30px); }
}
@keyframes animatedBackground {
    50% { -webkit-transform: translateX(-30px); transform: translateX(-30px); }
}


.about_banner span{
    display: block;
}

.about_search_bg{
    width:700px;
    margin: auto;
    padding: 13px 0px;
    text-align: center;
    background: url("img/about/search.png") no-repeat;
}

.about_search_bg img,
.about_search_bg>.search_text{
    display: inline-block;
    color:#328bff;
    font-size: 25px;
    font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
    vertical-align: middle;

}
.about_search_bg i{
    display: inline-block;
    vertical-align: middle;
}

.about_box{
    width:100%;
    height:34px;
    position: relative;
}

.about_nav{
    width:100%;
    height:34px;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
    background-color: #fff;
}

.about_nav ul{
    width:875px;
    margin: auto;
}

.about_nav li{
    width:65px;
    height:30px;
    float: left;
    font-size: 16px;
    margin-right:70px;
    color: #777;
    display: block;
}

.about_nav li a{
    width:65px;
    height:30px;
    color: #777;
    display: block;
}

.current{
    border-bottom: 4px solid #338bff;
}

.about_main{
    width:1280px;
    /*min-height: 1800px;*/
    margin: auto;
    position: relative;
    padding-bottom: 100px;
}

.about_main h1{
    font-size:30px;
    font-weight: normal;
}

.about_main span{
    display: block;
}

.about_main_text{
    width:550px;
    float: left;
    margin: 30px 0px 0px 10px;
}

.about_main>div.about_video{
    margin: 30px 0 10px 0;
    padding-bottom:20px;
    width: 100%;
    /*background-color: black;*/
}
.about_main>div.about_video>video{
    width: 100%;
    height: 720px;
}
.about_main>div.taC>div.dot{
    text-align: center;
    height:8px;
}
.about_main>div.taC>div.dot>i{
    display:inline-block;
    width: 4px;
    height: 4px;
    margin-left:8px;
    background-color: #cccccc;
    border-radius: 50%;      /* 变成圆形 */
    transform: translate(-50%, -50%);
}
.about_main>div.taC>h1{
    padding:25px 0 10px 0;
    font-size: 41px;
    font-weight: 500;
    color:#888;
}
.about_main>div.taC>h4{
    color:#888;
    padding-bottom: 25px;
}
.about_main>div.taC>h4>span{
    display:block;
    padding-bottom: 2px;
}
.about_main h2{
    font-size:20px;
    color: #888;
}
h1.certificates-title{
    padding-top:75px;
}
div.certificates-div{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1300px;
    min-width: 1300px;
}
div.certificates-img-div{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    width: 1300px;
}
div.certificates-img{
    splay: flex;
    flex-direction: column;
    align-items: center;
    width: 243px;
    margin-bottom: 20px;
}
div.certificates-img>img{
    width: 100%;
    height: 140px;
    object-fit: contain;
}
div.certificates-img>p.cert-name{
    margin-top: 13px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    color: #000;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

div.partner-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 57px;
    background:#efefef;
}
div.partner-div>p.partner-title{
    /*font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 700;*/
    font-size: 30px;
    color: #000;
    line-height: 42px;
    margin-bottom: 16px;
}
div.partner-div>div.carousel-track{
    width: 1247px;
    height:400px;
    position: relative;
    display: flex;
    overflow:hidden;
    margin-top:25px;
}
div.partner-div>div.carousel-track>div.carousel-slide{
    display: inline-block;
    position: absolute;
    top:0px;
    left:0px;
    min-width: 100%;
    height: 100%;
    box-sizing: border-box;
}
div.partner-div>div.carousel-track>div.carousel-slide-action{
    transition: transform 0.5s ease-in-out;
}
div.partner-div>div.carousel-track>div.carousel-slide>img.partner-img{
    width: 288px;
    height: 134px;
    margin-left: 16px;
    margin-top: 26px;
    background: linear-gradient(270deg, #fffc, #fff 32%, #fff 61%, #fffc);
    border-radius: 16px;
}
div.partner-div .indicator-div {
    width: 150px;
    height: 50px;
    margin-top: -50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 1;
}
div.partner-div .indicator-div>div.arrow-div{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 20px;
    background: #338bff;
    border-radius: 44px;
}
div.partner-div .indicator-div>div.disabled{
    background:#add1ff;
}
.about_number{
    padding-left: 20px;
    margin-top: 15px;
}

.about_number li{
    list-style: decimal;
    color: #888;
    font-size: 16px;
    line-height: 30px;
}

.about_link{
    width:158px;
    height:40px;
    text-align: center;
    line-height: 40px;
    font-size:16px;
    color: #3ca4ff;
    display: block;
    font-weight: bold;
    border-radius: 5px;
    margin: 0px auto;
    border: 1px solid #3ca4ff;
}

.about_bottom_text b{
    margin-right: 75px;
    font-size: 16px;
    color: #888;
    margin-top: 20px;
    line-height: 30px;
}

.posFix{
    position: fixed;
    top: 0px;
    z-index: 999;
}

.ml435{ margin-left: 435px !important;}
/*****************************************************************************************************
*******************************************************************************************************************************
 ********************************************************************************************************/
.about_center{
    width:890px;
    margin: 0px auto;
    padding: 40px 0px;
}

.about_joinus_bofore{
    width:450px;
    height:60px;
    padding: 60px 0px 0px 20px;
    position: relative;
    display: block;
    background: url("img/about/about_before.png") no-repeat;
}

.about_joinus_after i{
    width:20px;
    height:20px;
    position: absolute;
    top: -25px;
    left: -7px;
}

.about_joinus_bofore i{
    width:20px;
    height:20px;
    position: absolute;
    top: -25px;
    right: 17px;
}

.about_joinus_after{
    width:400px;
    height:60px;
    padding: 60px 0px 0px 50px;
    margin-top: 80px;
    position: relative;
    display: block;
    background: url("img/about/about_after.png") no-repeat;
}

.about_center h3{
    font-size: 30px;
    color: #888;
}

.about_center p{
    font-size: 18px;
    color: #888;
    margin-top: 35px;
    line-height: 28px;
}
div.about_main div.blank{
    height:30px;
}
/*****************************************************************************************************
*  honor    *******************************************************************************************************************
 ********************************************************************************************************/


.honor {
    width: 1150px;
    /* height:1600px; */
    margin: 0 auto;
}

.about_m_title {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 45px;
    padding-top:40px;
}
.about_m_wrap {
    width: 1208px;
    height: 1300px;
    margin: auto;

}
.about_m_img {
    float: left;
    margin-left: 38px;
    margin-right: 38px;
    margin-bottom: 37px;
}
.about_m_link {
    float: left;
    margin-left: 38px;
    margin-right: 38px;
    margin-bottom: 36px;
}

#about_m_01,
#about_m_02,
#about_m_03,
#reports,
#teamwork,
#join{
    background-color: #000;
    position: relative;
    top:-60px;
    display: block;
    width:100%;
}

#contact{
    background-color: #000;
    position: relative;
    top: 10px;
    display: block;
    width: 100%;
}








































