/* 未能缩小。正在返回未缩小的内容。
(1923,43): run-time error CSS1046: Expect comma, found '0'
(1923,47): run-time error CSS1046: Expect comma, found '/'
(1924,35): run-time error CSS1046: Expect comma, found '0'
(1924,39): run-time error CSS1046: Expect comma, found '/'
 */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    color: #383838!important;
    height: 100%;
    position: relative;
    overflow-y: hidden!important;
}

body {
    font-size: 15px;
    height: 100%;
    min-width: 1300px;
    font-family: 'Microsoft YaHei', "SimHei", "sans-serif";
}

a {
    text-decoration: none;
    color: #585858;
}

a:hover {
    text-decoration: none!important;
}

i {
    font-style: normal;
}

p,
ul{
    margin: 0;
}

li {
    list-style: none;
}

.clear:after {
    content: " ";
    font-size:0;
    height: 0;
    display: block;
    clear: both;
}

.contv{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}
  
.display{
    display: inline-block;
}

.wid13{
    width: 1300px;
}

.looyu_icon{
    display: none;
}

[v-cloak] {
    display:none
}

.main{
    width: 100%;
    min-width: 1300px;
    padding-top: 81px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: transparent;
}

.aboutBox .banner,
.indexBox .indexBanner{
    width: 100%;
    height: 100vh;
    position: relative;
}

.aboutBox .banner .about-option,
.indexBox .indexBanner .about-option{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.indexBox .txtSwiper .swiper-container{
    width: 90%;
    height: 90%;
}

.indexBox .swiper-container{
    width: 100%;
    height: 100%;
}

.indexBox .banner-img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    position: relative;
}


.indexBox .banner-img .logo{
    background-image: url(/Content/images/indexBox/banner-logo.png);
    width: 237px;
    height: 36px;
    background-size: 237px 36px;
    position: absolute;
    left: 50px;
    top: 36px;
    display: none;
}

.indexBox .banner-img a{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.indexBox .banner-img a img{
    width: 100%;
}

.indexBox .swiper-button-prev,
.indexBox .swiper-button-next{
    width: 49px;
    height: 49px;
    background-size: 49px 49px;
}

.indexBox .swiper-button-next{
    background-image: url(/Content/images/indexBox/btn-next.png);
}

.indexBox .swiper-button-prev{
    background-image: url(/Content/images/indexBox/btn-prev.png);
}

.indexBox .indexTxt .swiper-button-prev,
.indexBox .indexTxt .swiper-button-next{
    width: 28px;
    height: 42px;
    background-size: 28px 42px;
}

.indexBox .indexTxt .swiper-button-next{
    background-image: url(/Content/images/indexBox/txt-left.png);
}

.indexBox .indexTxt .swiper-button-prev{
    background-image: url(/Content/images/indexBox/txt-right.png);
}

.indexBox .indexInfo{
    text-align: center;
    padding: 95px 0 0 0;
}

.indexBox .indexInfo .info{
    display: inline-block;
    width: 334px;
    margin: 0 44px;
}

.indexBox .indexInfo .info .title{
    color: #ff9a28;
    font-size: 20px;
    font-weight: bold;
}

.indexBox .indexInfo .info .img{
    margin: 40px auto;
    width: 228px;
    height: 228px;
    overflow: hidden;
    border-radius: 50%;
}

.indexBox .indexInfo .info .img img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.indexBox .indexInfo .info .img:hover img{
    transform: scale(1.5);
}

.indexBox .indexInfo .info .txt{
    font-size: 15px;
}

.indexBox .indexInfo .info .txt:after{
    content:'';
    width:64px;
    height:1px;
    background-color:#b2b2b2;
    display:block;
    margin: 29px auto 0;
}

.indexBox .classBox{
    margin-top: 95px;
    padding-bottom: 187px;
    text-align: center;
}

.indexBox .indexSchool .school-title,
.indexBox .indexPresent .present-cont .present-title,
.indexBox .classBox .class-language .class-title{
    width: 238px;
    height: 44px;
    border: solid 1px #cccccc;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    transition: all .5s;
}

.indexBox .indexPresent .present-cont .present-title:hover{
    transform: translateY(-15px);
}

.indexBox .classBox .class-language .class-title{
    margin-bottom: 20px;
}

.indexBox .indexSchool .school-title::before,
.indexBox .indexPresent .present-cont .present-title::before,
.indexBox .classBox .class-title::before{
    content: '';
    width: 180px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%,0);
}

.indexBox .indexPresent .present-cont .present-title::before{
    background-color: #ffe1be;
}

.indexBox .indexSchool .school-title p,
.indexBox .indexPresent .present-cont .present-title p,
.indexBox .classBox .class-title .txt{
    background-image: url(/Content/images/indexBox/class-title.png);
    width: 226px;
    height: 53px;
    background-size: 226px 53px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%,0);
}

.indexBox .indexPresent .present-cont .present-title p{
    background-image: url(/Content/images/indexBox/present-title.png);
}

.indexBox .indexSchool .school-title p{
    background-image: url(/Content/images/indexBox/school-title.png);
}

.indexBox .classBox .class-list,
.indexBox .classBox .class-language{
    display: inline-block;
    vertical-align: top;
}

.indexBox .classBox .class-language{
    width: 245px;
    margin-right: 54px;
    padding-top: 47px;
}

.indexBox .classBox .class-list{
    width: 945px;
    text-align: left;
}

.indexBox .classBox .language-item{
    display: block;
    color: #585858;
    width: 100%;
    text-align: right;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding: 33px 76px 33px 29px;
    margin: 10px 0;
    transition: all .3s;
}

.indexBox .classBox .language-item.select .triangle{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 17px;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 21px solid #d1d1d1;
    border-bottom: 35px solid transparent;
}

.indexBox .classBox .language-item:hover,
.indexBox .classBox .language-item.select{
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .3);
    padding: 55px 76px 55px 29px;
}

.indexBox .classBox .language-item img{
    width: 60px;
    height: 60px;
}

.indexBox .classBox .language-item .unChinese{
    font-size: 28px;
    color: #585858;
    font-weight: bold;
}

.indexBox .classBox .language-item .Chinese{
    font-size: 18px;
}


.indexBox .classBox .class-list li{
    width: 277px;
    height: 441px;
    background-size: 277px 441px;
    margin: 20px 19px;
    border-radius: 10px;
    vertical-align: top;
    position: relative;
    float: left;
    cursor: pointer;
}

.indexBox .classBox .class-list li.more .mask{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.indexBox .classBox .class-list li .mask{
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent,rgba(0,0,0,0.2),rgba(0,0,0,0.8));
    background: -moz-linear-gradient(transparent,rgba(0,0,0,0.2),rgba(0,0,0,0.8));
    background: -o-linear-gradient(transparent,rgba(0,0,0,0.2),rgba(0,0,0,0.8));
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,0.2),rgba(0,0,0,0.8));
    transition: all 1s;
    border-radius: 10px;
}

.indexBox .classBox .class-list li .list-cont{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    transition: all 1s;
    border-radius: 10px;
}

.indexBox .classBox .class-list li.more h3{
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.indexBox .classBox .class-list li.more p{
    margin-top: 30px;
    color: #fff;
    border: solid 1px #ff9a28;
    border-radius: 5px;padding: 10px 20px;
    font-size: 15px;
}

.indexBox .classBox .class-list li:hover .list-cont{
    bottom: 30px;
}

.indexBox .classBox .class-list li:hover .mask{
    background: none;
    background-color: rgba(254,154,40,.7);
}

.indexBox .classBox .class-list li:hover .list-cont button{
    opacity: 1;
}

.indexBox .classBox .class-list li h2{
    font-size: 74px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

.indexBox .classBox .class-list li .class-data{
    font-size: 0;
}

.indexBox .classBox .class-list li .class-data p{
    display: inline-block;
    width: calc( 100% / 3 );
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.indexBox .classBox .class-list li .class-data p span{
    display: block;
    font-size: 26px;
    font-weight: bold;
}

.indexBox .classBox .class-list .class-time{
    text-align: center;
    color: #fff;
    opacity: .7;
    margin-top: 35px;
}

.indexBox .classBox .class-list .class-time span{
    margin: 0 20px;
}

.indexBox .classBox .class-list .list-cont button{
    background-color: transparent;
    width: 141px;
    height: 34px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    border: solid 1px rgba(255, 255, 255, .58);
    color: #fff;
    margin-top: 30px;
    opacity: 0;
    transition: all 1s;
    cursor: pointer;
}   

.indexBox .indexPresent{
    background-color: #ffe1be;
    overflow: hidden;
    text-align: center;
}

.indexBox .indexPresent .icon{
    background-image: url(/Content/images/indexBox/icon1.png);
    width: 318px;
    height: 512px;
    background-size: 318px 512px;
    margin: 27px 84px -39px 180px;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
}

.indexBox .indexPresent .icon.show{
    -webkit-animation: ani_left 1s forwards;
}

.indexBox .indexPresent .present-cont{
    display: inline-block;
    vertical-align: top;
    padding-top: 69px;
    opacity: 0;
}

.indexBox .indexPresent .present-cont.show{
    -webkit-animation: ani_right 1s forwards;
}

.indexBox .indexPresent .present-txt .txtBox i{
    width: 15px;
    height: 15px;
    background-color: #ff9a28;
    border-radius: 100%;
    display: inline-block;
    margin-top: 5px;
    margin-right: 26px;
}

.indexBox .indexPresent .present-txt .cont{
    display: inline-block;
    vertical-align: top;
}

.indexBox .indexPresent .present-txt .cont .title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

.indexBox .indexPresent .present-txt .cont .txt{
    width: 540px;
    font-size: 13px;
    line-height: 20px;
}

.indexBox .indexPresent .present-txt{
    margin-top: 37px;
}

.indexBox .indexPresent .present-txt .txtBox{
    padding-bottom: 10px;
    text-align: left;
}

.indexBox .indexTxt{
    padding: 73px 0 0 0;
}

.indexBox .indexTxt .txt-title{
    background-image: url(/Content/images/indexBox/txt-title.png);
    width: 510px;
    height: 97px;
    background-size: 510px 97px;
    display: block;
    margin: 0 auto;
}

.indexBox .indexTxt .txtSwiper{
    /* height: 412px; */
    width: 80%;
    margin: 71px auto 0;
}

/* .indexBox .indexTxt .txtSwiper .swiper-wrapper{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
} */

.indexBox .indexTxt .txtSwiper .swiper-slide{
    text-align: center;
}

.indexBox .indexTxt .txtSwiper .swiper-slide img{
    /* height: calc( 100% - 10px ); */
    width: 60%;
    margin: 20px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .3);
    border-radius: 5px;
}

.indexBox .indexTxt .txt-cont{
    text-align: center;
    font-size: 13px;
    margin-top: 64px;
    line-height: 22px;
}

.indexBox .indexTxt .txt-cont .triangle{
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ff9a28;
    margin: 38px auto 89px;
}

.indexBox .indexSchool .schoolList{
    text-align: center;
}

.indexBox .indexSchool .schoolList div{
    width: 238px;
    height: 125px;
    border: solid 1px #e2e2e2;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 30px 9px 0;
}

.indexBox .indexSchool .schoolList div img{
    transition: all .5s;
}

.indexBox .indexSchool .schoolList div img:hover{
    transform: rotateY(360deg);
}

.indexBox .indexSchool .schoolList div p{
    /* margin-top: -8px; */
}


.indexBox .indexNewList{
    padding-top: 112px;
    padding-bottom: 48px;
    text-align: center;
}

.indexBox .indexNewList .pic-img{
    background-image: url(/Content/images/indexBox/new-bg.png);
    width: 500px;
    height: 224px;
    background-size: 500px 224px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.indexBox .indexNewList .newlist2 .pic-img{
    background-image: url(/Content/images/indexBox/new-bg1.png);
}

.indexBox .indexNewList .newlist{
    display: inline-block;
    vertical-align: top;
    margin-right: 76px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.indexBox .indexNewList .newlist2{
    margin-left: 76px;
}

.indexBox .indexNewList .newlist .new-cont{
    padding: 0 30px;
    cursor: pointer;
}

.indexBox .indexNewList .newlist .new-cont a:hover{
    font-weight: bold;
}

.indexBox .indexNewList .newlist .new-cont p{
    float: left;
    font-size: 13px;
    /* line-height: 30px; */
    line-height: 50px;
}

.indexBox .indexNewList .newlist .new-cont p:first-child{
    color: #ff9a28;
    margin-right: 5px;
}

.indexBox .indexNewList .newlist .new-cont p:nth-of-type(2){
    color: #585858;
    width: 225px;
    white-space:nowrap;/* 规定文本是否折行 */  
    overflow: hidden;/* 规定超出内容宽度的元素隐藏 */
    text-overflow: ellipsis;
    text-align: left;
}

.indexBox .indexNewList .newlist .new-cont p:last-child{
    float: right;
    font-style: italic;
}

.indexFooter{
    background-color: #333333;
    padding-top: 35px;
}

.indexFooter .title{
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
}

.indexFooter .title p{
    width: 205px;
    margin: 0 auto;
    display: block;
    background-color: #333;
    position: relative;
    z-index: 2;
}

.indexFooter .title::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.indexFooter .content{
    margin: 14px 0 25px 0;
    text-align: center;
}

.indexFooter .content .txt{
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin-right: 95px;
    text-align: left;
}

.indexFooter .address p span{
    width: 15px;
    opacity: 0;
    display: inline-block;
}

.indexFooter .keys-words p span{
    width: 5px;
    opacity: 0;
    display: inline-block;
}

.indexFooter .keys-words div{
    padding-left: 15px;
}

.indexFooter .content .txt .address{
    margin-bottom: 30px;
}

.indexFooter .content .txt .text p:first-child:after{
    content: '';
    display: block;
    margin: 5px 0;
    width: 293px;
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
}

.indexFooter .content .txt .text div a{
    text-align: center;
    color: #fff;
    display: block;
    text-align: left;
    margin: 10px 0;
}

.indexFooter .content .txt .text div a .icon-footer,
.indexFooter .content .txt .text div a .icon-filing{
    background-image: url(/Content/Mobile/images/icon-filing.png);
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
}

.indexFooter .content .txt .text div a .icon-footer{
    background-image: url(/Content/Mobile/images/icon-footer2.png);
}

.indexFooter .content .txt .text div a::after{
    content: '';
    width: 1px;
    height: 15px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    margin: 0 0 0 5px;
    opacity: 0;
}

.indexFooter .content .txt .text div a:last-child::after{
    display: none;
}

.indexFooter .content .img .img-cont,
.indexFooter .content .img{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.indexFooter .content .img .app{
    margin: 0 98px 0 85px;
}

.indexFooter .footer{
    background-color: #282828;
    color: #fff;
    text-align: center;
    line-height: 41px;
}

.indexFooter .footer a{
    display: inline-block;
    font-size: 13px;
    color: #fff;
}

.indexFooter .footer a::after{
    content: '';
    width: 1px;
    height: 15px;
    background-color: #fff;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.indexFooter .footer a:first-child:after,
.indexFooter .footer a:last-child:after{
    display: none;
}

.indexFooter .img-cont p{
    font-size: 13px;
    color: #fff;
}

.indexFooter .img-cont p::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0 15px;
    background-color: rgba(255, 255, 255, .3);
}

.indexFooter .img-cont.public p::after{
    width: 152px;
}

.indexFooter .img-cont.logo p::after,
.indexFooter .img-cont.app p::after{
    width: 190px;
}


.indexFooter .img-cont.app img,
.indexFooter .img-cont.public img{
    width: 90px;
    height: 90px;
    border: solid 3px rgba(255, 255, 255, .6);
}

.indexFooter .img-cont.logo img{
    width: 120px;
    /* height: 66px; */
}

/* 关于我们 */
.aboutBox .banner{
    /* font-size: 0; */
    background: url(/Content/images/aboutBox/about-banner.png) no-repeat center center;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.aboutBox .banner img{
    /* width: 100%; */
}

.about-option,
.about-option{
    font-size: 0;
}

.about-option .option.logo,
.about-option .option.logo{
    background-color: #ff9a28;
}

.about-option .option,
.about-option .option{
    width: 20%;
    height: 104px;
    background-color: #383838;
    vertical-align: top;
    cursor: pointer;
    border-right: 1px solid #585858;
    display: inline-block;
    transition:  all .5s;
}

.about-option .option:hover,
.about-option .option:hover{
    background-color: #ff9a28;
    color: #fff;
}

.about-option .option.current,
.about-option .option.current{
    background-color: #181818;
}

.about-option .option a{
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
}

.about-option .option a img{
    width: 200px;
}

.aboutBox .about-txt{
    text-align: center;
    padding: 35px 0 49px;
}

.aboutBox .about-txt .txtBox,
.aboutBox .about-txt img{
    display: inline-block;
    vertical-align: top;
    opacity: 0;
}

.aboutBox .about-txt img.show{
    -webkit-animation: ani_left .5s forwards;
}

.aboutBox .about-txt .txtBox.show{
    width: 650px;
    margin-left: 90px;
    -webkit-animation: ani_right .5s forwards;
}

.aboutBox .about-txt .txtBox .txt-title{
    display: block;
    font-size: 33px;
    text-align: center;
    letter-spacing: 8px;
    margin: 120px auto 80px;
    font-weight: 100;
}

.aboutBox .about-txt .txtBox p{
    display: block;
    margin-top: 38px;
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
}

.aboutBox .about-details{
    background: url(/Content/images/aboutBox/details-bg.png) no-repeat center center;
    width: 100%;
    height: 514px;
    background-size: cover;
    padding-top: 83.5px;
}

.aboutBox .about-details img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.aboutBox .about-details-txt{
    width: 939px;
    height: 333px;
    margin:  0 auto;
    border: solid rgba(254,154,40,.8) 8px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 62px 110px;
    font-size: 13px;
}

.aboutBox .about-details-txt p{
    margin-bottom: 15px;
    line-height: 20px;
}

.aboutBox .about-purpose{
    padding: 115px 0 118px;
}

.aboutBox .about-purpose .purpose-title{
    padding-bottom: 53px;
}

.aboutBox .about-purpose ul{
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.aboutBox .about-purpose li{
    width: 576px;
    float: left;
    margin: 32px 0;
}

.aboutBox .about-purpose li.sysright {
    float: right;
}

.aboutBox .about-purpose li span{
    width: 465px;
    text-align: left;
    line-height: 26px;
    margin-left: 20px;
    font-size: 15px;
}

.aboutBox .about-purpose li img,
.aboutBox .about-purpose li span{
    display: inline-block;
    vertical-align: middle;
}

.aboutBox .about-certificate{
    background-color: #ffc27e;
    padding-bottom: 61px;
}

.aboutBox .about-purpose .purpose-title,
.aboutBox .about-certificate .certificate-title{
    text-align: center;
    font-size: 32px;
    text-align: center;
    color: #333333;
    letter-spacing: 5px;
}

.aboutBox .about-certificate .certificate-title{
    padding: 39px 0;
}

.aboutBox .about-certificate ul{
    text-align: center;
}

.aboutBox .about-certificate ul li{
    display: inline-block;
    width: 296px;
    height: 408px;
    background-size: 296px 408px;
    margin: 0 40px;
    cursor: pointer;
}

.aboutBox .about-certificate ul li img{
    width: 307px;
    height: 425px;
}

/* .aboutBox .about-certificate ul li:nth-of-type(1){
    background-image: url(/Content/images/aboutBox/certificate1.png);
}

.aboutBox .about-certificate ul li:nth-of-type(2){
    background-image: url(/Content/images/aboutBox/certificate2.png);
}

.aboutBox .about-certificate ul li:nth-of-type(3){
    background-image: url(/Content/images/aboutBox/certificate3.png);
} */

.aboutBox .about-white{
    width: 100%;
    height: 128px;
    margin-top: -35px;
    background-color: rgba(255, 255, 255, .35);
    overflow: hidden;
}

.aboutBox .about-white .icon-bottom{
    background-image: url(/Content/images/aboutBox/icon-bottom.png);
    width: 54px;
    height: 54px;
    background-size: 54px 54px;
    margin: 12px auto 0;
    display: block;
}

.aboutBox .about-data{
    font-size: 0;
}

.aboutBox .about-data .right,
.aboutBox .about-data .left{
    width: 50%;
    display: inline-block;
    height: 480px;
    vertical-align: top;
}

.aboutBox .about-data .left{
    background: url(/Content/images/aboutBox/advantage_bg.jpg) no-repeat;
    background-size: cover;
}

.aboutBox .about-data .right{
    background: url(/Content/images/aboutBox/Project.png) no-repeat;
    background-size: cover;
}

.aboutBox .about-data .top .left{
    /* padding: 45px 0 0 55px; */
    color: #fff;
}

.aboutBox .about-data .top .left .title{
    font-size: 25px;
    color: #fff;
    margin-bottom: 65px;
}

.aboutBox .about-data .top .left span{
    font-size: 13px;
    margin-bottom: 30px;
    display: block;
    line-height: 22px;
}

.aboutBox .about-data .top .left label{
    display: block;
    line-height: 21px;
    text-align: justify;
    font-size: 13px;
}

.aboutBox .about-data .bottom{
    background-color: #383838;
    text-align: center;
    padding: 36px 0 24px;
    color: #fff;
}

.aboutBox .about-data .bottom .clearfix li{
    display: inline-block;
    font-size: 22px;
    margin: 0 38px;
}

.aboutBox .about-data .bottom .clearfix li .numU{
    font-weight: bold;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: solid 8px #ff9a28;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutBox .about-data .bottom .clearfix li .indc{
    margin-top: 35px;
    font-size: 14px;
}

.aboutBox .about-footer{
    background-image: url(/Content/images/aboutBox/about-footer.png);
    width: 100%;
    height: 533px;
    background-size: 100% 533px;
    display: block;
    text-align: center;
    padding: 65px 0 0 0;
}

.aboutBox .about-footer .title{
    color: #fff;
    font-size: 20px;
    padding-bottom: 65px;
}

.aboutBox .about-footer .ewm{
    width: 144px;
    height: 144px;
    background-color: rgba(255, 255, 255, .6);
    margin: 0 auto 61px;
}

.aboutBox .about-footer .ewm img{
    width: 121px;
    height: 121px;
    margin: 11.5px;
}

.aboutBox .about-footer .address{
    font-size: 20px;
    color: #fff;
}

.aboutBox .about-footer .address p:first-child::after{
    content: '';
    width: 586px;
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
    display: block;
    margin: 18px auto 21px;
}

.aboutBox .about-footer .address p:last-child{
    font-size: 30px;
    font-weight: bold;
}

.newsListBox .news-banner{
    background-image: url(/Content/images/newBox/title-bg.png);
    width: 100%;
    height: 422px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 54px;
    font-weight: bold;
    color: #fff;
}

.newsListBox .newList{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.newsListBox .newList .left{
    /* background-color: #f0f0f0; */
    display: inline-block;
    width: 240px;
    border-right: 1px solid #383838;
}

.newsListBox .newList .title{
    /* font-size: 20px;
    font-weight: bold;
    color: #000; */

    line-height: 50px;
    border-bottom: 1px solid #fd8800;
    font-size: 18px;
    color: #585858;
    font-weight: bold;
}

.newsListBox .newList .title::after{
    /* content: '';
    display: block;
    width: 178px;
    height: 4px;
    background-color: #ff9a28;
    margin-top: 12px; */
}

.newsListBox .newList .title p{
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
}

.newsListBox .newList ul li {
    font-size: 15px;
    line-height: 80px;
    cursor: pointer;
}

.newsListBox .newList ul li i.icon-youjiantou{
    opacity: 0;
}

.newsListBox .newList .left ul li:hover,
.newsListBox .newList ul li.select {
    color: #ff9a28;
}

.newsListBox .newList .left ul li:hover i.icon-youjiantou,
.newsListBox .newList ul li.select i.icon-youjiantou{
    float: right;
    opacity: 1;
    color: #ff9a28;
    font-size: 30px;
}

.newsListBox .newList .top ul li span,
.newsListBox .newList .bottom ul li span{
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.newsListBox .newList ul li .icon-de{
    background-image: url(/Content/images/indexBox/Df.png);
}

/* .newsListBox .newList .left ul li:hover .icon-de,
.newsListBox .newList ul li.select .icon-de{
    background-image: url(/Content/Mobile/images/icon-de2.png);
} */

.newsListBox .newList ul li .icon-fa{
    background-image: url(/Content/images/indexBox/Ff.png);
}

/* .newsListBox .newList .left ul li:hover .icon-fa,
.newsListBox .newList ul li.select .icon-fa{
    background-image: url(/Content/Mobile/images/icon-fa2.png);
} */

.newsListBox .newList ul li .icon-xi{
    background-image: url(/Content/images/indexBox/Xf.png);
}

/* .newsListBox .newList .left ul li:hover .icon-xi,
.newsListBox .newList ul li.select .icon-xi{
    background-image: url(/Content/Mobile/images/icon-xi2.png);
} */

.newsListBox .newList ul li .icon-ri{
    background-image: url(/Content/images/indexBox/Rf.png);
}

/* .newsListBox .newList .left ul li:hover .icon-ri,
.newsListBox .newList ul li.select .icon-ri{
    background-image: url(/Content/Mobile/images/icon-ri2.png);
} */

.newsListBox .newList .right .new-img {
    width: 120px;
    height: 67px;
}

.newsListBox .newList .right .new-img img{
    width: 100%;
    height: 100%;
}

.newsListBox .newList .right .new-img,
.newsListBox .newList .right .new-cont,
.newsListBox .newList .right{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.newsListBox .newList .right{
    width: 1060px;
    border-left: 1px solid #383838;
    margin-left: -1px;
}

.newsListBox .newList .right .item{
    border-bottom: dashed 1px rgba(0, 0, 0, .3);
    padding: 14px 20px;
    cursor: pointer;
}

.newsListBox .newList .right .item:hover{
    font-weight: bold;
}

.newsListBox .newList .right .item:hover .new-cont-title{
    color: #ff9a28;
}

.newsListBox .newList .right .new-cont-txt p{
    float: left;
    font-size: 13px;
}

.newsListBox .newList .right .new-cont-txt p:last-child{
    float: right;
    font-size: 13px;
}

.newsListBox .newList .right .new-cont{
    width: calc( 100% - 150px );
    margin-left: 20px;
}

.newsListBox .newList .right .new-cont .new-cont-title{
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newsListBox .newList .right .new-cont .new-cont-txt {
    opacity: .5;
    font-size: 15px;
    margin: 4px 0;
}

.newsListBox .newList .right .new-cont a {
    font-size: 12px;
    opacity: .5;
}

.news-details
{
  padding: 10px 0px 10px 35px;
  line-height: 25px;
}
.news-details h3
{
  border-bottom: 1px solid #cbcbcb;
  line-height: 60px;
  font-size: 17px;
  text-align: center;
  color: #585858;
  font-weight: bold;
}
.news-details .article-info
{
  padding: 0 25px;
  line-height: 34px;
  background-color: #e3e3e3;
  color: #acacac;
  margin-top: 10px;
  font-size: 13px;
}
.news-details .article-info .data
{
  float: left;
}
.news-details .article-info .issuer
{
  float: right;
}
.news-details .text-main
{
  margin-top: 60px;
  color: #585858;
  word-break: break-all;
  white-space: pre-wrap;
  font-size: 13px;
}

.news-details .text-main img
{
    max-width: 100%;
}

.news-details .news-cont img{
  max-width: 100%;
  display: block;
  margin: 10px auto 0;
  cursor: pointer;
}

.news-details .news-cont ul li{
  border-bottom: 1px dashed #ccc;
  padding: 20px;
  cursor: pointer;
}

.news-details .news-cont ul li p{
  line-height: 30px;
  margin-top: 10px;
  font-size: 13px;
  color: #585858;
}

.news-details .news-cont ul li p.select{
  color: #ff9a28;
}


.news-details .btnBox{
  text-align: center;
  width: 800px;
  margin: 20px auto 0;
}

.news-details .btnBox::after{
  content: '';
  font-size:0;
  height: 0;
  display: block;
  clear: both;
}

.news-details .btnBox .audioBox,
.news-details .btnBox button{
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
}

.news-details .btnBox button.btn_next,
.news-details .btnBox button.btn_prev{
  background-color: #ff9a28;
  border: none;
  color: #fff;
  line-height: 42px;
  border-radius: 5px;
  vertical-align: top;
  padding: 0 10px;
  cursor: pointer;
  opacity: 0;
}

.news-details .btnBox button.btn_next.opacity,
.news-details .btnBox button.btn_prev.opacity{
  opacity: 1;
}

.news-details .btnBox button.btn_next{
  float: right;
}
.news-details .btnBox button.btn_prev{
  float: left;
}

.news-details .btnBox .audioBox{
  width: 600px;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
}

.news-details .btnBox .audioBox .audio-box,
.news-details .btnBox .audioBox .newlist-title{
  display: inline-flex;
} 

.news-details .btnBox .audioBox .newlist-title{
  margin-right: 10px;
  font-size: 14px;
}

.news-details .btnBox .audioBox .newlist-title i{
  color: #fff;
  margin-right: 5px;
}

.news-details .btnBox .audioBox .audio-box{
  width: 80%;
}

.news-details .btnBox .audioBox .iconfont{
  color: #ff9a28;
}

.news-details .btnBox .audioBox .audio-box .audio-bar{
  /* width: 80%; */
} 

/*音频播放器*/
.audio-box
{
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.audio-box .audio-icon
{
  float: left;
  width: 10%;
  height: 100%;
  position: relative;
}
.audio-box button
{
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
  outline: none;
  color: #383838;
}
.audio-box .audio-name
{
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
    white-space:nowrap;
    width: 50px;
    color: #fff;
    font-size: 18px;
    background-color: #ff9a28;
    border-radius: 5px;
    margin: 0 5px;
    font-weight: bold;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.audio-box .audio-bar
{
  width: 50%;
  height: 4px;
  margin: 0 10px;
  position: relative;
  background-color: #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-top: 14px;
  cursor: pointer;
}
.audio-box .audio-bar .bar-play
{
  height: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #ff9a28;
}
.audio-box .audio-bar .bar-play span
{
  width: 14px;
  height: 14px;
  border:3px solid #fff;
  -webkit-border-radius:50%;
     -moz-border-radius:50%;
          border-radius:50%;
  position: absolute;
  right: -6px;
  top: -5px;
  cursor: pointer;
  background-color: #ff9a28;
}
.audio-box .audio-bar .bar-load
{
  height: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #aaa;
}
.audio-box .audio-time
{
    font-size: 14px;
    color: #fff;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none; 
}

.page-box {
    padding: 35px 0;
    margin: auto 0 auto auto;
    display: table;
    text-align: center;
}

.page-box li {
    float: left;
    text-align: center;
    margin-left: 4px;
    line-height: 14px!important;
}

.page-box li a, 
ul.page-box li span {
    float: left;
    padding: 5px 12px;
    font-size: 13px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid #ddd;
    -webkit-border-radius:4px;
        -moz-border-radius:4px;
            border-radius:4px;
}

.page-box li:first-child a {
    -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
}

.page-box li:last-child a {
    -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
}

.page-box li span.active {
    background-color: #fd8800;
    color: white;
    border: 1px solid #fd8800;
}

.page-box li span.info {
    border: none;
}

.page-box li a:hover:not(.active) {
    background-color: #ddd;
}

.page-box .nothing{
  display: none;
}

.turn-over {
    width: 865px;
    margin: 30px auto;
}

.turn-over a {
    display: block;
    width: 82px;
    height: 32px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 32px;
    float: left;
    font-size: 13px;
}

.listcode{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    min-width: 1300px;
    overflow: hidden;
    color: #fff;
    background: rgba(0,0,0,.85);
    font-size: 15px;
    opacity: 0;
    transition: all .5s;
}

.listcode.show{
    opacity: 1;
    left: 0;
}

.listcode .phoneclose {
    width: 100%;
    height: 80px;
    overflow: hidden;
    text-align: right;
    line-height: 80px;
    font-size: 34px;
    padding-right: 3%;
    cursor: pointer;
    color: #ff9a28;
}

.listcode .phonemain {
    width: 1280px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -640px;
}

.listcode .phonemain .phonelist {
    width: 520px;
    height: 100%;
}

.listcode .phonemain .phonetitle {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    padding-left: 45px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 3px solid #fff;
}

.listcode .phonemain .meetcontainer .phonetitle {
    background: url(/Content/images/indexBox/meet_mask.png) no-repeat left center;
}

.listcode .phonemain .phonecontainer .phonetitle {
    background: url(/Content/images/indexBox/phone_mask.png) no-repeat left center;
}

.listcode .phonemain .phonelist .phonetitle span{
    display: block;
}

.listcode .phonemain .phonelist .phonetitle em{
    display: block;
    float: left;
    width: 3px;
    height: 20px;
    background: #fff;
    margin: 15px 10px 0;
}

.listcode .phonemain .phonelist .phoneinfo{
    width: 350px;
    height: auto;
}

.listcode .phonemain .phonelist .phoneinfo .meetlist{
    width: 100%;
    height: 80px;
    position: relative;
    border-bottom: 2px solid #ccc;
}

.listcode .phonemain .phonelist .phoneinfo .meetlist input{
    display: block;
    width: 100%;
    height: 80px;
    color: #fff;
    line-height: 80px;
    background: none;
    border-color: transparent;
}

.listcode .phonemain .phonelist .phoneinfo .meetlist .selectval{
    width: 100%;
    height: 80px;
    color: #fff;
    cursor: pointer;
    line-height: 80px;
    position: absolute;
}

.listcode .phonemain .phonelist .phoneinfo .meetlist .selectval em{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
}

.listcode .phonemain .phonelist .phoneinfo .meetbtn{
    margin: 45px 0;
    width: 100%;
    height: 40px;
    position: relative;
}

.listcode .phonemain .phonelist .phoneinfo .meetbtn div{
    display: block;
    width: 220px;
    height: 38px;
    color: #fff;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    background: #ff9a28;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
    box-shadow: 3px 3px 5px rgb(0 0 0 / 50%);
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: absolute;
    top: 0;
    right: 0;
}

.listcode .phonemain .phonelist{
    width: 520px;
    height: 100%;
}

.listcode .phonemain .phonecontainer .phonetitle-next{
    width: 100%;
    color: #fff;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    line-height: 70px;
}

.listcode .phonemain .phonecontainer .phonetitle-next.phonetitle-nextxx{
    border-bottom: none;
}

.listcode .phonemain .phonecontainer .phonetitle-next b{
    display: block;
    float: left;
    font-weight: 400;
    font-size: 14px;
    width: 30%;
}

.listcode .phonemain .phonecontainer .phonetitle-next span{
    width: 70%;
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 900;
    text-align: right;
}

.listcode .phonemain .phonecontainer .phonetitle-next{
    width: 100%;
    color: #fff;
    border-bottom: 1px dotted #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    line-height: 70px;
}

.listcode .phonemain .phonecontainer .phonetitle-IM{
    width: 100%;
    color: #fff;
}

.listcode .phonemain .phonecontainer .phonetitle-IM .double-leftbottom{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 28px;
    border: 1px solid hsla(0,0%,100%,.5);
}

.listcode .phonemain .phonecontainer .phonetitle-IM .double-leftbottom:hover img{
    transform: scale(1.2);
}

.listcode .phonemain .phonecontainer .phonetitle-IM .double-leftbottom img{
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s,-webkit-transform 1s ease 0s;
}

.listcode .phonemain .phonecontainer .phonetitle-IM .address{
    width: 100%;
    text-align: right;
    font-size: 14px;
    line-height: 25px;
}

.listcode .phonemain .phonelist .phoneinfo .meetlist .selectitem{
    position: absolute;
    top: 80px;
    z-index: 1;
    width: 100%;
    background: rgba(255,154,40,.8);
    border-radius: 4px;
    cursor: pointer;
}

.listcode .phonemain .phonelist .phoneinfo .meetlist .selectitem ul{
    width: 100%;
    height: auto;
    cursor: pointer;
    overflow: hidden;
}

.listcode .phonemain .phonelist .phoneinfo .meetlist .selectitem ul li{
    width: 100%;
    height: 35px;
    text-indent: 30px;
    line-height: 35px;
    cursor: pointer;
}

.certificateBox{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    background-color: rgba(0, 0, 0, .8);
}

.certificateBox.show{
    left: 0;
    opacity: 1;
}

.certificateBox .swiper-wrapper,
.certificateBox .swiper-container{
    width: 100%;
    height: 100%;
}

.certificateBox .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificateBox .swiper-slide img{
    height: 80%;
}

.certificateBox .btn-colse{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
}

.certificateBox i{
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: all .5s;
    display: block;
}

.certificateBox .btn-colse:hover i{
    color: #ff9a28;
    -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}


.historyBox .banner{
    background-image: url(/Content/images/historyBox/banner.png);
    width: 100%;
    height: 368px;
    background-size: cover;
    display: block;
    margin-top: 59px;
}

.historyBox .back{
    height: 59px;
    line-height: 59px;
    overflow: hidden;
    text-align: center;
    padding: 0 27px;
    border-bottom: solid 1px #ff9a28;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.historyBox .back i{
    /* background-image: url(/Content/images/historyBox/left.png);
    width: 32px;
    height: 22px;
    background-size: 32px 22px;
    margin-top: 18px; */
    font-size: 32px;
}

.historyBox .back p{
    font-size: 30px;
    color: #383838;
}

.historyBox .title{
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding-top: 32px;
}

.historyBox .title h2{
    font-weight: bold;
}

.historyBox .title .txt{
    color: rgba(51,51,51,.5);
    font-size: 15px;
    margin-top: 33px;
}

.historyBox .label {
    text-align: center;
    font-size: 0;
    margin-top: 40px;
}

.historyBox .label div{
    font-size: 20px;
    color: #333333;
    border: solid 2px #ff9a28;
    width: 178px;
}

.historyBox .label div:nth-of-type(2){
    margin: 0 80px;
}

.historyBox .content{
    position: relative;
    width: 1300px;
    margin: 172px auto 90px;
    display: block;
}

.historyBox .content .line{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 1349px;
    background-color: #e9e8e9;
    transform: translate(-50%,0);
}

.historyBox .content .line span{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #aaaaaa;
    position: absolute;
    left: -12px;
}

.historyBox .content .line span:nth-of-type(1){
    top: 125px;
}

.historyBox .content .line span:nth-of-type(2){
    top: 368px;
}

.historyBox .content .line span:nth-of-type(3){
    top: 611px;
}

.historyBox .content .line span:nth-of-type(4){
    top: 854px;
}

.historyBox .content .line span:nth-of-type(5){
    bottom: 231px;
}

.historyBox .content .line span:nth-of-type(6){
    bottom: 0;
}

.historyBox .content .left .img1{
    background-image: url(/Content/images/historyBox/img1.png);
    width: 225px;
    height: 89px;
    background-size: 225px 89px;
    margin: 0 auto 87px;
    opacity: 0;
}

.historyBox .content .left .img2 .picImg{
    background-image: url(/Content/images/historyBox/img2.jpg);
    /* width: 502px;
    height: 211px;
    background-size: 502px 211px; */
}

.historyBox .content .img-title{
    font-size: 20px;
    color: #ff9a28;
    margin: 8px 0 15px;
    padding-left: 25px;
}

.historyBox .content .img-txt{
    font-size: 13px;
    color: rgba(51,51,51,.7);
    width: 461px;
    padding-left: 25px;
}

.historyBox .content .picImg{
    background-image: url(/Content/images/historyBox/img3.jpg);
    width: 524px;
    height: 204px;
    background-size: 524px 204px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.historyBox .content .left .img4 .picImg{
    background-image: url(/Content/images/historyBox/img4.jpg);
}

.historyBox .content .right .img1 .picImg{
    background-image: url(/Content/images/historyBox/right-img1.jpg);
}

.historyBox .content .right .img2 .picImg{
    background-image: url(/Content/images/historyBox/right-img2.jpg);
}

.historyBox .content .right .img3 .picImg{
    background-image: url(/Content/images/historyBox/right-img3.jpg);
}

.historyBox .content .imgCont{
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding-bottom: 15px;
    opacity: 0;
}

.historyBox .content .left .img1.show,
.historyBox .content .left .imgCont.show{
    -webkit-animation: ani_left 1s forwards;
}

.historyBox .content .right .imgCont.show{
    -webkit-animation: ani_right 1s forwards;
}

.historyBox .content .left .img2{
    margin-bottom: 171px;
}

.historyBox .content .left .img3{
    margin-bottom: 168px;
}

.historyBox .content .right .img1{
    margin-bottom: 164px;
}

.historyBox .content .right .img2{
    margin-bottom: 182px;
}

.historyBox .content .right .img3{
    /* margin-bottom: 63px; */
    margin-bottom: 70px;
}

.historyBox .content .left{
    left: 0;
}

.historyBox .content .right{
    right: 0;
    margin-top: -66px;
}

.historyBox .content .right .img4 h2{
    font-size: 40px;
    color: #cccccc;
    padding-top: 16px;
    padding-left: 30px;
}

.historyBox .msg-txt{
    width: 803px;
    margin: 0 auto 50px;
    display: block;
    font-size: 15px;
    color: #333333;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 30px;
}

.historyBox .footer{
    height: 145px;
    line-height: 145px;
    width: 100%;
    background-color: #333333;
    color: #fff;
    text-align: center;
    font-size: 50px;
}

.teachBox .banner .left,
.teachBox .banner .right{
    width: 50%;
}

.teachBox .banner .right{
    background-image: url(/Content/images/teachBox/banner1.jpg);
    height: 541px;
    background-size: 100% 541px;
}

.teachBox .banner .left{
    padding: 0 38px;
}

.teachBox .banner .banner-logo{
    height: 59px;
    line-height: 59px;
    border-bottom: solid 1px #ff9a28;
    overflow: hidden;
    padding: 0 30px;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.teachBox .banner .banner-logo .icon-back{
    background-image: url(/Content/images/teachBox/back.png);
    width: 22px;
    height: 15px;
    background-size: 22px 15px;
    margin-top: 22px;
    display: block;
}

.historyBox .back p,
.teachBox .banner .banner-logo p{
    background-image: url(/Content/images/teachBox/right-logo.png);
    width: 161px;
    height: 30px;
    background-size: 161px 30px;
    margin-top: 15px;
}

.teachBox .banner .banner-content{
    width: 1300px;
    margin: 59px auto 0;
}

.teachBox .banner .txt-title{
    font-size: 20px;
    padding: 55px 0 80px ;
    text-align: center;
}

.teachBox .banner .txt-cont p{
    opacity: .5;
    font-size: 15px;
    text-align: right;
}

.teachBox .banner .txt-detail>div{
    margin-top: 27px;
    border: solid 1px #ff9a28;
    padding: 31px 25px 25px 26px;
    width: 100%!important;
}

.teachBox .banner .txt-detail .float-left{
    background-image: url(/Content/images/teachBox/icon-img.png);
    width: 98px;
    height: 98px;
    background-size: 98px 98px;
}

.teachBox .banner .txt-detail .float-right{
    width: 400px;
}

.teachBox .banner .txt-detail .float-right p{
    font-size: 13px;
    padding-bottom: 16px;
} 

.teachBox .banner .txt-detail .float-right p:last-child{
    padding-bottom: 0;
}

.teachBox .banner .left .btn-sub{
    background-color: #ff9a28;
    width: 112px;
    height: 37px;
    display: block;
    margin-top: 29px;
}

.teachBox .banner .right .img1{
    background-image: url(/Content/images/teachBox/banner-right1.png);
    width: 100%;
    height: 390px;
    background-size: 100% 390px;
}

.teachBox .banner .right .imgBox{
    font-size: 0;
}

.teachBox .banner .right .imgBox .img3,
.teachBox .banner .right .imgBox .img2{
    width: 50%;
    background-image: url(/Content/images/teachBox/banner-right2.png);
    height: 165px;
    background-size: 100% 165px;
}

.teachBox .banner .right .imgBox .img3{
    background-image: url(/Content/images/teachBox/banner-right3.png);
}

.teachBox .content{
    width: 1300px;
    margin: 102px auto 0;
    display: block;
    padding: 0 202px 0 192px;
}

.teachBox .content .left{
    background-image: url(/Content/images/teachBox/content-img.png);
    width: 441px;
    height: 332px;
    background-size: 441px 332px;
}

.teachBox .content .right{
    padding-top: 30px;
}

.teachBox .content .right-title{
    font-size: 13px;
    color: #ff9a28;
    font-weight: bold;
    margin-bottom: 15px;
}

.teachBox .content .right-txt{
    font-size: 36px;
    font-weight: bold;
}

.teachBox .content .right-text p{
    font-size: 13px;
    margin-top: 12px;
}

.teachBox .content .right .iconfont{
    font-size: 55px;
    padding-top: 30px;
    display: block;
}

.teachBox .numBox{
    margin: 120px auto 75px;
    text-align: center;
}

.teachBox .numBox .num-cont{
    text-align: center;
    margin: 0 80px;
}

.teachBox .numBox .num-cont i{
    font-size: 31px;
    margin-bottom: 10px;
}

.teachBox .numBox .num-cont p{
    font-size: 25px;
    color: #ff9a28;
}

.teachBox .numBox .num-cont p:nth-of-type(2){
    font-size: 15px;
}

.teachBox .textBox{
    background-color: #ff9a28;
}

.teachBox .textBox .textBg.wid13{
    margin: 0 auto;
    padding: 80px 0;
}

.teachBox .textBox .textBg .clear{
    text-align: center;
}

.teachBox .textBox .textBg .text{
    text-align: center;
    width: 300px;
    margin: 0 30px;
}

.teachBox .textBox .textBg .top{
    margin-bottom: 40px;
}

.teachBox .textBox .textBg .text i{
    font-size: 39px;
    margin-bottom: 15px;
    display: block;
}

.teachBox .textBox .textBg .text-title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

.teachBox .textBox .textBg .text-cont{
    font-size: 15px;
    color: #fff;
}

.teachBox .manageBox{
    padding: 130px 0 125px 0;
    margin: 0 auto;
}

.teachBox .manageBox .manage-title p{
    text-align: center;
    color: #ff9a28;
    font-size: 13px;
    margin-bottom: 10px;
}

.teachBox .manageBox .manage-title p:last-child{
    font-size: 32px;
    font-weight: bold;
}

.teachBox .manageBox .manageList{
    text-align: center;
    margin-top: 46px;
}

.teachBox .manageBox .manageList .manage-cont{
    padding: 104px 45px 85px 55px;
    border: solid 1px #919190;
    width: 282px;
    height: 383px;
    vertical-align: top;
    text-align: center;
    margin: 0 15px;
    transition: all .5s;
}

.teachBox .manageBox .manageList .manage-cont:hover{
    background-color: #333333;
    color: #fff;
    cursor: pointer;
}

.teachBox .manageBox .manageList .manage-cont:hover p:nth-of-type(1){
    color: #fff;
}

.teachBox .manageBox .manageList .manage-cont i{
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.teachBox .manageBox .manageList .manage-cont p:nth-of-type(1){
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    transition: all .5s;
}

.teachBox .manageBox .manageList .manage-cont p:nth-of-type(2){
    width: 182px;
    font-size: 13px;
}

.teachBox .logoImgBox{
    font-size: 0;
    margin-bottom: 60px;
}

.teachBox .logoImgBox .float-left{
    width: 25%;
    overflow: hidden;
    cursor: pointer;
}

.teachBox .logoImgBox .float-left:hover img{
    transform: scale(1.5);
}

.teachBox .logoImgBox .float-left img{
    width: 100%;
    transition: all .5s;
}

.footerSwiper .swiper-slide img{
    width: 100%;
    border-radius: 5px;
}

.footerSwiper .swiper-button-next, 
.footerSwiper .swiper-button-prev{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background-color: rgba(0, 0, 0, .5);
    text-decoration: none;
    width: 50px;
    height: 70px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAOVBMVEX/////nzD/mij/nCb/min/mij/mif/li3/mij/mij/nyD/mij/min/mSL/jhz/mij/myj/mij///+ee0XeAAAAEXRSTlMAELo2yfDvEczlCPZEDwm7MxaYkfYAAAABYktHRACIBR1IAAAAB3RJTUUH5AoWARUofQHHDwAAAVxJREFUeNrt1ctqAkEURVETk6h59///bEREfMyM0LuatecFZ3EHtVpVenpezz3hMY6X6XUJkr1jWoLk4FiA5OgYXnJyTNPbyJIzx9CSC8fAkivHsJLNdrpu9z73qDu6ucc0fXzOPYqDIxJHK45WHK04WnG04mjF0YqjFUcrjlYcrThacbTiaMXRiqMVRyuOVhytOFpxtOJoxdGKoxVHK45WHK04WnG04mjF0YqjFUcrjlYcrThacbTiaMXRiqMVRyuOVhyxvpYCIQlG0oukF0kvkl4kvUh6kfQi6UXSi6QXSS+SXiS9SHqR9CLpRdKLpBdJL5JeJL1IepH0IulF0oukF0kvkl4kvUh6kfQi6UXSi6QXSS+SXiS9SHqR9CLpRdKLpBdJr+VINtsbye577lF3dXOTt/Xckx4jGdZxJRnYcSEZ2nEmGdxxkgzvOEoW4DhIFuHY/4w/v/95/geZOu+PVHPtdwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMC0yMVQxNzoyMTo0MCswODowMAWDTyYAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTAtMjFUMTc6MjE6NDArMDg6MDB03veaAAAAIHRFWHRzb2Z0d2FyZQBodHRwczovL2ltYWdlbWFnaWNrLm9yZ7zPHZ0AAAAYdEVYdFRodW1iOjpEb2N1bWVudDo6UGFnZXMAMaf/uy8AAAAYdEVYdFRodW1iOjpJbWFnZTo6SGVpZ2h0ADIwMH3XFWkAAAAXdEVYdFRodW1iOjpJbWFnZTo6V2lkdGgAMjAw7iZFNAAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL3BuZz+yVk4AAAAXdEVYdFRodW1iOjpNVGltZQAxNjAzMjcyMTAwZ8S6WQAAABF0RVh0VGh1bWI6OlNpemUANDM5QkJWScylAAAARnRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vYXBwL3RtcC9pbWFnZWxjL2ltZ3ZpZXcyXzlfMTYwMjU3NzgwOTU1NjE3NDFfNDFfWzBduYpaHAAAAABJRU5ErkJggg==);
}

.footerSwiper .swiper-button-next{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAP1BMVEX/////nCr/myf/lCj/mij/mSj/jhz/mij/mij/li3/mCn/mij/mij/nCv/nyD/miv/myj/myj/mij/mij///9QYHrVAAAAE3RSTlMAMbwT7c4J5cwRPvTzEggw7DO7onTWFAAAAAFiS0dEAIgFHUgAAAAHdElNRQfkChYBGAT6d9WhAAABXUlEQVR42u3auW4CQRAA0cUX4BOb//9XWwhZXBEEvFlV5S31UweTzDTd0OLh8ZZxpsXT9nkOkj/Hdg6SnWMGkr1jeMm/Y3DJgWNoyZFjYMmJY1jJy3J72mp976Wu6vXtTDLoTZJ4JfFK4pXEK4lXEq8kXkm8kngl8UrilcQriVcSryReSbySeCXxSuKVxCuJ14wk70m0kngl8UrilcQriVcSryReSbySeCXxSuKVxCuJVxKvJF5JvJJ4JfFK4pXEK4lXEq5Ln6I+7r1UjhxIOaxyWOWwymGVwyqHVQ6rHFY5rHJY5bDKYZXDKodVDqscVjmscljlsMphlcMqh1UOqxxWOaxyWOWwymGVwyqHVQ6rHFY5rHJY5bDKYZXDKodVDqscVjmscljlsPpcnjlW63svdVVfmznc44JkWMeJZGDHkWRox4FkcMc0LTbzcOwlM3DsJLNwTNP3j/MO/gLjQwmEgRH8kgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMC0yMVQxNzoyNDowNCswODowMJOvrosAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTAtMjFUMTc6MjQ6MDQrMDg6MDDi8hY3AAAAIHRFWHRzb2Z0d2FyZQBodHRwczovL2ltYWdlbWFnaWNrLm9yZ7zPHZ0AAAAYdEVYdFRodW1iOjpEb2N1bWVudDo6UGFnZXMAMaf/uy8AAAAYdEVYdFRodW1iOjpJbWFnZTo6SGVpZ2h0ADIwMH3XFWkAAAAXdEVYdFRodW1iOjpJbWFnZTo6V2lkdGgAMjAw7iZFNAAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL3BuZz+yVk4AAAAXdEVYdFRodW1iOjpNVGltZQAxNjAzMjcyMjQ0BoMFHQAAABF0RVh0VGh1bWI6OlNpemUANDU2QkJ4ftREAAAARXRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vYXBwL3RtcC9pbWFnZWxjL2ltZ3ZpZXcyXzlfMTYwMjU3NzYzMzE4MzExNDhfMV9bMF1o9dAyAAAAAElFTkSuQmCC);
}

@-webkit-keyframes ani_left{
    0%{opacity: 0;transform: translateX(-2000px);}
    100%{opacity: 1;transform: translateX(0);}
}


@-keyframes ani_left{
    0%{opacity: 0;transform: translateX(-2000px);}
    100%{opacity: 1;transform: translateX(0);}
}

@-webkit-keyframes ani_right{
    0%{opacity: 0;transform: translateX(2000px);}
    100%{opacity: 1;transform: translateX(0);}
}


@-keyframes ani_right{
    0%{opacity: 0;transform: translateX(2000px);}
    100%{opacity: 1;transform: translateX(0);}
}
