@charset "utf-8";
 html {
   font-size: 62.5%;
}
@media only screen and (min-width: 481px){
   html {
       font-size: 94%!important;
   }
}
@media only screen and (min-width: 561px){
   html {
       font-size: 109%!important;
   }
}
@media only screen and (min-width: 641px){
   html {
       font-size: 125%!important;
   }
}
@media only screen and (min-width: 768px){
	html {
		font-size: 150% !important;
	}
}
@media only screen and (min-width: 992px){
	html {
		font-size: 170% !important;
	}
}
@media only screen and (min-width: 1200px){
	html {
		font-size: 187.5% !important;
	}
}
body{
   position: relative;
   height: 100%;
   min-width: 320px;
   color: #020202;
   font-family: "arial";
   font-size:14px;
   line-height: 1.6em;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
a:hover{
	text-decoration: none;
	color: #DFA359;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
p{
	margin-bottom: 0px;
}
.w1200{
	max-width: 1400px;
	margin:0 auto;
}
.w1000{
	max-width: 900px;
	margin:0 auto;
}
.center{
	text-align: center;
}
.color{
	color: #DFA359;
}
.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths{
	position: relative;
	min-height: 0;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.flex {
  display: flex;
}
.items-start{
    align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.color1{color: #DFA359;}
/*header*/
.header{
   position: fixed;
   text-align: center;
   left: 0px;
   top: 0px;
   width: 100%;
   z-index: 999;
   padding: 15px;
}
.white-theme{
    background: #fff;
    box-shadow: 0px 0px 5px #ddd;
}
.company-logo{
	float: left;
}
.white-theme .company-logo{
    width: 50px;
}
.menu{
	background: url(../images/menu.png) center center no-repeat;
	width: 30px;
	height: 25px;
	float: right;
	display: none;
	margin-top: 2.2rem;
}
.header-nav{
    margin-bottom: 0;
}
.header-nav li{
	float: left;
}
.header-nav li a{
	color: #fff;
	display: block;
}
.white-theme .header-nav li a{
    color: #000;
}
.header-nav li a>em{
	font-size: 12px;
	display: inline-block;
	margin-left: 3px;
	transition: all 0.35s ease 0s;
}
.language_box{
    margin-right: 20px;
    position: relative;
    margin-top: 15px;
}
.lang{
    cursor: pointer;
    color: #fff;
}
.white-theme .lang{
    color: #000;
}
.lang em{
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}
.quote-btn{
    background: #DFA359;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    padding: 10px 20px;
    margin-top: 5px;
}
.quote-btn:hover{
    color: #fff;
}
.language_menu{
    position: absolute;
    top: 100%;
    right: 0px;
    background: #fff;
    z-index: 999;
    min-width: 110px;
    box-shadow: 0px 0px 10px #ddd;
    text-align: left;
    padding-bottom: 10px;
    display: none;
}
.language_box:hover .language_menu{
   display: block;
}
.language_menu a{
	display: block;
	padding: 10px 15px 0px 15px;
	color: #000;
}
.language_menu a:hover{
	text-decoration: underline;
	color: #DFA359;
}
.language_box img{
	width: 24px;
	height: 24px;
	margin-right: 5px;
	vertical-align: middle;
}
.video-layer-box{
    position:fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    display: none;
}
.video-layer{
    background: #000;
    padding: 33px;
    border-radius: 10px;
    border:1px solid #fff;
    position: absolute;
    width: 90%;
    max-width: 860px;
    left: 50%;
    top: 50%;
    -webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
}
#videoQThome{
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: contain;
}
.video-layer .closeQT {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    right: -20px;
    top: -30px;
}
/*banner*/
.banner{
	width: 100%;
    position: relative;
    background: #F4F4F4;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner-info{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    text-align: center;
    color: #fff;
    text-shadow:0 0 8px #333 ;
}
.banner-info h1{
    font-size: 2.2rem;
}
.banner-info h2{
	color: #DFA359;
    font-size: 2.2rem;
}
.swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide{
    background-position: center;
    background-size: cover !important;
}
.swiper-slide>img{
	width: 100%;
}
.swiper-pagination-bullet{
	opacity: 1 !important;
}
/*header*/
.id-item{
	padding: 2rem 0;
}
.id-item1{
	padding: 1rem 0 2rem 0;
}
.w700{
    max-width: 600px;
}
.id-title{
	margin-bottom: 1.5rem;
	position: relative;  
}
.id-title h1{
    font-weight: 600;
    font-size: 50px;
    padding: 20px 10px 10px 20px;
    background: url(../images/titlebj.png) left top no-repeat;
    display: inline-block;
    margin-top: 0;
    background-size: contain;
}
.id-title h4{
    margin-top:-2rem;
    font-size: 36px;
    font-weight: 600;
}
.id-title p{
    color: #495057;
    font-size: 18px;
}
.course-block{
    background: rgba(13, 111, 184, 0.1);
    border-radius: 25px;
    padding: 20px;
    font-size: 18px;
}
.course-block a{
    display: inline-block;
    float: right;
    color: #fff;
    background: #DFA359;
    border-radius: 30px;
    padding: 5px 20px;
    margin-top: 10px;
}
.course-slide img{
    border-radius: 35px 35px 2.6rem 0px;
    display: block;
    margin-bottom: 1rem;
}
.course-slide span{
    background: #DFA359;
    color: #fff;
    border-radius:20px;
    padding: 5px 10px;
}
.course-slide h4{
    margin: 20px 0;
}
.index-advantage{
   background: #fff;
   padding: 20px 15px 20px 15px;
   margin-top: -3rem;
   z-index: 2;
   position: relative;
   border-radius: 10px;
   box-shadow: 0px 0 5px 0 #ddd;
   margin-bottom: 2rem;
}
.advantage-list img{
    max-width: 46px;
}
.advantage-list h4{
    text-transform: capitalize;
}
.advantage-list>div{
    background-size: 46px auto !important;
    padding-left: 56px;
}
.advantage-list p{
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.advantage{
    background: #EBF5FD;
}
.adt-list li>div{
   background: #fff;
   border-radius: 100px;
   padding: 15px 1.5rem;
   margin: 0.5rem 0;
   align-items: self-start;
}
.adt-list li img{
    margin-right: 15px;
}
.adt-list li p{
    font-size: 16px;
}
.evaluate-block{
    background: #FBF3DF;
}
.swiperevaluate{
   padding: 20px 15px 10px 15px;
}
.evaluate li{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}
.evaluate li img{
    border-radius: 15px;
}
.evaluate li h3 span{
    color: #DFA359;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}
.evaluate-contact{
    background: #0D6FB8;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.evaluate-contact h1{
    margin-top: 0;
    padding-top: 1rem;
    margin-bottom: 1rem;
}
.evaluate-contact h4{
    margin-top: 25px;
}
@keyframes myfirst{
    0%{background:#de2518;width:0%}
    to{background:#de2518;width:70%}
}

.id-item2{
    background:#030e24 url(../images/item2bj.jpg) center bottom no-repeat;
}
.id-about p{
    color: rgba(255, 255, 255, 0.6);
}
.id-about h1{
    color: #fff;
    margin-bottom: 1rem;
    margin-top: 10px;
}
.id-about-wh{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
}
.id-about-wh h3{
    color: #DFA359;
    margin-top: 5px;
}
.id-about-wh  img{
    margin-right: 15px;
}
.elementor-widget-container{
    float: right;
    margin-top: 1rem;
}
.id-about-text{
    color: #868686;
    margin-bottom: 1.2rem;
}
.factory-swiper{
    margin-top: 1.5rem;
}
.factory-swiper .swiper-slide{
    position: relative;
    text-align: center;
}
.factory-swiper .pic{
    width: 100%;
    height: 290px;
    background-size: cover !important;
}
.factory-swiper .swiper-slide h5{
    padding: 10px 15px;
    color: #fff;
}
.quote-btn-blue{
    background: #0D6FB8;
}
.id-item3{
   background:#333; 
   color: #fff;
}

.swiper-button-box{
	font-size: 0;
	text-align: center;
}
.swiper-button-box .swiper-button-next,.swiper-button-box .swiper-button-prev{
    position: static;
    display: inline-block;
    /*background: #EDEDED;*/
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #DFA359;
    border-radius: 100%;
    margin: 10px 15px;
    /*border:1px solid rgba(13, 111, 184, 0.1) ;*/
    border: 1px solid #DFA359;
}
.swiper-button-box .swiper-button-next:after,.swiper-button-box .swiper-button-prev:after{
	display: none;
}
.swiper-button-box>div:hover{
    background: #DFA359;
    color: #fff;
}
.id-item6{
   background:#fff url(../images/newboxbj.jpg) center bottom no-repeat; 
   overflow: hidden;
}
.id-new-box{
    position: relative;
}
.id-new-box .line{
    position: absolute;
    top: 66px;
    width: 150%;
    left: -25%;
    height: 1px;
    display: block;
    background-color: #dbdee2;
}
.id-new-list li a{
    color: #000;
}
.id-new-list li .date h5{
    float: left;
    font-size: 36px;
    font-weight: 600;
    margin-top: 0;
}
.id-new-list li .date span{
    font-size: 17px;
    color: #666666;
    margin-top: 15px;
    display: inline-block;
    margin-left: 15px;
}
.id-new-list li a p{
    overflow: hidden;
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; 
  white-space: normal;
}
.news-line {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    transition: all 0.8s;
    display: block;
}

.news-line::before {
    position: absolute;
    top: -7px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #333333;
    display: block;
    border-radius: 4px;
}

.news-line::after {
    position: absolute;
    top: -4px;
    left: 0;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #DFA359;
    display: block;
    border-radius: 4px;
    transition: all 0.8s;
}

.id-new-list li:hover .news-line::after {
    transition: all 0.8s;
    width: 100%
}

.id-new-list li:hover .news-line::before {
    background-color: #DFA359;
}

.id-new-list li:hover .date h5 {
    color: #DFA359;
}

.id-new-list li:hover  h3 {
    color: #DFA359;
}
.id-new-list li .scale-pic{
    margin-top: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #eee;
}
.id-item5{
    background:#0D6FB8;
}
.white-title{
    color: #fff;
    margin-bottom: 2rem;
}
.swiper-reviews .swiper-slide{
	background: #fff;
	border: 1px solid #eee;
	padding: 1.2rem 20px;
	min-height: 345px;
	margin-bottom: 0.5rem;
	border-radius: 8px;
}
.swiper-reviews .swiper-slide .light{
	color: #FF9700;
}
.swiper-reviews .swiper-slide .gray{
	color: #999;
}
.id-item7{
	background:#0D6FB8 url(../images/shengxuebj.jpg) center bottom no-repeat;
}
.sc-nav-list{
    margin-top: -3.5rem;
}
.sc-nav-list li a{
    font-size: 26px;
    font-weight: 600;
    color: #000;
    display: block;
    border-radius: 10px;
    border: 1px solid #DFA359;
    text-align: center;
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
}
.online-form-box{
    position: relative;
}
.online-form-box img{
    border-radius: 65px;
    border: 8px solid #0D6FB8;
}
.online textarea{
    width: 100%;
    min-height: 160px;
    padding: 10px;
    border: 1px solid #ddd;
}
.red{
    color: red;
}
.online{
    position: absolute;
    height: 100%;
    width: 75%;
    max-width: 950px;
    right: 0px;
    top: 0px;
    background: #fff;
    padding: 1rem;
    border-radius: 30px;
    border: 8px solid #DFA359;
}
.online input,.online select{
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    height: 45px;
}
.online .row>div{
   margin-bottom: 20px;
   margin-top: 20px;
}
.online button{
    border: none;
    background: none;
    margin-top: 1.5rem;
}
.sc-nav-list li a img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.id-title a{
   display: inline-block;
   margin-top: -1rem;
}
.new-box a,.new-list li a{
	color: #000;
}
.new-list li p{
	color: #999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
}
.new-box a p{
	color: #999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
}
.id-new-pic{
	height: 280px;
	background-size: cover !important;
	margin-bottom: 15px;
}
.text-subtitle{
	margin-top: 15px;
	display: inline-block;
	margin-right: 10px;
}
.text-subtitle em{
	background: #DFA359;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    border-radius: 5px;
    padding: 0px 8px;
    font-size: 12px;
}
.new-box a:hover h4,.new-list li a:hover h4{
    color: #DFA359;
}
.new-text{
	position: relative;
	padding-right: 2.5rem;
}
.text-left{
	color: #d1d1d1;
    border: 1px solid #d1d1d1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    transition: all .5s;
    opacity: .6;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.new-list li a{
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	display: block;
}
.new-list li a:hover .text-left{
    background: #DFA359;
    color: #fff;
    border: 1px solid #DFA359;
    opacity:1;
}
.new-list li:last-child a{
	border-bottom: 0;
}
.new-list li .new-pic{
	height: 180px;
	border-radius: 6px;
    border: 1px solid #f0f0f0;
    background-size: cover !important;
}
.id-new-title{
	margin-top: 0;
	margin-bottom: 1.5rem;
}
.id-new-title a{
	font-size: 16px;
	display: inline-block;
	margin-top: 15px;
	color: #DFA359;
}
.new-link{
	border-top: 1px solid #eee;
	padding-top: 1rem;
}
.partner-l{
	text-align: left;
}
.partner-l h2{
	font-weight: 600;
}
.partner-wrap{
	padding: 10px;
}
.partner-list li{
	box-shadow: 0px 0px 10px #ddd;
}
.partner-list li>div{
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    padding: 1.5rem 15px;
}
.partner-list li img{
    height: 70px;
    transition: All 0.4s ease-in-out;
     filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.partner-list li:hover img{
    -webkit-transform: scale(1.1);  
    -moz-transform: scale(1.1) ;    
    -ms-transform: scale(1.1);  
    transform: scale(1.1) ;
    filter: grayscale(0%);
}
.search-form{
	max-width: 720px;
    margin: 1rem auto  1rem auto;
    width: 100%;
}
.search-form input[type="text"]{
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 50px;
    background: rgba(204,204,204,.21);
    box-shadow: none; 
    padding-left: 12px; 
    width: 73%;
}
.search-form button{
	color: #fff;
	border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    text-align: center;
    background:#0D6FB8;
    cursor: pointer;
}
.nav-type{
    text-align: center;
}
.nav-type span{
    display: inline-block;
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    color: #000;
    margin: 0px 15px;
    background: #fff;
    cursor: pointer;
}
.nav-type span.on,.nav-type span:hover{
    color: #0D6FB8 !important;
    border: 1px solid #0D6FB8;
}
/*about*/
.about-info{
    font-size: 18px;
    padding: 1rem 0;
}
.about-info-list{
    padding: 5px 0px;
}
.about-info-list h3{
    color: #347CBE;
    font-size: 16px;
    position: relative;
    padding-left: 18px;
}
.about-info-list h3:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background:#347CBE;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 3px;
}
.about-pic{
    position: relative;
    padding: 30px 30px 30px 0px;
    margin-top: 1.5rem;
}
div.about-pic:before{
    content: "";
    display: block;
    width: 164px;
    height: 164px;
    background:#347CBE;
    position: absolute;
    right: 0px;
    top: 0px;
}
div.about-pic img{
    position: relative;
    z-index: 3;
    width: 100%;
}
.about-text{
    border-bottom: 1px solid #DFA359;
    padding-bottom: 1rem;
    position: relative;
}
.about-text:after{
    position: absolute;
   content: "";
   display: block;
   width: 0;
   height: 0;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   border-top: 12px solid #DFA359;
   left: 50%;
   bottom: -12px;
   -webkit-transform:translateX(-50%);
   -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
.vision{
    background: url(../images/visonbj.jpg) center center no-repeat;
    background-size: cover;
}
.vision .id-about-wh{
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
}
.xueke,.value{
    background: #F5F8FA;
}
.xueke-list li{
    margin-bottom: 20px;
}
.xueke-list li img{
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.xueke-list li div{
    padding: 15px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.xueke-block{
    border: 1px dashed #DFA359;
    background: #fff;
    border-radius:10px;
    padding: 1.2rem 2rem;
    position: relative;
    font-size: 18px;
    text-align: center;
}
.xueke-block span{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #DFA359;
    color: #fff;
    padding:5px 10px;
    border-radius: 10px 0 10px 0px;
    font-size: 14px;
}
.honor{
    background:#0D6FB8 url(../images/honorbj.jpg) center bottom no-repeat;
}
.honor-list{
    max-width: 950px;
}
.honor-list li>div{
    position: relative;
    background:#fff;
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    margin-top: 1rem;
    border: 1px solid #DFA359;
}
.honor-list li>div:before,.honor-list li>div:after{
    content: "";
    width: 46px;
    height: 86px;
    display: block;
    position: absolute;
    bottom: 1rem;
}
.honor-list li>div:before{
    background: url(../images/hnl.png) center center no-repeat;
    left: 1rem;
}
.honor-list li>div:after{
    background: url(../images/hnr.png) center center no-repeat;
    right: 1rem;
}
.honor-list li h1{
    color:#DFA359 ;
    margin-top: 0;
}
.honor-list li p{
    color: #347CBE;
}
.value-list li>div{
    background: #fff;
    padding: 1rem;
    border-radius: 15px;
    margin: 5px 0;
}
/*campus*/
.swiper-container5 .swiper-slide{
    position: relative;
    margin-top: 1.2rem;
}
.swiper-container5 .swiper-slide>div{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    color: #fff;
    z-index: 3;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.swiper-container5 .swiper-slide>div p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.ax-text{
     margin: 0px auto;
     background: #EBF5FD;
     font-size: 28px;
     color: #347CBE;
     padding: 1rem 20px;
     line-height: 1.5em;
}
.xyss{
    background: #fff;
    position: relative;
}
.xyss:before{
    content: "";
    width: 100%;
    height: 40%;
    background: #1A263C;
    left: 0;
    bottom: 0px;
    position: absolute;
}
.gallery-top{
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
    max-width: 1100px;
}
.gallery-top .swiper-slide{
    padding: 0px 4rem;
}
.gallery-top .swiper-slide img{
    width: 100%;
    max-height: 600px;
    border-radius: 3rem 10px 3rem 10px;
}
.gallery-top .swiper-button-box .swiper-button-next, .gallery-top .swiper-button-box .swiper-button-prev{
    position: absolute;
}
.gallery-thumbs{
    text-align: center;
}
.gallery-thumbs .swiper-slide{
    position: relative;
}
.gallery-thumbs .swiper-slide h3{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    text-align: center;
    color: #fff;
    margin: 0px; 
    position: 10px;
}
.gallery-thumbs div.swiper-slide:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
}
.gallery-thumbs .swiper-slide{
    border-radius: 1rem 5px 1rem 5px;
    overflow: hidden;
    cursor: pointer;
}
.gallery-thumbs div.swiper-slide-thumb-active:before{
    background: rgba(13, 111, 184, 0.90);
}
.social-list li>img{
    border-radius: 12px;
}
.social-list li{
    margin-top: 0.6rem;
    margin-bottom: 1rem;
}
.health-title{
    background: #0D6FB8;
    padding: 2rem 0 3rem 0;
}
.health{
    background: url(../images/tiyubj.jpg) center top no-repeat;
    padding-top: 0px;
}
.health-list-box{
    background: #fff;
    margin-top: -2rem;
}
.health-list li{
    text-align: center;
    padding: 2rem 0;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}
.health-block{
    background: #fff;
    margin-top: 15px;
    padding-bottom: 20px;
}
.health-block h1{
    background: #0D6FB8;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 20px 15px;
}
.health-block p{
    color: #495057;
    font-size: 16px;
}
.art{
    background:url(../images/artbj.jpg) center top no-repeat;
}
.swiperart{
    min-height: 400px;
}
.swiperart .swiper-slide{
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 20px 30px 20px;
    border-radius: 45px;
    margin: 2rem 0 4rem 0;
}
.swiperart .swiper-slide img{
    border-radius: 45px;
    margin-bottom: 0.5rem;
}
.swiperart .swiper-slide p{
    font-size: 16px;
    min-height: 42px;
}
.w700 p{
    font-size: 18px;
}
/*major*/
.major-main{
   background: #fff;
   padding: 2rem 0;  
}
.major-list li{
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    margin-top: 1rem;
    position: relative;
    cursor: pointer;
}
.major-list li .down-btn{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/down.png) center center no-repeat;
    position: absolute;
    top: 20px;
    right: 10px;
}
.major-list li.on .down-btn{
    transform: rotate(180deg)
}
.major-list li b{
   border-radius: 20px;
   display: inline-block;
   background: #DFA359;
   color: #fff;
   padding: 5px 10px;
   margin-bottom: 15px;
}
.major-list li>p{
    font-size: 16px;
}
.major-info{
    border-top:1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
    display: none;
}
.major-item{
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px 0;
}
div.major-item:last-child{
    border: 0px;
}
.major-item h3{
    margin-top: 0px;
}
.major-main .search-form{
    max-width: 500px;
    margin: 0px;
}
.major-main .nav-type{
    text-align: left;
    font-size: 18px;
}
.major-main .nav-type span{
    color: #777;
    padding: 10px 15px;
    border-radius: 25px;
    margin: 0px 5px;
}
.admissions-list .major-info{
   display: block;
   border-top: 0px;
   margin-top: 0px;
}
.admissions-list li h2{
    margin: 0px;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}
.admissions-list li h2 span{
    color: #DFA359;
    font-size: 50px;
    display: inline-block;
    margin-right: 15px;
    margin-top: -4px;
}
.zsdx li{
    background: rgba(253, 238, 217, 0.7);
    padding:1rem 15px ;
    border-radius: 15px;
}
.zsdx li h4{
    margin-top: 1rem;
}
.zsdx li>p{
    min-height: 52px;
    color: #777;
}
.zsdx li b,.zsdx li p strong{
    font-size: 36px;
    color: #DFA359;
    display: inline-block;
    margin-top: 15px;
}
.admissions2{
    background: #1A263C;
}
.rxtj li>div{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 10px 0;
}
.rxtj li img{
    margin-right: 10px;
}
.rxtj li>div div{
    color: #777;
}
.admissions-box .id-title h1{
    background: none;
    padding-left: 0px;
}
.admissions3{
    background-image: linear-gradient(to bottom, 
        rgba(253, 238, 217, 1) 0%, 
        rgba(255, 255, 255, 1) 20%, 
        rgba(255, 255, 255, 1) 80%, 
        rgba(253, 238, 217, 1) 100%);
}
.contact-wrap{
    background: #F5F8FA;
    padding-bottom: 2rem;
}
.contact-item{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}
.contact-wrap .id-title{
    margin-bottom: 0;
    margin-top: 1.5rem;
}
.ct-sevice span{
    background: #dbeafe;
    color: #1e40af;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.ct-team span{
    display: flex;
    margin-right: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
}
.ct-lian>div{
    margin-bottom: 1rem;
    margin-top: 15px;
}
.ct-team img{
    max-width: 34px;
    margin-right: 5px;
    vertical-align: middle;
}
.contact-item p{
    color: #4b5563;
    margin-bottom: 15px;
}
.shiming{
    background:#F5F8FA;
    padding: 15px;
    border-radius: 5px;
}
.shiming>div{
    border-left: 4px solid #3b82f6;
    text-align: left;
    padding-left: 15px;
    line-height: 2em;
    color: #4b5563;
}
.contact-item h2{
    margin-bottom: 0px;
    margin-top: 0;
}
.contact-info-list{
    text-align: center;
}
.contact-info-list>div{
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
}
.contact-info-list p{
    color: #495057;
}
.contact-tip{
    background: linear-gradient(135deg, #fef3c7 0%, #fcd34d 100%);
    border-left: 4px solid #f59e0b;
    border-radius: 16px;
    padding: 1rem;
    margin-top: 1rem;
}
.contact-item .admissions-list li>div{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 10px 0;
}
.page{
    font-size: 0px;
    text-align: center;
    margin: 1rem 0 2rem 0;
}
.page li{
    display: inline-block;
}
.page li a,.page li span{
    font-size: 14px;
    color: #000;
    display: inline-block;
    height: 32px;
    padding: 0px 12px;
    line-height: 32px;
    border:1px solid #E2E2E2;
    margin:5px 3px;
    background: #fff;
    border-radius: 2px;
}
.page li .current,.page li:hover a,.page li.active a{
    background: #DFA359;
    color: #fff;
    border:1px solid #DFA359;
}
.page span{
    font-size: 14px;
}
.new-info-mian{
	margin:2rem 0;
}
.new-info{
	padding: 1rem 0;
	min-height: 300px;
}
.tuijian .h4{
	background:#f5f5f5;
	color: #333;
	padding: 15px;
	border-radius: 5px;
}
.tuijian{
	margin:2rem 0;
}
.about-main{
	padding: 2rem 0;
}
.tip{
	background:#DFA359;
	color: #fff;
	border-radius: 15px;
	display: inline-block;
	padding: 2px 10px;
	font-size: 16px;
	margin: 0.5rem 0;
}
.about-bar{
	color: #000;
	text-align: left;
}
.about-bar span{
	padding: 12px 0;
	text-align: center;
	width: 32%;
}
.about-bar span i{
	background:#999;
	color: #fff;
}
.team-list li{
	margin-top: 1rem;
}
.team-list li p{
	background: #f5f5f5;
	padding: 10px;
	text-align: center;
}
.team-list li img{
	width: 100%;
	border-radius: 5px 5px 0 0;
}
.contact-list{
	background: #fff;
	text-align: center;
    box-shadow: 5px 5px 30px #ccc;
    border-radius: 10px;
    padding: 2rem  15px;
}
.contact-list h4{
    font-weight: 600;
    margin: 15px;
}
.contact-form-item{
	background: #f5f5f5;
}
.bt2{margin:0px 0 20px;}
.bt2 h4{font-size:30px;font-weight: bold;margin-bottom: 0;line-height:1.3;}
.bt2 p{font-size:20px;color: #666;}
.contact-form form .form-control{
	margin-bottom: 1rem;
}
.contact-form form input.form-control{
	height: 45px;
}
.contact-form form textarea{
	height: 120px;
}
.relative{
	position: relative;
}
.contact-form select{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 45px;
    border: 1px solid #ccc;
}
.contact-form label b{
	color: red;
}
.contact-form input[type="tel"]{
    padding-left: 60px;
}
.contact-form input[type="submit"]{
	background:#DFA359;
	color: #fff;
	border: 0;
	line-height: 45px;
	height: 45px;
	padding: 0px 15px;
	border-radius: 5px;
}

/**/
.white{
    color: #fff;
}
.footer-top .flex{
    align-items: flex-start;
    justify-content: flex-start;  
}
.footer-list .footer1{
    border-right: 1px solid #2A3A5A;
    min-height: 195px;
}
.footer-top .flex img{
    margin-right: 10px;
}
.footer-list .footer1 img{
    margin-right: 15px;
}
.footer-list .footer2 div{
    min-height:42px ;
    line-height: normal;
}
.footer1 h2{
    margin-top: 0;
    min-height:60px ;
    color: #fff;
}
.footer1 .h3{
    color: #DFA359;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer-top{
	background: #1A263C;
	padding-top: 2rem;
	color: #AAAAAA;
}
.footer-list>a{
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
.footer-list h3{
    margin-top: 0;
	margin-bottom: 1rem;
	text-transform: uppercase;
    color: #fff;
}
.footer-list h3:after{
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	background:#DFA359;
	margin-top: 8px;
}
.notice{
    padding: 1rem 0;
    margin-top: 15px;
    border-top: 1px solid #2A3A5A;;
}
.footer-bottom{
	background:#000;
	color: #fff;
	padding: 16px 0;
	text-align: center;
}
.logo-link a{
	display: inline-block;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	margin-top: 10px;
}
.footer-list1 p{
	background:#DFA359;
	color: #fff;
	border-radius: 15px;
	display: inline-block;
	padding: 2px 10px;
	font-size: 16px;
	margin-top: 1rem;
}
.footer-list3 p i{
	display: inline-block;
	margin-right: 10px;
}
.footer-list3 a{
	color: #fff;
}
.footer-list a:hover{
	text-decoration: underline;
}
.footer-list3 p{
	margin-bottom: 10px;
}
.suspension{
    position: fixed;
    right: 0px;
    top: 45%;
    z-index: 999;
}
.suspension li{
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    cursor: pointer;  
}
.suspension li span{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #B7B7B7;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.suspension li span:hover{
    background-color: #DFA359;
}
.suspension-qq{
  display:none;
}
.pop-email{
    background-image: url(../images/email.png);
}
.pop-tel{
    background-image: url(../images/tel.png);
}
.pop-top{
    background-image: url(../images/top.png);
}
.suspension-qq .pop-detail>div{
    margin-bottom: 10px;
}
.pop-detail{
    position: absolute;
    min-width: 200px;
    top: 0px;
    right: 67px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 30;
    padding: 15px 18px;
    color: #3d3d3d;
    font-size: 13px;
    box-shadow: 0px 1px 1px rgba(165,165,165,0.35),-1px 0px 1px rgba(165,165,165,0.35);
    min-height: 48px;
    display: none;
}
.pop-detail a{
    display: inline-block;
    vertical-align: middle;
    border:1px solid #DFA359;
    padding: 5px 10px;
    border-radius: 2px;
    color: #DFA359;
    margin-left: 10px;
}
.tel-corner-back{
    border: 11px solid transparent;
    border-left: 11px solid #ddd;
    position: absolute;
    right: -21px;
    top: 13px;
    z-index: -1;
}
.tel-corner {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -19px;
    top: 14px;
    z-index: 10;
}
.pop-code-pic{
    width: 139px;
}
.pop-code-pic img{
    width: 100px;
    height: 100px;
    border:1px solid #ddd;
}
.pop-code-pic p{
    font-size: 12px;
    margin-bottom: 0px;
    line-height: normal;
    text-align: center;
    margin-top: 5px;
}
#top{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #989898;
    position: fixed;
    right: 2%;
    bottom: 30%;
    text-align: center;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
    z-index: 99;
}
@keyframes roundrotate{
    0%{
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
        -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
@-webkit-keyframes roundrotate{
    0%{
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
        -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
@-moz-keyframes roundrotate{
    0%{
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
        -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
@-o-keyframes roundrotate{
    0%{
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
        -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
/*banner*/
@media(min-width: 1200px) and (max-width: 1400px){
	.header-nav li{
		padding: 0px 0.5rem;
	}
}
@media(min-width: 1200px){
	.header .container-fluid{
		padding-left: 2%;
		padding-right: 2%;
	}
	.col-lg-5ths{
		width: 20% !important;
	}
	.new-info-mian{
		border-right: 1px solid #ddd;
		padding-right: 2rem;
		margin-right: 1rem;
	}
} 
@media(max-width: 1200px){
	.down-nav{
		display: none;
	}
}

@media(min-width: 992px) and (max-width: 1199px){
	.header-nav li{
		padding: 0px 0.6rem !important;
	}
	.lang img{
		display: none;
	}
}
@media(min-width: 992px){
	.header-nav{
		display: inline-block;
	}
	.header-nav li{
		padding: 0px 1rem;
		height: 50px;
		line-height: 50px;
	}
	.header-nav li>a{
		font-size: 16px;
		position: relative;
	}
    .header-nav li.on>a{
        border-bottom: 2px solid #DFA359;
    }
	.header-nav li.on>a,.header-nav li:hover>a{
		color: #DFA359;
	}
	.header-nav li:hover>a em{
		transform:rotate(180deg);
        -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
	}
	.col-md-5ths{
		width: 20% !important;
	}
    .major-list li:first-child .major-info{
        display: block;
    }
}
@media(max-width: 991px){
    .honor-list li p{
        color: #777;
    }
    .honor-list li h3{
        font-size: 18px;
    }
    .honor-list li>div:after,.honor-list li>div:before{
        display: none;
    }
    .value-list li h3{
        margin-top: 6px;
        font-size: 20px;
    }
    .value-list li p{
        color: #777;
    }
    .value-list li img{
        margin-right:10px;
    }
    .contact-item h2{
        font-size: 20px;
        padding-top: 10px;
    }
    .ct-sevice span{
        padding: 5px 11px;
    }
    .banner-info h4{
        font-size: 14px;
        padding: 0px 15px;
    }
    .admissions-list li h2{
        font-size: 20px;
        padding-right: 10px;
    }
    .admissions-list li h2 span{
        font-size: 30px;
        margin-top: -4px;
        margin-right: 10px;
    }
    .major-list li{
        margin-top: 15px;
    }
    .xueke-block{
        font-size: 15px;
        padding: 4rem 2rem 1.2rem 2rem;
    }
    .adt-list li h2{
        font-size: 24px;
        margin-top: 10px;
    }
    .index-advantage{
        margin-top: 0rem;
        padding: 0px;
        box-shadow: none;
    }
    .advantage-list>div{
        margin-bottom: 1rem;
    }
    .w700 p,.about-info{
        font-size: 15px;
    }
    .id-new-list li a h3{
        font-size: 18px;
        margin-bottom: 18px;
    }
    .course-block,.id-new-list li a p{
       display: none;
    }
	.menu{
		display: block;
        margin-top: 1.2rem;
        position: relative;
	}
    .language_box{
        float: none;
        display: inline-block;
    }
    .lang{
        color: #000;
    }
    .lang em{
        color: #000;
    }
	.header{
		padding-bottom: 15px;
        background: #fff !important;
        text-align: right;
        position: relative;
	}
    .header .company-logo{
        width: 50px;
    }
	.header-nav{
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        z-index: 99;
        background: #fff;
        border-top: 1px solid #ddd;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
        padding: 10px 15px;
	}
	.header-nav li{
        float: none;
        text-align: left;
        padding:15px 0;
        border-bottom: 1px solid #ddd;
        background: url(../images/right-info.png) right center no-repeat;
        background-size: 13px 13px;
	}
    .header-nav li:last-child{
        border: none;
    }
    .header-nav li a{
        color: #000;
    }
	.quote-btn,.language_box{
		display: none;
	}
	.id-title h1,h1{
		font-size: 2.7rem;
	}
    .sc-nav-list li a img{
        display: block;
        margin-bottom: 5px;
    }
    .sc-nav-list li a{
        font-size: 15px;
        text-align: left;
        min-height: 125px;
    }
    .online-form-box img{
        display: none;
        margin-bottom: 5px;
    }
    .online{
        position: static;
        width: 100%;
    }
    .major-main .search-form{
        margin-bottom: 10px;
    }
    .major-main .nav-type span{
        margin: 5px;
    }
    .gallery-thumbs{
        display: none;
    }
    .gallery-top .swiper-slide{
        padding: 0;
    }
    .gallery-top .swiper-button-box .swiper-button-next, .gallery-top .swiper-button-box .swiper-button-prev{
        position:static ;
    }
    .footer-list .footer1{
        border-right: 0;
    }
    .footer-list>div{
        border-bottom: 1px solid #2A3A5A;
        margin-bottom: 20px;
    }
    .online-form-box .quote-btn{
        display: block;
        margin-bottom: 2rem;
    }
    .id-about-wh img{
        max-width: 65px;
    }
    .banner-info{
        width: 100%;
    }
    .ax-text{
        font-size: 16px;
        position: relative;
        padding: 20px 50px;;
    }
    .ax-text:before{
       content: "“";
       position: absolute;
       left: -13px;
       top: 30px;
       font-family: "sans-serif;";
       font-size: 56px;
    }
    .ax-text:after{
       content: "”";
       position: absolute;
       right: -13px;
       bottom: 0px;
       font-family: "sans-serif;";
       font-size: 56px; 
    }
    .center p{
        font-size: 15px !important;
    }
    .health-block p{
        margin-top: 20px;
        font-size: 14px !important;
    }
}
@media(min-width: 768px){
	.menu{
		margin-top: 1rem;
	} 
	.col-sm-5ths{
		width: 33.333%;
	}
}
@media(max-width: 767px){
	.col-xs-5ths{
		width: 100%;
	}
	body{
		padding-bottom: 70px;
	}
	.footer-bottom{
		background: #0F7CC4;
		color: #fff;
	}
}

@media(min-width: 768px) and (max-width: 992px){
	
}