/*header*/
.header{
	width: 100%;
	position: fixed;
	height: 60px;
	z-index: 9999;
	background: #fff;
}
.headerItem{
	width: 1180px;
	margin: auto;
	display: flex;
	height: 60px;
}
.logo{
	flex: 0 0 auto;
}
.logoBox{
	display: flex;
}
.logo-l{
	width: 60px;
	height: 60px;
	flex: 0 0 auto;
/*	background: #f5f5f5;
	box-shadow:1px 2px 5px #ccc;
	position: relative;*/
}
.logo-l img{
	width: 100%;
}
.logo-r{
	flex: 0 0 auto;
	height: 60px;
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.logo-r-box{
	flex: 0 0 auto;
}
.logo-r-box img{
	width: 100%;
}
.nav{
	flex: 0 0 auto;
	margin-left: auto;
	height: 60px;
/* 	overflow: hidden; */
}
.nav>ul{
	display: flex;
	align-items: center;
}
.nav-l{
	flex: 0 0 auto;
	width: 80px;
	position: relative;
	height: 60px;
}
.top-nav{
/* 	display: block; */
	width: 100%;
	font-size: 15px;
	color: #656565;
	line-height: 60px;
	text-align: center;
	transition: .6s ease;
	cursor: pointer;
}
.lev2Box{
	position: absolute;
	width: 120px;
	background: rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all .8s;
	transform: translateY(50px);
	left: -20px;
	padding: 10px 0px;
}
.lev2Box ul{
	display: initial !important;
	/* flex-wrap: wrap; */
}
.lev2-l{
	width: 100%;
}
.lev2-url{
	width: 100%;
	display: block;
}
.nav-l:hover .top-nav{
	color: #054798;
	transition: .6s ease;
}
.nav-l:hover .lev2Box{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.lev2-url{
	text-align: center;
	font-size: 14px;
	color: white;
	line-height: 30px;
	transition: 0.6s ease;
}
.lev2-url:hover{
	color: #054798;
}
.web-box{
	width: 60px;
	height: 60px;
	margin-left: auto;
	background: #fff;
	display: none;
}
.activeNav .top-nav{
	color: #054798;
}
.webItem{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.webBox{
	width: 30px;
	height: 15px;
	position: relative;
}
.xt{
	width: 100%;
	height: 2px;
	margin-bottom: 5px;
	background: #054798;
	position: relative;
	transition: 0.6s ease;
}
.webactive .xt1{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
.webactive .xt2{
	opacity: 0;
}
.webactive .xt3{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}
.webNav{
	width: 100%;
	padding: 40px 10px;
	background: rgba(0,0,0,0.9);
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 60px;
	z-index:-1;
	transform: rotate3d(.3,1,.3,90deg);
	transition: 0.8s ease;
	min-height: calc(100% - 60px);
	display: none;
}
.webative{
	display: initial;
	opacity: 1;
	visibility: visible;
	z-index: 9998;
	transform: rotate3d(0,0,0,0deg);
}
.web-list{
	width: 100%;
	padding: 10px 10px;
}
.webtitle{
	width: 100%;
	display: flex;
	align-items: center;
}
.webtitle a{
	display: block;
	flex: 0 0 auto;
	font-size: 15px;
	color: white;
}
.webtitle span{
	display: block;
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	margin-left: auto;
	text-align: center;
	border: 1px solid #e4e4e4;
	position: relative;
	transition: 0.6s ease;
	transform: rotate(0);
}
.webtitle span i{
	line-height: 30px;
	color: white;
}
.iactive{
	transform: rotate(90deg) !important;
}
.web-bot{
	width: 100%;
	display: none;
	padding: 5px 10px;
}
.webbot-list{
	width: 100%;
}
.webbot-list a{
	font-size: 13px;
	color: white;
	line-height: 30px;
}
.rebox{
	background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/*banner*/
.bannerItem{
	margin-top: 60px;
	margin-bottom: 100px;
}
.itemBox{
	padding: 0px 50px;
}
/*产品中心*/
.indexBox{
	width: 100%;
}
.proBox{
	background: url(/web/img/pro_bg.jpg);
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	padding-top: 100px;
}
.indexItem{
	width: 1180px;
	margin: auto;
}
.proItem{
	display: flex;
}
.pro-l{
	flex: 0 0 auto;
}
.pro-c{
	flex: 0 0 auto;
}
.pro-r{
	flex: 0 0 auto;
	position: relative;
}
.pr-box{
	position: absolute;
	bottom: 100px;
}
.pr-pre{
	width: 50px;
	height: 50px;
	text-align: center;
	background: #86c126;
	cursor: pointer;
}
.pr-next{
	width: 50px;
	height: 50px;
	text-align: center;
	background: #008cd6;
	cursor: pointer;
}
.pr-pre i,.pr-next i{
	line-height: 50px;
	color: white;
}
.pl-box{
	margin-top: 100px;
}
.pl-box{
	width: 400px;
}
.pl-box ul{
	display: flex;
	flex-wrap: wrap;
}
.pl-list{
	flex: 0 0 auto;
	width: 50%;
	height: 200px;
	opacity: 0;
	visibility: hidden;
}
.pl-ico{
	width: 30px;
	height: 30px;
	margin: auto;
	position: relative;
}
.pl-ico img{
	width: 100%;
	transition: 0.6s ease;
}
.pl-title{
	font-size: 15px;
	color: white;
	text-align: center;
	transition: 0.6s ease;
}
.pl-list a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
}
.pl-list:nth-child(1){
	background: #86c126;
}
.pl-list:nth-child(2){
	background: #82c697;
}
.pl-list:nth-child(3){
	background: #008cd6;
}
.pl-list:nth-child(4){
	background: #083d7e;
}
.pl-list:hover .pl-ico img{
	animation: setIn 1s forwards;
}
.pl-list:hover .pl-title{
	animation: setUp 1s forwards;
}
@keyframes setUp{
	from{
		transform: translateY(50px);
		opacity: 0;
	}
	33%{
		transform: translateY(-10px);
		opacity: 1;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes setIn{
	from{
		transform: rotate3d(0.3,1,0.5,360deg);
	}
	to{
		transform: rotate3d(0,0,0,0);
	}
}
.pl-item{
	position: relative;
	z-index: 8;
}
.pl-list a::before{
	content: '';
	width: 0;
	height: 0;
	padding: 0px;
	background: #353434;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 0;
	transition: 0.6s ease;
}
.pl-list:hover a::before{
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.pc-box{
	width: 730px;
	height: 400px;
	overflow: hidden;
}
.pc-list{
	float: left;
}
.pc-list-img{
	width: 100%;
	overflow: hidden;
}
.pc-list-img img{
	width: 100%;
	transition: 0.6s ease;
	animation: imgfIn 20s infinite;
}
@keyframes imgfIn{
	from{
		transform: scale(1.2);
	}
	33%{
		transform: scale(1);
	}
	to{
		transform: scale(1.2);
	}
}
.pc-box ul{
	position: relative;
}
.aboutBox{
	background: url(/web/img/index_bg.png);
	background-attachment: fixed;
/*	background-position: center;*/
	position: relative;
	padding: 100px 0px;
	overflow: hidden;
	box-sizing: border-box;
/*	background-size: cover;*/
}
.UpBox{
	margin: 100px 0px;
}
.abouItem{
	display: flex;
}
.ab-l{
	width: 40%;
}
.ab-r{
	width: 40%;
	margin-left: auto;
}
.ab-top{
	width: 100%;
}
.ab-title-en{
	font-size: 16px;
	color: white;
}
.ab-title-ch{
	font-size: 30px;
	color: white;
}
.ab-title-xt{
	width: 120px;
	height: 2px;
	background: white;
}
.ab-con{
	width: 100%;
	margin: 30px 0px;
}
.ab-title{
	font-size: 26px;
	color: white;
}
.ab-desc{
	font-size: 15px;
	color: white;
	line-height: 25px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ab-more{
	width: 120px;
	text-align: center;
	padding: 5px 0px;
	border: 2px solid #fff;
	transition: 0.6s ease;
}
.abmore{
	font-size: 14px;
	color: white;
	transition: 0.6s ease;
}
.ab-more:hover{
	background: #fff;
}
.ab-more:hover .abmore{
	color: #054798;
}
.ab-r{
	width: 320px;
}
.ar-box{
	width: 100%;
}
.ar-box ul{
	flex-wrap: wrap;
	display: flex;
}
.ar-list{
	flex: 0 0 auto;
	width: 50%;
	border-bottom: 1px solid #fff;
	background: rgba(5,71,152,0.6);
	opacity: 0;
	visibility: hidden;
}
.ar-list:last-child{
	border-bottom: none;
}
.ar-list:nth-last-child(-n+2){
	border-bottom: none;
}
.ar-list:nth-child(odd){
	border-right: 1px solid #fff;
}
.ar-ico{
	width: 30px;
	height: 30px;
	margin: auto;
}
.ar-b{
	position: relative;
	z-index: 8;
	transition: 0.6s ease;
}
.ar-ico img{
	width: 100%;
}
.ar-title{
	font-size: 15px;
	color: white;
	text-align: center;
}
.ar-list a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}
.ar-list a::before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	background: #054798;
	transition: 0.6s ease;
}
.ar-list:hover a::before{
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.ar-list:hover .ar-b{
	animation: setDown 1s forwards;
}
@keyframes setDown{
	from{
		transform: rotate3d(0.3,1,0.5,360deg);
	}
	to{
		transform: rotate3d(0,0,0,0);
	}
}
.newsBox{
	background: url(/web/img/13.jpg);
	background-attachment: fixed;
	/*overflow: hidden;
	background-position: center;
	background-size: cover;*/
	position: relative;
	padding: 100px 0px;
	box-sizing: border-box;
	background-repeat: none;
}
.newsItem{
	display: flex;
}
.news-l{
	flex:0 0 auto;
	width: 40%;
}
.news-r{
	flex:0 0 auto;
	width: 45%;
	margin-left: auto;
}
.news-top{
	width: 100%;
	margin-bottom: 30px;
}
.news{
	width: 120px;
	padding: 10px;
	color: white;
	font-size: 16px;
	text-align: center;
	background: #054798;
}
.news-img{
	width: 100%;
}
.news-img a{
	display: block;
	position: relative;
}
.newsImg{
	position: relative;
	overflow: hidden;
}
.newsImg img{
	width: 100%;
	transition: 0.6s ease;
}
.news-img:hover .newsImg img{
	transform: scale(1.08);
}
.newsImg-title{
	width: 100%;
	height: 50px;
	background: rgba(5,71,152,0.9);
	position: absolute;
	bottom: 0;
	color: white;
	font-size: 15px;
	padding: 0px 10px;
	line-height: 50px;
	text-align: center;
}
.nr-list{
	width: 100%;
	opacity: 0;
	visibility: hidden;
	height: 45px;
}
.nr-list a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.nr-list a::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #054798;
	transition: 0.6s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	top: 0;
}
.nr-list:hover a::before{
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.nr-box ul{
	width: 100%;
}
.nr-boxs{
	z-index: 8;
	position: relative;
	display: flex;
	padding: 0px 10px;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nr-title{
	font-size: 15px;
	color: white;
	flex:0 0 auto;
	width: 80%;
	/* word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; */
/* 	overflow: hidden; */
	padding-right: 10px;
	box-sizing: border-box;
	line-height: 45px;
	
	word-break:keep-all; 
	
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.nr-time{
	font-size: 12px;
	color: white;
	flex:0 0 auto;
	margin-left: auto;
	font-family: arial;
	letter-spacing: -1px;
	width: 20%;
}
.fotBox{
	margin-top: 100px;
}
.footerBox{
	width: 100%;
	background: #262626;
	padding: 20px 0px;
}
.footerItem{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fot-l,.fot-c,.fot-r{
	flex: 0 0 auto;
}
.fot-list{
	color: white;
	font-size: 13px;
	line-height: 25px;
}
.fot-code{
	width: 100px;
}
.fot-code img{
	width: 100%;
}
.fot-code-n{
	width: 100px;
	text-align: center;
	color: white;
	font-size: 13px;
}
.fot-r .fot-list{
	text-align: right;
}
.IndexAct{
	animation: falIn 1s forwards;
}
@keyframes falIn{
	from{
		transform: translateY(200px);
		opacity: 0;
		visibility: hidden;
	}
	33%{
		transform: translateY(-100px);
		opacity: 0.5;
		visibility: hidden;
	}
	to{
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		
	}
}
.aboutAct{
	animation: abfalIn 1s forwards;
}
@keyframes abfalIn{
	from{
		transform: translateY(300px);
		opacity: 0;
		visibility: hidden;
	}
	to{
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		
	}
}

/*内页*/
.picBox{
/*	position: relative;
	background-attachment: fixed;*/
	height: 400px;
/*	overflow: hidden;
	background-size: cover !important;*/
}
.picBox img{
	display: none;
	width: 100%;
}
.picItem{
	position: relative;
	height: 100%;
}
.picItem img{
	width: 100%;
}
.picCon{
	position: absolute;
	background: #86c126;
	left: 0;
	bottom: 0;
	padding: 20px 30px;
	animation: picOn 1s forwards;
}
@keyframes picOn{
	from{
		opacity: 0;
		visibility: hidden;
		transform: translateY(120px);
	}
	to{
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
	}
}
.pic-title{
	font-size: 1.875rem;
	font-weight: bold;
	font-family:"Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	color: white;
	line-height: 1.5;
}
.pic-en{
	font-size: 1.125rem;
	font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	color: white;
	font-style: normal;
	line-height: 1.5;
}
.lev{
	width: 100%;
	background: #f8f8f8;
}
.levBox ul{
	display: flex;
	flex-wrap: wrap;
}
.lev-list{
	flex: 0 0 auto;
	padding: 0px 20px;
	transition: .6s ease;
}
.lav-nav{
	width: 100%;
	line-height: 50px;
	font-size: 15px;
	color: #656565;
	transition: 0.8s ease;
}
/*.levAct{
	background: #054798;
}*/
.levAct .lav-nav{
	color: white;
}
.lev-list:hover{
	background: #054798;
}
.lev-list:hover .lav-nav{
	color: white;
}
.about-logo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-logol,.about-logor{
	flex: 0 0 auto;
}
.about-logol{
	width: 80px;
	height: 80px;
	margin-right: 5px;
}
.about-logol img{
	width: 100%;
}
.about-logor img{
	width: 100%;
}
.about-dep{
	padding: 40px 0px;
}
.about-dep ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.num{
	font-size: 30px !important;
	color: #232323;
	font-family: impact;
	line-height: 30px;
	margin-right: 5px;
}
.dep-top span{
	font-size: 12px;
	color: #666;
}
.dep-bot{
	font-size: 12px;
	color: #656565;
}
.dep-list{
	padding: 0px 20px;
	border-right: 1px solid #E4E4E4;
}
.dep-list:last-child{
	border-right: none;
}
.about-desc{
	width: 100%;
}
.desc-box{
	text-indent: 2em;
	width: 70%;
	margin: auto;
	font-size: 15px;
	color: #656565;
	text-align: center;
}
.pagePic{
	margin-top: 60px;
}
.about-page{
	padding: 100px 0px;
	margin: 100px 0px;
/* 	overflow: hidden; */
	position: relative;
/* 	background-size: 100% 100% !important; */
/* 	background-position: center !important; */
	background-size: cover !important;
}
.page-desc{
	padding: 50px;
	background: white;
	font-size: 15px;
	color: #656565;
	line-height: 28px;
	text-indent: 2em;
}
/* .about-page::before{
	position: absolute;
	top:-50px;
	content: '>';
	width: 100px;
	height: 100px;
	background: #86c126;
	border-radius: 50%;
	transform: rotate(90deg);
	left: 48%;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	color: white;
	text-align: center;
	line-height: 100px;
} */
.page-more{
	position: absolute;
	top: -50px;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}
.moreItem{
	width: 100px;
	height: 100px;
	background: #86c126;
	border-radius: 50%;
	transform: rotate(90deg);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.moreItem i{
	color: white;
	font-size: 20px;
	animation: movedown 1s infinite;
}
@keyframes movedown{
	from{
		transform: translateX(-10px);
		opacity: 1;
		visibility: visible;
	}
	to{
		transform: translateX(10px);
		opacity: 0;
		visibility: hidden;
	}
}
.video-img{
	width: 100%;
}
.videoImg{
	width: 60%;
	margin: auto;
	position: relative;
}
.videoImg img{
	width: 100%;
}
.videoIco{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.IcoV{
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	
}
.IcoV i{
	font-size: 24px;
	color: #054798;
}
.videoItem{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000000;
	z-index: 999999;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	transition: 1s ease;
}
.videoItem_act{
	opacity: 1;
	visibility: visible;
	z-index: 999999;
	transform: scale(1);
}
.videoBox{
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	position: relative;
	left: 50px;
	top: 50px;
}
.videoBox video{
	width: 100%;
	height: 100%;
}
.video-close{
	width: 40px;
	height: 40px;
	background: url(/web/img/close2.png);
	background-position: center;
	background-size:100% 100%;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: 0.6s ease;
}
.video-close:hover{
	transform: rotate(360deg);
}
.showBox{
	padding: 30px;
	background: #f8f8f8;
/*	margin-top: 100px;*/
}
.show-title{
	font-size: 1.5rem;
	color: #232323;
}
.show-desc{
	margin-bottom: 10px;
}
.show-desc span{
	font-size: 12px;
	color: #656565;
	margin: 0 5px;
	letter-spacing: -1px;
}
.showBox-xt{
	width: 100%;
	height: 1px;
	background: #E4E4E4;
}
.show-Con{
	margin-top: 10px;
	font-size: 16px;
	color: #656565;
	text-indent: 2rem;
}
.show-Con img{
	max-width: 100%;
}
.turn{
	margin-top: 50px;
}
.turn ul{
	display: flex;
	justify-content: space-between;
}
.turn-list{
	flex: 0 0 auto;
}
.turn-l{
	padding: 10px 20px;
	background: #86c126;
	color: white;
	transition: .6s ease;
}
.turn-list :hover .turn-l{
	background: #054798;
}
.album{
	
}
.album ul{
	display: flex;
	flex-wrap: wrap;
}
.albumBox{
	width: 33.33%;
	flex: 0 0 auto;
	padding: 0 10px;
}
.album-list{
	width: 100%;
	cursor: pointer;
}
.albumImg{
	width: 100%;
	overflow: hidden;
}
.albumImg img{
	width: 100%;
	transition: 0.6s ease;
}
.album-list:hover .albumImg img{
	transform: scale(1.08);
}
.album-title{
	padding: 10px 10px;
	background: #f8f8f8;
	transition: 0.6s ease;
	font-size: 15px;
	color: #656565;
	text-align: center;
}
.album-list:hover .album-title{
	background: #054798;
	color: white;
}
.tidBox{
	display: flex;
	margin-bottom: 20px;
	cursor: pointer;
	flex-wrap: wrap;
}
.tidImg,.tidCon{
	flex: 0 0 auto;
	width: 50%;
}
.tidImg{
	overflow: hidden;
}
.tidImg img{
	width: 100%;
	transition: .6s ease;
}
.tidBox:hover .tidImg img{
	transform: scale(1.08);
}
.tidCon{
	padding: 20px;
	position: relative;
	background: #F8F8F8;
}
.tid-top{
	font-size: 16px;
	font-weight: bold;
	color: #232323;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tid-time{
	font-size: 12px;
	color: #999;
	letter-spacing: -1px;
}
.tid-desc{
	color: #656565;
	line-height: 25px;
	margin-top: 15px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tid-more{
	position: absolute;
	bottom: 20px;
}
.moretid{
	width: 120px;
	height: 40px;
	border: 1px solid #054798;
	color: #054798;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	transition: .6s ease;
}
.tidCon::before{
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	background: #054798;
	content: '';
	left: 0;
	transition: .3s ease;
}
.tidBox:hover .tidCon::before{
	width: 100%;
}
.tidBox:hover .moretid{
	color: white;
	background: #054798;
}
.tidItem-top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tidtop{
	flex: 0 0 auto;
	width: 49%;
	cursor: pointer;
}
.tidtop-img{
	position: relative;
	overflow: hidden;
}
.tidtop-img img{
	width: 100%;
	transition: 0.8s ease;
}
.tidtop-time{
	position: absolute;
	padding: 10px;
	top: 10px;
	left: 10px;
	background: #054798;
	transition: .6s ease;
}
.tidtop-time p:nth-child(1){
	font-size: 18px;
	font-family: impact;
	text-align: center;
	color: white;
}
.tidtop-time p:nth-child(2){
	font-size: 13px;
	text-align: center;
	font-family: arial;
	color: white;
}

.tidbot{
	padding: 20px 10px;
	background: #F8F8F8;
	transition: 0.6s ease;
}
.tidbot .tid-desc{
	margin-top: 10px;
	-webkit-line-clamp: 2;
}
.tidtop:hover .tidtop-time{
	background: #86c126;
}
.tidtop:hover .tidtop-img img{
	transform: scale(1.08);
}
.tidtop:hover .tidbot{
	background: #054798;
}
.tidtop:hover .tid-top,.tidtop:hover .tid-desc{
	color: white;
}
.tidItem-bot{
	margin-top: 20px;
}
.tidbot-list{
	display: flex;
	padding: 15px;
	background: #F8F8F8;
    box-sizing: border-box;
	margin-bottom: 20px;
	cursor: pointer;
}
.t-bot-img{
	flex: 0 0 auto;
	width: 300px;
	overflow: hidden;
}
.t-bot-img img{
	width: 100%;
	transition: 0.6s ease;
}
.t-bot-con{
	flex:auto;
	margin-left: 10px;
	position: relative;
}
.t-bot-con .tid-desc{
	-webkit-line-clamp: 2;
	margin-top: 0;
}
.t-bot-con .moretid{
	position: absolute;
	bottom: 0;
	height: 32px;
	line-height: 30px;
	margin-top: 10px;
	width: 80px;
}
.tidbot-list:hover .t-bot-img img{
	transform: scale(1.08);
}
.tidbot-list:hover .tid-top{
	color: #054798;
}
.tidbot-list:hover .moretid{
	background: #054798;
	color: white;
}
.pro-top{
	width: 100%;
	margin-bottom: 50px;
}
.pro-nav{
	font-size: 20px;
	color: #232323;
	text-align: center;
}
.pro-en{
	font-size: 14px;
	text-align: center;
	font-family: "calisto mt";
}
.pro-xt{
	width: 40px;
	height: 1px;
	background: #054798;
	margin: auto;
}
.pro-desc{
	width: 80%;
	margin:30px auto 0px;
	font-size: 14px;
	color: #656565;
	text-align: center;
	text-indent: 2rem;
}
.pro-bot ul{
	display: flex;
	flex-wrap: wrap;
}
.proList{
	width: 33.33%;
	flex: 0 0 auto;
	padding:0px 10px;
	margin-bottom: 20px;
}
.proList a{
	display: block;
	width: 100%;
	height: 100%;
}
.proImg{
	position: relative;
	overflow: hidden;
}
.proImg img{
	width: 100%;
	transition: 0.6s ease;
}
.proList:hover .proImg img{
	transform: scale(1.08);
}
.proCon{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	background: rgba(5,71,152,0.8);
	transition: 0.6s ease;
}
.proList:hover .proCon{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.pro-title{
	text-align: center;
	font-size: 15px;
	color: white;
}
.proMore{
	text-align: center;
}
.proMore i{
	color: white;
	font-size: 12px;
}
.proCon-box{
	opacity: 0;
	visibility: hidden;
	transform: translateY(60px);
	transition: 0.3s ease;
	transition-delay: 0.5s;
}
.proList:hover .proCon-box{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.contactBox .about-logo{
	justify-content: initial;
}
.contactBox{
	display: flex;
}
.contact-l,.contact-r{
	flex: 0 0 auto;
}
.contact-bot{
	margin-top: 20px;
}
.contact-list{
	display: flex;
	padding: 10px 0px;
	align-items: center;
}
.contactIco{
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	background: #232323;
	border-radius: 50%;
	text-align: center;
}
.contactIco i{
	line-height: 50px;
	color: white;
	font-size: 24px;
}
.contact-con{
	font-size: 15px;
	color: #2323223;
	margin-left: 10px;
}
.contact-r{
	position: relative;
	width: 120px;
	margin-left: auto;
}
.contact-code{
	position: absolute;
	bottom: 30px;
	border: 1px solid #E4E4E4;
	padding: 10px;
}
.codeIco{
	width: 100px;
	height: 100px;
}
.codeIco img{
	width: 100%;
}
.codeTtitle{
	font-size: 14px;
	text-align: center;
	color: #656565;
}
.contactBox{
	padding-bottom: 20px;
	border-bottom: 1px solid #E4E4E4;
}
.contactMap{
	width: 100%;
	padding: 10px;
	background: #f8f8f8;
	margin-top: 30px;
}
.Mapbox{
	width: 100%;
	min-height: 300px;
}
.course{
	margin-top: 10px;
}

.course-title{
	display: flex;
	align-items: center;
}
.course-top{
	flex:0 0 auto;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.course-title i{
	font-size: 24px;
	color: #054798;
}
.course-desc{
	font-size: 15px;
	color: #054798;
	margin-left: 5px;
	font-family: 'Cambria';
	text-transform: uppercase;
}
.course-box{
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
}
.course-box::before{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #054798;
}
.course-list{
	display: flex;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.course-yd{
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	background: #054798;
	position: absolute;
	left: -5px;
	border-radius: 50%;
}
.course-yd::before{
	position: absolute;content: '';
	background: #86c126;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 0;
	top: 0;
	transform:scale(0);
	transition: .6s ease;
}
.course-list:hover .course-yd::before{
	transform: scale(1.1);
}
.course-xt{
	flex: 0 0 auto;
	width: 50px;
	height: 1px;
	background: #E4E4E4;
	position: relative;
}
.course-xt::before{
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background: #054798;
	transition: 0.6s ease;
}
.course-list:hover .course-xt::before{
	width: 100%;
}
.course-con{
	flex:auto;
	margin-left: 20px;
}
.course-year{
	font-size: 20px;
	font-family: 'impact';
	color: #232323;
	line-height: 25px;
}
.course-year span:nth-child(2){
	font-family:'Microsoft Yahei';
	font-size: 12px;
	color: #666;
	margin-left: 5px;
}
.course-name{
	font-size: 16px;
	color: #656565;
	line-height: 25px;
	font-weight: 500;
}
.course-detil{
	font-size: 14px;
	color: #656565;
	line-height: 25px;
}
.newPage{
	display: flex;
}
.newPage-l{
	flex: 0 0 auto;
}
.newPage-r{
	margin-left: 20px;
	flex: auto;
}
.left-nav{
	width: 100%;
}
.left-top{
	padding: 40px 50px;
	background: #4a96cc;
}
.left-top p:nth-child(1){
	font-family:'impact';
	text-align: center;
	color: #fff;
	font-size:24px;
	line-height: 25px;
	text-transform: uppercase;
}
.left-top p:nth-child(2){
	text-align: center;
	color: #fff;
	font-size:20px;
	line-height: 20px
}
.lftnav-list{
	background: #bfd5ff;
	padding: 15px 20px;
	box-sizing: border-box;
}
.lftnav-list p{
	font-size: 16px;
    color: rgb(73, 76, 140);
    width: 100%;
    line-height: 25px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    margin:0 !important; 
}
.levAct{
	position: relative;
}
.levAct::before{
	position: absolute;
	content: '';
	width: 2px;
	height: 25px;
	background: #4a96cc;
	right: 20px;
	top: 15px;
}
.local{
	width: 100%;
	display: flex;
	padding: 10px;
	box-sizing: border-box;
	align-items: center;
	background: #F8F8F8;
	margin-bottom: 20px;
}
.local-list:nth-child(1) i{
	margin-right: 5px;
	color: #656565;
}
.local-list:last-child span{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.local-list{
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}
.local-list span{
	padding-right:10px;
	border-right: 2px solid #adadad;
	margin-right: 10px;
	font-size: 15px;
	color: #656565;
}
.thr-item{
	width: 100%;
/*	background: #e2f2fd;
	padding: 10px 0px;	*/
}
.thr-item ul{
	width: 100%;
/*	display: flex;
	flex-wrap: wrap;*/
}
.thr-list{
	/*line-height: 25px;*/
	padding: 5px 20px 5px 0px;
	/*background:  #e2f2fd;*/
	text-align: right;
}
.thr-list a{
	font-size: 14px;
	color: #656565;
	line-height:20px;
}
/*.thr-ac p{
	background: #4a96cc;
	color: #fff;
}*/
.newPage-desc{
	width: 80%;
	margin:auto;
}
.thr-ac{
	position: relative;
}
.thr-ac::before{
	position: absolute;
	content: '';
	width: 2px;
	height: 20px;
	right: 0;
	top: 5px;
	background: #4a96cc;
}