@charset "utf-8";
/*翻页条*/
.pagebar{margin:.8rem auto 0 auto;display: flex;align-items: center;justify-content: center;}
.p_pages{text-align: center;align-items: center;flex-wrap: wrap;}
.pagebar *{font-size: .16rem;}

.p_pages svg{width: .16rem;height: .16rem; transition: .5s;}
.p_goto{ margin: 0 .03rem}
.p_goto input{display: flex;align-items: center;border-radius: .04rem;justify-content: center;height: .36rem;padding: 0 .1rem;transition: .5s;position: relative;z-index: 1;border: #d2d5da 1px solid;border-radius: .04rem;width: .6rem;}
.p_goto a{display: flex;align-items: center;border-radius: .04rem;justify-content: center;height: .36rem;padding: 0 .1rem;transition: .5s;position: relative;z-index: 1;}
.p_goto a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: #d2d5da 1px solid; border-radius: .04rem; z-index: -1; transition: .5s;}

.p_pages a:hover, .p_pages a.on, .p_goto a:hover{background: #333333;color:#fff!important;}
.p_pages a:hover svg{ fill: #fff}
.p_goto a:hover::before{ border: #333333 1px solid;}

@media(max-width: 800px){
    .j_pages{ margin: .4rem auto 0;}
} 

.n_banner{ position: relative; z-index: 1;}
.n_banner .imgBox .img{padding-bottom: 36.45%;}
.n_banner .top{position: absolute;top: 0;right: 0;bottom: 0;left: 0; padding-top: 1.5rem}
.n_banner .top .wp{height: 100%;display: flex;justify-content: center;align-items: center;}
.n_banner .top .txt{text-align: center;position: relative;z-index: 1;background: rgba(255,255,255,.65);width: 7.4rem;max-width: 100%;padding: .3rem;}
.n_banner .top h3{font-size: .5rem;color: #1C6FC8;padding-bottom: .2rem;position: relative; margin-bottom: .3rem; font-family: "思源宋体 Bold";}
.n_banner .top h3:before{ content:""; position: absolute; bottom: 0; left: 50%; width: .72rem; height: .03rem; background: #1C6FC8; transform: translateX(-50%)}

.mianbao{display: flex;align-items: center;justify-content: center;}
.mianbao *{font-size: .18rem;color: #333333;font-style: normal;line-height: 1.5;}
.mianbao span{margin: 0 .05rem;}
.mianbao img{ width: .18rem; margin: 0 .06rem 0 0}

#m_n_nav {display: none;line-height: 50px;position: relative;z-index: 9;width: 100%;background: #1C6FC8;}
#bnt_back { position: absolute; left: 15px; top: 0px; }
#bnt_back img { height: 28px; }
#bnt_back svg { fill: rgb(255, 255, 255); height: 30px; vertical-align: middle; width: 26px; }
#m_n_nav i { }
#m_n_nav h1 { font-size: 14px; color: rgb(255, 255, 255); text-align: center; margin: 0px; line-height: 50px; }
#bnt_sub_nav { position: absolute; right: 15px; top: 0px; height: 50px; cursor: pointer; color: rgb(255, 255, 255); font-size: 18px; display: flex; align-items: center; }
#bnt_sub_nav svg { fill: rgb(255, 255, 255); height: 20px; vertical-align: middle; width: 20px; }
#bnt_sub_nav img { display: block; height: 20px; }
#bnt_sub_nav.on img { transform: rotate(-180deg); }
#sub_nav_content { background: rgb(240, 243, 245); display: none; box-shadow: rgb(153, 153, 153) 0px 0px 5px; z-index: 9; }
#sub_nav_content ul { padding: 10px; }
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0px; }
#sub_nav_content ul li a { display: block; border-left: 2px solid rgb(202, 158, 78); height: 30px; line-height: 30px; font-size: 14px; padding-left: 10px; color: rgb(83, 84, 85); }
#sub_nav_content ul li.on a { color: rgb(202, 158, 78); }
#sub_nav_content dl {font-size: 0px;overflow: hidden;background: rgb(255, 255, 255);padding: 10px 0px;display: flex;flex-wrap: wrap;}
#sub_nav_content dt {position: relative;background: rgb(255, 255, 255);z-index: 999;min-width: 33.33%;display: inline-block;margin-bottom: 0px;text-align: left;width: 100%;}
#sub_nav_content dt a { margin: 0px 20px; display: block; color: rgb(91, 83, 73); line-height: 30px; font-size: 14px; font-weight: 400; vertical-align: top; }
#sub_nav_content dt a i { position: absolute; right: 15px; top: 0px; opacity: 0; display: none; }
#sub_nav_content dt a { }
#sub_nav_content dt.title { background: rgb(250, 250, 251); }
#sub_nav_content dt.title i { opacity: 1; }
#sub_nav_content dt.title_on { background: rgb(250, 250, 251); }
#sub_nav_content dt.title_on a { color: rgb(215, 0, 41); border-top: 1px solid rgb(255, 255, 255);}
#sub_nav_content dt.title_on a i { color: rgb(215, 0, 41); }
#sub_nav_content dt.last a { border-top: 1px solid rgb(248, 248, 248); }
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {color: #1C6FC8;}
#sub_nav_content dd { display: none; }
#sub_nav_content dd .box { padding: 0px; }
#sub_nav_content dd a { padding: 0px 25px; line-height: 30px; border-top: 1px solid rgb(231, 231, 231); font-size: 12px; color: rgb(91, 83, 73); display: block; height: 30px; }
#sub_nav_content dd a.on { color: #1C6FC8; }

.n_sj{position: relative;z-index: 1;overflow: hidden;}
.n_sj:before{content: "";position: absolute;right: 0;bottom: 1px;left: 0;background: #979797;opacity: .4;height: 1px;}
.n_sj ul{justify-content: space-between;}
.n_sj ul li{position: relative;max-width: 33.33%;}
.n_sj ul li .a{display: flex;align-items: center;justify-content: center;height: 1.28rem;font-size: .24rem;color: #151515;position: relative;padding: 0;}
.n_sj ul li .a:before{content: "";position: absolute;bottom: 0;left: 0;width: 0;height: .03rem;background: #1C6FC8;transition: all .5s}

.n_sj ul li.on .a:before, .n_sj ul li:hover .a:before{ width: 100%}
.n_sj ul li.on .a, .n_sj ul li:hover .a{ color: #1C6FC8;}

.pad1{ padding: .8rem 0; overflow: hidden;}

.tit1{margin-bottom: .25rem;align-items: center;}
.tit1 .ll{position: relative;z-index: 1;font-size: .4rem;color: #1C6FC8;display: flex;align-items: center;padding: .25rem 0;text-transform: uppercase;font-family: "思源宋体 Bold";font-weight: 700;}
.tit1 .ll:before{content: "";position: absolute;background: url(../images/tit1.png) center no-repeat;width: 1.51rem;height: .5rem;background-size: cover;z-index: -1;top: 0;}
.tit1 .ll img{margin: .08rem .1rem 0 0;width: 0.27rem;}

.about{ background: url(../images/about_b.jpg) center bottom no-repeat; background-size: 100% auto;}
.about .fl1 .left{ width: calc(100% - 6.6rem - .55rem);}
.about .fl1 .right{ width: 6.6rem; padding: 0 .4rem 0 0;}
.about .fl1 .right .imgW{ position: relative; z-index: 1;}
.about .fl1 .right .imgW::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;border: .15rem solid #1C6FC8;transform: translate(.4rem, -.4rem);}

.list6{ justify-content: space-between; margin: .7rem 0 0;}
.list6 .a{width: 2.47rem;height: 2.47rem;position: relative;z-index: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 0 20%;text-align: center;}
.list6 .a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/list6.svg) center no-repeat; background-size: cover; z-index: -1}
.list6 h3{font-size: .6rem;color: #3462B8;font-family: "思源宋体 Bold";font-weight: 700; width: 100%;}
.list6 h6{font-size: .16rem;color: #333;word-break: break-word; width: 100%;}

.about .fl1{ background: url(../images/about_b1.jpg) center no-repeat; background-size: cover;}
.about .fl2 .content{box-shadow: 0px 4px 16px 0px rgba(28, 111, 200, 0.2965);margin: -.4rem .7rem 0;position: relative;z-index: 2;border-radius: .3rem;overflow: hidden;padding: .6rem 0;background: #fff;}
.about .fl2 .content .arc-con{background: #fff;border-radius: .3rem;padding: 0 .6rem;height: 7.8rem;overflow: hidden;overflow-y: scroll}
.about .fl2 .content .arc-con::-webkit-scrollbar{width:.16rem;height:4px}
.about .fl2 .content .arc-con::-webkit-scrollbar-track{background: #E7E7E7;border-radius: 50vw}
.about .fl2 .content .arc-con::-webkit-scrollbar-thumb{background: #1C6FC8;border-radius: 50vw}

.about .fl3{ padding-bottom: 1.5rem; padding-top: 0 !important;}
.about .fl3 .wp.flexjs{ align-items: center; margin-bottom: 1rem}
.about .fl3 .left{ width: 8.1rem; padding: 0 0 0 .4rem;}
.about .fl3 .right{ width: calc(100% - 8.1rem - .55rem); }
.about .fl3 .left .imgW{ position: relative; z-index: 1;}
.about .fl3 .left .imgW::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: #1C6FC8;transform: translate(-.4rem, .4rem);}

@media(min-width: 1024px){
    
}
@media(max-width: 1024px){
    .n_sj{ display: none;}
    #m_n_nav{ display: block;}

    .n_banner .top{ display: none;}

    .about .fl1 .right{margin: .7rem auto 0;}
    .about .fl1 .left{ width: 100%;}

    .list6 li{margin-bottom: .25rem;width: 33.33%;text-align: center;}
    .list6 .a{width: 1.8rem;height: 1.8rem;margin: 0 auto;}
    .list6 h3{ font-size: .26rem;}

    .list6{ justify-content: flex-start;}

    .about .fl3 .left{max-width: 80%;margin: 0 auto .5rem;padding: 0 0 0 .2rem;}
    .about .fl3 .left .imgW::before{ transform: translate(-.24rem, .2rem);}

    .about .fl3 .right{ width: 100%}
}
@media(max-width: 800px){
    .n_banner .imgBox .img{ padding-bottom: 40%;}

    .list6 .a{width: 1.2rem;height: 1.2rem;margin: 0 auto;}
    .list6 h6{ font-size: .13rem}

    .pad1{ padding: .4rem 0}

    .tit1{ margin-bottom: .15rem}
    .tit1 .ll:before{ width: 1.51rem; height: 0.5rem; transform: scale(.7); transform-origin: left top;}
    .tit1 .ll{font-size: .26rem;padding: .15rem 0;}
    .tit1 .ll img{ width: .2rem;}

    .about .fl1 .right{ max-width: 80%;}
    .list6 li{ margin-bottom: .15rem;}

    .about .fl2 .content{margin: -0.1rem 0.1rem 0;padding: .3rem 0;}
    .about .fl2 .content .arc-con{padding: 0 .2rem;height: auto;overflow: hidden;}

    .about .fl3 .wp.flexjs{ margin-bottom: .4rem}
}
@media(max-width: 560px){
} 

.list7 li{ border-bottom: 1px solid rgba(102,102,102,.3);}
.list7 .a{ padding: .5rem 0; position: relative; z-index: 1;}
.list7 .a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: url(../images/list7_b.png) center no-repeat; background-size: cover; opacity: 0; transition: .5s;}
.list7 .imgBox{ width: 5.42rem; margin: 0 .6rem 0 0;}
.list7 .imgBox .img{ padding-bottom: 56.27%;}
.list7 .txt{flex: 1;overflow: hidden;padding: 0 .3rem 0 0;}
.list7 h6{display: flex;align-items: center;font-size: .16rem;color: #1C6FC8;transition: .5s;}
.list7 h6 svg{width: .24rem;height: .24rem;fill: #1C6FC8;margin: 0 .12rem 0 0;transition: .5s;}
.list7 h6 span{font-size: .24rem;margin: 0 .1rem 0 0;}
.list7 h4{font-size: .26rem;color: #333333;font-family: "思源宋体 Bold";font-weight: 700;line-height: .36rem;max-height: 0.72rem;margin: .3rem 0 .2rem;}
.list7 .line{width: 1.46rem;height: 2px;background: #1C6FC8;transition: .5s;}
.list7 p{font-family: -apple-system, BlinkMacSystemFont, "PingFang SC";color: #666666;opacity: 1;margin: .2rem 0 .3rem;}
.more1{font-size: .16rem;color: #1C6FC8;position: relative;transition: .5s;}
.more1::before{content: "";position: absolute;background: url(../images/list7_i1.svg) center no-repeat;width: .18rem;height: .12rem;left: .65rem;top: 50%;margin-top: -.06rem;transition: .5s;background-size: 100% 100% !important;}

@media(min-width: 1024px){
    .list7 .a:hover::before{ opacity: 1;}
    .list7 .a:hover *{ color: #fff;}
    .list7 .a:hover h6 svg{ fill: #fff}
    .list7 .a:hover .more1::before{ background: url(../images/list7_i1_on.svg) center no-repeat;}
    .list7 .a:hover .line{ background: #fff}
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    .list7 .imgBox{ width: 100%; margin: 0 0 .25rem;}
    .list7 .txt{width: 100%;flex: auto;}

    .list7 .a{ padding: .25rem 0}
    .list7 h4{margin: .15rem 0 .15rem;}
    .list7 p{ margin: .1rem 0 .15rem}
} 
@media(max-width: 560px){
} 

.p_bg{ background: url(../images/about_b.jpg) center bottom no-repeat; background-size: 100% auto;}

.pages{margin: 1.1rem 0 0;}
.pages ul{justify-content: center;align-items: center;font-size: .15rem;color: #333;}
.pages ul li{text-align:center;margin: .03rem .06rem;font-size: .14rem;color: #666;align-items: center;}
.pages ul li a{height: .3rem;text-align: center;padding: 0 .1rem;min-width: .3rem;display: flex;border: 1px solid #C5C5C5;border-radius: 0;align-items: center;justify-content: center;transition: .5s;color: #6A6A6A;border: 1px solid #DCDCDC;font-family: -apple-system, BlinkMacSystemFont, "PingFang SC";}
.pages ul li a svg{width: 14px;height: 14px;fill: #959595;transition: .5s;}

.pages ul li a.on{background: #9E3622;padding: 0 8px;min-width: .35rem;height: .35rem;line-height: .33rem;color: #fff ;border-radius: 3px}

.pages ul li.page-count{line-height: .33rem}
.page-form {line-height: .33rem}
.page-form input{border: 1px solid #ccc;width: .3rem;height: .3rem;text-align: center;padding: 0 .04rem;background: transparent;border-radius: .04rem;margin: 0 .08rem;}
.page-form button{border:none;width: .5rem;height: .3rem;line-height: .28rem;text-align: center;background: #9E3622;color: #fff;border-radius: .04rem;margin: 0 .06rem;cursor: pointer;}
.pages ul li.next svg{ transform: rotateY(180deg)}
.pages ul li a:hover{background: #1C6FC8;border: #1C6FC8 1px solid;color: #fff;}
.pages ul li a:hover{color: #fff;}
.pages ul li a:hover svg{fill: #0151A9;}
.pages ul li.prev a, .pages ul li.next a{min-width: .62rem;font-family: "PingFang SC";font-size: .13rem;color: #666;font-family: 'lib';}

@media(max-width: 560px){
    .pages{ margin-top: .3rem;}
    .pages ul li{ margin: .03rem 1px;}
    .pages ul li a, .pages ul li.cur{ height: .28rem; min-width: .28rem; line-height: .26rem;}
}

.arc-tit{text-align: center;margin-bottom: .4rem;}
.arc-tit h3{position: relative;z-index: 1;border-left: #1C6FC8 .04rem solid;font-size: .3rem;line-height: 1.25;color: #333;padding: .4rem 1rem;font-family: "思源宋体 SemiBold";font-weight: 600;margin-bottom: .4rem;}
.arc-tit h3:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(90deg, #1C6FC8 -3%, rgba(28, 111, 200, 0) 100%); opacity: .1; z-index: -1;}
.arc-tit .p{ justify-content: center; align-items: center}
.arc-tit .p span{font-size: .18rem;color: #666666;display: flex;align-items: center;margin: 0 1.5vw;}
.arc-tit .p span img{width: .2rem;margin: 0 .06rem 0 0;}
.arc-bottom{ border-top: 2px solid #1C6FC8; margin: .6rem 0 0; padding: .6rem 0}
.arc-bottom h3{ font-size: .26rem; color: #1C6FC8; font-family: "思源宋体 SemiBold";font-weight: 600; margin-bottom: .2rem}

.list8 li{ margin-bottom: .1rem}
.list8 .a{font-size: .2rem;color: #333333;line-height: .36rem;font-family: -apple-system, BlinkMacSystemFont, "PingFang SC";transition: .5s;}

@media(min-width: 1024px){
    .list8 .a:hover{ color: #1C6FC8;}
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    .arc-bottom{ margin: .3rem 0 0; padding: .3rem 0}
    .arc-tit h3{padding: .3rem;font-size: .24rem;}
    .arc-tit .p span{ font-size: .16rem}
    .list8 .a{ font-size: .18rem; line-height: .26rem}
} 
@media(max-width: 560px){
} 

.list9{ margin: 0 -.1rem;}
.list9 li{ padding: 0 .1rem; flex: 1; transition: .5s;}
.list9 .a{ display: block; position: relative; z-index: 1;}
.list9 .imgBox .img{ padding-bottom: 5.3rem;}
.list9 .imgBox:after{ content: ""; position: absolute; top: 50%; right: 0; bottom: 0; left: 0; opacity: 0.8148; background: linear-gradient(180deg, rgba(60, 168, 230, 0) 0%, rgba(0,0,0,.8) 100%); transition: .5s}
.list9 .txt{position: absolute;top: 0;right: 0;bottom: 0;left: 0;padding: .3rem .3rem;flex-direction: column;justify-content: flex-end;}
.list9 h4{ color: #fff !important; font-size: .3rem; font-family: "思源宋体 Bold";font-weight: 700;}
.list9 .line{ width: .55rem; height: .04rem; background: #fff; border-radius: 50vw; margin: .25rem 0}
.list9 p{ color: #fff; height: 0; overflow: hidden; transition: .5s;}
.list9 .more1{ color: #fff; margin: .1rem 0 0}
.list9 .more1:before{ background: url(../images/list7_i1_on.svg) center no-repeat;}

.Academics .fl1{ padding: 1.5rem 0 2.2rem;}

@media(min-width: 1024px){
    .list9 li:hover .imgBox:after{ content: ""; position: absolute; top: 50%; right: 0; bottom: 0; left: 0; opacity: 0.8148; background: linear-gradient(180deg, rgba(60, 168, 230, 0) 0%, #1C6FC8 100%); transition: .5s}
    .list9 li:hover{ flex: 2.75;}
    .list9 li:hover .a p{ height: .48rem; margin-bottom: .2rem;}
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    .Academics .fl1{ padding: .5rem 0 .7rem;}

    .list9 li{ flex: auto; width: 50%; margin-bottom: .2rem;}
    .list9 .imgBox .img{ padding-bottom: 120%;}
    .list9 .line{margin: .1rem 0;width: .24rem;height: .03rem;}
} 
@media(max-width: 560px){
    .list9 .txt{ padding: .2rem}
} 

.h3-1{width: 9.19rem;max-width: 100%;height: .88rem;background: url(../images/h3-1.jpg) center no-repeat;background-size: cover;align-items: center;display: flex;padding: 0 .56rem;font-size: .3rem;color: #fff;font-family: "思源宋体 Bold";font-weight: 700;position: relative;margin-bottom: .46rem;z-index: 1;}
.h3-1:before{content: "";position: absolute;width: .03rem;height: .22rem;background: #fff;left: .35rem;top: 50%;transform: translateY(-50%);}
.h3-1:after{content: "";position: absolute;width: 1.2rem;height: .55rem;background: url(../images/h3-1_b.png) center no-repeat;background-size: cover;right: .3rem;top: -.3rem;z-index: -1;}

.list10{ margin: 0 -.3rem;}
.list10 li{ width: 50%; padding: 0 .3rem; margin-bottom: .46rem;}
.list10 .a{background: url(../images/list10_b.png) center no-repeat;background-size: cover;height: 1.66rem;padding: 0 .54rem;justify-content: space-between;align-items: center; position: relative; z-index: 1; transition: .5s;}
.list10 .a:before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #1C6FC8; z-index: -1; opacity: 0; transition: .5s;}
.list10 .a:after{ content: ""; position: absolute; top: .1rem; right: .1rem; bottom: .1rem; left: .1rem; border: 1px dotted #1C6FC8; opacity: .2;  z-index: -1; transition: .5s;}
.list10 h4{font-size: .26rem;color: #333;font-family: "思源宋体 Bold";font-weight: 700;flex: 1; transition: .5s;}
.list10 i{font-size: .55rem;font-family: 'lib';color: rgba(0,0,0,.4);margin: 0 0 0 3vw; transition: .5s;}

@media(min-width: 1024px){
    .list10 .a:hover{ box-shadow: 0px 4px 7px 0px rgba(28, 111, 200, 0.6198);}
    .list10 .a:hover::before{ opacity: 1;}
    .list10 .a:hover::after{ border: 1px dotted #fff;}
    .list10 .a:hover *{ color: #fff;}
    .list10 .a:hover i{ opacity: .4;}
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    .list10 li{width: 100%;margin-bottom: .2rem;}
    .list10 .a{height: 1.2rem;padding: 0 .3rem;}
    .list10 h4{ font-size: .2rem;}
    .list10 i{ font-size: .3rem}
    .h3-1:after{ width: .6rem; height: .27rem; top: -.2rem}

    .h3-1{font-size: .22rem;margin-bottom: .2rem;height: .7rem;}
} 
@media(max-width: 560px){
} 

.International .wp{ max-width: 13rem;}

.list11 li{ margin-bottom: 1.1rem;}
.list11 .imgBox{ width: 6.52rem;}
.list11 .imgBox .img{ padding-bottom: 66.56%;}
.list11 .txt{flex: 1;flex-direction: column;justify-content: center;display: flex;padding: 0 .66rem;overflow: hidden; background: url(../images/list11_b1.jpg) center no-repeat; background-size: cover;}
.list11 h4{font-size: .3rem;color: #fff !important;line-height: .46rem;max-height: .92rem \0;}
.list11 p{font-family: -apple-system, BlinkMacSystemFont, "PingFang SC";color: #fff;font-size: .2rem;opacity: 1;margin: .25rem 0 .5rem;line-height: .3rem;max-height: .9rem \0;}
.list11 .more1{ color: #fff; margin: .1rem 0 0}
.list11 .more1:before{ background: url(../images/list7_i1_on.svg) center no-repeat;}

.list11 li:nth-child(2n) .imgBox{ order: 1;}

@media(min-width: 1024px){
}
@media(max-width: 1024px){
    .list11 .imgBox{ width: 5rem;}
}
@media(max-width: 800px){
    .list11 li{ margin-bottom: .25rem;}
    .list11 .imgBox{ width: 100%;}
    .list11 .txt{ flex: auto; width: 100%; padding: .3rem .25rem; order: 1;}
    .list11 p{ margin: .12rem 0 .24rem;}
} 
@media(max-width: 560px){
} 

.list12{ margin: 0 -.2rem;}
.list12 li{ width: 50%; padding: 0 .2rem; margin-bottom: .4rem;}
.list12 .a{ height: 3rem; flex-direction: column; justify-content: center; padding: 0 .75rem; background: url(../images/list12_i1.jpg) center no-repeat; background-size: cover; border-radius: .3rem;}
.list12 .txt{ width: 100%;}
.list12 h4{font-size: .3rem;color: #fff !important;line-height: .46rem;max-height: .72rem \0;}
.list12 p{font-family: -apple-system, BlinkMacSystemFont, "PingFang SC";color: #fff;font-size: .2rem;opacity: 1;margin: .15rem 0 .45rem;line-height: .3rem;max-height: .9rem \0;}
.list12 .more1{ color: #fff; margin: .1rem 0 0}
.list12 .more1:before{ background: url(../images/list7_i1_on.svg) center no-repeat;}

.list12 li:nth-child(2) .a{ background: url(../images/list12_i2.jpg) center no-repeat; background-size: cover; }
.list12 li:nth-child(3) .a{ background: url(../images/list12_i3.jpg) center no-repeat; background-size: cover; }
.list12 li:nth-child(4) .a{ background: url(../images/list12_i4.jpg) center no-repeat; background-size: cover; }

@media(min-width: 1024px){
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    .list12 li{ width: 100%; margin-bottom: .25rem;}
    .list12 .a{ padding: .3rem .25rem;}
} 
@media(max-width: 560px){
} 

.Leadership .tit1{ margin-bottom: .4rem;}
.list13 li{ margin-bottom: .6rem;}
.list13 .a{ padding: .3rem; background: url(../images/list13_b.jpg) center no-repeat; background-size: cover; align-items: center; transition: .5s;}
.list13 .imgW{width: 2.6rem;height: 3.6rem;padding: 0 0 .12rem .12rem;position: relative;z-index: 1;margin: 0 .5rem 0 0;}
.list13 .imgW::before{content: "";position: absolute;top: .12rem;right: .12rem;background: #1C6FC8;bottom: 0;left: 0;}
.list13 .imgBox .img{ padding-bottom: 145%;}
.list13 .txt{ flex: 1; overflow: hidden}
.list13 h4{ font-size: .3rem; color: #1C6FC8; font-family: "思源宋体 Bold"; border-bottom: 1px solid rgba(151,151,151,.3); padding-bottom: .35rem; margin-bottom: .3rem}
.list13 dl{display: flex;align-items: flex-start;font-size: .2rem;color: #333333;font-family: -apple-system, BlinkMacSystemFont, "PingFang SC";margin-bottom: .1rem;flex-wrap: nowrap;}
.list13 dl dt{ color: #1C6FC8; font-weight: bold; min-width: .8rem; text-align: right}

@media(min-width: 1024px){
    .list13 .a:hover{ box-shadow: 0 0 .5rem rgba(0,0,0,.1);}
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    .list13 .imgW{margin: 0 auto;width: 2.2rem;height: 2.2rem;}
    .list13 .txt{flex: auto;width: 100%;margin: .25rem 0 0;}
    .list13 h4{ font-size: .24rem; padding-bottom: .15rem; margin-bottom: .2rem}
    .list13 dl{ font-size: .18rem}
    .list13 li{ margin-bottom: .25rem;}
    .Leadership .tit1{ margin-bottom: .25rem;}
} 
@media(max-width: 560px){
    .list13 .imgW{ width: 2rem;height: 2rem;}
} 

.Guidelines .wp{ align-items: flex-start;}
.Guidelines .left{width: calc(100% - 41.25%);padding: .78rem .6rem 1.2rem;position: relative;z-index: 1;}
.Guidelines .left::before{content: "";position: absolute;top: 0;right: -.68rem;bottom: 0;left: 0;z-index: -1;background: url(../images/Guidelines.jpg) center no-repeat;background-size: cover;pointer-events: none;}
.Guidelines .right{ width: 41.25%; margin: -1.1rem 0 0; position: relative; z-index: 1;}
.Guidelines .img{ box-shadow: 0px 6px 21px 0px rgba(28, 111, 200, 0.1703); background: #fff; border-radius: .13rem;}
.list14{padding: .6rem 0 0 1.3rem;}
.list14 li{margin-bottom: .2rem;}
.list14 .a{font-size: .2rem;display: flex;align-items: center;font-family: -apple-system, BlinkMacSystemFont, "PingFang SC";}
.list14 img{ width: .22rem; margin: 0 .15rem 0 0}

@media(min-width: 1024px){
}
@media(max-width: 1024px){
    .Guidelines .right{ margin: -.3rem 0 0;}

    .Guidelines .left{ width: 100%;}
    .Guidelines .left::before{ right: 0;}
    .Guidelines .right{width: 100%;margin: .3rem 0 0;}
}
@media(max-width: 800px){
    .Guidelines .left{ padding: .3rem .2rem .4rem}
    .list14{ padding: .25rem 0 0 0}
} 
@media(max-width: 560px){
} 

.list15{ margin-bottom: .6rem;}
.list15 li{ margin-bottom: .48rem;}
.list15 .a{display: flex;min-height: 2.82rem;padding: .5rem .65rem;background: url(../images/list15.jpg) center no-repeat;background-size: cover;border-radius: .13rem;overflow: hidden;}
.list15 .img{ width: 2rem; margin: 0 .8rem 0 0;}
.list15 .txt{ flex: 1; overflow: hidden; padding: 0 0 0 .84rem; position: relative;}
.list15 .txt::before{content: "";position: absolute;background: url(../images/list15_b.png) center no-repeat;width: .58rem;height: .6rem;top: 0;left: 0;background-size: .58rem .6rem;}
.list15 h4 img{ height: .32rem; margin-bottom: .3rem;}

@media(min-width: 1024px){
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
} 
@media(max-width: 560px){
} 

.n_pad1s .fl1{ padding: .8rem 0 1.3rem;}

.Vision .content{ background: url(../images/Vision1.jpg) center no-repeat; background-size: cover; padding: .78rem .6rem;}
.Vision .content .flex .left{ flex: 1; overflow: hidden;}
.Vision .content .flex .right{width: 6.18rem;margin: 0 0 0 .6rem;}
.Vision .box1{margin-bottom: .5rem;align-items: center;}

.Vision .right h4{text-align: center;font-size: .3rem;color: #1C6FC8;font-family: "思源宋体 Bold";font-weight: 700;text-transform: uppercase;margin: .3rem 0 0;}

@media(min-width: 1024px){
}
@media(max-width: 1024px){
    .Vision .content .flex .left{width: 100%;flex: auto;margin-bottom: .3rem;}
    .Vision .content .flex .right{margin: 0 auto;max-width: 100%;}
}
@media(max-width: 800px){
    .n_pad1s .fl1{ padding: .4rem 0 .5rem;}
    .list15 li{ margin-bottom: .25rem}
    .list15 .img{margin: 0 auto;width: 1.2rem;}
    .list15 .txt{width: 100%;flex: auto;padding: 0 0 0 .4rem; margin: .3rem 0 0}
    .list15 .txt::before{background-size: .3rem .28rem;width: 0.3rem;height: 0.28rem;}
    .list15 .a{ padding: .4rem .25rem}
    .list15 h4 img{height: .24rem;margin-bottom: .2rem;}

    .Vision .content{ padding: .25rem .25rem}
    .Vision .right h4{ font-size: .24rem}

    .Vision .box1{ margin-bottom: .25rem}
} 
@media(max-width: 560px){
    .list15 .img{ width: .8rem;}
} 

.History .img{ width: 1.03rem; margin: 0 auto;}

.list16{position: relative;z-index: 1;padding: .32rem 0 0;}
.list16::before{content: "";position: absolute;top: 0;bottom: .5rem;width: 1px;background: #979797;left: 50%;margin: 0 0 0 -.5px;opacity: .4;}
.list16 li{ position: relative; display: flex; align-items: center; flex-wrap: wrap; margin-bottom: .06rem}
.list16 .time{background: url(../images/list16.svg) center no-repeat;width: .73rem;height: .73rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -.365rem);display: flex;justify-content: center;align-items: center;font-size: .2rem;color: #1C6FC8;font-family: "思源宋体 Bold";font-weight: 700;background-size: 100% 100%;}
.list16 .time:before{content: "";position: absolute;top: 50%;width: .4rem;height: 1px;background: #1C6FC8;right: 100%;}
.list16 .txt{position: relative;z-index: 1;min-height: 1.22rem;padding: .258rem .52rem;width: calc(50% - .78rem);display: flex;flex-direction: column; justify-content: center}
.list16 .txt::before{content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: url(../images/list16_b.jpg) center no-repeat;background-size: cover;z-index: -1;}
.list16 .txt .arc-con{ width: 100% }

@media(min-width: 800px){
    .list16 li:nth-child(2n-1){ justify-content: flex-end;}
    .list16 li:nth-child(2n-1) .time:before{right: auto;left: 100%;}
}

@media(min-width: 1024px){
}
@media(max-width: 1024px){
}
@media(max-width: 800px){
    .History .img{width: .6rem;margin: 0;}
    .list16::before{ left: .3rem}
    .list16 .time{left: 0;transform: translate(0, -0.365rem);width: .6rem;height: .6rem;font-size: .18rem;}
    .list16 li{ justify-content: flex-end; margin-bottom: .2rem}
    .list16 .time:before{ left: 100%}
    .list16 .txt{width: calc(100% - .8rem);padding: .25rem;}
} 
@media(max-width: 560px){
} 

.Anthem .wp.flexjs{ align-items: flex-start;}
.Anthem .left{width: 6.69rem;box-shadow: 0px 2px 30px 0px rgba(159, 159, 159, 0.5);}
.Anthem .right{width: calc(100% - 6.69rem);padding: 0 0 0 .8rem;}
.Anthem .right .box1{ margin-bottom: .5rem}

.h3-2{ font-size: .2rem; color: #333; font-family: -apple-system, BlinkMacSystemFont, "PingFang SC"; text-transform: uppercase; margin-bottom: .24rem}
.h3-2 img{ width: .47rem; margin: 0 .18rem 0 0}

.Anthem .right .box1 .imgBox .img{ padding-bottom: 56.35%;}
.Anthem .right .box1 video{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.green-audio-player {
    width: 100%;
    min-width: 300px;
    height: .58rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 50vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(151,151,151,.4);
}

.green-audio-player img,.green-audio-player svg {
    display: block;
    width: .1rem;
    height: .1rem;
    margin: -.05rem auto 0;
    vertical-align: middle;
    display: inline-block;
}
.green-audio-player img, .green-audio-player svg path{ fill: #fff }

.green-audio-player .play-pause-btn {
    display: none;
    cursor: pointer;
    width: .24rem;
    height: .24rem;
    display: flex;
    text-align: center;
    line-height: .24rem;
    background: #e3e3e3;
    border-radius: 50%;
}

.green-audio-player .loading .loading__spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #b0b0b0;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin .4s linear infinite;
    animation: spin .4s linear infinite
}

.green-audio-player .slider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #d8d8d8;
    cursor: pointer;
    position: relative;
    opacity: .4;
}

.green-audio-player .slider .progress {
    background-color: #44bfa3;
    border-radius: inherit;
    position: absolute;
    pointer-events: none
}

.green-audio-player .slider .progress .pin {
    height: 12px;
    width: 12px;
    border-radius: 8px;
    background-color: #44bfa3;
    position: absolute;
    pointer-events: all;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.32);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.32)
}

.green-audio-player .controls {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #55606e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 5px;
    font-family: PingFang SC;
}

.green-audio-player .controls .controls__slider {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
    height: 4px
}

.green-audio-player .controls .controls__slider .controls__progress {
    width: 0;
    height: 100%
}

.green-audio-player .controls .controls__slider .controls__progress .progress__pin {
    right: -8px;
    top: -4px;
}

.green-audio-player .controls span {
    cursor: default
}

.green-audio-player .volume {
    position: relative
}

.green-audio-player .volume .volume__button {
    cursor: pointer
}

.green-audio-player .volume .volume__button.open path {
    fill: #44bfa3
}

.green-audio-player .volume .volume__controls {
    width: 30px;
    height: 135px;
    background-color: rgba(0,0,0,.62);
    border-radius: 7px;
    position: absolute;
    left: -3px;
    bottom: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.green-audio-player .volume .volume__controls.hidden {
    display: none
}

.green-audio-player .volume .volume__controls.top {
    bottom: 52px;
    left: -3px
}

.green-audio-player .volume .volume__controls.middle {
    bottom: -54px;
    left: 54px
}

.green-audio-player .volume .volume__controls.bottom {
    bottom: -164px;
    left: -3px
}

.green-audio-player .volume .volume__controls .volume__slider {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 6px;
    border-radius: 3px
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress {
    bottom: 0;
    height: 100%;
    width: 6px
}

.green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
    left: -5px;
    top: -8px
}

#qihooai-assistant-root{ display: none !important;}

@media(min-width: 1024px){
}
@media(max-width: 1024px){
    .Anthem .left{ max-width: 100%; margin: 0 auto;}
    .Anthem .right{ width: 100%; padding: .4rem 0 0;}
}
@media(max-width: 800px){
    .h3-2 img{ width: .3rem;}
} 
@media(max-width: 560px){
} 
.list7_2 li a{
    display:block;
    padding-left:.3rem;
    background:url('../images/qdf.png') no-repeat left center/auto .22rem;
}
.list7_2 li h4{
    font-size:.26rem;
    line-height:.5rem;
    color:#333;
    transition:.5s;
}
.list7_2 li + li{
    margin-top:.2rem
}
.list7_2 li:hover h4{
    color:#1c6fc6
}
@media (max-width:1204px){
    .list7_2 li h4{
        font-size:.22rem;
        line-height:.44rem
    }
    .list7_2 li a{
        padding-left:.2rem;
        background-size:auto .16rem
    }
    .list7_2 li + li{
        margin-top:.1rem
    }
}