﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-size:14px; background:#ffffff;font-family: 'Microsoft YaHei, Microsoft YaHei-Regular';
	color: #333333;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}
a {color: #333333;}
img{display:block;margin:0 auto;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}

/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}

.max{ position:relative; overflow:hidden;}

.inner{width:1200px; min-width: 1200px; height:auto;  position:relative; z-index:50; margin:0 auto;}

/*首页*/
span {
	display: block;
}
.header_top {
	background: #1f2c5c;
	padding: 10px 0;
}
.header_top .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_top_caption {
	font-size: 12px;
	color: #ffffff;
}
.header_top_tel {
	font-size: 14px;
	color: #ffffff;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 15px 17px;
	padding-left: 20px;
}
.header {
	padding: 26px 0;
	position: relative;
	z-index: 3;
}
.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 477px;
	height: 53px;
}
.logo img {
	width: 100%;
}
.header_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header_item {
	padding: 0 20px;
	border-left: 1px solid #1f2c5c;
	position: relative;
}
.header_item:first-of-type {
	border-left: none;
}
.header_text {
	font-size: 16px;
	color: #1f2c5c;
	cursor: pointer;
}
.header_er_block {
	position: absolute;
	top: 100%;
	left: 50%;
	background: #ffffff;
	transform: translateX(-50%);
	padding-top: 10px;
	display: none;
}
.header_er_jian {
	margin: 0 auto;
}
.header_er_list {
	border-radius: 5px;
	
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 5px 27px rgba(31,44,92,0.18);
	/*background: url(../images/bg8.png) no-repeat center top;*/
	/*background-size: 100% 100%;*/
	padding: 15px 10px 5px 10px;
	/*display: none;*/
	max-height: 500px;
	z-index: 12;
	overflow-y: scroll;
	scrollbar-width: none; /* firefox */
	  -ms-overflow-style: none; /* IE 10+ */
	  overflow-x: hidden;
	  overflow-y: auto;
}
.header_item:last-of-type .header_er_jian {
	margin-left: 35px;
}
.header_er_item {
	background: #1f2c5c;
	border-radius: 50px;
	width: 100%;
	text-align: center;
	padding: 7.5px 0;
	width: 157px;
	margin: 0 auto 10px auto;
}
.header_er_link {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.header_item:hover .header_er_block{
	display: block;
}
.header_er_list::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.nav {
	background: #f6f6f6;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	box-shadow: 0 6px 21px rgba(51,51,51,0.16);
	position: relative;
	z-index: 2;
}
.nav_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_item {
	width: 120px;
	height: 44px;
	position: relative;
}
.nav_link {
	line-height: 44px;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.nav_section {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	padding-top: 10px;
	display: none;
	z-index: 1223;
	width: 150%;
}
.nav_block {
	
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 5px 27px rgba(51,51,51,0.32);
	padding: 10px;
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
	width: 100%;
}
.nav_block img {
	border-radius: 5px;
	width: 185px;
	height: 120px;
	display: none;
}
.nav_current {
	background: #1f2c5c;
}
.nav_current .nav_link {
	color: #ffffff;
}
.nav_item:hover {
	background: #1f2c5c;
}
.nav_item:hover .nav_link {
	color: #ffffff;
}
.nav_area {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.nav_box {
	width: 100%;
}
.nav_er_link {
	font-size: 14px;
	color: #333333;
	padding: 11px 0;
	line-height: 14px;
}
.nav_er_link:hover {
	color: #313751;
}
.nav_item:hover .nav_section {
	display: block;
}
/*.nav_item:last-of-type .nav_section {
	right: 0;
	left: inherit;
}
.nav_item:nth-child(9) .nav_section {
	right: 0;
	left: inherit;
}
.nav_item:nth-child(8) .nav_section {
	right: 0;
	left: inherit;
}*/
.index_news {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	margin-top: 12px;
}
.index_news_banner {
	width: 487px;
	height: 324px;
}
.index_news_banner img {
	width: 487px;
	height: 324px;
	border-radius: 5px;
}
.index_news_link {
	position: relative;
	border-radius: 5px;
}
.index_news_name {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: rgba(0,0,0,0.5);
	padding: 19px 10px;
}
.index_news_name font {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	display: block;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 55%;
}
.index_news_banner .swiper-pagination {
	width: 40% !important;
	left: inherit !important;
	right: 10px !important;
	text-align: right;
	bottom: 16px !important;
}
.index_news_banner .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #ffffff;
	opacity: 0.5;
}
.index_news_banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.index_news_right {
	width: 645px;
}
.index_news_caption {
	border-bottom: 1px solid #1f2c5c;
}
.index_news_caption font {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 42px;
	line-height: 42px;
	background: #1f2c5c;
	display: block;
	width: 103px;
	text-align: center;
}
.index_news_item {
	padding: 15px 0;
	border-bottom: 1px dashed #bfbfbf;
}
.index_news_item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_news_title {
	width: 80%;
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	overflow: hidden;
	  text-overflow:ellipsis;
	  white-space: nowrap;
}
.index_news_time {
	font-size: 14px;
	color: #333333;
}
.index_news_item:last-of-type {
	border-bottom: none;
}
.index_news_item:hover .index_news_title {
	color: #1f2c5c;
}
.index_dao {
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	padding: 10px;
	margin: 12px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_dao_link {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 24%;
}
.index_dao_photo {
	width: 136px;
	height: 86px;
	border-radius: 5px;
	overflow: hidden;
}
.index_dao_photo img {
	width: 100%;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}
.index_dao_link:hover .index_dao_photo img {
	transform:scale(1.1);
}
.index_dao_area {
	margin-left: 13px;
}
.index_dao_zh {
	font-size: 18px;
	color: #1f2c5c;
	line-height: 18px;
}
.index_dao_en {
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	margin: 10px 0;
}
.index_dao_look {
	font-size: 14px;
	color: #ffffff;
	background: #1f2c5c;
	display: inline-block;
	padding: 1px 15px;
	margin-bottom: 2px;
}
.index_center  {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_team {
	width: 795px;
}
.index_center_title {
	background: #f6f6f6;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 46px;
}
.index_center_zh {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	background: #1f2c5c;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 170px;
}
.index_center_more {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 20px;
}
.index_center_more span {
	font-size: 16px;
	color: #999999;
}
.index_center_more img {
	margin-left: 7px;
	width: 13px;
}
.index_team_banner {
	border-radius: 5px;
	border: 1px solid #dcdcdc;
    padding: 13px 15px;
    margin: 12px 0;
}
.index_team_link {
	position: relative;
	border-radius: 5px;
}
.index_team_photo {
	border-radius: 5px;
	overflow: hidden;
}
.index_team_photo img {
	width: 119px;
	height: 143px;
}
.index_team_name {
	background: #eeeeee;
	text-align: center;
	font-size: 12px;
	color: #333333;
	padding: 10px 0;
}
.index_team_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgba(31,44,92,0.8);
	display: none;
}
.index_team_work {
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.index_team_work span {
	font-size: 12px;
	color: #ffffff;
	margin-left: 2px;
}
.index_team_work img {
	margin: 0 4px 0 0;
	width: 16px;
}
.index_team_text {
	font-size: 12px;
	color: #ffffff;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  margin: 8px 0;
  line-height: 21px;
	padding: 0 10px 0 10px;
}
.index_team_title{
	background: #1f2c5c;
	padding: 10px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.index_team_info {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.index_team_link:hover .index_team_area {
	display: block;
}
.index_jian {
	width: 388px;
}
.index_jian_section {
	border-radius: 5px;
	border: 1px solid #dcdcdc;
    padding: 13px 15px;
    margin: 12px 0;
}
.index_jian_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}
.index_jian_liao {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #f4f9fd;
	padding: 18px 0;
	width: 173px;
}
.index_jian_liao span{
	font-size: 16px;
	color: #334d5c;
	margin-left: 13px;
	width: 65px;
}
.index_jian_liao img {
	transition: all 0.5s linear;
	transform-style: preserve-3d;
	margin: 0;
}
.index_jian_liao:hover img {
	transform: rotateY(-180deg);
}
.index_jian_chen {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #e6f4f6;
	padding: 18px 0;
	width: 173px;
}
.index_jian_chen span{
	font-size: 16px;
	color: #0e95a9;
	margin-left: 13px;
	width: 65px;
}
.index_jian_chen img {
	transition: all 0.5s linear;
	transform-style: preserve-3d;
	margin: 0;
}
.index_jian_chen:hover img {
	transform: rotateY(-180deg);
}
.index_jian_link {
	position: relative;
}
.index_jian_info {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
}
.index_jian_look {
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	font-weight: bold;
}
.index_jian_more {
	font-size: 13px;
	color: #ffffff;
	margin-top: 8px;
}
.index_zheng {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.index_zheng_section {
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #dcdcdc;
	width: 387px;
}
.index_zheng_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.index_zheng_title span {
	position: relative;
	font-size: 18px;color: #1f2c5c;
	padding-left: 15px;
}
.index_zheng_title span::after {
	background: #1f2c5c;
	height: 100%;
	width: 6.5px;
	border-radius: 50px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.index_zheng_title a {
	font-size: 14px;
	color: #999999;
}
.index_zheng_item{
	margin-bottom: 14px;
}
.index_zheng_item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_zheng_name {
	font-size: 14px;
	color: #333333;
	width: 80%;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.index_zheng_name::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6.5px;
	height: 6.5px;
	border-radius: 50%;
	background: #1f2c5c;
}
.index_zheng_time {
	font-size: 14px;
	color: #333333;
}
.index_zheng_item:hover .index_zheng_name {
	color: #1f2c5c;
	font-weight: bold;
}
.index_zheng_item:last-of-type {
	margin-bottom: 5px;
}
.index_tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	padding: 17px 10px 7px 10px;
}
.index_tab_list {
	width: 299px;
}
.index_tab_item {
	border-radius: 5px;
	background: #f6f6f6;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12.5px 18px;
}
.index_tab_item img {
	width: 34px;
	margin: 0;
}
.index_tab_item span {
	font-size: 18px;
	color: #313751;
	margin-left: 10px;
}
.index_tab_hide {
	display: none;
}
.index_tab_item:hover {
	background: #1f2c5c;
}
.index_tab_item:hover span {
	color: #ffffff;
}
.index_tab_item:hover .index_tab_hide {
	display: block;
}
.index_tab_item:hover .index_tab_show {
	display: none;
}
.index_tab_current {
	background: #1f2c5c;
}
.index_tab_current span {
	color: #ffffff;
}
.index_tab_current .index_tab_hide {
	display: block;
}
.index_tab_current .index_tab_show {
	display: none;
}
.index_tab_section {
	width: 855px;
}
.index_tab_block {
	display: none;

}
.index_tab_photo {
	border-radius: 5px;
	width: 293px;
	height: 186px;
	overflow: hidden;
	float: left;
}
.index_tab_photo img {
	width: 293px;
	height: 186px;
	transition: all 0.5s ease-in-out;
}
.index_tab_block:hover .index_tab_photo img {
	transform:scale(1.1);
}
.index_tab_area {
	width: 540px;
	float: right;
}
.index_tab_name {
	font-size: 18px;
	color: #1f2c5c;
	line-height: 18px;
	margin-top: 10px;
}
.index_tab_text {
	font-size: 14px;
	color: #333333;
	line-height: 23px;
	margin-top: 15px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}
.index_cai {
	margin: 16px 0 14px 0;
}
.index_cai_banner {
	margin-top: 14px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	padding: 14px 12px;
}
.index_cai_link {
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.index_cai_link img {
	width: 100%;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}
.index_cai_link:hover img {
	transform:scale(1.1);
}
.index_cai_name {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 6px;
}
.footer {
	background: #313751;
}
.footer .inner {
	padding: 50px 0 0px 0;
}
.footer_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_nav {
	width: 290px;
	padding: 0 60px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;flex-wrap: wrap;
	border-right: 1px solid rgba(238,238,238,0.2);
}
.footer_nav a {
	font-size: 14px;
	color: #ffffff;
	width: 50%;
	margin-bottom: 20px;
}
.footer_nav a:nth-child(7) {
	margin-bottom: 0;
}
.footer_nav a:nth-child(8) {
	margin-bottom: 0;
}
.footer_area {
	width: 800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.footer_info img {
	width: 20px;
}
.footer_info span {
	font-size: 12px;
	color: #eeeeee;
	margin-left: 12px;
}
.footer_info:last-of-type {
	margin-bottom: 0;
}
.footer_code {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footer_photo {
	margin-left: 47px;
}
.footer_photo img {
	width: 103px;
	height: 103px;
}
.footer_photo span {
	font-size: 12px;
	color: #eeeeee;
	text-align: center;
	margin-top: 10px;
}
.footer_friend {
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	padding-left: 20px;
	margin: 50px 0 30px 0;
}
.footer_friend_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90px;
}
.footer_friend_info img {
	width: 18px;
}
.footer_friend_info span {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.footer_friend_area {
	width: 1060px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.footer_friend_area a {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
	margin-right: 25px;
}
.small {
	padding: 13px 10px;
	border-top: 1px solid #7d7d7d;
	display: flex;
  flex-direction: column;
  align-items: center;
}
.small span {
	font-size: 12px;
	color: #eeeeee;
	text-align: center;
  display: flex;
  align-items: center;
}
.small span img{
  margin-right: 10px;
}
.small span font {
	margin-left: 30px;
}
.small_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
	margin-top: 5px;
}
.small_box img {
	margin: 0;
}
.small_box span {
	margin-left: 6px;
}
.section {
	margin: 20px 0 40px 0;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}
.zi {
	background: #f6f6f6;
	padding: 10px 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zi img {
	width: 16px;
	margin-right: 9px;
	margin-left: 0;
}
.zi a {
	font-size: 14px;
	color: #333333;
}
.zi span {
	font-size: 14px;
	color: #333333;
}
.aboutex_block {
	padding: 35px 45px;
}
.aboutex_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.aboutex_photo {
	width: 271px;
}
.aboutex_photo img {
	width: 100%;
}
.aboutex_box {
	width: 760px;
	margin-top: 35px;
}
.aboutex_name{
	font-size: 18px;
	color: #1f2c5c;
	line-height: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 25px;
}
.aboutex_name font {
	font-size: 14px;
	color: #999999;
	margin-left: 12px;
}
.aboutex_text {
	font-size: 14px;
	color: #333333;
	line-height: 23px;
}
.aboutex_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutex_bottom a {
	font-size: 18px;
	color: #333333;
	border-radius: 5px;
	background: #eeeeee;
	width: 513px;
	padding: 21px 0;
	text-align: center;
}

.zi span.zi_on {
	color: #1f2c5c;
}
.hnews_block{
	padding: 45px 75px 0 75px;
}
.hnews_title {
	font-size: 24px;
	color: #1f2c5c;
	text-align: center;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 30px;
}
.hnews_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 32px;
	height: 1px;
	background: #1f2c5c;
}
.hnews_item {
	margin-bottom: 55px;
	border-bottom: 1px solid #bfbfbf;
}
.hnews_item a {
	padding-bottom: 16px;
	border-bottom: 3px solid Transparent;
}
.hnedws_title{
	font-size: 16px;
	color: #333333;
}
.news_text {
	font-size: 14px;
	color: #999999;
	margin: 20px 0 20px 0;
	line-height: 23px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.news_time{
	border-radius: 5px;
	background: #1f2c5c;
	font-size: 14px;
	color: #ffffff;
	width: 99px;
	height: 29px;
	text-align: center;
	line-height: 29px;
}
.hnews_item:hover .hnedws_title {
	color: #1f2c5c;
}
.hnews_item:hover a {
	border-bottom: 3px solid #000000;
}
.zhao_item{
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 20px;
}
.zhao_name {
	font-size: 24px;
	color: #243160;
	padding-bottom: 20px;
	border-bottom: 3px solid #1f2c5c;
	margin-bottom: 20px;
}
.zhao_list {
	margin-top: 27px;
	padding-bottom: 25px;
}
.join_caption{
	font-size: 14px;
	color: #333333;
	margin-bottom: 30px;
	font-family: SimSun;
}
.zhao_block {
	padding: 45px 55px 0 55px;
}
.zhao_block > img {
	width: 100%;
}
.join_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.join_left {
	width: 270px;
}
.join_left span {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}
.join_right {
	width: 828px;
	padding-left: 80px;
	border-left: 1px solid #e0e2eb;
}
.join_title {
	font-size: 16px;
	color: #1f2c5c;
	font-weight: bold;
}
.join_form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.join_info {
	background: #eeeeee;
	border-radius: 5px;
	width: 196px;
	height: 41px;
	padding: 0 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.join_info span {
	font-size: 14px;
	color: #999999;
	width: 40%;
}
.join_info input {
	width: 60%;
	background: inherit;
	border: none;
}
.jpin_btu {
	width: 101px;
	height: 41px;
	border-radius: 5px;
	background: #1f2c5c;
	border: none;
	font-size: 14px;
	color: #ffffff;
}
.wen_block {
	padding: 40px 25px;
}
.wen_banner {
	position: relative;
	margin-bottom: 70px;
}
.wen_banner_block img {
	width: 77px;
	margin: 0 auto;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.wen_banner_block:hover img {
	transform: rotateY(-180deg);
}
.wen_banner_title {
	font-size: 14px;
	color: #1f2c5c;
	text-align: center;
	margin: 24px 0 3px 0;
}
.wen_banner_text{
	font-size: 14.33px;
	color: #1f2c5c;
	text-align: center;
	line-height: 23px;
	font-weight: bold;
}
.wen_banner .swiper-container {
	width: 1100px;
	margin: 0 auto;
}
.wen_banner .swiper-button-prev {
	width: 20px !important;
    height: 20px !important;
    background-image: url(../images/jian5.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
}
.wen_banner .swiper-button-prev:after {
	content: '';
}
.wen_banner .swiper-button-next {
	width: 20px !important;
    height: 20px !important;
	background-image: url(../images/jian6.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.wen_banner .swiper-button-next:after {
	content: '';
}
.wen_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
}
.wen_photo {
	position: relative;
	border-radius: 10px;
	width: 393px;
	height: 579px;
}
.wen_photo img {
	width: 100%;
	border-radius: 10px;
}
.wen_model {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,44,92,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	display: none;
}
.wen_model span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	color: #ffffff;
	width: 90%;
	text-align: center;
}
.wen_center_photo {
	width: 359px;
	height: 281px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 20px;
}
.wen_center_photo img {
	width: 100%;
	border-radius: 10px;
}
.wen_center_photo:last-of-type {
	margin-bottom: 0;
}
.wen_right_photo{
	width: 259px;
	height: 183px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 17px;
	overflow: hidden;
}
.wen_right_photo img {
	width: 100%;
	border-radius: 10px;
}
.wen_right_photo:last-of-type {
	margin-bottom: 0;
}
.wen_photo:hover .wen_model {
	display: block;
}
.wen_center_photo:hover .wen_model {
	display: block;
}
.wen_right_photo:hover .wen_model {
	display: block;
}
.aboutjian_block {
	padding: 40px 20px;
}
.aboutjian_top {
	padding: 0 35px 30px 35px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 27px;
}
.aboutjian_list {
	padding: 0 20px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.aboutjian_item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px 20px 12px 20px;
	margin-bottom: 12px;
}
.aboutjian_item img {
	width: 102px;
}
.aboutjian_area {
	width: 930px;
}
.aboutjian_title {
	font-size: 18px;
	color: #1f2c5c;
	font-weight: bold;
	margin-bottom: 10px;
}
.aboutjian_text {
	font-size: 14px;
	color: #333333;
	line-height: 23px;
}
.aboutjian_hide {
	display: none;
}
.aboutjian_item:hover {
	background: #f6f6f6;
}
.aboutjian_item:hover .aboutjian_hide {
	display: block;
}
.aboutjian_item:hover .aboutjian_show {
	display: none;
}
.aboutjian_huan {
	font-size: 18px;
	line-height: 18px;
	color: #1f2c5c;
	padding-left: 15px;
	position: relative;
	margin: 0 20px 20px 20px;
}
.aboutjian_huan::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 100%;
	width: 6.5px;
	border-radius: 50px;
	background: #1f2c5c;
}
.aboutjian_banner {
	position: relative;
}
.aboutjian_huan_photo{
	position: relative;
	width: 205px;
	height: 141px;
	border-radius: 5px;
}
.aboutjian_huan_photo > img {
	width: 100%;
	border-radius: 5px;
}
.aboutjian_huan_model {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,44,92,0.4);
	display: none;
}
.aboutjian_huan_photo:hover .aboutjian_huan_model {
	display: block;
}
.aboutjian_huan_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
}
.aboutjian_huan_box img {
	margin: 0 auto;
	width: 37px;
}
.aboutjian_huan_box span {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}
.aboutjian_banner .swiper-container {
	margin: 0 auto;
	width: 1075px;
}
.aboutjian_banner .swiper-button-prev {
	width: 20px !important;
    height: 20px !important;
    background-image: url(../images/jian5.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
}
.aboutjian_banner .swiper-button-prev:after {
	content: '';
}
.aboutjian_banner .swiper-button-next {
	width: 20px !important;
    height: 20px !important;
	background-image: url(../images/jian6.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.aboutjian_banner .swiper-button-next:after {
	content: '';
}
.aboutjian_model {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;background: rgba(0,0,0,0.5);
	display: none;
	z-index: 80;
}
.aboutjian_model img {
	max-height: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
}
.mfoot {
	position: relative;
	z-index: 0;
}
.mhead {
	position: relative;
	z-index: 2;
}
.mcenter {
	position: relative;z-index: 1;
}
.honor_banner {
	position: relative;
}

.honor_banner .swiper-slide {
     
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
}
.honor_banner .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.honor_photo {
	margin-bottom: 35px;
}
.honor_photo img {
	width: 100%;
	opacity: 0.3;
}
.honor_text{
	font-size: 16px;
	color: #1f2c5c;
	text-align: center;
	margin-bottom: 15px;
	display: none;
}
.honor_banner .swiper-slide-active .honor_text {
	display: block;
}
.honor_banner .swiper-slide-active .honor_photo img {
	opacity: 1;
}
.honor_banner .swiper-container {
	width: 935px;
	margin: 0 auto;
}
.honor_banner .swiper-button-prev {
	width: 55px !important;
    height: 55px !important;
    background-image: url(../images/jian7.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
}
.honor_banner .swiper-button-prev:after {
	content: '';
}
.honor_banner .swiper-button-next {
	width: 55px !important;
    height: 55px !important;
	background-image: url(../images/jian8.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.honor_banner .swiper-button-next:after {
	content: '';
}
.course_block {
	padding: 45px 55px 0 55px;
}
.course_top_banner .gallery-thumbs {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}
.course_dian {
	margin: 0 auto;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #e5e5e5;
}
.course_title {
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 22px;
}
.course_top_banner {
	position: relative;
	width: 1050px;
	margin-bottom: 80px;
}
.course_top_banner::after {
	content: '';
	position: absolute;
	top: 38.5px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background: #e5e5e5;
}
.course_banner .swiper-button-prev {
	width: 41px !important;
    height: 41px !important;
    background-image: url(../images/jian3.png) !important;
    background-repeat: no-repeat;
    outline: none;
	top: 17px;
	/*transform: translateY(-50%);*/
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
    opacity: 1 !important;
}
.course_banner .swiper-button-prev:after {
	content: '';
}
.course_banner .swiper-button-next {
	width: 41px !important;
    height: 41px !important;
	background-image: url(../images/jian4.png) !important;
    background-repeat: no-repeat;
	outline: none;
	top: 17px;
	/*transform: translateY(-50%);*/
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
    opacity: 1 !important;
}
.course_banner .swiper-button-next:after {
	content: '';
}
.course_top:hover .course_dian {
	background: #1f2c5c;
}
.course_top:hover .course_title {
	color: #1f2c5c;
	font-weight: bold;
}
.course_banner .swiper-slide-active .course_dian {
	background: #1f2c5c;
}
.course_banner .swiper-slide-active .course_title {
	color: #1f2c5c;
	font-weight: bold;
}
.course_name {
	font-size: 18px;
	color: #1f2c5c;
	font-weight: bold;
}
.course_text {
	margin-top: 20px;
}
.course_photo {
	margin: 120px 0 35px 0;
}
.course_photo img {
	width: 100%;
}
.paging {
    width: 100%;
    height: 36px;

}

.paging .page_List {
    width: 500px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.paging .page_List li {
    width: 34px;
    height: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin: 0 4px;
}

.paging .page_List li:hover {
    background-color: #1f2c5c;
}

.page_Active {
    background-color: #1f2c5c;
    color: #fff;
}

.page_Active a {
    color: #fff !important;
}

.paging .page_List li:hover a {
    color: #fff;
}

.paging .page_List li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #878787;
    font-size: 12px;
}


.baojian_caption {
	font-size: 14px;
	color: #333333;
	margin-bottom: 40px;
}
.baojian_block {
	padding: 40px 55px;
  padding-bottom: 90px;
}
.baojian_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.baojian_box {
	width: 48%;
}
.baojian_title {
	font-size: 16px;
	color: #1f2c5c;
	font-weight: bold;
	margin-bottom: 15px;
}
.baojian_box select {
	width: 100%;
	border-radius: 5px;
	padding: 15px;
	font-size: 16px;
	color: #1f2c5c;
	appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
	background: #f6f6f6 url(../images/jian10.png) no-repeat 97% center;
	background-size: 18px 10px;
	border: none;
	outline: none;
}
select::-ms-expand { display: none; }