@charset 'utf-8';
.header {
	/*! height:117px */
	/*! padding: 20px 0px; */
	background: url(/public/assets/addons/cms/cedu/images/bg_1.jpg);
	background: white;
}
body{
	background: #f1f1f1;
}
.header .logo {
	/*! line-height:117px */
	font-size: 19px;
	font-weight: bold;
}

.header .logo  img{max-height: 80px}
.header .nav ul li {
	position:relative;
	float:left;
	margin-left:50px
}
.header .nav ul li h2>a {
	line-height:62px;
	font-size:16px
}
.t_bg {
  width: 100%;
  height: 40px;
  background:#333;
}
.top {

  height: 40px;
  margin: 0px auto;
  /*! text-align: right; */
  display: flex;
  align-content: cen;
  align-items: center;
  color: white;
}
.top .lang, .top .search {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  margin-left: 20px;
  font-size: 14px;
  color: #FFF;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
}
.top .search {
  width: 265px;
  height: 40px;
  background: #9999;
  margin-left: auto;
}
.top .search input[type="text"] {
  width: 265px;
  height: 40px;
  padding: 0 10px;
  border: 0;
  background: none;
  font-size: 14px;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
}
.top .lang a {
  font-size: 14px;
  color: #FFF;
  margin: 0 5px;
}
.top .lang .on {
  color: #FFBF00;
}
.top .search input[type="submit"] {
  width: 40px;
  height: 40px;
  background-color: #FFC000;
  background-image: url(/public/assets/addons/cms/cedu/images/m_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
  background-size: 60%;
}
.header .nav ul li h2{display: flex;align-items: center;}
.header .nav ul li h2 > i{font-size: 20px;display: inline-block;margin-left:5px;}
.header .nav ul li::before {
position:absolute;
left:0;
bottom:0;
width:100%;
content:'';
border-bottom:2px solid #1174c5;
filter:alpha(opacity=0);
opacity:0;
box-sizing:border-box;
-webkit-transform:scale(0, 1);
-moz-transform:scale(0, 1);
-o-transform:scale(0, 1);
transform:scale(0, 1);
-webkit-transition:opacity .5s ease 0s, transform .5s ease 0s;
-moz-transition:opacity .5s ease 0s, transform .5s ease 0s;
-o-transition:opacity .5s ease 0s, transform .5s ease 0s;
transition:opacity .5s ease 0s, transform .5s ease 0s
}
.header .nav ul li.cur::before, .header .nav ul li:hover::before {
opacity:1;
filter:alpha(opacity=1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
.header .nav ul li.cur a, .header .nav ul li:hover a {
	color:#1174c5
}
.header .nav ul li:hover .sub-nav {
	top:62px;
	opacity:1;
	visibility:visible;
	width: 250%;
}
.header .nav ul li .sub-nav {
	z-index:999;
	position:absolute;
	top:90px;
	/*! left:50%; */
	/*! margin-left:-50px; */
	min-width:100px;
	background:#fff;
	text-align:center;
	opacity:0;
	visibility:hidden;
/*! -webkit-transition:all .5s; */
/*! transition:all .5s */
}
.header .nav ul li .sub-nav a {
	display:block;
	/*height:35px;
	line-height:35px*/
	padding:8px;
	color: #333;
}
.header .nav ul li .sub-nav a:hover {
	color:#fff;
	background:#1174c5
}
.header .head-top {
	padding-top:23px
}
.header .language {
	height:18px;
	line-height:18px;
	background:url(/public/assets/addons/cms/cedu/images/language.jpg) no-repeat left center;
	color:#08a058;
	font-size:12px;
	padding-left:25px;
	text-decoration:underline;
	margin-top:7px
}
.header .search {
	width:245px;
	height:32px;
	overflow:hidden
}
.header .search .txt {
	width:calc(100% - 32px);
	border:1px solid #e3e3e3;
	height:32px;
	line-height:32px;
	padding:0 10px
}
.header .search .btn {
	width:32px;
	height:32px;
	background:url(/public/assets/addons/cms/cedu/images/search.jpg) no-repeat center;
	font-size:0
}
.footer .foot-head {
	background:#ececec
}
.footer .foot-head dl {
	float:left;
	text-align:center;
	margin-left:45px
}
.footer .foot-head dl:nth-child(1) {
margin-left:0
}
.footer .foot-head dl dt {
	font-size:15px;
	padding-bottom:10px
}
.footer .foot-head dl dd {
	height:25px;
	line-height:25px;
	font-size:13px;
	color:#a3a3a3
}
.footer .foot-head .fr {
	width:160px;
	text-align:center
}
.footer .foot-head .fr .txt {
	color:#bcbcbc;
	font-size:13px;
	height:40px;
	line-height:40px
}
.footer .corpight {
	padding:31px 0;
	font-size:12px;
	color:#888;
	border-top:1px solid #e3e3e3
}
.i-banner ul li {
	/*! height:660px; */
	background-repeat:no-repeat;
	background-position:center
}
.i-banner .owl-buttons {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	width:1200px;
	background:#f00;
	margin:0 auto
}
.i-banner .owl-controls .owl-buttons div {
	width:38px;
	height:38px;
	margin-top:-16px;
	font-size:0
}
.i-banner .owl-controls .owl-buttons .owl-prev {
	left:0;
	background-image:url(/public/assets/addons/cms/cedu/images/banner_l.png)
}
.i-banner .owl-controls .owl-buttons .owl-next {
	right:0;
	background-image:url(/public/assets/addons/cms/cedu/images/banner_r.png)
}
.i-banner .owl-controls .owl-page span {
	width:14px;
	height:14px;
	background:transparent;
	border:2px solid #fff;
	border-radius:50px;
-webkit-transition:all .3s;
transition:all .3s
}
.i-banner .owl-controls .owl-page.active span, .i-banner .owl-controls .owl-page:hover span {
	width:48px;
	background:#fff
}
@media (max-width:1024px) {
.i-banner ul li {
height:4rem
}
}
@media (max-width:750px) {
.i-banner ul li {
height:inherit;
background-image:none !important
}
.i-banner ul li img {
display:block
}
.i-banner .owl-pagination {
text-align:inherit;
bottom:.2rem;
right:inherit
}
.i-banner .owl-pagination .owl-page span {
width:12px;
height:12px
}
}
.h100 {
	height:100%
}
.banner {
	/*! height:320px; */
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center
}
.banner .dt {
	color:#fff;
	text-align:right
}
.banner .dt .dtcell {
	text-align:inherit
}
.banner strong {
	font-size:32px
}
.banner strong em {
	font-size:21px
}
.i-main .i-tt1 h2 {
	border-left:3px solid #1174c5;
	height:25px;
	line-height:25px;
	font-size:20px;
	padding-left:12px;
	color:#666
}
.i-main .i-tt1 .more {
	height:25px;
	line-height:25px;
	color:#868686;
	background:url(/public/assets/addons/cms/cedu/images/i_more.jpg) no-repeat right center;
	padding-right:22px
}
.i-main .i-tt1 .more:hover{ color:#1174c5; text-decoration:underline}
.i-main .i-news-w .i-news dl dd a:hover{color:#1174c5; text-decoration:underline}
.i-main .i-pro {
padding-top:10px;
padding-bottom:10px;
}
.i-main .i-pro .owl-carousel .owl-wrapper-outer {
	-webkit-transform:translateY(-20px);
	transform:translateX(-20px)
}
.i-main .i-pro li {
	padding-left:20px
}
.i-main .i-pro li .wrap {
	width:100%;
	height:352px;
	border:1px solid #e0e0e0;
	background:#f7f7f7
}
.i-main .i-pro li .wrap:hover {
	background:url(/public/assets/addons/cms/cedu/images/pro_bg.jpg) no-repeat center;
	background-size:cover
}
.i-main .i-pro li h3 {
	height:30px;
	line-height:30px
}
.i-main .i-pro li h3 img {
	max-height:100%
}
.i-main .i-pro li .img {
	height:260px
}
.i-main .i-pro li .img .po-auto {
	max-width:90%
}
.i-main .i-pro .owl-pagination {
	bottom:-9%
}
.i-main .i-pro .owl-controls .owl-page.active span, .i-main .i-pro .owl-controls.clickable .owl-page:hover span {
	background:#1174c5
}
.i-main .i-news-w {
	background:#f1f1f1;
padding:10px 10px 0;
}
.i-main .i-news-w .i-news {
padding-right:.4rem;
	width:calc(100% - 360px)
}
.i-main .i-news-w .i-news .slider {
	width:325px
}
.i-main .i-news-w .i-news .slider li .img {
	width:325px;
	height:230px
}
.i-main .i-news-w .i-news .slider li h3 {
	position:absolute;
	left:0;
	bottom:0;
	height:45px;
	line-height:45px;
	color:#fff;
	text-indent:10px;
	background:rgba(0, 0, 0, 0.8)
}
.i-main .i-news-w .i-news .slider .owl-pagination {
	width:auto;
	text-align:inherit;
	right:10px;
	bottom:13px
}
.i-main .i-news-w .i-news .slider .owl-controls .owl-page span {
	width:10px;
	height:10px;
	background:#fff;
	margin:0 0 0 5px
}
.i-main .i-news-w .i-news .slider .owl-controls .owl-page.active span, .i-main .i-news-w .i-news .slider .owl-controls.clickable .owl-page:hover span {
	background:#2e9f5d
}
.i-main .i-news-w .i-news dl {
	line-height:30px;
	margin-top:10px
}
.i-main .i-news-w .i-news dl:nth-child(1) {
margin-top:0
}
.i-main .i-news-w .i-news dl dt {
	width:90px;
	height:30px;
	text-align:center;
	background:#e3e3e3
}
.i-main .i-news-w .i-news dl dd {
padding-left:.25rem;
	height:30px;
	width:calc(100% - 90px)
}
.i-main .i-news-w .i-news .list {
	width:calc(100% - 325px);
padding-left:.2rem
}
.i-main .i-news-w .i-video {
	width:360px
}
.i-main .i-news-w .i-video .img {
	position:relative;
	height:265px;
	line-height: 30px;
	padding: 20px;
	display: flex;
}
.i-main .i-news-w .i-video .img .imga{width:40%;}
.i-main .i-news-w .i-video .img .imgcon{width:58%;margin-left:2%}
.i-main .i-news-w .i-video .img::after {
/*! position:absolute; */
/*! top:0; */
left:0;
/*! content:''; */
/*! width:100%; */
/*! height:100%; */
/*! background:url(/public/assets/addons/cms/cedu/images/video.png) no-repeat center */
}
.i-main .i-news-w .i-video .info {
	/*! height:90px; */
	padding:10px 15px;
}
.i-main .i-news-w .i-video h3 {
	width:55%;
	line-height:25px;
	text-align:left
}
.i-main .i-news-w .i-video a {
	width:90px;
	height:25px;
	line-height:25px;
	color:#646464;
	border-radius:10px;
	background:#e3e3e3 url(../imageas/more.jpg) no-repeat 90% center
}
.i-main .i-news-w .i-video a:hover{ color:#1174c5}
.i-main .i-about {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-top:1.15rem;
	padding-bottom:1.4rem
}
.i-main .i-about h2 {
	position:relative
}
.i-main .i-about h2::after {
position:absolute;
content:'';
bottom:0;
left:50%;
margin-left:-18px;
width:35px;
height:2px;
background:#fff
}
.i-main .i-about .btn a {
	width:140px;
	height:38px;
	line-height:34px;
	border:2px solid #fff;
	color:#fff;
	font-size:16px
}
.i-main .i-about .btn a:hover{ background:#089f58;}
.c8 {
	color:#888
}
.main .main-nav-p {
	text-align:center;
	height:60px;
	background:#f1f1f1
}
.main .main-nav-p a {
	position:relative;
	line-height:60px;
	margin:0 30px
}
.main .main-nav-p a.cur, .main .main-nav-p a:hover {
	color:#1174c5
}
.main .main-nav-p a.cur::after, .main .main-nav-p a:hover::after {
width:100%
}
.main .main-nav-p a::after {
position:absolute;
left:0;
bottom:0;
content:'';
width:0;
height:3px;
background:#1174c5;
-webkit-transition:all .3s;
transition:all .3s
}
.main .main-nav-sub a {
	padding:0 20px 0 25px;
	height:42px;
	line-height:40px;
	border:1px solid #e3e2e2
}
.main .main-nav-sub a.cur, .main .main-nav-sub a:hover {
	background:url(/public/assets/addons/cms/cedu/images/main-nav-sub.png) no-repeat 10px center;
	color:#1174c5;
}
.main .pro-list ul {
	margin-left:-0.2rem
}
.main .pro-list li {
padding-left:.2rem;
margin-bottom:.2rem
}
.main .pro-list .imgs {
	height:2.85rem;
	border:1px solid #e7e7e7
}
.main .pro-list .imgs .po-auto {
	max-width:90%;
	max-height:90%
}
.main .pro-list h3 {
	height:53px;
	line-height:53px;
	background:#1174c5
}
.main .pro-list a:hover h3 {
	background:#08a058
}
.main .pro-info .head {
	background:#f1f1f1
}
.main .pro-info .txt {
	padding:5% 6% 0 6%
}
.main .pro-info .txt h3 {
	color:#014099
}
.main .pro-info .txt em {
	color:#6c6c6c
}
.main .pro-info .txt .tel {
	font-size:18px;
	color:#f90
}
.main .pro-info .b-info h3 {
	height:55px;
	line-height:55px;
	font-size:18px;
	color:#1174c5;
	border-bottom:1px dashed #bdbdbd;
	padding-left:20px;
	background:url(/public/assets/addons/cms/cedu/images/pro_b_info.png) no-repeat left center
}
.main .news-list li {
	border:1px solid #e0e0e0;
padding:.2rem .15rem;
margin-bottom:.2rem
}
.main .news-list li:hover .info h3 {
	color:#1174c5
}
.main .news-list li:hover {
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	border-color:#1174c5
}
.main .news-list li:hover .info .date .fr {
	background-color:#1174c5
}
.main .news-list li .img {
	width:300px;
	height:200px;
	background:url(/public/assets/addons/cms/cedu/images/wupic.jpg) no-repeat;
}
.main .news-list li .info {
	width:calc(100% - 300px)
}
.main .news-list li .info .els2 {
	height:48px;
	overflow:hidden
}
.main .news-list li .info .date {
	padding-left:30px;
	height:20px;
	line-height:20px;
	background:url(/public/assets/addons/cms/cedu/images/date_icon.png) no-repeat left center
}
.main .news-info {
	border:1px solid #dfdfdf
}
.main .news-info .tt1 {
	border-bottom:1px dashed #dedede
}
.main .join-list .join-head {
	line-height:53px;
	background:#1174c5;
	color:#fff
}
.main .join-list .join-head li {
	float:left;
	display:inline-block;
	font-weight:bold;
	width:20%;
	text-align:center
}
.main .join-list .join-body {
	margin-bottom:5px
}
.main .join-list .join-body li {
	float:left;
	display:inline-block;
	text-align:center;
	width:20%;
	height:53px;
	line-height:53px;
	background-color:#ebebeb
}
.main .join-list .join-body li.btn {
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(/public/assets/addons/cms/cedu/images/join_1.png);
	cursor:pointer
}
.main .join-list .join-body li.btn.cur {
	background-image:url(/public/assets/addons/cms/cedu/images/join_2.png)
}
.main .join-list .join-body .txt {
	background:#f6f6f6;
	border:1px solid #ebebeb
}
.main .video-list ul {
	margin-left:-0.45rem
}
.main .video-list li {
padding-left:.45rem;
margin-bottom:.4rem
}
.main .video-list li a {
	border:1px solid #e1e1e1;
padding:.18rem .18rem 0 .18rem
}
.main .video-list li a:hover {
	background:#1174c5;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2)
}
.main .video-list li a:hover .img .wh1 {
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
.main .video-list li a:hover h3 {
	color:#fff
}
.main .video-list li .img {
	height:2.6rem
}
.main .video-list li .img .wh1 {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transform:scale(1);
	transform:scale(1);
-webkit-transition:all .8s;
transition:all .8s
}
.main .video-list li .img::after {
position:absolute;
top:0;
left:0;
content:'';
width:100%;
height:100%;
background:url(/public/assets/addons/cms/cedu/images/video_icon.png) no-repeat center
}
.main .video-list li h3 {
	height:60px;
	line-height:60px
}
.main .honor-list ul {
	margin-left:-0.3rem
}
.main .honor-list li {
margin-top:.4rem;
padding-left:.3rem
}
.main .honor-list li a {
	background:url(/public/assets/addons/cms/cedu/images/honor_bg.png) no-repeat bottom center;
	background-size:100% auto
}
.main .honor-list li a .img {
	height:325px
}
.main .honor-list li a .img img {
	position:absolute;
	right:0;
	bottom:60px;
	left:0;
	margin:auto;
	max-width:75%;
	max-height:82%
}
.imgs {
	/*background:url(/public/assets/addons/cms/cedu/images/loading.gif) no-repeat center*/
}
.edit {
	overflow:hidden;
	line-height:180% !important;
	font-size:14px !important
}
.edit p, .edit span, .edit em, .edit strong {
	line-height:180% !important
}
.in-page {
	line-height:35px;
	color:#888
}
.in-page span {
	padding:0 15px;
	border:1px solid #e8e8e8
}
.in-page a {
	padding:0 15px;
	border:1px solid #e8e8e8
}
.in-page a:hover, .in-page a.cur {
	border-color:#176be8;
	background:#176be8;
	color:#fff
}
.fix-wrap {
	display:none;
	z-index:9999;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8)
}
.fix-wrap .po-auto {
	display:table;
	width:100%;
	height:100%
}
.fix-wrap .hide {
	position:absolute;
	width:25px;
	height:25px;
	padding:25px;
	right:5%;
	top:5%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#090908;
	background-image:url(/public/assets/addons/cms/cedu/images/hide.png);
	border-radius:50%;
	-webkit-transition:all 8s;
-moz-transition:all .8s;
-o-transition:all .8s;
transition:all .8s
}
.fix-wrap .hide:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(180deg)
}
.fix-wrap .video-w video {
	width:55%;
	height:55%;
	background:rgba(0, 0, 0, 0.8)
}
@media (max-width:750px) {
.fix-wrap .video-w video {
width:90%;
height:50%
}
}
.mask-wrap {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	text-align:center;
	display:none
}
.mask-bg {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:.7
}
.mask-main {
	width:800px;
	height:600px;
	position:absolute;
	top:50%;
	margin-top:-300px;
	left:50%;
	margin-left:-400px
}
.mask-img {
	width:100%;
	height:500px
}
.mask-img .img-md {
	max-width:100%;
	max-height:100%
}
.mask-img img {
	max-width:100%;
	max-height:100%;
transition:all .3s;
	position:relative;
	top:50%;
	transform:translateY(-50%)
}
.mask-main p {
	font-size:18px;
	color:#fff;
	max-width:270px;
	margin:auto;
	line-height:40px;
	height:40px;
	background:#000;
	border-radius:20px
}
.mask-pager li {
	position:absolute;
	top:25%;
	cursor:pointer;
	height:50%;
	width:10%
}
.mask-pager .prev {
	left:10%;
	background:url("/public/assets/addons/cms/cedu/images/mask_left.png") no-repeat right center
}
.mask-pager .next {
	right:10%;
	background:url("/public/assets/addons/cms/cedu/images/mask_right.png") no-repeat left center
}
.mask-close {
	position:absolute;
	width:25px;
	height:25px;
	padding:25px;
	right:5%;
	top:5%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#090908;
	background-image:url(/public/assets/addons/cms/cedu/images/hide.png);
	border-radius:50%;
	-webkit-transition:all 8s;
-moz-transition:all .8s;
-o-transition:all .8s;
transition:all .8s
}
.mask-close:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(180deg)
}
@media (max-width:800px) {
.mask-main {
width:100%;
height:100%;
top:0;
margin-top:0;
left:0;
margin-left:0
}
.mask-img {
height:80%;
width:96%;
margin:10% auto
}
.mask-main p {
margin-top:-40px
}
.mask-pager .prev {
left:5%
}
.mask-pager .next {
right:5%
}
.mask-img img {
position:relative;
top:50%;
transform:translateY(-50%)
}
}
.cll {
	color:#0e479d
}
.clls {
	color:#0e479d !important
}



.main .event {
  position: relative;
  margin: .3rem auto .35rem auto;
}
.main .event .line {
  width: 1px;
  height: 100%;
  background: #e7e8ea;
  position: absolute;
  left: 50%;
}
.main .event .top2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  font-size:22px;
  line-height:26px;
}
.main .event .top2 .left {
  float: left;
  width: 50%;
  padding-right: 40px;
  text-align: right;
  color: #ccc;
}
.main .event .top2 .right {
  float: right;
  width: 50%;
  padding-left: 40px;
  text-align: left;
  color: #089f58;
}
.main .event ul {
  margin-bottom: 40px;
}
.main .event ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 24px;
  padding-top: 30px;
}
.main .event ul li.even .date {
  float: right;
  text-align: left;
  padding: 0 0 0 40px;
}
.main .event ul li.even .txt {
  float: left;
  text-align: right;
  padding: 0 40px 0 0;
}
.main .event ul li.even .txt .p {
  float: right;
}
.main .event ul li:hover {
  transition: 300ms ease 0ms;
  -webkit-transition: 300ms ease 0ms;
}
.main .event ul li:hover .txt .p {
  border-color: #089f58;
}
.main .event ul li:hover .date,
.main .event ul li:hover .txt {
  color: #089f58;
}
.main .event ul li:hover::after {
  background: #089f58;
}
.main .event ul li::after {
  content: ' ';
  width: 11px;
  height: 11px;
  background: #d8d8d8;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 38px;
  transition: 300ms ease 0ms;
  margin-left: -5px;
}
.main .event ul .date {
  float: left;
  width: 50%;
  padding-right: 40px;
  text-align: right;
  font-size: 16px;
  color: #1174c5;
  transition: 300ms ease 0ms;
}
.main .event ul .txt {
  float: right;
  width: 50%;
  padding-left: 40px;
  text-align: left;
  font-size: 14px;
  color: #666;
}
.main .event ul .txt .p {
  width: 400px;
  padding-bottom:10px;
  border-bottom: 1px solid #e7e8ea;
  transition: 300ms ease 0ms;
}
@media (max-width: 900px) {
  .main .event {
    padding-left: 0;
    padding-right: 0;
  }
  .main .event .top .left,
  .main .event .top .right {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .main .event .top .left {
    margin-bottom: 20px;
  }
  .main .event .line {
    left: 20%;
  }
  .main .event ul li .date {
    width: 20%;
  }
  .main .event ul li .txt {
    width: 80%;
  }
  .main .event ul li .txt .p {
    width: 90%;
  }
  .main .event ul li::after {
    position: absolute;
    left: 20%;
  }
  .main .event ul li.even .date {
    float: left;
    text-align: right;
    padding: 0 40px 0 0;
  }
  .main .event ul li.even .txt {
    float: right;
    text-align: left;
    padding: 0 0 0 40px;
  }
  .main .event ul li.even .txt .p {
    float: none;
  }
}
@media (max-width: 750px) {
  .main .path-img {
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .main .event ul li {
    padding-top: 20px;
  }
  .main .event .top {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .main .event ul li .date {
    padding-right: 10px !important;
  }
  .main .event ul li .date em {
    display: block;
  }
  .main .event ul li .txt {
    padding-left: 15px !important;
  }
  .main .event ul li .txt .p {
    width: 95%;
    padding-bottom: 15px;
  }
}


.other_news{padding: 100px 0 60px;text-align: center;font-size: 0;}
.other_news a{
    display: inline-block;line-height: 64px;font-size: 14px;color:#666;text-align: left;background: #e8e8e8;
    box-sizing: border-box;margin: 0 12px;width: 340px;padding:0 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.other_news a:hover{color:#fff;background: #0068b6;}

@media (max-width: 997px) {
    .other_news{padding:0.5rem 0;}
    .other_news a{line-height: 52px;width:calc(50% - 24px);padding:0 0.2rem;}
}
@media (max-width: 520px) {
    .other_news a{display: block;line-height: 42px;margin:0 0 0.2rem;width:100%;}
}
.detailtwomenu {
  /*! height: 50px; */
  line-height: 50px;
  /*! border-bottom: #ececec solid 1px; */
  background: #fff;
}
.detailtwomenu h1 {
  font-size: 18px;
  /*! float: left; */
  border-bottom: #3166ae solid 1px;
  color: #3166ae;
  font-weight: bold;
}
.detailtwomenu ul {
  /*! float: right; */
}
.detailtwomenu ul li {
  /*! float: left; */
  /*! padding-left: 50px; */
}
.detailtwomenu ul li a.active {
  color: #3166ae;
}
.pagewidth{overflow: hidden;}
.contana{display:flex;}
.contana .sider{width:300px;}
.contana .cona{width:900px;}
	.pagination{display:flex;align-items:center;justify-content: center;margin:20px 0px;}
	.pagination li{display:inline-block;/*! margin:0px 5px; */width: 20px;height: 20px;line-height: 20px;text-align: center;}
	.pagination .active{background:#0088e6;border-radius: 50%;color: white;}

.qiehuan a {
					border: 1px solid #333;
					padding: 8px 30px;
					border-radius: 5px;
				}

				.qiehuan .active {
					background: #014099;
					color: white;
					border: 1px solid #014099;
				}

				.product li {
					width: 23%;
					border: 1px solid #eee;
					margin: 1%;
					border-radius: 5px;
					position: relative;
				}

				.product li p {
					height: 30px;
					line-height: 30px;
					background: #1174c5;
					color: white;
					text-align: center;
				}

				.product .clearfix {
					display: flex;
					align-items: center;
					flex-wrap: wrap;
				}

				.xinwimte {
					/*! display: none; */
				}
.navimg p{text-align: center;}@charset 'utf-8';
.header {
	/*! height:117px */
	/*! padding: 20px 0px; */
	background: url(/public/assets/addons/cms/cedu/images/bg_1.jpg);
	background: white;
	margin-bottom: 20px;
}
.header .logo {
	/*! line-height:117px */
	font-size: 19px;
	font-weight: bold;
	padding: 5px 0px;
}

.header .logo  img{max-height: 60px;}
.header .nav ul li {
	position:relative;
	float:left;
	margin-left:50px
}
.header .nav ul li h2>a {
	line-height:62px;
	font-size:16px
}
.t_bg {
  width: 100%;
  height: 40px;
  background:#333;
}
.top {

  height: 40px;
  margin: 0px auto;
  /*! text-align: right; */
  display: flex;
  align-content: cen;
  align-items: center;
  color: white;
}
.top .lang, .top .search {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  margin-left: 20px;
  font-size: 14px;
  color: #FFF;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
}
.top .search {
  width: 265px;
  height: 40px;
  background: #9999;
  margin-left: auto;
}
.top .search input[type="text"] {
  width: 265px;
  height: 40px;
  padding: 0 10px;
  border: 0;
  background: none;
  font-size: 14px;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
}
.top .lang a {
  font-size: 14px;
  color: #FFF;
  margin: 0 5px;
}
.top .lang .on {
  color: #FFBF00;
}
.top .search input[type="submit"] {
  width: 40px;
  height: 40px;
  background-color: #FFC000;
  background-image: url(/public/assets/addons/cms/cedu/images/m_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
  background-size: 60%;
}
.header .nav ul li h2{display: flex;align-items: center;}
.header .nav ul li h2 > i{font-size: 20px;display: inline-block;margin-left:5px;}
.header .nav ul li::before {
position:absolute;
left:0;
bottom:0;
width:100%;
content:'';
border-bottom:2px solid #1174c5;
filter:alpha(opacity=0);
opacity:0;
box-sizing:border-box;
-webkit-transform:scale(0, 1);
-moz-transform:scale(0, 1);
-o-transform:scale(0, 1);
transform:scale(0, 1);
-webkit-transition:opacity .5s ease 0s, transform .5s ease 0s;
-moz-transition:opacity .5s ease 0s, transform .5s ease 0s;
-o-transition:opacity .5s ease 0s, transform .5s ease 0s;
transition:opacity .5s ease 0s, transform .5s ease 0s
}
.header .nav ul li.cur::before, .header .nav ul li:hover::before {
opacity:1;
filter:alpha(opacity=1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
.header .nav ul li.cur a, .header .nav ul li:hover a {
	color:#1174c5
}
.header .nav ul li:hover .sub-nav {
	top:62px;
	opacity:1;
	visibility:visible;
	width: 250%;
}
.header .nav ul li .sub-nav {
	z-index:999;
	position:absolute;
	top:90px;
	/*! left:50%; */
	/*! margin-left:-50px; */
	min-width:100%;
	background:#fff;
	text-align:center;
	opacity:0;
	visibility:hidden;
/*! -webkit-transition:all .5s; */
/*! transition:all .5s */
}
.header .nav ul li .sub-nav a {
	display:block;
	/*height:35px;
	line-height:35px*/
	padding:8px 8px 8px 20px;
	color: #333;
	text-align: left;
	width: 100%;
}
.header .nav ul li .sub-nav a:hover {
	color:#fff;
	background:#1174c5
}
.header .head-top {
	padding-top:23px
}
.header .language {
	height:18px;
	line-height:18px;
	background:url(/public/assets/addons/cms/cedu/images/language.jpg) no-repeat left center;
	color:#08a058;
	font-size:12px;
	padding-left:25px;
	text-decoration:underline;
	margin-top:7px
}
.header .search {
	width:245px;
	height:32px;
	overflow:hidden
}
.header .search .txt {
	width:calc(100% - 32px);
	border:1px solid #e3e3e3;
	height:32px;
	line-height:32px;
	padding:0 10px
}
.header .search .btn {
	width:32px;
	height:32px;
	background:url(/public/assets/addons/cms/cedu/images/search.jpg) no-repeat center;
	font-size:0
}
.footer .foot-head {
	background:#ececec
}
.footer .foot-head dl {
	float:left;
	text-align:center;
	margin-left:45px
}
.footer .foot-head dl:nth-child(1) {
margin-left:0
}
.footer .foot-head dl dt {
	font-size:15px;
	padding-bottom:10px
}
.footer .foot-head dl dd {
	height:25px;
	line-height:25px;
	font-size:13px;
	color:#a3a3a3
}
.footer .foot-head .fr {
	width:160px;
	text-align:center
}
.footer .foot-head .fr .txt {
	color:#bcbcbc;
	font-size:13px;
	height:40px;
	line-height:40px
}
.footer .corpight {
	padding:31px 0;
	font-size:14px;
	color:white;
	border-top:1px solid #e3e3e3;
	text-align: left;
	line-height: 30px;
}
.i-banner ul li {
	/*! height:660px; */
	background-repeat:no-repeat;
	background-position:center
}
.i-banner .owl-buttons {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	width:1200px;
	background:#f00;
	margin:0 auto
}
.i-banner .owl-controls .owl-buttons div {
	width:38px;
	height:38px;
	margin-top:-16px;
	font-size:0
}
.i-banner .owl-controls .owl-buttons .owl-prev {
	left:0;
	background-image:url(/public/assets/addons/cms/cedu/images/banner_l.png)
}
.i-banner .owl-controls .owl-buttons .owl-next {
	right:0;
	background-image:url(/public/assets/addons/cms/cedu/images/banner_r.png)
}
.i-banner .owl-controls .owl-page span {
	width:14px;
	height:14px;
	background:transparent;
	border:2px solid #fff;
	border-radius:50px;
-webkit-transition:all .3s;
transition:all .3s
}
.i-banner .owl-controls .owl-page.active span, .i-banner .owl-controls .owl-page:hover span {
	width:48px;
	background:#fff
}
@media (max-width:1024px) {
.i-banner ul li {
height:4rem
}
}
@media (max-width:750px) {
.i-banner ul li {
height:inherit;
background-image:none !important
}
.i-banner ul li img {
display:block
}
.i-banner .owl-pagination {
text-align:inherit;
bottom:.2rem;
right:inherit
}
.i-banner .owl-pagination .owl-page span {
width:12px;
height:12px
}
}
.h100 {
	height:100%
}
.banner {
	/*! height:320px; */
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center
}
.banner .dt {
	color:#fff;
	text-align:right
}
.banner .dt .dtcell {
	text-align:inherit
}
.banner strong {
	font-size:32px
}
.banner strong em {
	font-size:21px
}
.i-main .i-tt1 h2 {
	border-left:3px solid #1174c5;
	height:25px;
	line-height:25px;
	font-size:20px;
	padding-left:12px;
	color:#666
}
.i-main .i-tt1 .more {
	height:25px;
	line-height:25px;
	color:#868686;
	background:url(/public/assets/addons/cms/cedu/images/i_more.jpg) no-repeat right center;
	padding-right:22px
}
.i-main .i-tt1 .more:hover{ color:#1174c5; text-decoration:underline}
.i-main .i-news-w .i-news dl dd a:hover{color:#1174c5; text-decoration:underline}
.i-main .i-pro {
padding-top:10px;
padding-bottom:10px;
}
.i-main .i-pro .owl-carousel .owl-wrapper-outer {
	-webkit-transform:translateY(-20px);
	transform:translateX(-20px)
}
.i-main .i-pro li {
	padding-left:20px
}
.i-main .i-pro li .wrap {
	width:100%;
	height:352px;
	border:1px solid #e0e0e0;
	background:#f7f7f7
}
.i-main .i-pro li .wrap:hover {
	background:url(/public/assets/addons/cms/cedu/images/pro_bg.jpg) no-repeat center;
	background-size:cover
}
.i-main .i-pro li h3 {
	height:30px;
	line-height:30px
}
.i-main .i-pro li h3 img {
	max-height:100%
}
.i-main .i-pro li .img {
	height:260px
}
.i-main .i-pro li .img .po-auto {
	max-width:90%
}
.i-main .i-pro .owl-pagination {
	bottom:-9%
}
.i-main .i-pro .owl-controls .owl-page.active span, .i-main .i-pro .owl-controls.clickable .owl-page:hover span {
	background:#1174c5
}
.i-main .i-news-w {
	background:#f1f1f1;
padding:10px 10px 0;
}
.i-main .i-news-w .i-news {
padding-right:.4rem;
	width:calc(100% - 360px)
}
.i-main .i-news-w .i-news .slider {
	width:325px
}
.i-main .i-news-w .i-news .slider li .img {
	width:325px;
	height:230px
}
.i-main .i-news-w .i-news .slider li h3 {
	position:absolute;
	left:0;
	bottom:0;
	height:45px;
	line-height:45px;
	color:#fff;
	text-indent:10px;
	background:rgba(0, 0, 0, 0.8)
}
.i-main .i-news-w .i-news .slider .owl-pagination {
	width:auto;
	text-align:inherit;
	right:10px;
	bottom:13px
}
.i-main .i-news-w .i-news .slider .owl-controls .owl-page span {
	width:10px;
	height:10px;
	background:#fff;
	margin:0 0 0 5px
}
.i-main .i-news-w .i-news .slider .owl-controls .owl-page.active span, .i-main .i-news-w .i-news .slider .owl-controls.clickable .owl-page:hover span {
	background:#2e9f5d
}
.i-main .i-news-w .i-news dl {
	line-height:30px;
	margin-top:10px
}
.i-main .i-news-w .i-news dl:nth-child(1) {
margin-top:0
}
.i-main .i-news-w .i-news dl dt {
	width:90px;
	height:30px;
	text-align:center;
	background:#e3e3e3
}
.i-main .i-news-w .i-news dl dd {
padding-left:.25rem;
	height:30px;
	width:calc(100% - 90px)
}
.i-main .i-news-w .i-news .list {
	width:calc(100% - 325px);
padding-left:.2rem
}
.i-main .i-news-w .i-video {
	width:360px
}
.i-main .i-news-w .i-video .img {
	position:relative;
	height:auto;
	line-height: 30px;
	padding: 20px;
	display: block;
}
.i-main .i-news-w .i-video .img .imga{width:100%;text-align: center;max-height: 308px;overflow: hidden;}
.i-main .i-news-w .i-video .img .imgcon{width:100%;margin-left:2%}
.i-main .i-news-w .i-video .img::after {
/*! position:absolute; */
/*! top:0; */
left:0;
/*! content:''; */
/*! width:100%; */
/*! height:100%; */
/*! background:url(/public/assets/addons/cms/cedu/images/video.png) no-repeat center */
}
.i-main .i-news-w .i-video .info {
	/*! height:90px; */
	padding:10px 15px;
}
.i-main .i-news-w .i-video h3 {
	width:55%;
	line-height:25px;
	text-align:left
}
.i-main .i-news-w .i-video a {
	width:90px;
	height:25px;
	line-height:25px;
	color:#646464;
	border-radius:10px;
	background:#e3e3e3 url(../imageas/more.jpg) no-repeat 90% center
}
.i-main .i-news-w .i-video a:hover{ color:#1174c5}
.i-main .i-about {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-top:1.15rem;
	padding-bottom:1.4rem
}
.i-main .i-about h2 {
	position:relative
}
.i-main .i-about h2::after {
position:absolute;
content:'';
bottom:0;
left:50%;
margin-left:-18px;
width:35px;
height:2px;
background:#fff
}
.i-main .i-about .btn a {
	width:140px;
	height:38px;
	line-height:34px;
	border:2px solid #fff;
	color:#fff;
	font-size:16px
}
.i-main .i-about .btn a:hover{ background:#089f58;}
.c8 {
	color:#888
}
.main .main-nav-p {
	text-align:center;
	height:60px;
	background:#f1f1f1
}
.main .main-nav-p a {
	position:relative;
	line-height:60px;
	margin:0 30px
}
.main .main-nav-p a.cur, .main .main-nav-p a:hover {
	color:#1174c5
}
.main .main-nav-p a.cur::after, .main .main-nav-p a:hover::after {
width:100%
}
.main .main-nav-p a::after {
position:absolute;
left:0;
bottom:0;
content:'';
width:0;
height:3px;
background:#1174c5;
-webkit-transition:all .3s;
transition:all .3s
}
.main .main-nav-sub a {
	padding:0 20px 0 25px;
	height:42px;
	line-height:40px;
	border:1px solid #e3e2e2
}
.main .main-nav-sub a.cur, .main .main-nav-sub a:hover {
	background:url(/public/assets/addons/cms/cedu/images/main-nav-sub.png) no-repeat 10px center;
	color:#1174c5;
}
.main .pro-list ul {
	margin-left:-0.2rem
}
.main .pro-list li {
padding-left:.2rem;
margin-bottom:.2rem
}
.main .pro-list .imgs {
	height:2.85rem;
	border:1px solid #e7e7e7
}
.main .pro-list .imgs .po-auto {
	max-width:90%;
	max-height:90%
}
.main .pro-list h3 {
	height:53px;
	line-height:53px;
	background:#1174c5
}
.main .pro-list a:hover h3 {
	background:#08a058
}
.main .pro-info .head {
	background:#f1f1f1
}
.main .pro-info .txt {
	padding:5% 6% 0 6%
}
.main .pro-info .txt h3 {
	color:#014099
}
.main .pro-info .txt em {
	color:#6c6c6c
}
.main .pro-info .txt .tel {
	font-size:18px;
	color:#f90
}
.main .pro-info .b-info h3 {
	height:55px;
	line-height:55px;
	font-size:18px;
	color:#1174c5;
	border-bottom:1px dashed #bdbdbd;
	padding-left:20px;
	background:url(/public/assets/addons/cms/cedu/images/pro_b_info.png) no-repeat left center
}
.main .news-list li {
	border:1px solid #e0e0e0;
padding:.2rem .15rem;
margin-bottom:.2rem
}
.main .news-list li:hover .info h3 {
	color:#1174c5
}
.main .news-list li:hover {
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	border-color:#1174c5
}
.main .news-list li:hover .info .date .fr {
	background-color:#1174c5
}
.main .news-list li .img {
	width:300px;
	height:200px;
	background:url(/public/assets/addons/cms/cedu/images/wupic.jpg) no-repeat;
}
.main .news-list li .info {
	width:calc(100% - 300px)
}
.main .news-list li .info .els2 {
	height:48px;
	overflow:hidden
}
.main .news-list li .info .date {
	padding-left:30px;
	height:20px;
	line-height:20px;
	background:url(/public/assets/addons/cms/cedu/images/date_icon.png) no-repeat left center
}
.main .news-info {
	border:1px solid #dfdfdf;
	background: white;
}
.main .news-info .tt1 {
	border-bottom:1px dashed #dedede
}
.main .join-list .join-head {
	line-height:53px;
	background:#1174c5;
	color:#fff
}
.main .join-list .join-head li {
	float:left;
	display:inline-block;
	font-weight:bold;
	width:20%;
	text-align:center
}
.main .join-list .join-body {
	margin-bottom:5px
}
.main .join-list .join-body li {
	float:left;
	display:inline-block;
	text-align:center;
	width:20%;
	height:53px;
	line-height:53px;
	background-color:#ebebeb
}
.main .join-list .join-body li.btn {
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(/public/assets/addons/cms/cedu/images/join_1.png);
	cursor:pointer
}
.main .join-list .join-body li.btn.cur {
	background-image:url(/public/assets/addons/cms/cedu/images/join_2.png)
}
.main .join-list .join-body .txt {
	background:#f6f6f6;
	border:1px solid #ebebeb
}
.main .video-list ul {
	margin-left:-0.45rem
}
.main .video-list li {
padding-left:.45rem;
margin-bottom:.4rem
}
.main .video-list li a {
	border:1px solid #e1e1e1;
padding:.18rem .18rem 0 .18rem
}
.main .video-list li a:hover {
	background:#1174c5;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2)
}
.main .video-list li a:hover .img .wh1 {
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
.main .video-list li a:hover h3 {
	color:#fff
}
.main .video-list li .img {
	height:2.6rem
}
.main .video-list li .img .wh1 {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transform:scale(1);
	transform:scale(1);
-webkit-transition:all .8s;
transition:all .8s
}
.main .video-list li .img::after {
position:absolute;
top:0;
left:0;
content:'';
width:100%;
height:100%;
background:url(/public/assets/addons/cms/cedu/images/video_icon.png) no-repeat center
}
.main .video-list li h3 {
	height:60px;
	line-height:60px
}
.main .honor-list ul {
	margin-left:-0.3rem
}
.main .honor-list li {
margin-top:.4rem;
padding-left:.3rem
}
.main .honor-list li a {
	background:url(/public/assets/addons/cms/cedu/images/honor_bg.png) no-repeat bottom center;
	background-size:100% auto
}
.main .honor-list li a .img {
	height:325px
}
.main .honor-list li a .img img {
	position:absolute;
	right:0;
	bottom:60px;
	left:0;
	margin:auto;
	max-width:75%;
	max-height:82%
}
.imgs {
	/*background:url(/public/assets/addons/cms/cedu/images/loading.gif) no-repeat center*/
}
.edit {
	overflow:hidden;
	line-height:180% !important;
	font-size:14px !important
}
.edit p, .edit span, .edit em, .edit strong {
	line-height:180% !important
}
.in-page {
	line-height:35px;
	color:#888
}
.in-page span {
	padding:0 15px;
	border:1px solid #e8e8e8
}
.in-page a {
	padding:0 15px;
	border:1px solid #e8e8e8
}
.in-page a:hover, .in-page a.cur {
	border-color:#176be8;
	background:#176be8;
	color:#fff
}
.fix-wrap {
	display:none;
	z-index:9999;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8)
}
.fix-wrap .po-auto {
	display:table;
	width:100%;
	height:100%
}
.fix-wrap .hide {
	position:absolute;
	width:25px;
	height:25px;
	padding:25px;
	right:5%;
	top:5%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#090908;
	background-image:url(/public/assets/addons/cms/cedu/images/hide.png);
	border-radius:50%;
	-webkit-transition:all 8s;
-moz-transition:all .8s;
-o-transition:all .8s;
transition:all .8s
}
.fix-wrap .hide:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(180deg)
}
.fix-wrap .video-w video {
	width:55%;
	height:55%;
	background:rgba(0, 0, 0, 0.8)
}
@media (max-width:750px) {
.fix-wrap .video-w video {
width:90%;
height:50%
}
}
.mask-wrap {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	text-align:center;
	display:none
}
.mask-bg {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:.7
}
.mask-main {
	width:800px;
	height:600px;
	position:absolute;
	top:50%;
	margin-top:-300px;
	left:50%;
	margin-left:-400px
}
.mask-img {
	width:100%;
	height:500px
}
.mask-img .img-md {
	max-width:100%;
	max-height:100%
}
.mask-img img {
	max-width:100%;
	max-height:100%;
transition:all .3s;
	position:relative;
	top:50%;
	transform:translateY(-50%)
}
.mask-main p {
	font-size:18px;
	color:#fff;
	max-width:270px;
	margin:auto;
	line-height:40px;
	height:40px;
	background:#000;
	border-radius:20px
}
.mask-pager li {
	position:absolute;
	top:25%;
	cursor:pointer;
	height:50%;
	width:10%
}
.mask-pager .prev {
	left:10%;
	background:url("/public/assets/addons/cms/cedu/images/mask_left.png") no-repeat right center
}
.mask-pager .next {
	right:10%;
	background:url("/public/assets/addons/cms/cedu/images/mask_right.png") no-repeat left center
}
.mask-close {
	position:absolute;
	width:25px;
	height:25px;
	padding:25px;
	right:5%;
	top:5%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#090908;
	background-image:url(/public/assets/addons/cms/cedu/images/hide.png);
	border-radius:50%;
	-webkit-transition:all 8s;
-moz-transition:all .8s;
-o-transition:all .8s;
transition:all .8s
}
.mask-close:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(180deg)
}
@media (max-width:800px) {
.mask-main {
width:100%;
height:100%;
top:0;
margin-top:0;
left:0;
margin-left:0
}
.mask-img {
height:80%;
width:96%;
margin:10% auto
}
.mask-main p {
margin-top:-40px
}
.mask-pager .prev {
left:5%
}
.mask-pager .next {
right:5%
}
.mask-img img {
position:relative;
top:50%;
transform:translateY(-50%)
}
}
.cll {
	color:#0e479d
}
.clls {
	color:#0e479d !important
}



.main .event {
  position: relative;
  margin: .3rem auto .35rem auto;
}
.main .event .line {
  width: 1px;
  height: 100%;
  background: #e7e8ea;
  position: absolute;
  left: 50%;
}
.main .event .top2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  font-size:22px;
  line-height:26px;
}
.main .event .top2 .left {
  float: left;
  width: 50%;
  padding-right: 40px;
  text-align: right;
  color: #ccc;
}
.main .event .top2 .right {
  float: right;
  width: 50%;
  padding-left: 40px;
  text-align: left;
  color: #089f58;
}
.main .event ul {
  margin-bottom: 40px;
}
.main .event ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 24px;
  padding-top: 30px;
}
.main .event ul li.even .date {
  float: right;
  text-align: left;
  padding: 0 0 0 40px;
}
.main .event ul li.even .txt {
  float: left;
  text-align: right;
  padding: 0 40px 0 0;
}
.main .event ul li.even .txt .p {
  float: right;
}
.main .event ul li:hover {
  transition: 300ms ease 0ms;
  -webkit-transition: 300ms ease 0ms;
}
.main .event ul li:hover .txt .p {
  border-color: #089f58;
}
.main .event ul li:hover .date,
.main .event ul li:hover .txt {
  color: #089f58;
}
.main .event ul li:hover::after {
  background: #089f58;
}
.main .event ul li::after {
  content: ' ';
  width: 11px;
  height: 11px;
  background: #d8d8d8;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 38px;
  transition: 300ms ease 0ms;
  margin-left: -5px;
}
.main .event ul .date {
  float: left;
  width: 50%;
  padding-right: 40px;
  text-align: right;
  font-size: 16px;
  color: #1174c5;
  transition: 300ms ease 0ms;
}
.main .event ul .txt {
  float: right;
  width: 50%;
  padding-left: 40px;
  text-align: left;
  font-size: 14px;
  color: #666;
}
.main .event ul .txt .p {
  width: 400px;
  padding-bottom:10px;
  border-bottom: 1px solid #e7e8ea;
  transition: 300ms ease 0ms;
}
@media (max-width: 900px) {
  .main .event {
    padding-left: 0;
    padding-right: 0;
  }
  .main .event .top .left,
  .main .event .top .right {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .main .event .top .left {
    margin-bottom: 20px;
  }
  .main .event .line {
    left: 20%;
  }
  .main .event ul li .date {
    width: 20%;
  }
  .main .event ul li .txt {
    width: 80%;
  }
  .main .event ul li .txt .p {
    width: 90%;
  }
  .main .event ul li::after {
    position: absolute;
    left: 20%;
  }
  .main .event ul li.even .date {
    float: left;
    text-align: right;
    padding: 0 40px 0 0;
  }
  .main .event ul li.even .txt {
    float: right;
    text-align: left;
    padding: 0 0 0 40px;
  }
  .main .event ul li.even .txt .p {
    float: none;
  }
}
@media (max-width: 750px) {
  .main .path-img {
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .main .event ul li {
    padding-top: 20px;
  }
  .main .event .top {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .main .event ul li .date {
    padding-right: 10px !important;
  }
  .main .event ul li .date em {
    display: block;
  }
  .main .event ul li .txt {
    padding-left: 15px !important;
  }
  .main .event ul li .txt .p {
    width: 95%;
    padding-bottom: 15px;
  }
}


.other_news{padding: 100px 0 60px;text-align: center;font-size: 0;}
.other_news a{
    display: inline-block;line-height: 64px;font-size: 14px;color:#666;text-align: left;background: #e8e8e8;
    box-sizing: border-box;margin: 0 12px;width: 340px;padding:0 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.other_news a:hover{color:#fff;background: #0068b6;}

@media (max-width: 997px) {
    .other_news{padding:0.5rem 0;}
    .other_news a{line-height: 52px;width:calc(50% - 24px);padding:0 0.2rem;}
}
@media (max-width: 520px) {
    .other_news a{display: block;line-height: 42px;margin:0 0 0.2rem;width:100%;}
}
.detailtwomenu {
  /*! height: 50px; */
  /*! line-height: 50px; */
  /*! border-bottom: #ececec solid 1px; */
  background: #fff;
  padding: 0px 0px 0px 20px;
}
.detailtwomenu h1 {
  font-size: 18px;
  /*! float: left; */
  border-bottom: #3166ae solid 1px;
  color: #3166ae;
  font-weight: bold;
}
.detailtwomenu ul {
  /*! float: right; */
}
.detailtwomenu ul li {
  /*! float: left; */
  /*! padding-left: 50px; */
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
.detailtwomenu ul li a.active {
  color: #3166ae;
}
.pagewidth{overflow: hidden;}
.contana{display:flex;}
.contana .sider{width:280px;background: white;margin-right: 20px;}
.contana .cona{width:900px;background: white;line-height: 30px;}
.contana .cona .connaa{padding: 0px 20px 20px 20px;}
	.pagination{display:flex;align-items:center;justify-content: center;margin:20px 0px;}
	.pagination li{display:inline-block;/*! margin:0px 5px; */width: 30px;height: 30px;line-height: 30px;text-align: center;padding: 0px !important;}
	.pagination .active{background:#0088e6;border-radius: 50%;color: white;}

.qiehuan a {
					border: 1px solid #333;
					padding: 8px 30px;
					border-radius: 5px;
				}

				.qiehuan .active {
					background: #014099;
					color: white;
					border: 1px solid #014099;
				}

				.product li {
					width: 23%;
					border: 1px solid #eee;
					margin: 1%;
					border-radius: 5px;
					position: relative;
				}

				.product li p {
					height: 30px;
					line-height: 30px;
					background: #1174c5;
					color: white;
					text-align: center;
				}

				.product .clearfix {
					display: flex;
					align-items: center;
					flex-wrap: wrap;
				}

				.xinwimte {
					/*! display: none; */
				}
.navimg p{text-align: center;}
.youshi{display: flex;}
.navimg .p2{background: #eee;padding:10px 0px;text-align: center;color:#333;}
.youshia{display: flex;}
.youshia .ysl{display: flex;}
.youshi .ysl{
	  width: calc(100% - 360px);
	  padding-right: .4rem;
	  /*! background: white; */
}
.youshia>div{flex:1;text-align: center;background: white;border-right: 1px dotted #ccc;padding: 20px 0px;}
.youshi .ysl .num{text-align: center;}

.youshi .ysl .num .p1{font-size: 42px;font-weight: bold;/*! margin-bottom:10px; */}
.youshi .ysl .block:nth-child(1) .num .p1{color:#fa5408;}
.youshi .ysl .block:nth-child(2) .num .p1{color:#eb0e2d;}
.youshi .ysl .block:nth-child(3) .num .p1{color:#98da04;}
.youshi .ysl .block:nth-child(4) .num .p1{color:#28457f;}
.youshi .ysl .num .p2{font-size: 18px;margin: 10px 0px;}
.youshi .ysl .binfo .p1{font-size: 14px;color:#999;margin-bottom:10px;}
.youshi .ysl .binfo .p2{font-size: 16px;color:black;font-weight: bold;}
.youshi .ysr{width:360px;background: white;padding: 20px;}
.youshi .ystitle{background: white;padding:30px;}
.youshi .ystitle .p1{color:#014099;font-size: 18px;paddin-bottom:20px;}
.youshi .ysr .video{width:100%;}
.footer{background: #29438d;}
@media screen and (max-width: 650px) {
    .i-main .i-news-w .i-video .img{height: auto;}
	.product li{width:48%;margin:1%;}
	.i-main .i-news-w{padding:0px;}
	.i-main .i-news-w .i-news{margin-top:20px;}
}
.youshi{display: flex;margin-bottom: 20px;}
.navimg .p2{background: white;padding:10px 0px;text-align: center;color:#333;}
.youshia{display: flex;}
.youshia .ysl{display: flex;}
.youshi .ysl{
	  width: 100%;
	  padding-right: 0px;
	  /*! background: white; */
}
.youshia>div{flex:1;text-align: center;background: white;border-right: 1px dotted #ccc;padding: 0px 0px 10px 0px;}
.youshi .ysl .num{text-align: center;}

.youshi .ysl .num .p1{font-size: 42px;font-weight: bold;/*! margin-bottom:10px; */}
.youshi .ysl .block:nth-child(1) .num .p1{color:#fa5408;}
.youshi .ysl .block:nth-child(2) .num .p1{color:#eb0e2d;}
.youshi .ysl .block:nth-child(3) .num .p1{color:#98da04;}
.youshi .ysl .block:nth-child(4) .num .p1{color:#28457f;}
.youshi .ysl .num .p2{font-size: 18px;margin: 10px 0px;}
.youshi .ysl .binfo .p1{font-size: 14px;color:#999;margin-bottom:10px;}
.youshi .ysl .binfo .p2{font-size: 16px;color:black;font-weight: bold;}
.youshi .ysr{width:360px;background: white;padding: 20px;height: 212px;}
.youshi .ystitle{background: white;padding:10px 30px;}
.youshi .ystitle .p1{color:#014099;font-size: 18px;paddin-bottom:20px;}
.youshi .ysr .video{width:100%;}
.footer{background: #29438d;}
.cbg img{width:100%;height:30px;}
.panel-heading{display: flex;align-items: center;padding: 0px;border-bottom: 2px solid #333;padding-bottom: 10px;width: calc(100% - 40px);margin-left: 20px;margin-bottom: 10px;}
.panel-heading span{font-size:16px;display: inline-block;margin-right:5px;}
.panel-heading i{font-size: 16px;display:inline-block;margin:0px 3px;}
.panel-heading .breadcrumb{display: flex;align-items: center;}
.i-banner{position:relative;}
.i-banner .search{position:relative;/*! top:30%; *//*! left:30%; *//*! z-index:999 */}
.midd-top .sousuo div {
  float: left;
}
.midd-top .input {
  position: relative;
  width: 643px;
  height: 54px;
  border: none;
  border-radius: 4px 0 0 4px;
  display: flex;
}
.input > input {
  outline: none;
  border: none;
  padding: 0 10px 0 163px;
  margin: 0;
  height: 54px;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 18px;
  background-color: rgba(255,255,255,.3);
  border-radius: 4px 0 0 4px !important;
  box-shadow: 0 0 20px 5px rgba(225,225,225,0.3) !important;
}
 .search {
  width: 127px;
  height: 54px;
  font-size: 20px;
  text-align: center;
  display: block;
  color: #fff;
  line-height: 54px;
  background: linear-gradient(145deg,#eacb90 0%,#bb7c35 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eacb90',endColorStr='#bb7c35',gradientType='1');
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  background-size: 100% 150%;
  background-position: 0 0;
  transition: .3s;
  box-shadow: 0 0 20px 5px rgba(225,225,225,0.3) !important;
  border: none;
}
.sousuo {
  width: 770px;
  position: absolute;
  margin: 0 auto;
    margin-bottom: 0px;
  float: none !important;
  margin-bottom: 48px;
  z-index: 999;
  left: 215px;
  top: 40%;
}
.sousuo form{display: flex;align-items: center;}
.sousuo form .input{width: 70%;}
.spaj{
    /*! background: white; */margin: 20px auto;
}
.spaj .swiper-slide{border-right:1px solid #eee;border-left: 1px solid #eee;}
.tac .mauto{display:flex;align-items:center;}
.tac .mauto .for{margin-left:auto;}
.tac .mauto .for img{max-width:60px;}
.contact .pagewidth{display:flex;}
.contact .pagewidth .conl{width:70%}
.contact .pagewidth .conr p{margin:10px 0px;}
.contact .pagewidth .conr .p1{font-size:18px;margin:20px 0px;}
.contact .pagewidth .conr{width:28%;margin-left:2%;color:#999;font-size:14px;}
.grayBg{padding:10px !important;}
.coninfo{margin-bottom:30px;}

@media screen and (max-width: 650px) {
    .i-main .i-news-w .i-video .img{height: auto;}
	.product li{width:48%;margin:1%;}
	.i-main .i-news-w{padding:0px;}
	.i-main .i-news-w .i-news{margin-top:20px;}
}