/*--------------------Reset-----------------*/
/** reset **/
html{font-size: 62.5%}
*{padding: 0;margin: 0;outline: 0}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; border:0;}
body,button,input,select,textarea{font-family:'Microsoft YaHei';}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ul, ol{list-style: none;}
a{
	text-decoration: none;color:#333;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover{
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.wz_box img{display: block; height: auto;width:100%;}
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : 0;} 
input,button,select,textarea{outline:none;-webkit-appearance:none;}
textarea{resize:none;}
a { text-decoration: none; color: #333; }
a{blr:expression(this.onFocus=this.blur());}
a:focus{outline:none;}
a.hidefocus{outline:none}
.button{ border-radius: 0; }
input{font-family: "å¾®è½¯é›?é»??";}
textarea{font-family: "å¾®è½¯é›?é»??";}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}
.fl { float:left;}
.fr { float:right;}
.wrap{width:100%;}







*
{
	margin: 0;
	padding: 0;
}
body,button,input,select,textarea
{
	font-family:'Microsoft YaHei';
}
a
{
	text-decoration: none;
}
.head
{
	padding-top: 1px;
	height: 84px;
	background: #075486;
}
.logo
{
	width: 80%;
	height: 52px;
	margin-top: 20px;
	margin-left: 20px;
}
.logo img{height: 44px;width:auto;}
.mobile-inner-nav a
{
	/* -webkit-animation-duration: 0.8s; */
	/* animation-duration: 0.8s; */
	/* -webkit-animation-fill-mode: both; */
	/* animation-fill-mode: both; */
	/* -webkit-animation-name: bounceInLeft; */
	/* animation-name: bounceInLeft; */
}

@-webkit-keyframes bounceInLeft
{
	from, 60%, 75%, 90%, to
	{
	  -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from
	{
	  opacity: 0;
	  -webkit-transform: translate3d(-3000px, 0, 0);
	  transform: translate3d(-3000px, 0, 0);
	}

	60%
	{
	  opacity: 1;
	  -webkit-transform: translate3d(25px, 0, 0);
	  transform: translate3d(25px, 0, 0);
	}

	75%
	{
	  -webkit-transform: translate3d(-10px, 0, 0);
	  transform: translate3d(-10px, 0, 0);
	}

	90%
	{
	  -webkit-transform: translate3d(5px, 0, 0);
	  transform: translate3d(5px, 0, 0);
	}

	to
	{
	  -webkit-transform: none;
	  transform: none;
	}
}

@keyframes bounceInLeft
{
	from, 60%, 75%, 90%, to
	{
	  -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	from
	{
	  opacity: 0;
	  -webkit-transform: translate3d(-3000px, 0, 0);
	  transform: translate3d(-3000px, 0, 0);
	}

	60%
	{
	  opacity: 1;
	  -webkit-transform: translate3d(25px, 0, 0);
	  transform: translate3d(25px, 0, 0);
	}

	75%
	{
	  -webkit-transform: translate3d(-10px, 0, 0);
	  transform: translate3d(-10px, 0, 0);
	}

	90%
	{
	  -webkit-transform: translate3d(5px, 0, 0);
	  transform: translate3d(5px, 0, 0);
	}

	to
	{
	  -webkit-transform: none;
	  transform: none;
	}
}
.mobile-inner
{
	float: right;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
}
.mobile-inner img
{
	width: 100%;
	margin-bottom: 30px;
}
/* .mobile-inner p
{
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin:0px;
} */
.mobile-inner-header
{
	width: 10%;
	height: 50px;
	position: absolute;
	top: 16px;
	right: 0px;
}
.mobile-inner-header-icon
{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover
{
	cursor: pointer;
}
.mobile-inner-header-icon span
{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 10px) / 2);
	width: 25px;
	height:3px;
	background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon span:nth-child(1)
{
	transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2)
{
	transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1)
{
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2)
{
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}
.mobile-inner-header-icon-click span:nth-child(3)
{
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	width: 0;
}
@keyframes clickfirst
{
  0%
  {
	transform: translateY(4px) rotate(0deg);  
  }

  100%
  {
    transform: translateY(0) rotate(45deg);
  }
}	

@keyframes clicksecond
{
  0%
  {
	transform: translateY(-4px) rotate(0deg);
  }

  100%
  {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1)
{
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2)
{
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	margin-top: 8px;
}
.mobile-inner-header-icon-out span:nth-child(3)
{
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

@keyframes outfirst
{
  0%
  {
    transform: translateY(0) rotate(-45deg);
  }

  100% 
  {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond
{
  0%
  {
    transform: translateY(0) rotate(45deg);
  }

  100%
  {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav
{
	background-color: #FFF;
	width: 100%;
	position: absolute;
	top: 84px;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	display: none;
	z-index: 2;
	box-shadow: 0px -1px 6px #a0a0a0;
}
.mobile-inner-xhnav
{
	padding: 10px 20px;
	background: #fff;
}
.mobile-inner-xhnav a
{
	display: block;
	text-decoration: none;
	width: 84%;
	color: #000000;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 14px;
	text-align: left;
}
.mobile-inner-xhnav ul li
{
	text-align: center;
}
.mobile-inner-xhnav ul li a
{
	color: #060606;
	font-size: 14px;
	text-decoration: none;
}
.mobile-inner-nav a:hover
{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
.inpt
{
	width: 100%;
	text-align: center;
	position: relative;
}
.texts
{

width: 90%;

height: 35px;

border-radius: 20px;

outline: none;

border: none;

background: #ffffff;

z-index: 100;

padding-left: 20px;

border: 1px solid #ddd;
}
.submit
{
	width: 20px;
	height: 35px;
	background: url("/_m/2020/img/sousuo.png") center no-repeat;
	position: absolute;
	left: 40%;
	top: 0;
	border:none;
	outline: none;
}
input::-webkit-input-placeholder
{
	text-align: center;
}
input:focus::-webkit-input-placeholder
{
	color: transparent;
}

input:blu::-webkit-input-placeholder
{
	color: #cccccc;
}

/*banner*/
.banner
{
	width: 100%;
	height: 120px;
}
.swiper-container
{
    width: 100%;
    height: 120px;
}
.bannerTit
{
	width: 100%;
	height: 45px;
	background-color: #143664;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
}
.swiper-slide img
{
	width: 100%;
	height: 100%;
}
.swiperTit
{
	width: 80%;
	height: 100%;
	text-indent: 10px;
}
.swiperTit p
{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height: 45px;
}
.tab {
	padding: 0 15px;
	margin-top: 30px;
}
/*å­¦æœ¯æ´»åŠ¨*/
.academic
{
	padding: 0 15px;
	margin-top: 30px;
}
.acadTit:after
{
	content: "";
	display: block;
	clear: both;
}
.acadTit span:nth-child(1)
{
	float: left;
	color: #075486;
}
.acadTit span:nth-child(2)
{
	float: right;
	font-size: 14px;
	color: #4e74a9;
	margin-top: 2px;
}

.acadTit span a
{
	text-decoration: none;
	color: #4e74a9;
	font-weight: normal;
	display: inline-block;
	margin-top: 3px;
}
/*é€šçŸ?*/
.inform
{
	width: 100%;
	height: 93px;
	box-shadow: 0px 3px 18.2px 1.8px 
		rgba(25, 68, 126, 0.14);
	border-top: 3px solid  #4e74a9;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

/*é€šçŸ¥æ?¥æœ?*/
.infdate
{
	float: left;
	text-align: center;
	width: 20.7%;
	height: 70px;
	background: url("/_m/2020/img/riqi.png") no-repeat;
	background-size: 100%;
}
.infdate span
{
	display: block;
	text-align: center;
}
.infdate span:nth-child(1)
{
	font-size: 26px;
	line-height: 33px;
	color: #ffffff;
}
.infdate span:nth-child(2)
{
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
.InformConten
{
	float: right;
	width: 75%;
	padding-top: 8px;
}
.InformConten a p
{
	/*width: 79%;*/
}
.InformConten a p:nth-child(1)
{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	width: 95%;
}
.InformConten a p:nth-child(2)
{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;margin-top: 10px;
	width: 95%;
}

/*æ–°é?»åŠ¨æ€æ ‡é¢?*/
.newtTit
{
	font-size: 18px;
	color: #075486;
	font-weight: 550;
	padding: 6px 0 12px 40px;
	margin: 20px 15px 0 15px;
	border-bottom: 1px solid #d8dce0;
	background: url(/_m/2020/img/title_news.png) left 6px no-repeat;
}
.newtTit .more1 a{color: #4e74a9;float: right;font-size: 14px;font-weight: normal;margin-top: 5px;}
/*æ–°é?»åŠ¨æ€è½®æ’?*/
.newtrend .newtSwiper .swiper-container
{
	width: 100%;
	height: auto !important;
}
.newtSwiper
{
	margin-top: 20px;
}
.newtrend .newtSwiper .swiper-container .swiper-wrapper .swiper-slide
{
	height: 70%;
	width: 60%;
	margin: 0 20px;
	text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	transition: 300ms;
	transform: scale(1);
	position: relative;
	
}
.newtrend .newtSwiper .swiper-container .swiper-wrapper .swiper-slide-prev, .newtrend .newtSwiper .swiper-container .swiper-wrapper .swiper-slide-next{ overflow: hidden; }
.newtrend .newtSwiper .swiper-container .swiper-wrapper .swiper-slide-active
{
    transform: scale(1.2);
    z-index: 999;
    
}
.newtrend .newtSwiper .swiper-container .swiper-wrapper .swiper-slide-active a>div>span
{
	transform: scale(1);
}
.newtrend .swiper-container .swiper-wrapper .swiper-slide img
{
	width: 100%;
	height: 100%;
}
..newtrend .swiper-slide
{
	width: 200px!important;
}
.newtrend .newtrend_bullets
{
	width: 100%;
	left: 0;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal   .newtrend_bullets
{
	width: 100%;
	left: 0px!important;
	bottom: 0px!important;
}
.newtSwiper .swiper-container .swiper-wrapper
{
	margin-top: 20px;
}
/*æ–°é?»è½®æ?­å?¾æ ?é¢?*/
.swiperNew
{
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0px;
	background-color: #1a4783;
	opacity: 0.8;
    line-height: 30px;
    text-align: left;
    text-indent: 10px;
}
.swiperNew span
{
	display: block;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*é™¢ç³»è®¾ç½?*/
.Departments
{
	padding: 0 15px;
}
.Departmet_Swiper .swiper-container .swiper-wrapper .swiper-slide img
{
	height: auto;
}
.acadTit
{
	background: url(/_m/2020/img/xshd.png) left top no-repeat;
	font-size: 18px;
	color: #4e74a9;
	font-weight: 550;
	padding: 0px 0 15px 40px;
	margin: 30px 0 0 0;
	border-bottom: 1px solid #d8dce0;
}
/*é™¢ç³»è½®æ??*/
.Departmet_Swiper
{
	margin-top: 20px;
}
.Departmet_Swiper .swiper-container
{
	height: 300px;
	border:1px solid #efefef;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal   .Depar_bullets
{
	width: 100%;
	left: 0px!important;
	top: 120px!important;
	height: 20px;
}
.Departmet_Swiper .swiper-container .swiper-wrapper
{
	width: 100%;
	height: 150px;
}
.DeparP
{
	padding:0 15px;
}
.DeparP
{
	font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0.7px;
    color: #6b6b6b;
    margin-top: 40px;
}
/*ç§‘å­¦ç ?ç©¶è½®æ??*/
.science .swiper-container
{
	margin-top: -30px;
    width: 100%;
    height: 200px!important;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal   .scienc_bullets
{
	width: 100%;
	left: 0px!important;
	bottom: 55px!important;
}
.science .swiper-container .swiper-wrapper .swiper-slide a div p, .science .swiper-container .swiper-wrapper .swiper-slide a div span
{
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.science .swiper-container .swiper-wrapper .swiper-slide a div span{ margin-top: 20px; }
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .science-bullets
{
	width: 100%;
	left: 0!important;
	top: 80%;
	height: 20px;
}

.science .swiper-container .swiper-wrapper .swiper-slide-duplicate-prev a>p{display: none !important;}
.science .swiper-container .swiper-wrapper .swiper-slide a>p{display: none !important;
    width: 141px!important;
    height: 36px!important;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.newtrend .science .swiper-container .swiper-wrapper .swiper-slide-active a>p{display: block !important;}



.science .swiper-container .swiper-wrapper .swiper-slide-duplicate-prev a>div>p{display: none !important;}
.science .swiper-container .swiper-wrapper .swiper-slide a>div>p{display: none !important;}
.newtrend .science .swiper-container .swiper-wrapper .swiper-slide-active a>div>p{display: block !important;}
.newtrend .science .swiper-container .swiper-wrapper .swiper-slide
{
	width: 60%;
	height: 70%;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(1);
	position: relative;
}

.newtrend .science .swiper-container .swiper-wrapper .swiper-slide-active a>img
{
    transform: scale(1.2);
}
.science .swiper-container .swiper-wrapper .swiper-slide a>p
{
	font-size: 13px;
	width: 100%;
	margin-top: 10px;
	position: absolute;
	top:50px;
}
.newtrend .science .swiper-container .swiper-wrapper .swiper-slide-active a>p
{
    transform: scale(1);
    top: 110%;
   	width: 100%!important;
}

.science .swiper-container .swiper-wrapper .swiper-slide a>p
{
	width: 100%;
}
.swiper-make{display: none;}
.newtrend .science .swiper-container .swiper-wrapper .swiper-slide-active .swiper-make
{
	width: 100%; height: 100%; display: block;
    position: absolute;
    top: 30px;
    width: 200px;
    text-align: left;
    left: 0!important;
}
.swiper-make span
{
	width: 100%;
}
.scince .swiper-container .swiper-wrapper .swiper-slide a>p
{
	width: 200px;
	margin-left: -30px;
	height: 80px;
}


/*æ‹?ç?Ÿå?¨è¯?*/
.admissions
{
	padding:0 15px;
	margin-bottom: 30px;
}
.adminss
{
	margin-top: 15px;
	height: 130px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.adminss:after
{
	content: "";
	display: block;
	clear: both;
}
.admined
{
	width: 32%;
	float: left;
}
.admined a img
{
	width: 100%;
	height: 100%;
}
.admined a span
{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	overflow:hidden;
	-webkit-line-clamp:2
}
.admissions .swiper-container .swiper-wrapper .swiper-slide
{
	/*margin: 0 2px;*/
	/*margin-right: 2px;*/
}
.admissions .swiper-container .swiper-wrapper .swiper-slide img
{
	width: 100%;
	height:81px;
}
.adminText
{
	border:1px solid #f5f5f5;
	padding: 8px;
	height: 40px;
}
.adminText p
{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

#newSwip
{
	overflow: hidden;
}
@media screen and (min-width: 320px)
{
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal .Depar_bullets
	{
	    width: 100%;
	    left: 0px!important;
	    top: 130px!important;
	    height: 20px;
	}
	.infdate
	{
		float: left;
		text-align: center;
		width: 60px;
		height: 70px;
		background: url("/_m/2020/img/riqi.png") no-repeat;
		background-size: 100%;
	}
}
@media screen and (min-width: 375px)
{
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal   .Depar_bullets
	{
		width: 100%;
		left: 0px!important;
		top: 150px!important;
		height: 20px;
	}
	.infdate
	{
		float: left;
		text-align: center;
		width: 70px;
		height: 85px;
		background: url("/_m/2020/img/riqi.png") no-repeat;
		background-size: 100%;
	}
	.infdate span:nth-child(1)
	{
		font-size: 26px;
		line-height: 33px;
		color: #ffffff;
		margin-top: 10px;
	}
}
@media screen and (min-width: 414px)
{
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal   .Depar_bullets
	{
		width: 100%;
		left: 0px!important;
		top: 155px!important;
		height: 20px;
	}
	.infdate
	{
		float: left;
		text-align: center;
		width: 80px;
		height: 93px;
		background: url("/_m/2020/img/riqi.png") no-repeat center 0;
		background-size: 100%;
		margin-right: 15px;
	}
}
@media screen and (min-width: 470px) and (max-width: 812px)
{
	.Departmet_Swiper .swiper-container
	{
	    height: 400px;
	    border: 1px solid #efefef;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal   .Depar_bullets
	{
		width: 100%;
		left: 0px!important;
		top: 210px!important;
		height: 20px;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .science-bullets
	{
		width: 100%;
		left: 0!important;
		top: 80%;
		height: 20px;
	}
	.science .swiper-container .swiper-wrapper .swiper-slide a>p
	{
		font-size: 13px;
		width: 100%;
		margin-top: 20px;
		position: absolute;
		top:50px;
	}
}
@media screen and (min-width: 630px) and (max-width: 812px)
{
	.Departmet_Swiper .swiper-container
	{
	    height: 400px;
	    border: 1px solid #efefef;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal   .Depar_bullets
	{
		width: 100%;
		left: 0px!important;
		top: 80%!important;
		height: 20px;
	}
	.science .swiper-container {
    margin-top: -30px;
    width: 100%;
    height: 215px!important;
	}
	.newtrend .science .swiper-container .swiper-wrapper .swiper-slide-active a>p {
    transform: scale(1.5);
    top: 170px;
    /* width: 100%!important; */
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .science-bullets {
    width: 100%;
    left: 0!important;
    bottom: 50px;
    height: 20px;
	}
}
@media screen and (min-width: 736px) and (max-width: 812px)
{
	.Departmet_Swiper .swiper-container
	{
	    height: 400px;
	    border: 1px solid #efefef;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal   .Depar_bullets
	{
		width: 100%;
		left: 0px!important;
		top: 270px!important;
		height: 20px;
	}
	.science .swiper-container {
    margin-top: -30px;
    width: 100%;
    height: 270px!important;
	}
	.newtrend .science .swiper-container .swiper-wrapper .swiper-slide-active a>p {
    transform: scale(1.1);
    top:222px;
    width: 100%!important;
	}
	.newtrend .newtSwiper .swiper-container .swiper-wrapper .swiper-slide-active{ transform: scale(1.1); }
	.newtrend .science .swiper-container .swiper-wrapper .swiper-slide{ transform: scale(0.9); }
}
@media screen and (min-width: 812px)
{
	.Departmet_Swiper .swiper-container
	{
	    height: 400px;
	    border: 1px solid #efefef;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal   .Depar_bullets
	{
		width: 100%;
		left: 0px!important;
		top: 300px!important;
		height: 20px;
	}
}
/*æ·±åº¦é€è§??*/
.sdts_box{height: 90px;padding: 20px 0;overflow: hidden;}
.sdts_box .fl{width: 35%;height: 90px;overflow: hidden;}
.sdts_box .fl img{width: 100%;height: 90px;-webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s;}
.sdts_box .fr{width: 60%;}
.sdts_box .fr a{font-size: 15px;color: #cc8e49;font-weight: bold;line-height: 24px;display: block;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.sdts_box .fr p{font-size: 13px;color: #676767;line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.sdts_box:hover .fl img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}
.sdts_box:hover .fr a{color: #3879d0;}
/*title*/
.title h1{font-size: 18px;float: left;font-weight: bold;text-indent: 31px;color: #838383;}
.title a.fr{font-size: 13px;color: #626262;float: right;line-height: 30px;padding-right: 10px;}
.title a.fr:hover{color: #3879d0;}
.line{width: 100%; height: 1px; background:#e3e3e3; }
/*é€?é¡¹å?*/
.xxk{margin: 20px;position: relative;}
.more{width: 30%;height: 40px;background: #4b77a9;color: #fff;line-height: 40px;margin: 10px auto;border-radius: 4px;display: block;text-align: center;font-size: 16px;}
.xxk .title{margin-bottom: 10px;}
.xxk .title li{float: left;}
.xxk .title li:last-child{margin-left:20px;display: inline-block;}
.xxk .title span{width: 1px; height: 24px;background: #dae1e5;margin: 5px 30px 0;display: inline-block;}
.xxk .title h1{color: #838383;}
.xxk .title .on h1{color: #075486;}
.xxk .title .h1{background: url(/_m/2020/img/title_notice.png) left 2px no-repeat;background-size: 22%;}
.xxk .title .h2{background: url(/_m/2020/img/title_zbxx.png) left 4px no-repeat;background-size: 23%;}
.xxk .title .on .h1{background: url(/_m/2020/img/title_noticeOn.png) left 2px no-repeat;background-size: 22%;}
.xxk .title .on .h2{background: url(/_m/2020/img/title_zbxxOn.png) left 4px no-repeat;background-size: 23%;}
.title{width: 100%; height: 40px; border-bottom: 1px solid #d8dce0;}

.tab .title .on h1{color: #075486;}
.tab .title li:last-child{margin-left:20px;display: inline-block;}
.tab .title .h1{background: url(/_m/2020/img/title_mtjj1.png) left 1px no-repeat;background-size: 22%;}
.tab .title .h2{background: url(/_m/2020/img/title_sdts1.png) left 3px no-repeat;background-size: 20%;}
.tab .title .on .h1{background: url(/_m/2020/img/title_mtjj.png) left 1px no-repeat;background-size: 22%;}
.tab .title .on .h2{background: url(/_m/2020/img/title_sdts.png) left 3px no-repeat;background-size: 20%;}

/*list*/
.list li{line-height: 40px;padding-left: 15px;position: relative;}
.list li a{font-size: 15px;color: #000000; display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.list li span.fr{font-size: 13px;color: #868686;margin-right: 5px;}
.list li:hover a{color: #1959b9;}
.list li::after{content: ""; width: 4px;height: 4px;background: #b6b6b6;position: absolute;left: 0;top: 18px;}
.list_img{padding:10px;}
/*icon2*/
.icon2{width: 100%;background: #f3faff;margin: 20px auto;}
.icon2 dl{width: 25%;height: 106px;float: left;text-align: center;}
.icon2 dl a{display: block;}
.icon2 dl dt{width: 95px;height: 70px;line-height: 70px;display: table-cell;text-align: center;vertical-align: middle;}
.icon2 dl dt img{vertical-align: middle;-webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s;}
.icon2 dl dd a{font-size: 14px;}
.newtrend{margin: 15px;}
.newtrend .acadTit
{
	background: url(/_m/2020/img/title_ztzl.png) left top no-repeat;
	font-size: 18px;
	color: #4e74a9;
	font-weight: 550;
	padding: 0px 0 15px 40px;
	margin: 25px 0 0 0;
}
.newtrend .newtSwiper{
    margin-top: 5px;
}
/*åº•éƒ?*/
.foot
{
	position: relative;
	padding: 10px 10px 20px;
	background-color: #075486;
}
.foot .foot_log
{
	margin-top: 15px;
	position: relative;
}
.foot .foot_log:
	after
{
	content: "";
	display: block;
	clear: both;
}
.foot_logs
{
	width: 130px;
	float: left;
}
.party
{
	float: right;
	display: flex;
	justify-content: flex-end;
	width: 40%;

}
.party
	ul li
{
	width: 30%;
	margin-right: 2%;
	float: left;
	text-align: right;
	position: relative;
}
.party
	img
{
	width: 70%;

}
.fooTit
{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #3d5577;
	padding-bottom: 10px;
}
.fooTit
	ul
{
	list-style: none;
	width: 100%;
}
.fooTit
	ul li
{
	width: 25%;
	float: left;
}
.fooTit
	ul li a
{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
}

.copyright
{
	margin-top: 20px;
}
.copyright:
	after
{
	content: "";
	display:block;
	clear: both;
}
.copy
{
	width: 50%;
	float: left;
}
.copyright
	p,.copyright p a
{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fdfdfc;
	opacity: 0.5;
}
.address
{
	float: right;
	width: 50%;
}
.address
	p
{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fdfdfc;
	opacity: 0.5;
}
/*äºŒçº§å¯¼èˆª*/
.mobile-inner-xhnav
	li
{
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	line-height: 38px;
	list-style: none;
	display: block;
	/* padding: 0 15px; */
	z-index: 999999;
}
.mobile-inner-xhnav
	li i svg {
    width: 20px;
	height: 20px;
	fill: #848484;
}
.mobile-inner-xhnav
	li i svg {
    transform: rotate(-90deg);
	transition: all ease 0.35s;
}

.mobile-inner-xhnav
	li i {
    float: right;
	line-height: 50px;
	height: 38px;
}
.mobile-inner-xhnav
	li ul
{
	display: none;
	width: auto;
	margin: 0 auto;
	background: #f7f7f7;
	padding: 0 15px;
	padding-bottom: 15px;
}
.mobile-inner-xhnav
	li ul li a
{
	color: #5a5a5a!important;
	font-size: 14px!important;
	width: 100%;
}
.sjj_nav
	ul li .sjj_nav_i_se svg {
    fill: #c9141e;
}
.mobile-inner-xhnav .sjj_nav_i_se
	svg {
    transform: rotate(0deg);
}
.sjj
{
	background: #ffffff;
}
.sjj::
	after{
    content: '';
	width: 100%;
	height: 1px;
	background: #e2e2e2;
	display: block;
	position: absolute;
	top: 37px;
	z-index: 0;
}
.sjj
	a{
    color: #295586;
	z-index: 9999999999;
	font-size: 15px;
}

.linksbox{
	background: #d7e0ea;
	padding: 10px 20px 20px 20px;
	margin-top: 20px;
}
.linksbox
	li{
    display: inline-block;
	float: left;
	width: 43%;
	margin-right: 20px;
	border-bottom: 1px solid #b7c3d2;
}
	li {}
.linksbox
	li a{
    width: 100%;
	color: #FFF;
}
.wximg
{
	position: absolute;
	top: -90px;
	width: 80px;
	left: -12px;
	height: 80px;
	z-index: 9;
	display: none;
}
.wximg
	img
{
	width: 100%;
	height: auto;
}

/*list*/
.subbanner{
	width: 100%;
	height: 80px;}
.subbanner
	img{width: 100%;
	height: 80px;}
.dqwz{
	border-bottom: 1px solid #e0e0e0;
	background: url(/_m/2020/img/home.jpg) 15px center no-repeat;
	padding-left: 37px;
	line-height: 41px;
	font-size: 14px;
	color: #6c6c6c;}
.dqwz
	a{color: #6c6c6c;
	padding: 0 10px;}
.dqwz
	a:hover{color: #ba2a17;}
.cont{
	min-height: 300px;}

.cont .content{
	padding: 20px;}
.cont .list{
	padding: 10px;}
/*content*/
.content #vsb_content_100
	table{ border: 0px;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	width:100%;
	margin:20px auto}
.content #vsb_content_100
	table tr td{ border-left:0px;
	border-top:0px;
	line-height: 23px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd; }
.content #vsb_content_100
	table tr td p{text-indent:0em;
	padding:0px;
	margin:0px; }

.content
	h1{color: #000000;
	font-size: 22px;
	line-height: 35px;
	padding: 0 0;
	text-align: center;
	font-weight: normal;}
.content .title{
	text-align: center;
	height: 48px;
	margin-bottom: 25px;}
.content .title
	span{width: auto;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	font-size: 20px;
	color: #141414;}
.content .bar{
	line-height:50px;
	min-height:50px;
	color: #797979;
	font-size: 12px;
	margin: 20px 0;
	padding: 0 10px;
	border-top: 1px solid #e8e8e8;}
.content
	p{text-indent:2em;
	line-height: 2em;
	margin-top:15px;
	color:#333;
	font-size:16px;}
.content
	p img{margin:15px auto;
	border:none;
	display:block;
	max-width:95%;
	height: auto !important;
	border: none !important;}

/*wrong*/
.wrong{
	float: right;
	margin-right: 10px;
	line-height: 40px;
	font-size: 16px;
	margin-bottom: 10px;
	display: none;}
.wrong
	img{vertical-align: middle;
	margin-right: 15px;}
.wrong_box{
	width: 100%;
	background: url(/_m/2020/img/xh_bg.png) left top no-repeat;
	background-size: 100%;}
.wrong_box2{
	width: 90%;
	margin: 0 auto 100px;
	border: 1px solid #a1d3f6;
	position: relative;}
.wrong_box2
	h1{width: 100%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: -25px;
	text-align: center;
	font-size: 34px;
	color: #0880d3;}
.wrong_box2
	h1 img{vertical-align: middle;
	margin-right: 30px;}

/*link*/
.link
	li{width: 90%;
	height: 45px;
	background: url(/_m/2020/img/right.png) 20px center no-repeat #eef1f4;
	border: 1px solid #eef1f4;
	margin: 15px auto;
	line-height: 45px;}
.link
	li a{display: block;
	font-size: 15px;
	color: #000000;
	text-indent: 47px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;}
.link
	li:hover{background: url(/_m/2020/img/right.png) 20px center no-repeat #fff;
	border: 1px solid #81b3d3;}
	