*{list-style: none;padding:0;}
body{font-family:'Microsoft YaHei';padding:0;margin:0;list-style:none;font-size:17px; overflow-x:hidden;}
p,ul,h1, .h2, .h3, h1, h2, h3{padding:0;margin:0;list-style: none;}
a{list-style: none;text-decoration: none;color:#222;}
a:hover{color: #2bb6b1;text-decoration: none;}
.clear{clear: both;}
input { outline: none;border:none;}
.fl{float:left;}
.fr{float:right;}
a:focus{outline:none;}
a:visited ,a:hover{text-decoration: none;}
a img{border:none;}
@font-face
{
    font-family:'英文字体';
    src: url('../font/tt0663m.ttf');

       
}
@font-face
{
   
    font-family:'myTwoFont';
    src: url('../font/tt0037m.ttf');
       
}
.container{max-width:1400px;margin:0 auto;}

.container01{width:95%;margin:0 auto;}

/******************header********************/
.header{width:100%;border-top:4px #2bb6b1 solid;background:url(../img/hbg.png) repeat-x;z-index:2;position: fixed;left: 0; 
right:0;top:0;padding-bottom:10px;}
	
.header.small{background:#2bb6b1; position: fixed;}
	

	

.header_top{height:41px;line-height:41px;border-bottom:1px rgba(255,255,255,0.2) solid;color:#fff;}
.header_top_left{float:left;font-size:15px;color:rgba(255,255,255,0.8);}

.header_top_right{float:right;font-size:15px;color:rgba(255,255,255,0.8);}
.header_top_right ul li{float:left;}
.header_top_right ul li.line{padding:2px 8px 0px;display: inline;}
.header_top_right ul li a{color:#fff;}

.logo{float:left;padding:20px 0px 20px;}
.zlogo{float:left;padding-top:33px;}

.logo img{  transition: .5s;}
.logo img:hover {
    transform: scale(1.1);
}

.zlogo img{transition: .5s;}

.zlogo img:hover {
    transform: scale(1.1);
}




/*****************************导航***********************************/
.nav{ position: relative; z-index: 9; float:right;transition: all 0.5s;	-webkit-transition: 0.5s;	-moz-transition: 0.5s;-o-transition: 0.5s;	transition: 0.5s;	display: block;line-height:70px;padding-top:31px;}
.navbar_nav{float:left;}
.navbar_nav li{	float:left;	position: relative;display: block;}
 .navbar_nav li:after{ content: "";width: 0;height: 4px;background: #eaa104;position: absolute; bottom: 0;left: 0%;transition: all 0.5s ease 0s;}
.navbar_nav li:hover:after{width: 100%;}
 .navbar_nav li a{text-decoration: none;	height: 100%;padding:0px 19px;	display: block;
	-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;font-size:20px;color:#fff;}
/*.navbar_nav li:hover{color: #fff;background:#2bb6b1;border-top-left-radius:10px;border-top-right-radius:10px;}*/
 
 .navbar_nav li.dropdown{	display: inherit;	position: relative;}

/**二级下拉**/

 .navbar_nav li.dropdown .dropdown_menu{display: none;position: absolute;top:70px;width: 100%;background: #fff;box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%; }
 .navbar_nav li.dropdown .dropdown_menu a{font-size: 16px;color: #666;	padding: 0 10px;line-height: 40px;text-align: center;background: #fff;margin-bottom: 2px;font-weight:normal;}
 .navbar_nav li.dropdown:hover .dropdown_menu{display: block;	background: #f3f3f3;-webkit-transition: 0.5s;	-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
 .navbar_nav li.dropdown:hover .dropdown_menu a{color: #666;}
 .navbar_nav li.dropdown:hover .dropdown_menu a:hover{color: #fff;background:#2bb6b1;}





.searchbtn{width:40px;height:40px;cursor: pointer;float: right; margin-top:15px;}
 
.searchbox{position: fixed;width: 100%;height: 100%;top: 0;left: 0;display: none;z-index: 100;text-align:right;margin-top:0px;}
 .searchbox .search_bg{position: absolute;width: 100%;height: 100%;background: #000;opacity: 0.6;filter:Alpha(opacity=60);}
 .searchbox .close{position: absolute;color: #fff;font-size: 30px;right: 30%;top: 25%;cursor:pointer;font-weight:normal;}
.searchbox form { width: 50%;margin: auto; position: absolute; left: 0;right: 0; top: 0; bottom: 0;display: block;height: 50px;background: #fff;}
 
 

 .search_box.on{opacity: 1;visibility: visible;display: block;}

 .ser{height: 45px;line-height: 45px;position: absolute;top: 50%;transform: translateX(-50%) translateY(-50%);left: 41%;margin: -100px 0 0;}
 .search{width: 100%;height: 100%;position: relative;float:right;z-index: 3;}
 

 .search input.notxt{position:absolute;width: 406px;height: 45px;background: #fff;box-shadow: 3px 3px 3px rgba(0,0,0,0.5) inset;-ms-flex: 1;flex: 1;padding: 0 12px;font-size: 16px;-webkit-appearance: none;appearance: none;border-radius: 0;outline: none;border: 0;}
 .search input.notxt1 {position:absolute;width: 120px;height: 45px;border:none;background:#2bb6b1;right: 0;font-size: 18px;color: #fff;}

 


/*********banner********/
#banner{width:100%;top:0;position:relative;z-index:1;overflow: hidden;height: 100vh;}

#banner .fbanner{width:100%;}
#banner .fbanner .image{overflow:hidden;width:100%;}
#banner .fbanner .image img{width:100%;height: 100vh; object-fit: cover;}
#banner .fbanner a {display: block;position: relative;}









#banner .fbanner .slick-dots{bottom:25px; right:12px;}
#banner .fbanner  .slick-dots li{width:37px;height:5px;background:#fff;margin: 0 6px!important;}
#banner .fbanner  .slick-dots li.slick-active{background:#2bb6b1;}


#banner .fbanner .slick-dots li button:before{content: ''!important;}


.banner_down { position: absolute; bottom: 0rem; left: 0;right: 0;text-align: center;border-radius: 1.5px; z-index: 200;
    -webkit-animation: scroll 1.4s cubic-bezier(.15,.41,.69,.94) infinite;
    -moz-animation: scroll 1.4s cubic-bezier(.15,.41,.69,.94) infinite;
    animation: scroll 1.4s cubic-bezier(.15,.41,.69,.94) infinite;

}
@keyframes scroll {
0% { opacity: 0; }
10% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
100% { -webkit-transform: translateY(5px); -moz-transform: translateY(5px); -o-transform: translateY(0); transform: translateY(5px); opacity: 0;}
}

/*******新闻中心**************/
#con_mid01 { position: relative;top: -120px;}

.con_top {width:100%;background:url(../img/new_bg.jpg) top right no-repeat;padding-top:45px;}

.con_top_nav{padding-bottom:55px;}
.con_top_nav .hnav{float:left;}
.con_top_nav .hnav::before{content: ''; border-top:9px #2bb6b1 solid;display: block;width:113px;margin-bottom:25px;}
.con_top_nav .hnav h1{width:80px;font-size:40px;color:#222;font-weight:normal;line-height:40px;float:left;}
.con_top_nav .hnav h2{font-size:80px;color:#2bb6b1;font-family: "barlow"; text-transform:Uppercase;float:left;margin-left:15px; position: relative; z-index: 1;}

.con_top_nav .hnav h3{font-size:80px;    color: rgba(255,255,255,0.1); -webkit-text-stroke: 1px #2bb6b1; font-family: 'barlow'; text-transform:Uppercase;float:left;margin-left: 100px;
    position: absolute; z-index: 0; margin-top: 3px;text-stroke:1px #000; }

.con_top_nav span{float:right;background:#2bb6b1;width:41px;height:41px;line-height:41px; border-radius:50%;text-align:center;margin-top:65px;}




.con_top_font{margin-left:-26px;}

.con_top_font li{width:33.33%;padding-left:26px; box-sizing:border-box;float:left;}

.con_top_font li .item{width:100%;position:relative;}
.con_top_font li .pic{padding-top:78%;position: relative;overflow: hidden;height: 0;transition:0.3s;}
.con_top_font li .pic img{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0; transition: .3s;object-fit: cover;}
.con_top_font li:hover img{ transform:scale(1.05);transition:0.6s;}
.con_top_font li span{width:100%; height:48px;line-height:48px;background:rgba(0,0,0,0.2);color:#fff;font-weight:bold;font-size:17px;position:absolute;bottom:0px;z-index:1;text-indent:1rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.con_top_font li:hover span{background:rgba(43,182,177,0.7) ;}

.con_mid{width:100%;border-top:1px #7f7f7f solid;margin-top:70px;}
.con_mid ul li{width:100%;height:71px;line-height:71px;border-bottom:1px #7f7f7f solid;float:left;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}

.con_mid ul li span{float:left;padding-right:15px;font-family:"myTwoFont";}
.con_mid ul li:hover{margin-left:20px; transition: 0.6s all;border-bottom:1px #22aca7 solid;font-weight:bold;}
.con_mid ul li a:hover{color:#22aca7!important;}








/**********教学活动*************/
.jx_hd{width:100%;background:#d6f0ef url(../img/jx_bg.jpg) top right no-repeat;padding-top:120px;background-size: cover;}
.jx_hd_top{padding-bottom:10px;}
.jx_hd_nav{float:left;width:30%;}

.jx_hd_nav::before{content: ''; border-left:9px #2bb6b1 solid;float:left;width:9px;height:178px;margin-right:23px;}
.jx_hd_nav h1{font-size:40px;color:#222;font-weight:normal;line-height:70px;display:block;}

.jx_hd_nav h2{font-size:80px;color:#2bb6b1;font-family: 'barlow'; text-transform:Uppercase;float:left;    position: relative; z-index: 1;}
.jx_hd_nav h3{font-size:80px; color: rgba(255,255,255,0.1);   -webkit-text-stroke: 1px #2bb6b1; font-family: 'barlow'; text-transform:Uppercase;float:left;margin-left: 45px;
    position: absolute; z-index: 0; margin-top: 3px;}

.jx_hd_font{float:right;width:70%;}

.jx_hd_font li{width:50%;float:left;padding-left:30px;box-sizing:border-box;}
.jx_hd_font li .jfont{width:100%;box-sizing:border-box;padding:10px 20px 10px 0px;}
.jx_hd_font li .jfont .date{float:left;height:105px;border-right:2px #2bb6b1 solid;padding:5px 18px 0px;text-align:center;box-sizing:border-box;margin:30px 28px 0px 0px;}
.jx_hd_font li .jfont .date h1{font-size:50px;color:#2bb6b1;font-family:Arial;}
.jx_hd_font li .jfont .date h2{font-size:18px;color:#2bb6b1;font-weight:normal;}
.jx_hd_font li dl{padding:0px 0px 0px 25px;}

.jx_hd_font li dl dt{color:#222;font-size:18px;font-weight:bold;line-height:30px;margin-bottom:10px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2}
.jx_hd_font li dl dd{line-height:30px;color:#777777;font-size:16px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.jx_hd_font li .jfont:hover{background:#fff; box-shadow:0px 2px 8px #ddd; border-radius:20px;border-bottom:2px #2bb6b1 solid; transition:all 0.4s; cursor:pointer;height:auto;} 



.jx_hd_img{width:100%;margin:50px 0px 70px;}
.jx_hd_img li{width:50%;float:left;background:#fff;  box-shadow:0px 2px 5px #ecebeb;}
.jx_hd_img li .left01{background:url(../img/p01.png) 85% 21px no-repeat;width:45%;float:left;transition:all 0.6s;    box-sizing: border-box;padding:65px 35px 0px 35px;}



.jx_hd_img li .left01 h1{color:#333;line-height:33px;font-size:18px;overflow: hidden;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;text-align:left;}
/*.jx_hd_img li .left01 h1::after{content: ''; border-bottom:6px #2bb6b1 solid;float:left;width:80px;margin:40px 0px;}*/

.jx_hd_img li .left01 i{width:80px;height:6px;background:#2bb6b1;display:block;margin:30px 0px;}

.jx_hd_img li .left01 span{font-size:17px;font-weight:bold;color:#888;background:url(../img/rl.png) left center no-repeat;padding-left:30px;line-height:30px;font-family:"Bodoni Bd BT"}




.jx_hd_img li:hover{background:#2bb6b1; cursor:pointer;}
.jx_hd_img li:hover .left01{background:url(../img/hp01.png) 85% 21px no-repeat;  transition:all 0.6s;}
.jx_hd_img li:hover .left01 i{background:#fff;}
.jx_hd_img li:hover .left01 span,.jx_hd_img li:hover .left02 span{background:url(../img/brl.png) left center no-repeat;}
.jx_hd_img li:hover h1{color:#fff!important;}
.jx_hd_img li:hover span,.jx_hd_img li:hover .left02 span{color:#fff;}




.jx_hd_img li .right01{width:55%;float:right;   }
.jx_hd_img li .right01 .pic{ padding-top: 90%; position: relative; overflow: hidden;height: 0; transition: 0.3s;}	
.jx_hd_img li .right01 .pic img{display: block; width: 100%; height: 100%;position: absolute; top: 0; left: 0;
    transition: .3s; object-fit: cover!important;}
.jx_hd_img li:hover .right01 .pic img{ transform:scale(1.05);transition:0.6s;}	
	


.jx_hd_img li .left02{background:url(../img/p02.png) 85% 21px no-repeat;width:45%;float:left;transition:all 0.6s;    box-sizing: border-box;padding:65px 35px 0px 35px;}



.jx_hd_img li .left02 h1{color:#333;line-height:33px;font-size:18px;overflow: hidden;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}

.jx_hd_img li .left02 i{width:80px;height:6px;background:#2bb6b1;display:block;margin:30px 0px;}
/*.jx_hd_img li .left02 h1::after{content: ''; border-bottom:6px #2bb6b1 solid;float:left;width:80px;margin-right:23px;margin:40px 0px;}*/

.jx_hd_img li .left02 span{font-size:17px;font-weight:bold;color:#888;background:url(../img/rl.png) left center no-repeat;padding-left:30px;line-height:30px;font-family:"Bodoni Bd BT"}

.jx_hd_img li:hover .left02{background:url(../img/hp02.png) 85% 21px no-repeat;}
.jx_hd_img li:hover .left02 i{background:#fff;}



.jx_hd_more{float:right;background: #2bb6b1;
    width: 41px;
    height: 41px;
    line-height: 41px;
    border-radius: 50%;
    text-align: center;
    margin-top: 65px;}




/**********专业介绍***********/
.zy_js{width:100%;padding-top:40px;}
.zy_js_top{width:100%;height:150px;}
.zy_js_nav{height:112px;line-height:112px;width:55%;float:left;}
.zy_js_nav h1{font-size:40px;color:#fff;border-bottom:9px #fff solid;width:175px;float:left;}
.zy_js_nav span{float:right;margin-top:110px;background: #fff;width: 41px;height: 41px; line-height: 41px;
    border-radius: 50%; text-align: center; }
	
.zy_js  h2{font-size: 80px;color: #2bb6b1;font-family: 'barlow';text-transform: Uppercase; float: right; position: relative; z-index: 1;}
.zy_js  h3{font-size:80px; color: rgba(255,255,255,0.1); -webkit-text-stroke: 1px #2bb6b1;font-family: 'barlow'; text-transform:Uppercase;
    float:right;
    margin-left: 45px;
    position: absolute;
    z-index: 0;
  right: -4px;
    top: 2px;}

.zy_js_wz{top:160px;position: relative; z-index: 1;}

.zy_js_font{/*background:url(../img/zy_en.png) right 40px no-repeat;*/padding:45px 0px 100px;margin-left:-40px;}

.slick-next,.slick-prev{display:none!important;}

.zy_js_font   h1{font-size:25px;color:#222;line-height:80px;background:url(../img/sline.png) right center no-repeat;font-weight: normal;overflow: hidden;
    white-space: nowrap;text-overflow: ellipsis;padding-right:30%;}


.zy_js_font div{position: relative; z-index: 1;}

.zy_js_font  .pic{padding-top:120%;position: relative;overflow: hidden;height: 0;transition:0.3s;}
.zy_js_font  .pic img{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0; transition: .3s;object-fit: cover;}

.zy_js_font  .pic_img{width: 100%;background: #fff;position: absolute!important;z-index: 0!important;height: 100%;top: 20px;border: 1px #7f7f7f solid;box-sizing: border-box;}


.zy_js_font  .ppt{box-sizing: border-box;padding:0px 30px 40px;border:1px #7f7f7f solid;background:#fff url(../img/js_bg.jpg) 95% bottom no-repeat;right:20px;}

.zy_js_font div.p01{margin-top:0px;}
.zy_js_font div.p02{margin-top:64px;}

.zy_js_font div.p03{margin-top:122px;margin-bottom:20px;}

.zy_js_font .zhjs{margin-left:60px;}




/*.zy_js_font ul li::after{content: '';display: block;clear: both;  width: 100%;  height: 100%; position: absolute;top: 23px; left: 17px; transition: all 0.3s ease-in-out; z-index: 0;border: 1px solid #000;background:#fff;}*/
.zy_js_font .slick-dots{bottom:30px;right:40%;margin:0 auto;padding-left:80px!important;width:230px;}
.zy_js_font .slick-dots button{display:none!important;}
.zy_js_font .slick-dots li{width:27px!important;height:27px!important;background:#fff; border-radius:50%;margin-right:4px;border:none;padding:0px;}
.zy_js_font .slick-dots .slick-active{background:url(../img/ddyuan.png) left center no-repeat;}

.zy_js_font .slick-dots::before{width:36px;height:1px;background:#eaa104;content: "";display:block;float:left;margin-top:12px;}
.zy_js_font .slick-dots::after{width:36px;height:1px;background:#eaa104;content: "";display:block;float:right;margin-top:12px;}


/*******通知公告********/
.con_four{width:100%;}
.tz_gg{width:45%;float:left;}
.tz_gg_nav{padding:68px 0px 33px;}
.tz_gg_nav h1{background:url(../img/tz_nav.png) left center no-repeat;font-size:40px;color:#222;text-indent:156px;line-height:64px;}
.tz_gg_nav span{float:right;background:#2bb6b1;width: 41px;height: 41px;line-height: 41px;border-radius: 50%;text-align: center;margin-top:15px;}
.tz_gg_font{width:100%;}
.tz_gg_font li{height:90px;border-bottom:1px #7f7f7f dashed;padding:25px 0px 25px;}
.tz_gg_font li .left{float:left;border-top:6px #2bb6b1 solid;margin-right:30px;padding-top:10px;}
.tz_gg_font li .left h1{color:#222;font-size:23px;}
.tz_gg_font li .left h2{color:#2bb6b1;font-size:32px;}
.tz_gg_font li .right{width:471px;float:left;padding:15px 8px 0px 0px;line-height:30px;font-size:18px;font-weight:bold;   
 overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.tz_gg_font li:hover{background:#2bb6b1;  transition:all 0.6s;color:#fff;padding-left:10px;border-bottom:none;}
.tz_gg_font li:hover .left{border-top:6px #fff solid;}
.tz_gg_font li:hover .left h1,.tz_gg_font li:hover .left h2{color:#fff;}

.tz_gg_font li:hover .right{color:#fff!important;}


/*********赛事风采*********/
.tz_tu{float:right;width:55%;padding-top:80px;}
.tz_tu li{width:50%;float:left;padding-left:45px; box-sizing:border-box;}

.tz_tu li .tfont{border-radius:25px;background:#fff; box-shadow:0px 2px 5px #a6a5a5;width:100%;}
.tz_tu li .stop{border-top-right-radius:25px;border-top-left-radius:25px;}
.tz_tu li .stop img{width:100%;border-top-left-radius:25px;border-top-right-radius:25px;}
.tz_tu li .sbot{transition:all 0.6s;height:268px;}

.tz_tu li .sbot::before{width:41px;height:24px;background:url(../img/ss_af.png) center no-repeat;content: ""; display: block;padding: 34px 0px 0px 25px;}
.tz_tu li .sbot::after{width:41px;height:24px;background:url(../img/ss_af.png) center no-repeat;content: ""; display: block;padding: 0px 30px 0px 0px;float:right;}


.tz_tu li .sbot:hover{background:#2bb6b1; transition:all 0.6s;}
.tz_tu li .sbot:hover h1,.tz_tu li .bot:hover p{color:#fff;}


.tz_tu li .sbot span{color: rgba(255,255,255,0.1); -webkit-text-stroke: 1px #ebebeb;font-family: 'barlow';text-transform: Uppercase;font-size:40px;text-align:center;display: block;
    margin-top: -55px; z-index: 1;}

.tz_tu li .sbot:hover span{color:#2bb6b1; -webkit-text-stroke: 1px rgba(255,255,255,0.1);}

.tz_tu li .sbot h1{color:#2bb6b1;font-size:30px;font-weight:bold;line-height:65px;border-bottom:1px #8fd8d6 solid;width:145px;margin:0 auto;padding:15px 10px 0px;margin:-70px auto 0px;position: relative;}
.tz_tu li p{padding:30px 20px 0px;line-height:30px;}



.tz_tu li .sbot02{transition:all 0.6s;height:268px;}
.tz_tu li .sbot02:hover{background:#2bb6b1; transition:all 0.6s;}
.tz_tu li .sbot02:hover h1,.tz_tu li .bot02:hover p{color:#fff;}


.tz_tu li .sbot02 h1{color:#2bb6b1;font-size:30px;font-weight:bold;line-height:65px;border-bottom:1px #8fd8d6 solid;width:145px;margin:0 auto;padding:15px 10px 0px;margin:0px auto 0px;}}






/*******快速通道********/

.ksdh{width:20%;padding:90px 0px;height:196px;}
.ksdh ul li{width:20%;float:left;padding:0px 30px;box-sizing: border-box;}
.ksdh ul li div{width:196px;height:196px;border:2px dashed #e7d619;border-radius:50%;text-align:center;}
.ksdh ul li i{display:block;margin-top:50px;}
.ksdh ul li span{line-height:70px;font-size:18px;}
.ksdh ul li:hover div{background:#e7d619;} 
.ksdh ul li:hover span{color:#fff;}

.ksdh ul li i.icon01{background:url(../img/icon01.png)   center no-repeat;display:block;margin-left:65px; transition: all 0.6s;width:64px;height:48px;}
.ksdh ul li i.icon02{background:url(../img/icon02.png)   center no-repeat;display:block;margin-left:65px;  transition:all 0.6s;width:72px;height:39px;}
.ksdh ul li i.icon03{background:url(../img/icon03.png)  center no-repeat;display:block;margin-left:63px;  transition:all 0.6s;width:70px;height:57px;}
.ksdh ul li i.icon04{background:url(../img/icon04.png)  center no-repeat;display:block;margin-left:64px;  transition:all 0.6s;width:64px;height:56px;}
.ksdh ul li i.icon05{background:url(../img/icon05.png)  center no-repeat;display:block;margin-left:64px;  transition:all 0.6s;width:60px;height:46px;}



.ksdh ul li:hover  i.icon01{background:url(../img/hicon01.png)  left center no-repeat;display:block;transition: all 0.6s;}
.ksdh ul li:hover  i.icon02{background:url(../img/hicon02.png) left center no-repeat;display:block;transition: all 0.6s;}
.ksdh ul li:hover  i.icon03{background:url(../img/hicon03.png) left center no-repeat;display:block;transition: all 0.6s;}
.ksdh ul li:hover  i.icon04{background:url(../img/hicon04.png) left center no-repeat;display:block;transition: all 0.6s;}
.ksdh ul li:hover  i.icon05{background:url(../img/hicon05.png) left center no-repeat;display:block;transition: all 0.6s;}


/*******footer********/
.footer{width:100%;background:#2bb6b1;padding:60px 0px;}
.fot_left{width:60%;float:left;}
.fot_left p{line-height:45px;color:#fff;}

.fot_left p img{float:left;padding:10px 10px 0px 0px;}

.fot_right{width:25%;float:right;}
.fot_right p{line-height:45px;color:#fff;}

.fot_left p+p{padding-left:29px;}
.fot_left p+p+p{padding-left:0px;}

.footer p a{color:#fff;}



/*************二级banner*************/
.ej_banner{width:100%;/*max-height:600px;*/}
.ej_banner img{width:100%;}

/*************新闻动态*************/
.ej_nav{width:100%;padding:40px 0px 25px;height:42px;line-height:42px;}
.ej_nav ul li{float:left;font-size:18px;}
.ej_nav ul li a{padding:0px 34px;margin:0 20px;display: block;transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);}    

.ej_nav ul li a.on{background:#0a4096;display: block;color:#fff!important;font-weight:bold;line-height:42px;height:42px;margin:0;transform:skew(-25deg);}

.ej_nav ul li a:hover{background:#0a4096;display: block;color:#fff!important;font-weight:bold;line-height:42px;height:42px;transform:skew(-25deg);}



/*************二级导航*************/

.ej_font_nav{line-height:70px;height:70px;background:#2bb6b1;margin-top:-5px;}

.ej_font_nav h1{font-size:28px;float:left;color:#fff;font-weight:normal;}
.ej_font_nav h1::after{content: ''; border-right:1px #eaa104 solid;display: block;width:1px;height:31px;float:right;margin:20px 35px;}

.ej_font_nav ul li{margin:0px 25px;float:left;font-size:18px;line-height:43px;margin-top:14px;transition: all 0.6s;font-size:18px;}
.ej_font_nav ul li.on,.ej_font_nav ul li:hover {background:#eaa104;border-radius: 10px;font-weight:bold; transition: all 0.6s;padding:0px 22px;}
.ej_font_nav ul li.on a,.ej_font_nav ul li:hover a,.ej_font_nav ul li a{color:#fff;}

.ej_conter{width:100%;padding:40px 0px 40px;background:#eeefef;}
.ej_conter h5{font-size:21px;color:#2bb6b1;text-indent:18px;}


.xx_menu{display:none;}



/****简介****/
.ej_jj_top{line-height:40px;color:#222;font-size:17px;text-indent:2em;padding:12px 0px;font-weight:bold;}

.ej_jj_top_first{width:100%;height: auto;overflow: hidden; position: relative;margin: 25px auto 0px; background-size: cover;}

.ej_jj_top_first_left{width:40%;background:rgba(0,0,0,0.4); padding:0px 60px 50px;overflow: hidden;box-sizing: border-box;}

.ej_jj_top_first_left_nav{line-height:120px;font-size:25px;font-weight:bold;color:#fff;}
.ej_jj_top_first_left_font{line-height:38px;color:#fff;text-indent: 2em;}

/*****/

.ej_jj_top_two{width:100%;height: auto;overflow: hidden; position: relative;margin: 65px auto 0px;}
.ej_jj_top_two_left{width:30%;float:left;}
.ej_jj_top_two_left img{width:100%;}


.ej_jj_top_two_mid{width:45%;float:left;padding:0px 60px 50px;box-sizing: border-box;}
.ej_jj_top_two_mid h1{line-height:110px;font-size:25px;font-weight:bold;color:#222;background:none;}
.ej_jj_top_two_mid p{line-height:38px;color:#222;text-indent:2em;}

.ej_jj_top_two_right{width:25%;float:right;}
.ej_jj_top_two_right img{width:100%;}


/*****/
.ej_jj_top_three{width:100%;height: auto;overflow: hidden; position: relative;margin: 25px auto 0px ;background-size: cover;}
.ej_jj_top_three_right{width:45%;float:right; padding:0px 60px 50px;box-sizing: border-box;}
.ej_jj_top_three_right h1{line-height:120px;font-size:25px;font-weight:bold;color:#fff;background:none;}
.ej_jj_top_three_right p{line-height:43px;color:#fff;text-indent: 2em;}

/*****/
.ej_jj_top_four{width:100%;height: auto;overflow: hidden; position: relative;margin: 25px auto 0px;}
.ej_jj_top_four_left{width:45%;float:left;}
.ej_jj_top_four_left_top{padding:0px 100px 0px 35px;}
.ej_jj_top_four_left_top h1{line-height:120px;font-size:25px;font-weight:bold;color:#222;background:none;}
.ej_jj_top_four_left_top p{line-height:43px;color:#222;text-indent: 2em;}
.ej_jj_top_four_left_bot{width:100%;margin-top:35px;}
.ej_jj_top_four_left_bot img{width:100%;}





.ej_jj_top_four_right{width:55%;float:right;}
.ej_jj_top_four_right_top{width:100%;}
.ej_jj_top_four_right_top img{width:100%;}
.ej_jj_top_four_right_bot{padding:0px 0px 0px 70px;}

.ej_jj_top_four_right_bot h1{line-height:120px;font-size:25px;font-weight:bold;color:#222;background:none;}
.ej_jj_top_four_right_bot p{line-height:43px;color:#222;text-indent: 2em;}




/*****/
.ej_jj_top_five{width:100%;height: auto;overflow: hidden; position: relative;margin: 25px auto 0px;background-size:cover; }
.ej_jj_top_five_left{width:45%;background:rgba(0,0,0,0.19);padding:0px 60px 50px;box-sizing: border-box;}

.ej_jj_top_five_left h1{line-height:120px;font-size:25px;font-weight:bold;color:#fff;background:none;}
.ej_jj_top_five_left p{line-height:43px;color:#fff;text-indent: 2em;}


/*****/
.ej_jj_top_six{width:100%;height: auto;overflow: hidden; position: relative;margin: 25px auto 0px;}
.ej_jj_top_six_left{width:55%;float:left;}
.ej_jj_top_six_left img{width:100%;}


.ej_jj_top_six_right{width:45%;padding:0px 0px 50px 60px;box-sizing: border-box;float:right;}

.ej_jj_top_six_right h1{line-height:120px;font-size:25px;font-weight:bold;color:#222;background:none;}
.ej_jj_top_six_right p{line-height:43px;color:#222;text-indent: 2em;}





/**********学院领导*********/
.xy_ld{margin-left:-50px;padding-top:30px;}
.xy_ld ul li{width:50%;float:left;padding-left:50px;height:250px;box-sizing: border-box;margin-bottom:45px;}
.xy_ld ul li .star{width:100%;background:#fff;height:250px;box-shadow: 0px 4px 5px #f0ecec;}
.xy_ld ul li .star_left{width:30%;float:left;}
.xy_ld ul li .star_left img{width:100%;height:250px;object-fit: cover;}

.xy_ld ul li .star_right{padding:20px 35px 0px;width:70%;float:right;box-sizing: border-box;}
.xy_ld ul li .star_right h1{line-height:65px;color:#2bb6b1;font-size:20px;text-indent: 18px; 
       overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.xy_ld ul li .star_right p{line-height:32px;overflow: hidden;   display: -webkit-box;
    -webkit-box-orient: vertical; -webkit-line-clamp: 2;}

/**********机构设置*********/
.jg_sz{width:100%;}
.jg_sz h1{font-size:21px;color:#2bb6b1;text-indent:18px;line-height:65px;}


.jg_sz ul{margin-left:-30px;}
.jg_sz ul li{width:25%;height:55px;line-height:55px;font-size:17px;color:#222;padding-left:30px;float:left;box-sizing: border-box;margin-bottom:28px;}


.jg_sz ul li  a{width:100%;text-align:center;float:left;background:#fafcff ;border:1px #2bb6b1 dashed;box-shadow: 0px 2px 3px #c5d5ef;margin-bottom:30px;line-height:55px; box-sizing:border-box;}
.jg_sz ul li  a:hover{background:#2bb6b1;color:#fff;font-weight:bold;}





/**********学校标识*********/
.xx_bz{background:#fff;padding:20px 5% 40px;}
.xx_bz h1{line-height:60px;text-align:center;font-size:22px;}
.xx_bz p{line-height:45px;}
.xx_bz img{text-align:center;}

/**********新闻列表*********/
.ej_font_ns{padding:20px 0px 0px 0px;width:100%;}
.ej_font_ns ul li{margin-bottom:35px;background:#f2f6f6;float:left;display: block; box-shadow: 0px 2px 8px #c4c0c0;width:100%;}
.ej_font_ns ul li .pic{width:384px;overflow: hidden;float: left;height: 216px;}

.ej_font_ns ul li img{/*width:384px;height:216px;float:left;*/display: block;width:100%;object-fit:cover;}

.ej_font_ns ul li:hover{background:#2bb6b1;margin-left:8px; transition: all 0.6s;cursor: pointer;}
.ej_font_ns ul li:hover h1,.ej_font_ns ul li:hover h2,.ej_font_ns ul li:hover h3,.ej_font_ns ul li:hover span,.ej_font_ns ul li:hover h3 a {color:#fff;transition: 0.6s;cursor: pointer;}




.ej_font_ns  .new_right{overflow: hidden;padding: 23px 40px 0 30px;/*float:left;padding:10px 50px;*/}
.ej_font_ns  .new_right span{color:#777;font-size:17px;line-height:53px;font-family: Arial;float:right;font-weight:normal;}
.ej_font_ns  .new_right h1{color:#222;font-size:17px;font-weight:bold;line-height:53px;background:none;text-indent:0em;text-overflow: ellipsis;
    white-space: nowrap;overflow: hidden;padding-right:10px;}
.ej_font_ns  .new_right h2{color:#777;font-size:17px;line-height:35px;font-weight:normal;overflow: hidden;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.ej_font_ns  .new_right h3{font-size:15px;color:#fff;width:113px;line-height:31px;margin-top:20px;font-weight:normal;border-radius:5px;background:#eaa104;text-align:center;float:right;}

.ej_font_ns  .new_right h3 a{color:#fff;}

.page{margin:15px auto 35px;text-align:center;line-height:38px;height:38px;}





/**********通知公告*********/

.ej_font_gg{padding:25px 0px 0px 0px;}

.ej_font_gg ul li{margin-bottom:25px;border:1px #dddddd solid;background:#fff; float:left;display: block;width:100%;transition: all 0.6s;}
.ej_font_gg ul li .gg_left{float: left;width: 120px;height: 65px;text-align: center;padding: 25px 0px 30px;}
.ej_font_gg ul li .gg_left h1{font-size:35px;color:#2bb6b1;background:none;}
.ej_font_gg ul li .gg_left span{width:27px;background:#eaa104;height:1px;margin:2px auto 8px;display:block;}
.ej_font_gg ul li .gg_left h2{font-size:14px;color:#222;font-weight:normal;}

.ej_font_gg ul li:hover .gg_left{background:#2bb6b1;cursor: pointer;}
.ej_font_gg ul li:hover .gg_left h1,.ej_font_gg ul li:hover .gg_left h2{color:#fff!important;}

.ej_font_gg ul li .gg_right{padding:10px 30px;}
.ej_font_gg ul li .gg_right::before{content: "";width:1px;height:80px;background:#dddddd;display: block;float:left;margin-right: 20px;
  margin-top: 10px;}
.ej_font_gg ul li .gg_right h1{line-height:40px;font-size:17px;text-overflow: ellipsis; white-space: nowrap;overflow: hidden;}
.ej_font_gg ul li .gg_right h2{line-height:28px;font-size:15px;color:#777;font-weight:normal;overflow: hidden;
    display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}

.ej_font_gg ul li:hover{margin-left:5px;cursor: pointer;transition: all 0.6s;}




/******详细新闻*****/

.ej_xnew_wz{padding-bottom:30px;float:right;text-align:right;}
.ej_font_xnew{width:100%;padding:20px 80px 20px;background:#fff; box-shadow: 0px 1px 2px 3px #d4d2d2;box-sizing: border-box;}
.ej_font_xnew h1{font-size:22px;line-height:35px;padding:26px 0px;text-align: center;border-bottom:2px #eaa104 solid;}
.ej_font_xnew .xnew_date{line-height:30px;font-size:17px;color:#666666;text-align: center;padding:15px 0px 25px;}

.ej_font_xnew img{max-width:100%;height:auto;margin:0 auto;display: block;}

.ej_font_xnew  p{padding-bottom:15px;line-height:35px;text-indent: 2em;}

.ej_font_xnew .st{border-top:1px #eaa104 solid;margin-top:30px;padding:20px 0px 10px;}
.ej_font_xnew .st ul li{line-height:45px;text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
.ej_font_xnew .st ul li h1{float:left;color:#eaa104;font-size:18px;border-bottom:none;line-height:45px;padding:0px;font-weight: normal;}


/******校园风光*****/
.ej_font_fg{width:100%;margin-top:32px;}
.ej_font_fg ul li{width:30.33%;float:left;margin:0px 1% 46px;background:#ebf2fb;box-shadow: 0px 2px 5px #c2bfc0;}
.ej_font_fg ul li img{width:100%;height:280px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.ej_font_fg ul li span{height:80px;line-height:80px;text-align:center;display:block;background:#fff;  padding:0px 10px;  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.ej_font_fg ul li span:hover{background:#00aeb7;color:#fff;}



#vsb_content p img,#vsb_content video,#vsb_content p video,#vsb_content div video,.v_news_content img{max-width:100%!important;text-align:center!important;height: auto!important;}

.v_news_content table{width:100%!important;}
.v_news_conten object,#vsb_content object{width:100%!important;height:auto!important;}

.v_news_content hr{width:100%!important;}

.v_news_content a  {width:100%!important;word-break: break-all;}