body{
    min-width: 1200px;
    background:#F4F5F7;
}
*{
    box-sizing: border-box;
    font-family: "Microsoft YaHei Regular";
}

header{
    height: 530px;
    position: relative;
    background:  url("/css/img/apply/bg-97d01924bac083b14f40482d1f3a9a2d.png") top center no-repeat;
}

.container{
    width: 1200px;
    margin: 0 auto;
}
.header-logo {
    padding-top: 10px;
}
.header-logo h2{
    width: 109px;
    height: 34px;
    font-size: 28px;
    font-weight: 400;
    color: #F6F7FB;
    line-height: 34px;
}
.header-logo p{
    width: 148px;
    height: 16px;
    font-size: 12px;
    color: #F6F7FB;
    line-height: 16px;
}

.header-tags {
    margin-left: 30px;
}
.header-nav {
    margin-left: 25px;
    margin-top: 25px;
    width: 80px;
    height: 30px;
    position: relative;
}
.header-nav a{
    font-size:16px;
    color: #F6F7FB;
    line-height: 20px;
}
.header-right {
    margin-top: 15px;
}
.header-search{
    position: relative;
    background: url("/css/img/apply/search-5403af042be3b1f3d840a432c140f410.png");
    width: 220px;
    height: 40px;
    padding-left: 15px;
}
.header-search input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #F6F7FB;
}
.header-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #F6F7FB;
}
.header-search input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #F6F7FB;
}
.header-search input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #F6F7FB;
}
.header-search input[type=text]{
    font-size: 14px;
    color: #F6F7FB;
    height: 40px;
    width: 160px;
    background: none;
    border: none;
    outline: none;
}

.header-search button.button{
    font-size: 18px;
    color: #F6F7FB;
    height: 34px;
    width: 35px;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    right: 7px;
    top: 2px;
}
.header-user {
    margin-left: 40px;
    margin-top: 15px;
}

.header-user a{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
}
.header-user a.active{
    width: 120px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    color: #2368F2;
}

.slogan {
    padding-top: 5px;
    position: relative;
    height: 450px;
}
.slogan h2{
    font-size: 40px;
    color: #F6F7FB;
    line-height: 45px;
    letter-spacing: 1px;
    margin-top: 60px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
}
.slogan h2.sm-mar{
    margin-top: 30px;
}
.slogan h2 span{
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #F6F7FB;
}
.slogan p{
    font-size: 20px;
    color: #F6F7FB;
    line-height: 26px;
    margin-top: 25px;
}
.slogan ul{
    margin-top: 40px;
}
.slogan li{
    margin-left: 20px;
    display: block;
    float: left;
    width: 169px;
    padding-left: 45px;
    text-align: center;
    height: 48px;
    line-height: 46px;
    border-radius: 35px;
    border: 1px solid #F6F7FB;
    font-size: 18px;
    color: #F6F7FB;
    background-repeat: no-repeat;
    background-position: 25px center;
}

.slogan li:first-child{
    margin-left: 0;
}

.slogan li:nth-child(1){
    background-image: url("/css/img/apply/subject-ac3dde568a85862d9749219e07ba7757.png");
}

.slogan li:nth-child(2){
    background-image: url("/css/img/apply/course-8be17ecbb93e770e2192847d1b7175a9.png");
}

.slogan li:nth-child(3){
    background-image: url("/css/img/apply/experiment-2964f0a6a34241a662cab3a3c2f3febf.png");
}

.title{
    text-align: center;
    padding: 10px 0;
}
.title p{
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #8C8D9E;
    line-height: 20px;
    margin-top: 10px;
}
.title h2{
    display: inline-block;
    position: relative;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #171C3C;
}
.title h2:after{
    content: "";
    display: block;
    width: 35px;
    height: 20px;
    position: absolute;
    left: -45px;
    top: 12px;
    background: url("/css/img/apply/title-left-17b26b3f6c20be3b257adeb5e69cf6a0.png") no-repeat center;
 }
.title h2:before{
    content: "";
    display: block;
    width: 35px;
    height: 20px;
    position: absolute;
    right: -45px;
    top: 12px;
    background: url("/css/img/apply/title-right-d6e15fde97fcc339da53d79f65a4433e.png") no-repeat center;
}



.apply-content {
    height: 365px;
    padding-top: 40px;
    background: url("/css/img/apply/apply-content-d304f251d9dc71cbb8a5140efcd5263e.png") top center no-repeat;
}

.apply-info {
    width: 840px;
    height: 205px;
    margin: 5px auto;
    background: url("/css/img/apply/apply-step-b8c37d72331204249ff556ab2ee31baf.png") center no-repeat;
}

.apply-info ul{
    text-align: center;
}

.apply-info ul li{
    display: inline-block;

}

.apply-download {
    width: 296px;
    height: 68px;
    margin: 35px auto 0;
    padding: 20px;
    background: url("/css/img/apply/download-502bc432cdaae24837e6ba89a73aea50.png") center no-repeat;
}

.apply-download span{
    display: inline-block;
    width: 200px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 28px;
    padding-left: 5px;
    position: relative;
    margin-right: 12px;
}
.apply-download span:after{
    content: "|";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
}
.apply-download a{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 19px;

}

.benefit-content {
    height: 730px;
}

.benefit-list {
    width: 830px;
    margin: 15px auto 0;
}

.benefit-list li{
    width: 415px;
    height: 300px;
    padding-top: 205px;
    text-align: center;
    float: left;
}

.benefit-list h2{
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #171C3C;
    line-height: 26px;
}

.benefit-list p{
    font-size: 14px;
    color: #8C8D9E;
    line-height: 19px;
    margin-top: 20px;
}
.benefit-list li:nth-child(1){
    background: url("/css/img/apply/benefit-1-fcf8fb83ad939a6550d91c6bd4bdf2ad.png") center top no-repeat;
}

.benefit-list li:nth-child(2){
    background: url("/css/img/apply/benefit-2-9db388e8137f9b5e96c2733c2100e76b.png") -23px top no-repeat;
}

.benefit-list li:nth-child(3){
    background: url("/css/img/apply/benefit-3-09128fe7d277cf0b8a3b087368c14fc5.png") center top no-repeat;
}

.benefit-list li:nth-child(4){
    background: url("/css/img/apply/benefit-4-576cdb226548ec69c2fed9dff2064062.png") 18px top no-repeat;
}

.characteristic-content {
    height: 515px;
    padding-top: 80px;
    background: url("/css/img/apply/characteristic-8bde4f944aa0b5cceee5a1515567ca21.png") no-repeat center top;
}

.characteristic-list {

}

.characteristic-list {
    width: 1180px;
    margin: 30px auto 0;
}
.characteristic-list li{
    width: 220px;
    height: 216px;
    border-radius: 8px;
    border: 1px solid #E3E4EB;
    /* text-align: center; */
    float: left;
    padding-top: 85px;
    margin-left: 20px;
}
.characteristic-list li:first-child {
    margin-left: 0;
}
.characteristic-list h2{
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #464964;
    line-height: 24px;
    text-align: center;
}

.characteristic-list p{
    font-size: 12px;
    color: #8C8D9E;
    line-height: 18px;
    margin-top: 15px;
    padding: 0 25px;
}

.characteristic-list li:nth-child(1){
    background: #fff url("/css/img/apply/character-1-b93b1992d60a8c6db6c6fcbff07b5dc4.png") center 20px no-repeat;
}

.characteristic-list li:nth-child(2){
    background:#fff  url("/css/img/apply/character-2-62991c9937128322a6b20b47ea4de096.png") center 20px no-repeat;
}

.characteristic-list li:nth-child(3){
    background:#fff  url("/css/img/apply/character-3-4ec97294e2c1ba09a34301763f3f8113.png") center 20px no-repeat;
}

.characteristic-list li:nth-child(4){
    background: #fff  url("/css/img/apply/character-4-9e5ee55400dfcc67f622c3951ebb450b.png") center 20px no-repeat;
}

.characteristic-list li:nth-child(5){
    background:#fff  url("/css/img/apply/character-5-4a40851c95d4620b8316403dd3afecd8.png") center 20px no-repeat;
}
.logo-content {
    margin-top: 30px;
}
.logo-wrap{
    position: relative;
    width: 1200px;
    height: 490px;
    overflow: hidden;
    margin: 30px auto;
    font-size: 0;
    /* margin-bottom: 20px; */
}
.logo-wrap .mask {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 205px;
}

.logo-wrap .mask-left {
    left: 0;
}
.logo-wrap .mask-right {
    right: 0;
}

.logo-wrap .logo-img {
    display: inline-block;
    margin:0 9px;
}

.logo-wrap .line-odd{
    width: 5998px;
    /*margin-bottom: 40px;*/
    animation: scrollToRight 56s linear infinite;
}

.line-odd img{
    height: 40px;

}
.line-even img{
    height: 80px;
}
.logo-wrap .line-even {
    width: 6063px;
    /*margin-bottom: 40px;*/
    animation: scrollToRight 50s linear infinite;
}

@-webkit-keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}
@keyframes scrollToRight {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}




.phone-number {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #000000;
    line-height: 48px;
    text-align: center;
    width: 180px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(70, 73, 100, 0.2);
    border-radius: 8px;
    position: absolute;
    right: 75px;
    top: 30px;
    transition: all .3s;
    transform: scale(0);
    opacity: 0;
    transform-origin: right 50%;
}
.qq-number{
    top: 20px;
}
.weChat {
    width: 104px;
    height: 104px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(70, 73, 100, 0.2);
    border-radius: 8px;
    position: absolute;
    right: 75px;
    top: -5px;
    padding: 10px;
    transition: all .3s;
    transform: scale(0);
    opacity: 0;
    transform-origin: right 50%;
}
.weChat img{
    width: 84px;
    height: 84px;
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;

}

/*.contact-nav li:hover p{*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*}*/



.classified-nav:hover .classified {
    display: block;
}
.classified a:hover{
    color:#3aa0fd !important
}
.left-classified .level-1:hover .level-2{
    display: block;
}

.left-classified .level-list:hover .level-3{
    display: block;
}

/*.classified {*/
/*    !*width: 775px;*!*/
/*    position: absolute;*/
/*    !* height: 300px; *!*/
/*    z-index: 999;*/
/*    top: 55px;*/
/*    display: none;*/
/*}*/
/*.classified h2{*/
/*    line-height: 35px;*/
/*    border-bottom: 1px solid #f0f0f0;*/
/*    color: #666;*/
/*    font-size: 13px;*/
/*    text-align: center;*/
/*}*/
/*.classified .level-3 h2{*/
/*    text-align: left;*/
/*    padding-left: 15px;*/
/*}*/
/*.left-classified {*/
/*    width: 80px;*/
/*    !*height: 558px;*!*/
/*    !*border-right:1px solid #f1f1f1;*!*/
/*    position: relative;*/
/*    padding-top: 1px;*/
/*    background: #fff;*/
/*    border: 1px solid #f1f1f1;*/
/*    !* box-shadow: 0 0 5px #e4e4e4; *!*/
/*}*/
/*.level-list {*/
/*    !*margin-top: 10px;*!*/
/*    padding: 5px 0;*/
/*}*/
/*.left-classified > li{*/
/*    display: block;*/
/*    padding: 5px 0;*/
/*}*/

/*.left-classified li.level-1 > a{*/
/*    line-height: 30px;*/
/*    display: block;*/
/*    color: #333;*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    border-right: 2px solid transparent;*/
/*}*/

/*.left-classified li .level-2{*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    !*bottom: 0;*!*/
/*    left: 78px;*/
/*    width: 110px;*/
/*    font-size: 13px !important;*/
/*    border-right: 1px solid #f1f1f1;*/
/*    background: #fff;*/
/*    !* box-shadow: 0 0 5px #e4e4e4; *!*/
/*    display: none;*/
/*    border: 1px solid #f1f1f1;*/
/*}*/

/*.level-list > p a{*/
/*    !* float: left; *!*/
/*    line-height: 30px;*/
/*    overflow: hidden;*/
/*    !* margin-bottom: 10px; *!*/
/*    display: block;*/
/*    !* background: #3aa0fd; *!*/
/*    color: #666;*/
/*    border-radius: 13px;*/
/*    font-size: 14px;*/
/*    padding: 0 10px;*/
/*    text-align: center;*/
/*}*/

/*.level-3{*/
/*    !* padding-top: 15px; *!*/
/*    line-height: 31px;*/
/*    font-size: 12px;*/
/*    color: #666;*/
/*    margin-right: 0;*/
/*    position: absolute;*/
/*    left: 108px;*/
/*    width: 560px;*/
/*    top: 34px;*/
/*    bottom: -1px;*/
/*    background: #fff;*/
/*    !* padding-left: 20px; *!*/
/*    !* box-shadow: 0 0 5px #e4e4e4; *!*/
/*    display: none;*/
/*    border: 1px solid #f1f1f1;*/
/*}*/
/*.level-3 a{*/
/*    display: block;*/
/*    float: left;*/
/*    line-height: 20px;*/
/*    font-size: 13px;*/
/*    margin-left: 15px;*/
/*    margin-top: 15px;*/
/*    color: #666;*/
/*}*/

.classified {
    position: absolute;
    top: 30px;
    left: -20px;
    background: #fff;
    padding: 10px;
    display: none;
    z-index: 999;
}

.classified:after{
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 37px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.classified h2{
    line-height: 35px;
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 13px;
    text-align: center;
}
.classified .level-3 h2{
    text-align: left;
    padding-left: 15px;
}
.left-classified {
    position: relative;
    max-height: 500px;
    overflow-y: auto;
    padding: 0 10px;
}
.level-list {
    padding: 5px 0;
    float: left;
}
.left-classified > li{
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
}

.left-classified li.level-1 > a{
    display: block;
    line-height: 22px;
    font-size: 16px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 10px;
}

.left-classified li .level-2{
    width: 600px;
    font-size: 13px !important;
    background: #fff;
}

.level-list > p a{
    overflow: hidden;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    padding: 10px 20px;
    margin-right: 15px;
    border-radius: 16px;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

#course_classify .level-2 .level-list .clearfix {
    width: 110px;
}
#course_classify .level-2 .level-list .clearfix a {
    padding: 0;
}

.level-3{
    line-height: 31px;
    font-size: 12px;
    color: #666;
    margin-right: 0;
    position: absolute;
    left: 108px;
    width: 560px;
    top: 34px;
    bottom: -1px;
    background: #fff;
    display: none;
    border: 1px solid #f1f1f1;
}
.level-3 a{
    display: block;
    float: left;
    line-height: 20px;
    font-size: 13px;
    margin-left: 15px;
    margin-top: 15px;
    color: #666;
}
.navbar-right li {
    display: inline-block;
    float: right;
    position: relative;
    width: 100%;
}
.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
}
.nav.navbar-nav>li>a {
    color: #fff!important;
}
.dropdown-menu {
    box-shadow: none;
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 20px;
    left: auto;
    width: 135px;
    display: block;
    top: 40px;
}
.dropdown-menu li a {
    width: 100%;
    display: block;
    padding: 12px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}



















footer{
    height: 100px;
    background: #171C3C;
    padding: 10px 0;
}
.footer-logo{
    width: 250px;
    margin-top: 8px;
}
.footer-logo h2{
    font-size: 28px;
    color: #F6F7FB;
    line-height: 40px;
}
.footer-logo p{
    font-size: 12px;
    color: #F6F7FB;
    line-height: 16px;
}

footer .center{
    margin-top: 10px;
}

footer .center p{
    font-size: 12px;
    color: #F6F7FB;
    line-height: 30px;
}

footer .right p{
    font-size: 12px;
    color: #F6F7FB;
    line-height: 20px;
    text-align: center;
}

.layer-process {
    position:inherit;
    display:block;
    bottom:100px;
    width: 100%;
    height: 128px !important;
    z-index: 99999;
    background: url("/css/img/apply/apply_banner-16fb67105fdc241925901974b6bcdebd.png") center center no-repeat;
    background-size: 100% 100%;
}

.layer-process .container{
    /*width: 1165px;*/
    height: 100%;
    /*padding: 15px 0;*/
    position: relative;
}
a.close_layer {
    color: #ddd;
    position: absolute;
    right: 15px;
    top: 40px;
}
.layer-process .container h2{
    font-size: 30px;
    text-indent: 10px;
    line-height: 65px;
    letter-spacing: 1px;
    margin-right: 30px;
    color: #F6F7FB;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
}
.layer-process img{
    display: inline-block;
    margin-top: 8px;
}

.layer-process .apply-download {
    display: inline-block;
    margin-top: 0;
    margin-left: 40px;
    background-image: url("/css/img/apply/download-foot-b2dd1c4f0e45e85133f4414e80ec6323.png");
}
.layer-process .apply-download span,
.layer-process .apply-download a,
.layer-process .apply-download span:after{
    color: #408efb;
}

.contacts-content {
    width: 1180px;
    margin: 0 auto;
}
.contacts-list{
    margin: 30px 0;
}
.contacts-list li{
    display: block;
    width: 280px;
    height: 108px;
    float: left;
    margin-bottom: 25px;
    margin-left: 25px;
    background: url("/css/img/apply/contacts-bg-f185681f38646c095fa17f7b5fdc14f3.jpg");
}
.contacts-list li:nth-child(4n+1){
    margin-left: 0;
}
.contacts-list li span{
    display: block;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 48px;
    padding-left: 10px;
}


.contacts-list li p{
    display: block;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #464964;
    line-height: 60px;
    padding: 0 15px;
}

.contacts-list li b{
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #464964;
    /* line-height: 24px; */
    text-indent: 19px;
    float: right;
    margin-right: 15px;
}
.icon-content{
    position: relative;
    width: 600px;
}
.slider-content{
    width: 100%;
    position: absolute;
    overflow: hidden;
}
.slider-content .slider-text{
    width: 600px;
    opacity: 0;
}
.slider-content .picture{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.slider-content .picture-1{
    position: absolute;
    width: 360px;
    left: 125px;
    top: 20px;
    opacity: 0;
    transform: translate3d(0, -50px, 0);
}

.slider-content .picture-1.picture-2{
    top: 60px;
    left: 115px;
}
.slider-content .picture-1.picture-3{
    top: 45px;
    left: 145px;
    width: 300px;
}
.slider-content.active{
    z-index: 9;
}
.slider-content.active .slider-text{
    animation:mymove 2s;
    -webkit-animation:mymove 2s; /* Safari and Chrome */
    animation-iteration-count:1;
    animation-fill-mode :forwards;
}
@keyframes mymove {
    0%   {opacity:0;}
    100% {opacity:1;}
}
/*
.slider-content.active .slider-text{
    opacity: 1;
    transition: all 1.8s;
}
*/
.slider-content.active .picture{
    /*transition: all .8s;*/
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.slider-content.active .picture-1{
    transition: all .8s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.slider-text ul a{
    display: block;
    width: 169px;
    height: 48px;
    line-height: 46px;
    border-radius: 35px;
    border: 1px solid #F6F7FB;
    font-size: 18px;
    color: #F6F7FB;
    text-align: center;
}
/*详情页面*/

.vr-headder{
    background: url(/css/img/apply/vrbg-923559bdd573cdd661a0b1dbd643a009.png) top center no-repeat;
}
.vrTips span{
    font-size: 14px;
    color: #F6F7FB;
    display: block;
    padding-top:80px;
}

.vrTips h2{
    margin-top:70px;
}
.major-list{
    width: 1120px;
    height: 440px;
    margin: auto;
    padding-top:40px;
    background: url(/css/img/apply/major-list-460c6a68ea2fd29f1915d0e1471910bd.png) center no-repeat;
}
.major-list .hd{
    border-bottom:1px solid #E3E4EB;
    text-align:center;
}

.major-list .hd ul li{
    width:40px;
    margin:0 10px;
    display:inline-block;
    font-size:14px;
    cursor: pointer;
    color: #464964;
    line-height: 30px;
    padding-bottom: 5px;
}
.major-list .hd ul li span{
    display: block;
    width: 32px;
    height:32px;
    margin: auto;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.major-list .hd ul li.major-1 span{background-image:url("/css/img/apply/major-1-bc99a02eed4cd6634c2e510154158c63.png");}
.major-list .hd ul li.major-2 span{background-image:url("/css/img/apply/major-2-e7cd86f18eba8a3fe8df054606bce9c5.png");}
.major-list .hd ul li.major-3 span{background-image:url("/css/img/apply/major-3-732f3624e285fe0dd03058de505f5261.png");}
.major-list .hd ul li.major-4 span{background-image:url("/css/img/apply/major-4-22a081d8bffb99b81d0fce0726dfced7.png");}
.major-list .hd ul li.major-5 span{background-image:url("/css/img/apply/major-5-7edf34165331dd6c2f45224dc59abdec.png");}
.major-list .hd ul li.major-6 span{background-image:url("/css/img/apply/major-6-635cc4ba047a5c97522b75c4b659ae89.png");}
.major-list .hd ul li.major-7 span{background-image:url("/css/img/apply/major-7-38ec1e56ee607b40a89f52143f282def.png");}
.major-list .hd ul li.major-8 span{background-image:url("/css/img/apply/major-8-9e71376361f100f13bf519f648619e42.png");}
.major-list .hd ul li.major-9 span{background-image:url("/css/img/apply/major-9-166ffcd0cb12d3e16936ae0e2541d23b.png");}
.major-list .hd ul li.major-10 span{background-image:url("/css/img/apply/major-10-d7b2f6e5ab0c83ce1e302b9d4dec86bd.png");}
.major-list .hd ul li.major-11 span{background-image:url("/css/img/apply/major-11-98649930c9aa45b721be0cf0268ab904.png");}
.major-list .hd ul li.major-12 span{background-image:url("/css/img/apply/major-12-c7efe15e05923e38ca545f1d8b972ec3.png");}

.major-list .hd ul li.on,.major-list .hd ul li:hover{
    color: #2368F2;
    border-bottom: 2px solid #2368F2;
}

.major-list .hd ul li.on.major-1 span,.major-list .hd ul li.major-1:hover span{background-image:url("/css/img/apply/major-1h-1ce49d352c02cc0bec33d1694b53186f.png");}
.major-list .hd ul li.on.major-2 span,.major-list .hd ul li.major-2:hover span{background-image:url("/css/img/apply/major-2h-6d56a984ae5bf9b643c0845582d9b594.png");}
.major-list .hd ul li.on.major-3 span,.major-list .hd ul li.major-3:hover span{background-image:url("/css/img/apply/major-3h-dfb91c7bcfe43ee5e9eb4d8f7acfa5b3.png");}
.major-list .hd ul li.on.major-4 span,.major-list .hd ul li.major-4:hover span{background-image:url("/css/img/apply/major-4h-d636a262ab6a75cd9d5d561ece8c5718.png");}
.major-list .hd ul li.on.major-5 span,.major-list .hd ul li.major-5:hover span{background-image:url("/css/img/apply/major-5h-31e5b638216a70f2a76119604ef853c5.png");}
.major-list .hd ul li.on.major-6 span,.major-list .hd ul li.major-6:hover span{background-image:url("/css/img/apply/major-6h-0a0ca24939dc0e351e131cd3b0c162e5.png");}
.major-list .hd ul li.on.major-7 span,.major-list .hd ul li.major-7:hover span{background-image:url("/css/img/apply/major-7h-5fb38630c95ec804c06a0fcd71bb39fe.png");}
.major-list .hd ul li.on.major-8 span,.major-list .hd ul li.major-8:hover span{background-image:url("/css/img/apply/major-8h-de8fdba9cd8032332b386c68c0b264f4.png");}
.major-list .hd ul li.on.major-9 span,.major-list .hd ul li.major-9:hover span{background-image:url("/css/img/apply/major-9h-a87420c9c39d089db545dae530bd0abb.png");}
.major-list .hd ul li.on.major-10 span,.major-list .hd ul li.major-10:hover span{background-image:url("/css/img/apply/major-10h-22117a9d49476af0cfe4ff25bf1e8af9.png");}
.major-list .hd ul li.on.major-11 span,.major-list .hd ul li.major-11:hover span{background-image:url("/css/img/apply/major-11h-19d3f6ae625d963c2bb5242282f7f3fe.png");}
.major-list .hd ul li.on.major-12 span,.major-list .hd ul li.major-12:hover span{background-image:url("/css/img/apply/major-12h-b668ab274ceeb7ac3fa817cd268638b3.png");}

.major-list .bd{
    width: 850px;
    margin:5px auto;
    padding:15px 0;
    background: url("/css/img/apply/major-line-ff118604ab2a9231f5fc78540e9bfc31.png") repeat-y top center;
}

.major-list .bd ul li{
    width: 398px;
    height: 68px;
}
.major-list .bd ul li:nth-of-type(odd){
    float: left;
    background-image:url("/css/img/apply/major-nth1-dc4d70e0063b7a7aefad5168f964bd1d.png");
}
.major-list .bd ul li:nth-of-type(even){
    float: right;
    background-image:url("/css/img/apply/major-nth2-91d8361435cf2136d5a8b1201c7ed85a.png");
}
.major-list .bd ul li a{
    color:#464964;
    font-size: 14px;
    text-decoration: none;
    text-indent:45px;
    display: block;
    line-height: 68px;
}

.major-word{
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #464964;
    line-height: 21px;
    padding-top:15px;
    text-align: center;
}

.educational-content {
    padding-top: 80px;
    padding-bottom: 90px;
    background: url("/css/img/apply/educational-be9df23bf1ca7fc948ac1a1d3e2db8b2.jpg") no-repeat center top;
}

.educational-list{
    width: 1120px;
    margin: auto;
    padding-top:20px;
}
.educational-list .hd{
    text-align: center;
}

.educational-list .hd ul li{
    margin: 0 90px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    color: #464964;
    line-height: 30px;
    padding-bottom: 5px;
}
.educational-list .hd ul li span{
    display: block;
    width: 66px;
    height:60px;
    margin: auto;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}


.educational-list .hd ul li.educational-1 span{background-image:url("/css/img/apply/educational-1-cb0c7159fa87ac38855dc4a0b4b465fa.png");}
.educational-list .hd ul li.educational-2 span{background-image:url("/css/img/apply/educational-2-34fdbe89191cf96579d05fe12c4c05af.png");}
.educational-list .hd ul li.educational-3 span{background-image:url("/css/img/apply/educational-3-39058fd64e3a16fcc780203e0affab6f.png");}

.educational-list .hd ul li.on.educational-1 span,.educational-list .hd ul li.educational-1:hover span{background-image:url("/css/img/apply/educational-1h-08966c962e3c142a1fcda206fc2ffbad.png");}
.educational-list .hd ul li.on.educational-2 span,.educational-list .hd ul li.educational-2:hover span{background-image:url("/css/img/apply/educational-2h-03220e914bdd5ead2504f2ecfa1ae98a.png");}
.educational-list .hd ul li.on.educational-3 span,.educational-list .hd ul li.educational-3:hover span{background-image:url("/css/img/apply/educational-3h-b244718b53a8023b6a7abf8cdf34e58d.png");}
.educational-list .hd ul li.on,.educational-list .hd ul li:hover{
    color: #2368F2;
    border-bottom: 2px solid #2368F2;
}

.teaching-base {
    background: #fff;
    padding: 35px 75px;
    width: 1100px;
    margin: auto;
}

.teaching-pic img{

}
.details{
    width:360px;
}
.details h2{
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #464964;
    line-height: 26px;
    padding: 20px 0;
}
.details p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #8C8D9E;
    line-height: 24px;
}


.experimental-center{
    width: 1100px;
    height: 340px;
    background: #fff;
    margin: auto;
    padding:20px 70px;
}

.experimental-center li{
    width:415px;
    float:left;
    margin-left:40px;
}
.experimental-center li img{
    display:block;
    margin:auto;

}

.experimental-center li h2{
    font-size:20px;
    font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
    font-weight:bold;
    color:#464964;
    line-height:26px;
    padding:8px 0;
    text-align:center;
}
.experimental-center li p{
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#8C8D9E;
    line-height:24px;
    text-align:center;
}
.laboratory-list {
    width: 1100px;
    height: 340px;
    background: #fff;
    margin: auto;
    padding: 20px;
}
.laboratory-list li{
    width:240px;
    height:300px;
    float: left;
    border: 1px solid #E3E4EB;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 20px;
}
.laboratory-list h2{
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #464964;
    line-height: 21px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}
.laboratory-list li p{
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #8C8D9E;
    line-height: 18px;
    padding:5px 20px;
}

.hardware-content{
    padding-bottom:40px;
}
.hardware-list {
    width:1000px;
    background: #fff;
    border:1px solid #f3f3f3;
    border-radius:5px;
    overflow:hidden;
    margin:auto;
    margin-top:25px;
    position: relative;
}

.hardware-list ul {
    overflow: hidden;
    zoom: 1;
    margin-right: -2px;
}

.hardware-list li {
    width:250px;
    height:140px;
    float: left;
    margin:0;
    display: inline;
    overflow: hidden;
    background: #fff;
    line-height: 140px;
}
.hardware-list li a{
    display: block;
    text-align: center;
}

.hardware-list li:nth-child(2),
.hardware-list li:nth-child(3){
    line-height:95px;
}

.hardware-list li:nth-child(9),
.hardware-list li:nth-child(10){
    line-height:200px;
}


.hardware-list li:nth-child(2),
.hardware-list li:nth-child(4),
.hardware-list li:nth-child(5),
.hardware-list li:nth-child(9),
.hardware-list li:nth-child(11){
    background: #F4F5F7;
}

.hardware-list li:nth-child(5),
.hardware-list li:nth-child(7){
    height:140px;
}
.hardware-list li:nth-child(7){
    margin-left: 500px;
}

.hardware-list li img {
    display: block;
}

.hardware-list li.m {
    width: 500px;
    height: 240px;
    position: absolute;
    left: 250px;
    top: 95px;
}

.hardware-list li.on,.hardware-list li.on a{
    color: #fff;
    background: linear-gradient(139deg, #6BAEFF 0%, #2C6DFF 100%);
}

.core-content{
    height:515px;
    padding-top:80px;
    background:url("/css/img/apply/characteristic-8bde4f944aa0b5cceee5a1515567ca21.png") no-repeat center top;
}

.core-list {
    width: 1060px;
    margin:30px auto 0;
}
.core-list li {
    width:240px;
    height:260px;
    border-radius: 8px;
    border: 1px solid #E3E4EB;
    float: left;
    padding-top:120px;
    margin-left: 20px;
}
.core-list li:nth-child(1) {
    background: #fff url(/css/img/apply/core-1-ff1342891268c36f99933cc9463c9f52.png) center 20px no-repeat;
}
.core-list li:nth-child(2) {
    background: #fff url(/css/img/apply/core-2-3a709b7e1612880cc5dd7f9074e83305.png) center 20px no-repeat;
}

.core-list li:nth-child(3) {
    background: #fff url(/css/img/apply/core-3-d689253dd6d45322afb3394f08b90ed3.png) center 20px no-repeat;
}

.core-list li:nth-child(4) {
    background: #fff url(/css/img/apply/core-4-7728702b183b44aec96b0e665b8f3db3.png) center 20px no-repeat;
}

.core-list h2 {
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #464964;
    line-height:24px;
    text-align: center;
}
.core-list p {
    font-size: 12px;
    color: #8C8D9E;
    line-height: 18px;
    margin-top: 15px;
    padding: 0 25px;
}


.customer-list {
    width: 1100px;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.customer-list .hd {
    overflow: hidden;
}

.customer-list .hd .prev, .customer-list .hd .next {
    display: block;
    width:28px;
    height:28px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 155px;
}

.customer-list .hd .next {
    right: 0;
    background: #fff url(/css/img/apply/customer-right-94d76f87caabadcc4514974b0c85f9a7.png) center no-repeat;
}

.customer-list .hd .prev {
    left:0;
    background: #fff url(/css/img/apply/customer-left-d59159edd351933c97a3e5645f79a593.png) center no-repeat;
}

.customer-list .hd ul{
    text-align: center;
}
.customer-list .hd ul li {
    display: inline-block;
    overflow: hidden;
    margin-right:10px;
    text-indent: -999px;
    cursor: pointer;
    width: 40px;
    height:8px;
    background: #E8EFFF;
    transition: 0.3s;
    border-radius: 4px;
}

.customer-list .hd ul li.on {
    width: 20px;
    height: 8px;
    background: #2368F2;
    border-radius: 4px;
}

.customer-list .bd {
    width: 970px;
    margin: auto;
}

.customer-list .bd ul {
    overflow: hidden;
    zoom: 1;
}

.customer-list .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: left;
}

.customer-list .bd ul li .pic img {
    width: 550px;
    height:280px;
    display: block;
}

.customer-list .bd ul li .customer-base {
    width: 370px;
    margin-left: 30px;
}

.customer-list .bd ul li .customer-base h2{
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #464964;
    padding-top: 25px;
    padding-bottom: 20px;
    line-height: 24px;
}

.customer-list .bd ul li .customer-base p{
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#8C8D9E;
    line-height:24px;
}

.interest-video{
    padding-top:55px;
    height:480px;
    padding-bottom:30px;
    background:url("/css/img/apply/interest-video-839ed94acbe27ea7e6482dcc723d32f7.png") no-repeat center top;
}

.interest-macbook{
    width:673px;
    height:365px;
    background:url("/css/img/apply/Macbook-5666eec892531592808003c2cd90154d.png") no-repeat center top;
}
.interest-base {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 38px;
    margin-left: 122px;
}
.interest-tips{
    width:420px;
    height:64px;
    background:#FFFFFF;
    border-radius:4px;
    margin-top:160px;
}

.interest-tips a{
    display: block;
    text-align: center;
    line-height: 64px;
    font-family: MicrosoftYaHei;
    color: #2368F2;
    text-decoration: none;
    font-size: 20px;
}

.slider-arrow {
    text-align: center;
    display: inline-block;
    bottom: 115px;
    position: absolute;
    z-index: 999;
    /*width: 100%;*/
}

.slider-arrow span{
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 6px;
    background: #C4D4F5;
    border-radius: 5px;
    overflow: hidden;
}
.tiao {
    width:0px;
    height: 6px;
    background-color:#4182ff;
    border-radius: 5px;
}
.on .tiao {
    width:100%;
    transition: width 5s;
}

.courses-list{
    margin-top: 30px;
}
.recommend-courses {
    width: 860px;
    margin: 40px auto 20px;
}
.course-items {
    overflow: hidden;
    height: 50px;
    border-bottom: 1px solid #E3E4EB;
}

.course-items h1{
    font-size: 18px;
    color: #464964;
    line-height: 49px;
    border-bottom: 1px solid #E3E4EB;
}
.course-items h1 a{
    font-size: 12px;
    color: #8C8D9E;
    margin-right: 35px;
    font-weight: normal;
}

.course-items h1 a.open{
    display: block;
}

.course-items h1 a.retract{
    display: none;
}

.item-open h1 a.open{
    display: none;
}

.item-open h1 a.retract{
    display: block;
}
.item-open {
    height: auto;
}

.course-items ul {
    padding: 5px 0;
}
.course-items ul li{
    width: 820px;
    height: 40px;
    background: #F4F5F7;
    line-height: 40px;
    font-size: 14px;
    color: #8C8D9E;
    padding:0 10px;
    margin: 10px auto;
}

.exp-elements{
    height: 1100px;
    padding-top: 70px;
    background: url("/css/img/apply/element-8f0114fecdbc0cd9ba6337a2aad62ab3.png") center no-repeat;
}

.small-title {
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #464964;
    margin-top: 15px;
}

.slide-box {
    width: 1160px;
    margin: 0 auto;
}

.slide-box .hd {
    text-align: center;
    height: 50px;
}

.slide-box .hd li{
    display: inline-block;
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #8C8D9E;
    margin: 0 10px;
    line-height: 50px;
    cursor: pointer;
}
.slide-box .hd li.on{
    color: #2368F2;
    border-bottom: 2px solid #2368F2;
}
.slide-box .bd {
    width: 1160px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
}
.slide-box .bd ul{
    height: 190px;
    overflow: hidden;
}
.slide-box .bd ul.isMore{
    padding-bottom: 25px;
    position: relative;
    height: 205px;
}
.slide-box .bd ul.isShow{
    height: auto;
}

.slide-box .bd ul.isMore a{
    width: 100%;
    display: block;
    height: 25px;
    background: #fff;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #8C8D9E;
    position: absolute;
    left: 0;
    bottom: 0;
}


.slide-box .bd li{
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    position: relative;
    margin: 5px 17px;
}
.slide-box .bd li img{
    max-width: 70px;
    max-height: 60px;
    min-width: 40px;
    min-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.instrument-list {
    width: 1160px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 20px ;
    margin: 15px auto;
}

.instrument-list img:nth-child(1){
    margin-top: 30px;
    margin-left: 30px;
}

.instrument-list img:nth-child(2){
    margin-left: 150px;
}

.instrument-list img:nth-child(3){
    margin-top: 20px;
    margin-right: 30px;
}
.examples-content {
    width: 1060px;
    margin: 10px auto 35px;
}
.examples-item{
    width: 340px;
    height: 240px;
    float: left;
    margin-left: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.examples-list {
    padding-top: 25px;
}
.examples-item:first-child{
    margin-left: 0;
}

.examples-item p{
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #fff;
    text-indent: 1em;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("/css/img/apply/opacity-black-eb5cb9ba09886ee6bd1173c4e19a33a1.png");
}

/*  筛选按钮*/
.menubox{
    padding-top:20px;
}

.menubox ul li.active{
    color:#fff;
    background:#2368F2;
    border-radius:2px;
}
.menubox ul li.active a{
    display:block;
    color:#ffffff !important;
}

.menubox ul li {
    height: 36px;
    line-height: 36px;
    float: left;
    display: inline-block;
    margin: 5px;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
}
.menubox ul li:hover {
    color:#ffffff !important;
    background:#2368F2;
    border-radius:2px;
}
.menubox ul li a:hover {
    color:#ffffff !important;
}

/*    图片列表*/

.course{
    padding-bottom:35px;
}

#courselist{
    padding-top:20px;
}
#courselist li {
    position: relative;
    width: calc(25% - 20px);
    height: 260px;
    margin: 0 10px 20px 10px;
    float:left;
}

#courselist li a {
    display: block;
    height: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    transition:0.3s;
    box-shadow: 2px 2px 10px 0px rgba(49, 52, 69, 0.1);
}
#courselist li a:hover {
    box-shadow: 2px 2px 20px 0px rgba(49, 52, 69, 0.15);
}

#courselist li:hover a{
    margin-top: -10px;
}

#courselist li .cbox {
    cursor: pointer;
    height: 100%;
}
#courselist li .cbox .pic {
    overflow: hidden;
    height: 180px;
}

#courselist li .cbox .pic img {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    width: 100%;
    height: 180px;
    transition: 0.5s;
}

#courselist li .cbox .text {
    margin-top:15px;
    position: relative;
}

#courselist li .cbox .text .infor {
    width: 100%;
}

#courselist li .cbox .text .infor p{
    padding: 0 15px;
    font-family: "Microsoft YaHei";
}
#courselist li .cbox .text .infor p.p1 {
    color: #444;
    overflow: hidden;
    font-size: 14px;
    word-break: break-word;
}

#courselist li .cbox .text .infor p.p2 {
    color:#999;
    line-height:24px;
    font-size:12px;
}

#virtualList{
    padding-top:20px;
}
#virtualList li {
    position: relative;
    width: calc(25% - 20px);
    height: 260px;
    margin: 0 10px 20px 10px;
    float:left;
}
#virtualList li a {
    display: block;
    height: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    transition:0.3s;
    box-shadow: 1px 3px 4px 0px rgba(193, 193, 193, 0.18);
}
#virtualList li:hover a{
    margin-top: -5px;
}
#virtualList li .cbox {
    cursor: pointer;
    height: 100%;
}
#virtualList li .cbox .pic {
    overflow: hidden;
    height: 180px;
}
#virtualList li .cbox .pic img {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    width: 100%;
    height: 180px;
    transition: 0.5s;
}
#virtualList li .cbox .text {
    margin-top:15px;
    position: relative;
}
#virtualList li .cbox .text .infor {
    width: 100%;
}
#virtualList li .cbox .text .infor p{
    padding: 0 15px;
    font-family: "Microsoft YaHei";
}
#virtualList li .cbox .text .infor p.p1 {
    color: #444;
    overflow: hidden;
    font-size: 14px;
    word-break: break-word;
}
#virtualList li .cbox .text .infor p.p2 {
    color:#999;
    line-height:24px;
    font-size:12px;
}

#shareList{
    padding-top:20px;
}
#shareList li {
    position: relative;
    width: calc(25% - 20px);
    height: 260px;
    margin: 0 10px 20px 10px;
    float:left;
}
#shareList li a {
    display: block;
    height: 100%;
    background: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    transition:0.3s;
    box-shadow: 1px 3px 4px 0px rgba(193, 193, 193, 0.18);
}
#shareList li:hover a{
    margin-top: -5px;
}
#shareList li .cbox {
    cursor: pointer;
    height: 100%;
}
#shareList li .cbox .pic {
    overflow: hidden;
    height: 180px;
}
#shareList li .cbox .pic img {
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    width: 100%;
    height: 180px;
    transition: 0.5s;
}
#shareList li .cbox .text {
    margin-top:15px;
    position: relative;
}
#shareList li .cbox .text .infor {
    width: 100%;
}
#shareList li .cbox .text .infor p{
    padding: 0 15px;
    font-family: "Microsoft YaHei";
}
#shareList li .cbox .text .infor p.p1 {
    color: #444;
    overflow: hidden;
    font-size: 14px;
    word-break: break-word;
}
#shareList li .cbox .text .infor p.p2 {
    color:#999;
    line-height:24px;
    font-size:12px;
}
.mode_mask_div{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 68px;
    height: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 0 5px 5px 5px;
}


/*停课不停学*/
.college{
    padding-top: 50px;
}
.college-bg{
    margin-top: 40px;
}
.horn{
    width:1200px;
    padding:40px;
    background:#fafbfd;
    position:relative;
    margin:auto;
}

.horn-img{
    position: absolute;
    left: -25px;
    top: -25px;
}
.horn p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    /*margin-bottom: 10px;*/
    text-align:justify;
}

.college-num{
    width:1200px;
    margin:auto;
}

.college-num h2{
    position: relative;
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.college-num h2 span{
    color: #666;
    font-size: 20px;
    font-weight: normal;
}

.college-num h2:before{
    content: "";
    position: absolute;
    width: 185px;
    height: 10px;
    background: #0051ff;
    bottom: 0;
    left: 0;
    opacity: 0.7;
}

.college-num ul {
    text-align: center;
    padding-top:80px;
}
.college-num ul li{
    width:350px;
    display: inline-block;
    text-align:left;
    margin: 0 20px;
}
.college-num ul li b{
    font-size:55px;
    color: #000;
}
.college-num ul li p {
    font-size:16px;
    color:#666666;
    padding-bottom:50px;
}

.college-num ul li:first-child{
    border-bottom:1px solid #3e78ff;
}

.college-num ul li:nth-child(2){
    border-bottom:1px solid #38d9fc;
}

.college-num ul li:last-child{
    border-bottom:1px solid #3e78ff;
}
.college-img{
    padding-top:60px;
}
.college-img img{
    margin: 10px;
}
.college .ben{
    padding:80px 0;
    background:url("/css/img/apply/ben-f66d94e875b6efc96dbc2ebe406111c2.png") no-repeat center top;
    background-size: cover;
}

.college .college-specialty{
    padding:80px 0;
    background:url("/css/img/apply/college-specialty-1aa29dc28a79fa0a3fae8e7fe81bc9cc.png") no-repeat center top;
    background-size: cover;
}

