

/*后面把这段删除掉就还原*/
/*html{

    filter: grayscale(100%);
}*/
.new_bg_color {
    /*background-color: #ED7418;*/

}
.header-border {
    background: #ED7418;
    width: 100%;
    height: 4px;
}

.new_bg_color:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.15rem;
    right: 0;
    height: 9.38rem;
    background: url("../../../sites/www/images/head-bg.png") center repeat-x;
    background-size: auto 99%;
}

.header.fixed{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 160px;
    z-index: 10000;
    display: block;
}
.m-header{
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    height: 50px;
    z-index: 10000;
}
.m-header-main{
    width: 90%;
    margin: auto;
}
.m-header p{
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}
.header-main{
    /*width: 1200px;*/
    padding: 0 12.5vw;
    margin: auto;
    position: relative;
}
.mt {
    margin-top: 15px;
}
.headerEng{
    position: absolute;
    right: -245px;
    top: 10px;
}
.headerEng img{
    width: 125px;
}
.header-main .left{line-height: 80px;}
.header .nav li{
    position: relative;
}
.header .nav .action>a{
    color: #e2ca5b;
    /*border-bottom: 4px solid #ED7418;*/
}
.header .nav .subbox{

    position: absolute;
    left: 0px;
    top: 80px;
    width: 110px;
    background-color: #ED7418;
    z-index:999
}
.header .nav .menu2 .subbox{
    position: absolute;
    left: 0px;
    top: 80px;
    width: 110px;
    background-color: #ED7418;
    padding: 10px 0;
    z-index:999
}
.header .nav .subbox a{
    /*width: 105px;*/
    text-align: center;
    display: block;
    line-height: 34px;
    color: #fff;
    /*padding: 0 10px;*/
    font-size: 14.5px;
    white-space: nowrap;
}
.header .nav li>a{
    width: 110px;
    color: #fff;
    display: block;
    line-height: 76px;
    text-align: center;
    /*padding: 0 20px;*/
    border-bottom: 4px solid rgba(0,0,0,0);
}
.header .nav .menu1 li > a {
    font-size: 14px;
}
.header .nav .menu2 li > a {
    font-size: 18px;
}
.header .nav li:hover>a{
    color: #e2ca5b;
    /*background: #ED7418;*/
    /*border-bottom: 4px solid #ED7418;*/
}
.borImg{
    height: 4px;
    width: 90px;
    position: absolute;
    bottom: 0;
    background: #ED7418;
    display: none;
    transition:all 0.5s
}
.m-head{
    position: fixed;
    width: 80%;
    background: rgb(33,43,43);
    height: 100%;
    z-index: 100;
    top: 0;
    left: -82%;
    transition: all .5s;
    overflow: auto;
}
.m-head ul{
    float: none;
}
.m-head li{
    width: 100%;
    float: none;
}
.m-head li a{
    padding: 0 20px;
    display: block;
    width: calc(100% - 40px);
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    border-bottom:1px solid #666;
}
.m-shelter{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 10;
    transition: all .5s;
    display: none;
}
.m-subbox{
    background: #3e3e3e;
}
.m-subbox a{
    text-indent: 20px;
}
.return{padding-top: 20px;}

/*PC端*/
.banner .swiper-container .swiper-slide{
    height: 560px;
    overflow: hidden;
}
.banner .swiper-container img{
    width: 100%;
}
.banner .swiper-button-prev,.swiper-button-next{
    margin: 0;
    padding: 20px 8px;
    background: rgba(0,0,0,.2);
    width: auto;
    height:auto;
}
.banner .swiper-button-prev span,.swiper-button-next span{
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
}
.banner .swiper-button-prev span i,.swiper-button-next span i{
    font-size: 26px;
    color: #fff;
    line-height: 24px;
}
.banner .swiper-pagination-bullet{
    height: 16px;
    width: 16px;
}
.banner .swiper-pagination-bullet-active{
    background:#ED7418;
}
.swiper-pagination.swiper-pagination-bullets{ bottom: 20px; }
.introduce{
    padding-bottom: 200px;
}
.patch{
    padding-bottom: 150px;
}
.introduce{
    padding-bottom: 80px;
}
.introduce-nav{
    width: 1200px;
    margin:auto;
}
.introduce-top{
    padding: 80px 0 60px 0;
}
.introduce-top h2{
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: 500;
}
.introduce-top>p{
    /* font-size: 14px; */
	font-size: 16px;
    text-align: center;
}
.introduce-content{
    overflow: hidden;
}
.introduce-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.introduce-content ul li{
    width: 31%;
    margin-bottom: 20px;
    overflow: hidden;
}
.introduce-content ul li:hover img{
    transform: scale(1.2);
}

.introduce-content ul li .img_container {
    height: 240px;
    overflow: hidden;
}
.introduce-content ul li .img_container .news_img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.introduce-content ul li .news_title {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.introduce-content:after,.student-content:after,.student-nav:after,.curriculum-nav:after{
    content: ' ';
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.introduce-left{
    float: left;
    /*只修改了下面一行*/
   /* width: 40%;*/
     height: 100%;
 }
 .introduce-left img{
     width: 100%;
     height: 100%;
 }
 .introduce-right{
     float: right;
     width: 56%;
 }
 .introduce-right h3{
     font-size: 24px;
     color: #333;
     font-weight: 500;
 }
 .introduce-right .content{
     font-size: 14px;
     color: #999999;
     padding-top: 10px;
     line-height: 28px;
     height: 234px;
     overflow: hidden;
 }
 .introduce-right a{
     width: 128px;
     height: 48px;
     color: #fff;
     background: #ED7418;
     line-height: 48px;
     display: inline-block;
     text-align: center;
     transition:all 0.5s
 }
 .introduce-right a:hover{
     background: #d26614;
 }


 .intPart{ width: 1200px; margin: 0 auto; padding-bottom: 100px; }
 .intPart.pd0{ padding-bottom: 0; }
 .intPart .top{ padding: 100px 0; text-align: center;line-height: 70px; }
 .intPart .top h2{ display: inline-block; color: #333; /* font-size: 24px; */font-size: 64px;  font-weight: 600; border-bottom: 2px solid #666; }
.intPart dl dt{ float: left; }
.intPart dl dd{ float: right; }
.intPart dl .fl{ float: left; }
.intPart dl .fr{ float: right; }
.intPart img{ display: block; width: 100%; }

.intPart p{ margin-top: 20px; }
.intPart .pb{ font-weight: bold; color: #333; font-size: calc(22px + (28 - 22) * (100vw - 768px)/ (1500 - 768));}
.intPart .pc{ color: #ED7418; }
.intPart .tc{ text-align: center; }
.intPart .mt0{ margin-top: 0; }

.intPart .con dt{ width: 33%; }
.intPart .con dd{ width: 65%; }

.intPart .con1{ width: 600px; margin: 0 auto; }
.intPart .con2{ width: 800px; margin: 0 auto; }
.intPart .con3{ width: 1000px; margin: 0 auto; }

.intPart .con2 dt{ width: 42%; }
.intPart .con2 dd{ width: 54%; }
.intPart h3{ font-size: 24px; color: #ED7418; text-align: center; font-weight: 600; }

.hrTitle{ padding: 80px 0; text-align: center; color: #fff; background: #ED7418; }
.hrTitle h2{ font-size: 32px; }
.hrTitle.hp{ padding: 40px 0; }
.hrTitle p{ width: 600px; margin: 20px auto 0; line-height: 26px; }

.insMan{ text-align: center; margin-top: 50px; }
.insMan b{ color: #000; }

.linkBtn{  width: 135px; margin: 50px auto  0; }
.linkBtn a.Instagram{ float: left; display: block; width: 64px; height: 64px; background: url(../../../sites/www/images/Instagram.png) no-repeat center center / 100% 100%; }
.linkBtn a.facebook{ float: right; display: block; width: 58px; height: 58px; background: url(../../../sites/www/images/facebook.png) no-repeat center center / 100% 100%; margin-top:3px; }

.intPart3{ width: 1000px; margin: 0 auto; }
.intPart3 dt{ width: 45%; }
.intPart3 dd{ width: 55%; }
.inPart3 h3{ font-size: 24px; text-align: center; color: #ED7418;}

.ulBox { float: none; padding: 0 50px; box-sizing: border-box;}
.ulBox li{ float: left; width: 210px; margin-right: 35px; }
.ulBox li:last-child{ margin-right: 0; }
.ulBox img{ display: block; width: 100px; height: 100px; margin: 0 auto;}
.ulBox h4{ font-size: 18px; font-weight: 600; color: #333; text-align: center; margin: 40px 0; }

.dlBox { width: 800px; margin: 100px auto 0; border: 3px solid #ccc; box-sizing: border-box; padding:20px 2%;}
.dlBox dt{ width: 30%; }
.dlBox dd{ width: 66%; }

.newBox img{ width: 120px; margin: 0 auto; }
.newBox .pb{ text-align: center; margin-top: 40px;}
.newBox .pc{ margin-top: 0; }

.btmBanner{ width: 100%; }
.btmBanner img{ display: block; width: 100%; }

.comBtns{  width: 800px; margin: 0 auto; display: flex; }
/*.comBtns .comBtn{ float: left; }*/
.comBtn{ display: block; width: 288px; height: 55px; line-height: 55px; font-size: 24px; text-align: center; font-weight: 600; margin: 100px auto 0; color: #fff; background: #ED7418; border-radius: 35px; }
.comBtn:hover{ color: #fff; }

.clearfix {zoom: 1; }
.clearfix:after {clear: both;content: '.';display: block;width: 0;height: 0;visibility: hidden;}

.fl {float: left;}
.fr {float: right;}



.fullbg{ display: none; left:0; opacity:0.8; position:absolute; top:0; z-index:99999993; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; background-color: rgb(0, 0, 0); opacity: 0.8;}
.loginBox{ display: none; box-sizing: border-box; width:300px; padding: 15px 0 0; z-index:99999995; position: relative; background-color:#393D49; border-radius: 3px; left:50%; margin:-215px 0 0 -150px; position:fixed !important; position:absolute; top:50%;  }

.loginBox form{ width: 100%; margin: 0 auto; }

.loginBox img{ display: block; width: 46%; margin: 4% 2%;}
.loginBox form label{ display: block; width: 100%; margin: 0px; padding: 0 20px; box-sizing: border-box;}
.loginBox form label p{ margin: 0 ; padding: 0; font-size: 16px; color: #fff; /*font-weight: 600;*/ }
.loginBox form label input{ width: 100%; height: 28px; font-size: 16px; line-height: 28px; padding: 2px 5px; box-sizing: border-box; }
.loginBox form label.radio{ position: relative;  }
.loginBox form label.radio input{ display: inline-block; position: absolute; top: 11px; left: 20px; width: 15px; height: 15px; margin: 0; margin: -5px 5px 0 0; -webkit-appearance: radio; border-radius: 50%;}
.loginBox form label.radio span{ color: #999; font-size: 16px; padding-left: 20px;}
.loginBox form label.submit{ background: #fff; padding: 10px 45px ; margin: 10px 0 0;  border-radius: 0 0 3px 3px;}
.loginBox form label.submit button{ width: 100px; height: 30px; font-size: 18px; line-height: 30px; color: #fff; background: #1E9FFF; border: 1px solid #1E9FFF; border-radius: 3px; }
.loginBox form label.submit button.btn2{ color: #fff; background: #1E9FFF; color: #333; background: #fff; border: 1px solid #dedede; }
.loginBox form label.select{width: 100%; }
.loginBox form label select{width: 100%; height: 28px; line-height: 16px; font-size: 16px;  padding: 5px 10px; box-sizing: border-box; -webkit-appearance:none; -moz-appearance: none; appearance: none; }
.loginBox form label select::-ms-expand { display: none; }
.loginBox form label select option{ background-color: #d6d6d6; font-weight: 600; padding: 2px 0; }
.loginBox form label select option.none{ display: none;}

@media screen and (min-width:1905px) {

}

@media screen and (max-width:1550px) {
    .loginBox form.fl{margin-top: 5%;margin-left:28% }
    .loginBox .cashs {margin-top: 5%;}
    .loginBox form.fr{margin-top: 5%;margin-right:28% }
    .loginBox .cash {margin-top: 7%;}
}

@media screen and (max-width:1440px) {
    .loginBox form.fl{margin-top: 5%;margin-left:25% }
    .loginBox .cashs {margin-top: 5%;}
    .loginBox form.fr{margin-top: 5%;margin-right:25% }
    .loginBox .cash {margin-top: 7%;}
}

@media screen and (max-width:1280px) {
    .loginBox form.fl{margin-top: 5%;margin-left:22% }
    .loginBox .cashs {margin-top: 5%;}
    .loginBox form.fr{margin-top: 5%;margin-right:22% }
    .loginBox .cash {margin-top: 7%;}
}

@media screen and (max-width:1024px) {
    .loginBox form.fl{margin-top: 5%;margin-left:20% }
    .loginBox .cashs {margin-top: 5%;}
    .loginBox form.fr{margin-top: 5%;margin-right:20% }
    .loginBox .cash {margin-top: 7%;}
}

@media screen and (max-width:800px) {
    .loginBox form.fl{margin-top: 5%;margin-left:11% }
    .loginBox .cashs {margin-top: 5%;}
    .loginBox form.fr{margin-top: 5%;margin-right:11% }
    .loginBox .cash {margin-top: 7%;}
}














.right-history p{
    max-width: 400px;
}
.right-history h3{
    max-width: 400px;
    margin-top: 10px;
}
.introduce-right .content{
    /* font-size: 14px; */
	font-size: 16px;
    color: #999999;
    padding-top: 10px;
    /* line-height: 28px; */
	line-height: 26px;
    height: 234px;
    overflow: hidden;
}
.introduce-right a{
    width: 128px;
    height: 48px;
    color: #fff;
    background: #ED7418;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    transition:all 0.5s
}
.introduce-right a:hover{
    background: #d26614;
}
.student{
    background: #212B2B;
}
.student-content{
    width: 1200px;
    padding-bottom: 80px;
    margin:auto;
}
.student-text{
    width: 50%;
    height:400px;
    float: left;
}
.student-nav{
    padding: 80px;
    height: 240px;
}
.student-textL{
    width: 80px;
    float: left;
    text-align: right;
}
.student-textR{
    float: left;
    width: 310px;
    margin-left: 40px;
}
.student-textL i{
    font-size: 40px;
    color: #ED7418;
}
.student-textR h3{
    font-size: 24px;
    font-weight: 500;
    color: #ED7418;
}
.teacher-nav{
    width: 1200px;
    margin:auto;
    padding-bottom: 80px;
}
.teacher .swiper-slide{
    background: #fff;
}
.teacher-swi{
    width: 276px;
    float: left;
    margin-right: 20px;
    border:2px solid #f2f2f2;
}
.teacher-img{
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
    overflow: hidden;
}
.teacher-img img{width: 100%;height: 100%}
.teacher-swi h3{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #333;
    white-space :nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    margin: 0 10px;
}
.teacher-swi p{
    text-align: center;
    font-size: 14px;
    color: #ED7418;
    white-space :nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.teacher-swi p span{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f6f6f6;
    margin: 0 10px;
}
.teacher-swi p span i{
    line-height: 50px;
    font-size: 20px;
    color: #999999;
}
.swiper-slide>.teacher-swi:first-child{
    margin-left:0;
}
.curriculum{
    position: relative;
    height: 450px;
    background: #ED7418;
}
.curriculum-left{
    width: 600px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.curriculum-left img{
    /*width: 600px;*/
    height:450px;
    display: block;
}
.curriculum-nav{
    width: 1200px;
    margin: auto;
}
.curriculum-right{
    position: relative;
    width: 600px;
    float: right;
    padding: 50px 0;
    z-index: 1000;
}
.curriculum-right h3{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 20px;
}
.curriculum-right p{
    overflow: hidden;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}
.curriculum-right p a{
    width: 128px;
    height: 48px;
    color: #fff;
    background: rgba(0,0,0,0.2);
    line-height: 48px;
    display: inline-block;
    text-align: center;
    margin-top:60px;
    transition:all 0.5s
}
.curriculum-right p a:hover{
    color: #ED7418;
    background: #fff;
}
.outstanding-nav{
    width: 1200px;
    margin:auto;
}
.outstanding-content{overflow: hidden}
.outstanding-conts{
    width: 386px;
    position: relative;
    margin-bottom:20px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}
.outstanding-Img{
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.outstanding-Img img{
    width: 100%;
    transition: all 0.5s;
    display: block;
}
.outstanding-text{
    width: 100%;
    position: absolute;
    bottom: 0;
    left:0;
    transition: all 0.5s;
    z-index: 101;
}
.outstanding-text h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0 10px 14px 10px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.outstanding-text p{
    display: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    transition: all .5s;
    margin: 0 10px;
}
.outstanding-conts:hover .outstanding-Img img{
    transform: scale(1.2);
}
.outstanding-conts:hover .outstanding-text{
    bottom: 10%;
}
.outstanding-conts:hover .outstanding-text p{
    display: block;
}
.outstanding-bg{
    background: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}
.outstanding-conts:hover .outstanding-bg{
    display: block;
}
.focusing{
    background: #212B2B;
}
.focusing-nav{
    width: 1200px;
    margin: auto;
    padding-bottom: 80px;
}
.focusing-nav .introduce-top{
    color: #fff;
}
.focusing-nav .introduce-top h2{
    color: #fff;
}
.focusing-content{
    padding-bottom: 30px;
    overflow: hidden;
}
.focusing-content .focusing-cons{
    width: 370px;
    float: left;
    margin-right: 30px;
}
.focusing-Img{
    height: 240px;
    overflow: hidden;
}
.focusing-Img img{
    width: 100%;
    transition: all 0.5s;
    display: block;
}
.focusing-content .focusing-cons:hover img{
    transform: scale(1.2);
}
.focusing-cons p a{
    display: block;
    text-align: center;
    color: #fff;
    transition:all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.focusing-cons p:hover a{
    color: #ED7418;
}
.focusing-nav>p a{
    width: 128px;
    height: 48px;
    color: #fff;
    background: #ED7418;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    transition:all 0.5s
}
.focusing-nav>p a:hover{
    background: #d26614;
}
.contact-content{
    width: 100%;
    height: 450px;
    position: relative;
}
#allmap{
    width: 100%;
    height: 450px;
}
.contact-text{
    text-align: right;
    background: rgba(237,116,24,0.7);
    position: absolute;
    top: 40px;
    right: 10%;
    width: 300px;
    padding: 40px;
}
.contact-text input{
    width: 100%;
    height: 40px;
    padding-left:10px;
    margin-bottom: 10px;
    border: none;
}
.contact-text button{
    border: none;
    background: rgba(0,0,0,0.2);
    height: 40px;
    width: 80px;
    color: #fff;
    transition: all .5s;
}
.contact-text button:hover{
    background:#fff;
    color: #ED7418;
}
.contact-text textarea{
    padding:10px 0 10px 10px;
    width: 100%;
    margin-bottom: 10px;
    height:70px;
    border: none;
}

.student-animate{
    display: none;
    overflow: hidden;
    height: 100%;
}
/* 新加 */
.student-animate p{
    font-size: 16px;
}
.student-nav .this{
    display: block;
}
.student-animate p img,.student-animate p video{
    width: 100%;
}

/*底部*/
.footer-nav{
    background: #162121;
    height: 140px;
}
.footer-top{
    width: 1200px;
	height: 140px;
    margin:auto;
}
.footer-top p{
    float: left;
    font-size: 12px;
    color: #fff;
    margin-left: 80px;
	margin-top: 60px;
}
.footer-copyright{
    background: rgb(33,45,45);
}
.footer-copyright p{
    font-size: 12px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    overflow: hidden;
}
.m-outstand{
    display: block;
}
.m-focusing-cons,.m-outstanding{
    display: none;
}
.about-left{display: block}

/*关于兴伟*/
.about{
    margin-bottom: 60px;
}
.about-content{
    width: 1200px;
    margin: auto;
}
.about-left{
    width: 220px;
    float: left;
    margin-top: 20px;
    z-index: 10000;
}
.about-left ul:after,.about-content:after{
    display: block;
    content: " ";
    clear:both;
}
.about-left li{
    margin-left: 20px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.about-left li a{
    color: #333;
}
.about-right{
    margin-left: 220px;
}
.about-right h2{
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    margin: 20px 0 30px 0;
    color: #333;
}
.about-right h3{
    font-size: 20px;
    color: #333;
}
.synopsis-img{
    width: 40%;
    float: left;
    margin-right: 20px;
}
.synopsis-img img{
    width: 100%;
    display: block;
}
.synopsis-text{
    /*width: 58%;
    float: right;*/
}
.about-right p{
    /* font-size: 14px; */
	font-size: 16px;
    line-height: 30px;
}
.about-right li{
    float: none;
}
.about-right ol li strong{
    color: #666;
}
.about-right ol li{
    /* font-size: 14px; */
	font-size: 16px;
    list-style: disc;
    line-height: 30px;
    margin-left: 20px;
}

/*新闻热点*/
.about-right{overflow: hidden}
.hotspot ul{
    width: 100%;
}
.hotspot ul:after{
    display: block;
    content: " ";
    clear:both;
}
.hotspot li{
    width: 246px;
    padding: 30px;
    border: 2px solid #f2f2f2;
    transition:all .5s;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.hotspot li:nth-child(3n+3){
    margin-right:0;
}
.hotspot h3{
    height: 28px;
    font-size: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.hotspot .text{
    padding-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.hotspot p{
    line-height: 24px;
    color: #999;
}
.hotspot img{
    width: 100%;
    height: 184px;
    display: block;
}
.hotspot li:hover{
    background: #ED7418;
    color: #fff;
}
.hotspot li:hover h3{
    color: #fff;
}
.hotspot li:hover p{
    color: #fff;
}

/*详情*/
.detail h2{
    text-align: center;
    color: #333;
    line-height: 60px;
    margin:20px 0 20px 0;
    font-size: 24px;
}
.detail{
    width: 1100px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
}
.text{
    color: #999;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}
.text table{
    width: 100% !important;
    margin-left: 0 !important;
}
.text img{
    width: 70%;
    margin: 0 15%;
}

.hotspot-notice ul{
    width: 100%;
}
.hotspot-notice li{
    padding: 20px;
    border: 2px solid #f2f2f2;
    transition: all .5s;
    margin-bottom: 20px;
    width: calc(100% - 44px);
}
.hotspot-notice li a p{
    color: #999;
}
.hotspot-notice .text{
    height: 60px;
    overflow: hidden;
}
.hotspot-notice li:hover{
    background: #ED7418;
}
.hotspot-notice li:hover h3{
    color: #fff;
}
.hotspot-notice li:hover h3 span{
    color: #fff;
}
.hotspot-notice li:hover p{
    color: #fff;
}
.hotspot-notice h3{
    font-size: 16px;
    line-height: 24px;
}
.hotspot-notice h3 span{
    margin-left: 20px;
    font-size: 12px;
    color: #999;
    font-weight: 500;
}
.detail .file a{
    display: inline-block;
    overflow: hidden;
    padding: 4px 20px ;
    background: #ED7418;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
}
.detail li{
    float: none;
}
.footer-img{margin-top: 10px !important;}


.detail .revert{
    font-size: 14px;
    line-height: 30px;
}
.detail .revert a{
    color: #999;
}
img{
    display: block;
}
#information{
    text-align: center;
}
.text tr td:last-child{
    width: 65%;
}
/*视口小于1200*/

@media screen and (max-width: 1200px){
    .headerEng{
        left: -36px;
        top: 26px;
    }
    .about-left{display: none}
    .about-right{margin-left: 0}
    .about-content{width: 96%}
    .detail{width: 96%}
    .student-content,.focusing-nav,.outstanding-nav,.curriculum-nav,.teacher-nav,.introduce-nav,.header-main{
        width: 800px;
    }
    .header .left{
        display: none;
    }
    .header .nav li a{
        width: 60px;
    }
    .borImg{
        width: 80px;
    }
    .banner .swiper-container img{}
    .introduce-right h3{
        font-size: 20px;
    }
    .introduce-right .content{
        padding: 0;
        height: 224px;
        margin-bottom: 10px;
    }
    .student-text{
        height: 320px;
    }
    .student-nav{
        padding: 40px;
    }
    .student-textL{
        width: 40px;
    }
    .student-textL i{
        font-size: 26px;
    }
    .student-textR{
        width: 230px;
        margin-left: 30px;
        height: 240px;
        overflow: hidden;
    }
    .student-textR h3{
        font-size: 20px;
    }
    .teacher-swi{
        width: 188px;
        margin-right: 8px;
    }
    .teacher-img{
        height: 200px;
    }
    .teacher-swi h3{
        font-size: 18px;
    }
    .teacher-swi p span{
        width: 30px;
        height: 30px;
    }
    .teacher-swi p span i{
        font-size: 16px;
        line-height: 30px;
    }
    .curriculum-right{
        width: 400px;
    }
    .curriculum-left{
        width: 450px;
        overflow: hidden;
    }
    .outstanding-conts{
        width: 250px;
        margin-right: 16px;
    }
    .outstanding-Img{
        height: 188px;
    }
    .focusing-content .focusing-cons{
        width: 250px;
        margin-right: 16px;
    }
    .focusing-Img{
        height: 170px;
    }
    .focusing-nav>p a{
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .introduce-top{
        padding: 60px 0 40px;
    }
    .introduce-top>h2{
        font-size: 30px;
    }

    .footer-top{
        width: 800px;
        padding-top: 20px;
        position: relative;
    }
    .footer-nav{
        line-height: normal;
    }
    .footer-nav p{
        float: none;
        margin-left: 0;
        line-height: 30px;
    }
    .footer-img{
        padding-top: 0;
        position: absolute;
        top: 10px;
        right: 0px;
    }
}
@media screen and (max-width: 800px){
    .m-headerEng{
        float: left;
        margin-left: 6px;
        margin-top: 20px;
    }
    .m-headerEng img{
        width: 60px;
    }
    .banner .swiper-container img{
        width: 100%;
        height: auto;
    }
    .outstanding-conts{
        margin-right: 0;
    }
    .focusing-content{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .focusing-content .focusing-cons{
        margin: 0;
    }
    .m-focusing-cons,.m-header{
        display: block;
    }
    .header.fixed{
        display: none;
    }
    .banner .swiper-container .swiper-slide{
        height: 286px;
    }
    .banner .swiper-button-prev span i, .swiper-button-next span i{
        font-size: 20px;
        line-height: 20px;
    }
    .banner .swiper-button-prev, .swiper-button-next{
        padding: 12px 4px;
    }
    .banner .swiper-button-prev span, .swiper-button-next span{
        width: 20px;
        height: 20px;
    }
    .introduce-top>h2{
        font-size: 24px;
    }
    .introduce-top{
        padding: 30px 0 20px;
    }
    .footer-top,.student-content,.focusing-nav, .outstanding-nav, .curriculum-nav, .teacher-nav, .introduce-nav, .header-main{
        width: 90%;
        padding-bottom: 40px;
    }
    .introduce-content{
        margin: 0 auto;
        max-width: 900px
    }
    .introduce-left{
        /*width: 100%;*/
        /*height: 100%;*/
    }
    .introduce-right{
        width: 100%;
    }
    .student-text{
        width: 100%;
    }
    .student-textR{
        width: calc(100% - 70px);
        margin-left: 30px;
    }
    .teacher-swi{
        margin-bottom: 10px;
        margin-right: 0;
    }
    .teacher-swi h3{
        font-size: 16px;
    }
    .introduce{
        padding: 0;
    }
    .focusing-nav>p{
        display: none;
    }
    .focusing-content{
        padding-bottom: 0;
    }
    .footer-top{
        padding: 20px 0;
    }
    .footer-nav p{
        float: none;
        margin-left: 0;
        line-height: 30px;
    }
    .banner .swiper-pagination-bullet{
        height: 10px;
        width: 10px;
    }
    .teacher .swiper-slide{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .outstanding-content{
        display: flex;
        flex-wrap:wrap;
        justify-content:space-between
    }
}
@media screen and (max-width: 580px){
    .outstanding-conts{
        width: 210px;
    }
    .outstanding-Img{
        height: 158px;
    }
    .outstanding-text h3{
        font-size: 16px;
    }
    .outstanding-text p{
        font-size: 12px;
    }
    .focusing-content .focusing-cons{
        width: 49%;
    }
    .focusing-Img{
        height: auto;
    }
    .focusing-cons p a{
        font-size: 12px;
    }
    .synopsis-img{
        float: none;
        width: 100% !important;
    }
    .footer-nav{
        height: auto;
    }
    .footer-img{
        position: static;
    }
}
@media screen and (max-width: 500px){
    .introduce-top>h2{
        font-size: 20px;
    }
    .introduce-top>p{
        font-size: 12px;
    }
    .student-content,.focusing-nav, .outstanding-nav, .curriculum-nav, .teacher-nav, .introduce-nav, .header-main{
        width: 96%;
    }
    .student-nav{
        padding: 30px;
    }
    .student-textL{
        display: none;
    }
    .student-textR{
        width: 100%;
        margin: 0;
    }
    .teacher-swi{
        width: 160px;
    }
    .teacher-img{
        height: 130px;
    }
    .teacher-swi h3{
        font-size: 14px;
    }
    .teacher-swi p{
        font-size: 12px;
    }
    .curriculum{
        height: auto;
    }
    .curriculum-left img{
        width: 100%;
        height: auto;
    }
    .curriculum-left{
        width: 100%;
        position: static;
    }
    .curriculum-right{
        width: 100%;
        padding: 30px 0 0 0;
    }
    .curriculum-right h3{
        font-size: 22px;
        padding-bottom: 10px;
    }
    .curriculum-right p a{
        margin-top:30px;
    }
    .outstanding-bg,.outstanding-text{
        display: none !important;
    }
    .outstanding-Img{
        height: auto;
    }
    .outstanding-content>a{
        width: 49%;
        margin-bottom: 10px;
    }
    .outstanding-conts{width: 100%}
    .m-outstand{display: none}
    .m-outstanding{
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 36px;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .contact-content{
        height: auto;
    }
    #allmap{
        height: 270px;
    }
    .contact-text{
        position: static;
        width: calc(100% - 40px);
        padding: 20px;
    }
    .contact-text input{
        width: calc(100% - 10px);
        height: 30px;
    }
    .contact-text textarea{
        width: calc(100% - 10px);
        height: 50px;
    }
    .hotspot li{
        width: calc(100% - 64px);
        margin-right: 0;
    }
    .hotspot img{
        height: auto !important;
    }
    .route{
        width: calc(100% - 44px) !important;
    }
}
@media screen and (max-width: 400px){
    .banner .swiper-container .swiper-slide{
        height: 240px;
    }
    .teacher-swi{
        width: 48%;
    }
    .teacher-img{
        height: 118px;
    }
    .teacher-swi p{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .teacher-swi p span{
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
	.banner .swiper-container img{
		width: 100%;
		height: auto;
	}
	.intPart{
		width: 92%;
		margin: auto;
		padding-bottom: 30px;
	}
	.intPart .top{
		padding: 20px;
	}
	.intPart .con dt{
		width: 100%;
	}
	.intPart .con dd{
		width: 100%;
	}
	.intPart .top h2{
		font-size: 18px;
	}
	.intPart .mt0{
		font-size: 12px;
	}
	.intPart p{
		margin-top: 10px;
		font-size: 12px;
	}
	.hrTitle{
		padding: 40px 0;
		font-size: 20px;
	}
	.intPart .con1{
		width: 100%;
	}
	.intPart .con2{
		width: 100%;
		margin-top: 10px !important;
	}
	.intPart .con2 dt{
		width: 100% !important;
	}
	.intPart .con2 dd{
		width: 100% !important;
		margin-top: 20px;
	}
	.intPart .con2 .con2_d{
		width: 85% !important;
		margin: 30px auto 0 !important;
		box-sizing: inherit !important;
	}
	.ulBox{
		padding: 0 20px;
	}
	.intPart .con3{
		width: 100%;
	}
	.intPart dl .fr{
		width: 100% !important;
	}
	.intPart dl .fl{
		width: 100% !important;
	}
	.dlBox{
		width: 100%;
	}
	.comBtn{
		width: 180px;
	    height: 30px;
	    font-size: 15px;
	    line-height: 30px;
	    margin-top: 30px;
	}
	.insMan{
		margin-top: 10px;
	}
	.linkBtn{
		margin-top: 20px;
	}
	.footer-nav p{
		margin-top: 0;
		width: 80%;
		float: left !important;
	}
	.footer-nav .footer-img{
		width: 18%;
		right: 0 !important;
	}
	.footer-nav .footer-img img{
		width: 100%;
		height: auto;
		top: 15px;
	}
	.footer-copyright p{
		line-height: 20px;
		width: 95%;
		margin: auto;
		height: auto;
	}
	.intPart ul{
		width: 100% !important;
	}
	.intPart ul li{
		width: 100% !important;
	}
	.intPart ul li .vidio{
		width: 100% !important;
	}
	.intPart ul li .vidio iframe{
		width: 80% !important;
		height: 310px !important;
	}
	.banner .swiper-container .swiper-slide{
		height: 160px;
	}



}

}




