@charset "utf-8";
body{
	background: #fcfcfe;
}
.amt1{
	animation-delay:.25s;
} 
.amt2{
	animation-delay:.5s; 
} 
.amt3{
	animation-delay:.75s;
}
.amt4{
	animation-delay:1s;
}
.amt5{
	animation-delay:1.25s;
}
.amt6{
	animation-delay:1.5s;
}
.hd1{
	height: 120px;
}
.logo a{
	display: inline-block;
	height: 62px;
	margin-right: 20px;
}
.logo p{
	font-size: 20px;
	color: #333;
	font-weight:bold;
}
.logo h3{
	font-size: 22px;
	color: #4cc5c0;
	font-weight: normal;
}
.hdphone i{
	display: inline-block;
	margin-right: 15px;
}
.hdphone p{
	font-size: 16px;
	color: #666;
}
.hdphone h3{
	font-size: 30px;
	color: #4cc5c0;
}
.hd2{
	background: #076fb8;
}
.nav span{
	display: block;
	flex: 1;
	position: relative;
}
.nav span a.nava{
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 2px solid #44ad4e;
	color: #fff;
	font-size: 16px;
}
.nav span.active a.nava{
	background: #44ad4e;
	border-bottom: 2px solid #ffb400;
}
.nav span:hover a.nava{
	background: #44ad4e;
	border-bottom: 2px solid #44ad4e;
}
.navhide{
	background: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
}
.navhide a{
	font-size: 15px;
	display: block;
	line-height: 40px;
	color: #666;
	text-align: center;
}
.navhide a:hover{
	background: #F5F5F5;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}


.nav ul li {
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 2px solid #44ad4e;
	color: #fff;
	font-size: 16px;
	float: left;
}



.banner {position: relative;}

.banner1 {
	width: 100%;
	height: 650px;
	background: #5eb3e9;
}

.banner2 {
	width: 100%;
	height: 650px;
	background:rgba(25, 25, 25, 1);
}

.wrjkc {
	font-size: 80px;
	color: #fff;
	font-weight: bold;
}



.banner .slick-dots{display:inline-block;position:absolute;bottom:40px;left:50%;text-align:center;padding:6px 3px 6px 0;background-color:#fff;border-radius:11px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}
.banner .slick-dots li{float:left;margin:0 7px 0 8px;padding:0}
.banner .slick-dots button{display:block;width:8px;height:8px;font-size:0;padding:0;margin-top:1px;text-indent:999px;background:0 0;border:1px solid #00adec;border-radius:50%;cursor:pointer}
.banner .slick-dots .slick-active{margin:0 9px}
.banner .slick-dots .slick-active button{width:10px;height:10px;margin:0;background-color:#00adec}

.banner .item {
	position: relative;
	display: none;
}
.banner .item.on {
	display: block;
}
.banner .item::after{
	content:'';
    position:absolute;
    bottom:-3px;
    left:0;
	width:100%;
    height:3px;
    background-color:#5eb3e9;
    animation: bansplit 5s ease-in-out infinite;
}
.banner .item.on:after{}


@keyframes bansplit {
	0% {
	  width: 0;
	}
	100% {
		width: 100%;
	}
}

/* ABOUT US */
.about_us {
	width: 100%;
}
.about_us_item1 {
	width: 700px;
}

.btnlist .btn {
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #0071b3;
}

.btnlist .btn.zxbm {
	margin-left: 20px;
}


.zxbm a {
	color:#fff;
}

.about_us_item2 {
	width: 440px;
}
.about_us_item2 img {
	width: 100%;
	height: 100%;
}
.about_us_item2 .big_img {
	width:320px;
	height:220px;
}

.about_us_item2 .small_img .item{
	width:105px;
	height:66px;
	margin-bottom:10px;
}


.usintro .left {
	width:300px;
	height: 250px;
}
.usintro .left img{
	width:300px;
	height: 250px;
}

.envArea .head {
	padding-bottom:10px;
	border-bottom: #ccc 1px solid;
}

.envArea .head .h3 {
	font-family: 微软雅黑;
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 35px;
 }


.envArea .head .more a {
	font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(152, 154, 151);
    font-weight: normal;
}
.envArea .head .more a:hover {
	color:rgba(240, 11, 11,0.95);
}

.envArea .box {
	padding-top:20px;
	overflow: hidden;
}
.envArea .box ul li {
	width:230px;
	height: 190px;
	margin-right: 20px;
	text-align: center;
}
.envArea .box ul li .pic{
	width:230px;
	height: 150px;
}
.envArea .box ul li .pic img{
	width:230px;
	height: 150px;
}
.envArea .box ul li .title{
	margin-top: 10px;
}

/* COPYTIGHT */
.footerArea {
	width:100%;
	padding:20px 0;
	background-color: #222;	
	overflow: hidden;
	margin-top: 20px;
}
.footerArea .pt1 {
    font-family: "微软雅黑";
    font-size:14px;
    color:#999999;
	line-height:25px;
}

.footerArea .pt1 a{
    color:#999;
}

.ftnav a {
	color:#999;
	font-size:16px;
	position: relative;
	text-align: center;
	padding:0 15px;
}
.ftnav a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0%;
	width: 1px;
	height: 14px;
	background: #999;
	transform: translate(-50%, -50%);
}
.ftnav {
	margin-bottom: 20px;
}

.ftlogo {
	width:120px;
	height:120px;
}

.footerArea .left {
	width: 740px;
	text-align: center;
	position: relative;
}
.footerArea .left::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -15%;
	width: 1px;
	height: 120px;
	background: #999;
	transform: translate(-50%, -50%);

}

.footerArea .right {
	width: 360px;
	text-align: center;
}


/*内页*/
.banner_ny {
	width:100%;
	height:350px;
	background: url("../images/banner2.jpg") center center;
	background-size: 100% 100%;
}



.mainArea {
	display:flex;
	justify-content:space-between;
	margin-top: 20px;
	overflow: hidden;
}

.mainArea .left {
	width:280px;
	overflow: hidden;
}


.comNews {
	width:100%;
	background: #fff;
	padding:10px;
	margin-bottom: 15px;
}

.comNews h3 {
	font-family: 微软雅黑;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    font-style: italic;
    padding-left: 20px;
}

.comNews .box {
	padding-top: 12px;
	overflow: hidden;
}


.comNews .box ul li {
	width: 100%;
	height:30px;
	line-height: 30px;
	position: relative;
	padding-left:9px;
	overflow: hidden;
}
.comNews .box ul li:after {
	position: absolute;
	left:0px;
	top:50%;
	width:3px;
	height: 3px;
	border-radius: 3px;
	overflow: hidden;
	background: #000;
	content: "";	
	transform: translateY(-50%);
}

.comNews .box ul li a{
	font-size:14px;
	color:#000;
}

.navmenu {
	width: 100%;
	background: #fff;	
	margin-bottom: 15px;
}

.navmenu ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom:#efefef 1px solid;
	overflow: hidden;
	font-family: "微软雅黑";
    font-size: 14px;	
    padding-left:20px;
}

.navmenu ul li.active {
	cursor: pointer;
    background-color: #0071B3;
    color: #FFFFFF;
}
.navmenu ul li.active a{
	cursor: pointer;
    color: #FFFFFF;
}



.mainArea .right {
	width:900px;
	background: #fff;
	overflow: hidden;
}


.simpTitle {
	font-family: 微软雅黑;
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 35px;
    padding-bottom: 20px;
    border-bottom: #ccc 1px solid;
}


.simpBox {
	padding: 20px;
	font-family: 微软雅黑;
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 28px;    
}

.newlist ul li {
	display: flex;
	justify-content: space-between;
	height: 60px;
	line-height: 60px;
	padding-left:10px;
	border-bottom: #ccc 1px solid;
	overflow: hidden;
	position: relative;
}

.newlist ul li:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	overflow: hidden;
	background: #666;
	transform: translateY(-50%);
}


.honor .item {
	float: left;
	width:220px;
	margin-right: 30px;
	margin-top: 20px;
}

.honor .item img{
	width:220px;
	height: 240px;
}

.teacher .item {
	width: 100%;
	border-bottom: #ccc 1px solid;
	padding: 20px 0;
	overflow: hidden;
}
.teacher .item a{
	display: flex;
	width: 100%;
}
.teacher .item .img{
	width: 160px;
	height: 160px;
}
.teacher .item .img img{
	width: 160px;
	height: 160px;
}
.teacher .item .info{
	width: 500px;
	margin-left: 20px;
}

.teacher .item .info h3{
	font-size: 18px;
	color: #000;
}

.teacher .item .info p{
	margin-top: 20px;
	color: #333;
	line-height: 28px;
}

.message .items {
	display: flex;
	padding:10px 0;
}

.message .items .left {
	width:120px;
	height: 45px;
	line-height: 45px;
	padding-right:20px;
	text-align: right;
}

.message .items .right {
	width:550px;
}

.message .items .right .input{
	width:550px;
	height: 45px;
	border: #ccc 1px solid;
	color:#999;
	font-size: 14px;
	padding-left:15px;
}

.submit_btn {    
	width:90px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border:1px solid #CCCCCC;
	background: #fff;
	color:#666;
	margin-left: 100px;
	margin-top: 30px;
}