@charset "utf-8";
.header {
	width: 100%;
	min-height: clamp(64.2px, 5.57291666vw, 107px);
	padding: 0 clamp(46.8px, 4.0625vw, 78px);
	background: #fff;
	position: relative;
	z-index: 10002;
}

.header .warpper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.head-logo {
	margin-top: clamp(7.2px, .625vw, 12px);
}

.head-logo .logo {
	/*width: clamp(56.4px, 4.8958333vw, 94px);*/
	height: clamp(48px, 4.1666vw, 80px);
	margin-right: clamp(14.4px, 1.25vw, 24px);
}

.head-logo h1 {
	display: flex;
	flex-wrap: wrap;
}

.head-logo strong {
	font-size: clamp(19.2px, 1.6667vw, 32px);
	color: #004fa7;
	display: inline-flex;
	padding-top: clamp(6px, .5208333vw, 10px);
	padding-bottom: clamp(4.8px, .41666vw, 8px);
}

.head-logo P {
	font-size: clamp(13.2px, 1.1458333vw, 22px);
	color: #004fa7;
	font-weight: normal;
}

.head-column {
	display: flex;
}

.head-column__switch {
	display: flex;
	margin-right: clamp(24px, 2.08333vw, 40px);
	margin-top: clamp(25.2px, 2.1875vw, 42px);
}

.head-column__switch span {
	height: clamp(12px, 1.041666vw, 20px);
	padding: 0 clamp(6px, .5208333vw, 10px);
	line-height: clamp(12px, 1.041666vw, 20px);
	border-left: 1px solid #adadad;
	font-size: clamp(12px, .9375vw, 18px);
	color: #adadad;
}

.head-column__switch span:first-child {
	border: none;
}

.head-column__share {
	display: flex;
	margin-top: clamp(20.4px, 1.7708333vw, 34px);
	position: relative;
}

.head-column__share .wx_box {
	position: absolute;
	top: clamp(24px, 2.08333vw, 40px);
	left: 0;
	margin-top: 5px;
	margin-left: -20px;
	background: #fff;
	padding: clamp(3px, .260411666vw, 5px);
	display: none;
}

.head-column__share span {
	margin: 0 clamp(3px, .260411666vw, 5px);
	width: clamp(24px, 2.08333vw, 40px);
	height: clamp(24px, 2.08333vw, 40px);
	border-radius: clamp(24px, 2.08333vw, 40px);
}

.head-column__share span.wx {
	background: url(../images/icon_wx.png);
	background-size: 100%;
}

.head-column__share span.wx:hover {
	background: url(../images/icon_wx2.png);
	background-size: 100%;
}

.head-column__share span.email {
	background: url(../images/icon_email.png);
	background-size: 100%;
}

.head-column__share span.email:hover {
	background: url(../images/icon_email2.png);
	background-size: 100%;
}

.head-column__share span.search {
	background: url(../images/icon_ss.png);
	background-size: 100%;
	cursor: pointer;
}

.head-column__share span.search:hover {
	background: url(../images/icon_ss.png);
	background-size: 100%;
	cursor: pointer;
}

.head-column__share .search_box {
	position: fixed;
	left: 0;
	top: clamp(64.2px, 5.57291666vw, 107px);
	z-index: 2;
	background: #fff;
	padding: 40px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	text-align: center;
	display: none;
}

.head_soso .between-center {
	width: 720px;
	position: relative;
	margin: auto;
}

.between-center .btns {
	width: 15%;
	height: 53px;
	background: #0088fe;
	color: #fff;
	font-size: 19px;
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.head_soso .between-center .text {
	width: 84%;
	height: 53px;
	background: #f3f3f3;
	color: #333;
	font-size: 16px;
	border: none;
	padding: 0 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.head_soso .between-center i {
	width: 28px;
	height: 100%;
	background: url(../images/ico_close.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	right: -120px;
	top: 0;
	cursor: pointer;
	transition: all .6s;
}

.head_soso .between-center i:hover {
	transform: rotate(180deg);
}

.head_btn {
	width: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

.head_btn i {
	display: block;
	width: 100%;
	height: 2px;
	float: left;
	background-color: #065fbf;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
}

.head_btn i.bar-top {
	margin-top: 0;
}

.head_btn i.bar-cen {
	margin-top: 6px;
}

.head_btn i.bar-bom {
	margin-top: 6px;
}

.head_btn.cur i.bar-cen {
	opacity: 0;
}

.head_btn.cur i.bar-top {
	-webkit-transform: rotate(45deg) translate(6px, 6px);
	transform: rotate(45deg) translate(6px, 6px);
}

.head_btn.cur i.bar-bom {
	-webkit-transform: rotate(-45deg) translate(5.5px, -5px);
	transform: rotate(-45deg) translate(5.5px, -5px);
}

.navigator {
	width: 100%;
	height: auto;
	min-height: clamp(48px, 4.1666vw, 80px);
	padding: 0 clamp(46.8px, 4.0625vw, 78px);
	background: #0088fe;
}

.navigator ul.nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.navigator .nav li {
	line-height: clamp(48px, 4.1666vw, 80px);
	color: #fff;
	font-size: clamp(13.2px, 1.1458333vw, 22px);
	width: auto;
	min-width: clamp(36px, 3.125vw, 60px);
	text-align: center;
	margin-left: clamp(56.4px, 4.8958333vw, 94px);
	position: relative;
}

.navigator .nav li:first-child {
	margin: 0;
}

.navigator .nav li:after {
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s ease;
}

.navigator .nav li.current:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.navigator .nav li>a {
	display: block;
	color: #fff;
}

.navigator .nav li:hover:after {
	width: 100%;
}

.footer {
	width: 100%;
	background: #4b4f50;
}

.footer .links {
	width: 100%;
	background: #606364;
	padding: clamp(13.2px, 1.1458333vw, 22px) clamp(150px, 13.0208333vw, 250px);
	font-size: clamp(12px, .9375vw, 18px);
	color: #fff;
}

.footer .links label {
	float: left;
	margin-right: clamp(42px, 3.6485333vw, 70px);
	line-height: clamp(15.6px, 1.3541666vw, 26px);
}

.footer .links select {
	margin-right: clamp(105px, 9.11458333vw, 175px);
	padding-right: clamp(14.4px, 1.25vw, 24px);
	background: none;
	color: #fff;
	font-size: clamp(12px, .9375vw, 18px);
	border: none;
}

.copyright {
	padding: 0 clamp(150px, 13.0208333vw, 250px);
}

.copyright .cont {
	padding: clamp(12px, 1.041666vw, 20px) 0;
	border-bottom: 1px solid #818485;
	position: relative;
	overflow: hidden;
}

.copyright .cont p {
	width: clamp(183px, 15.88541666vw, 305px);
	height: clamp(16.8px, 1.458333vw, 28px);
	line-height: clamp(16.8px, 1.458333vw, 28px);
	padding: clamp(7.2px, .625vw, 12px) 0;
	font-size: clamp(12px, .9375vw, 18px);
	color: #fff;
	float: left;
	box-sizing: content-box;
}

.copyright .cont p i {
	width: clamp(16.8px, 1.458333vw, 28px);
	height: clamp(16.8px, 1.458333vw, 28px);
	border-radius: clamp(16.8px, 1.458333vw, 28px);
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	margin-right: clamp(8.4px, .7291666vw, 14px);
}

.copyright .cont p.tel i:after {
	content: '';
	width: clamp(7.2px, .625vw, 12px);
	height: clamp(8.4px, .7291666vw, 14px);
	background: url(../images/icon_dh.png);
	background-size: 100%;
	display: block;
}

.copyright .cont p.email i:after {
	content: '';
	width: clamp(8.4px, .7291666vw, 14px);
	height: clamp(6px, .5208333vw, 10px);
	background: url(../images/icon_yx.png);
	background-size: 100%;
	display: block;
}

.copyright .cont p.site {
	clear: both;
}

.copyright .cont p.site i:after {
	content: '';
	width: clamp(8.4px, .7291666vw, 14px);
	height: clamp(8.4px, .7291666vw, 14px);
	background: url(../images/icon_dz.png);
	background-size: 100%;
	display: block;
}

.copyright .erwm {
	position: absolute;
	top: .clamp(120px, 10.41666vw, 200px);
	right: 0;
	height: clamp(56.4px, 4.8958333vw, 94px);
	text-align: right;
	padding-left: clamp(36px, 3.125vw, 60px);
}

.copyright .erwm .box {
	width: clamp(64.2px, 5.57291666vw, 107px);
	height: clamp(64.2px, 5.57291666vw, 107px);
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.copyright .erwm img {
	width: clamp(56.4px, 4.8958333vw, 94px);
	height: clamp(56.4px, 4.8958333vw, 94px);
}

.copyright .erwm p {
	display: flex;
	align-items: center;
	position: absolute;
	top: clamp(14.4px, 1.25vw, 24px);
	left: 0;
}

.copyright .erwm p span {
	width: clamp(12px, 1.041666vw, 20px);
	padding: 0 0.0clamp(120px, 10.41666vw, 200px);
	line-height: clamp(10.8px, .9375vw, 18px);
}

.copyright .rights {
	padding: clamp(18px, 1.5625vw, 30px) 0;
	position: relative;
	font-size: clamp(12px, .8333vw, 16px);
	color: #fff;
	clear: both;
	overflow: hidden;
}

.copyright .rights span {
	color: #9398a8;
}

.copyright .rights img {
	width: clamp(14.4px, 1.25vw, 24px);
	height: clamp(18px, 1.5625vw, 30px);
	float: right;
	margin-top: -clamp(3px, .260411666vw, 5px);
}

.content_pages {
	width: 100%;
	text-align: center;
}

.content_pages .pages {
	display: inline-block;
	clear: both;
	overflow: hidden;
}

.content_pages a,
.content_pages span {
	width: auto;
	min-width: clamp(32.4px, 2.8125vw, 54px);
	height: clamp(32.4px, 2.8125vw, 54px);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #666;
	font-size: clamp(10px, .8333vw, 16px);
	padding: 0 clamp(12px, 1.041666vw, 20px);
	border: 1px solid #f7f7f7;
	border-left: none;
	background: #fff;
	box-sizing: border-box;
	float: left;
}

.content_pages a:first-child {
	border-left: 1px solid #f7f7f7;
}

.content_pages a.current {
	color: #fff !important;
	background: #0088fe;
}

.content_pages a:hover {
	color: #0088fe;
}

.between {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.wf100 {
  width: 100%;
  float: left;
}
.head_box .lower-box {
  border-top: 1px solid #ececec;
  position: relative;
  /*overflow: hidden;*/
  transition: all .6s;
  width: 100%;
  height: clamp(48px, 4.1666vw, 80px);
  padding: 0 clamp(46.8px, 4.0625vw, 78px);
}
.head_box .lower-box::after {
  content: '';
  width: 100%;
  height: clamp(48px, 4.1666vw, 80px);
  background: #0088fe;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.head_box .lower-box .w1200 {
  position: relative;
  z-index: 2;
}
.head_box .lower-box .head_menu ul li {
  width: clamp(114px, 9.8958333vw, 190px);
  float: left;
  text-align: center;
  position: relative;
  /*overflow: hidden;*/
}
.head_box .lower-box .head_menu ul li span {
  width: 100%;
  float: left;
}
.head_box .lower-box .head_menu ul li span a {
  display: inline-block;
  line-height: clamp(48px, 4.1666vw, 80px);
  position: relative;
  font-size: clamp(14.4px, 1.25vw, 24px);
  color: #fff;
  white-space:nowrap; 
  overflow:hidden;
}
.head_box .lower-box .head_menu ul li span a::after {
  content: '';
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .6s;
}
.head_box .lower-box .head_menu ul li.active span a,
.head_box .lower-box .head_menu ul li:hover span a {
  color: #fff;
}
.head_box .lower-box .head_menu ul li.active span a::after,
.head_box .lower-box .head_menu ul li:hover span a::after {
  width: 100%;
}
.head_box .lower-box .head_menu ul li .erji {
  width: 100%;
  /*height: 100%;*/
 height: 0;
  float: left;
  /*padding: clamp(8.4px, .7291666vw, 14px) 0;*/
  padding: 0;
  /*transition: all .6s;*/
  position: relative;
  overflow: hidden;
  display: none;
}
.head_box .lower-box .head_menu ul li .erji::after {
  content: '';
  width: 100%;
  height: 10px;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
  position: absolute;
  left: 0;
  top: clamp(-6px, -.5208333vw, -10px);
  opacity: 0;
  transition: all .6s;
}
.head_box .lower-box .head_menu ul li .erji a {
  width: 100%;
  float: left;
  line-height: clamp(24px, 2.08333vw, 40px);
  font-size: clamp(9.6px, .8333vw, 16px);
  color: #666;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: clamp(7.2px, .625vw, 12px) clamp(9.6px, .8333vw, 16px);
}
.head_box .lower-box .head_menu ul li:hover .erji a {
  color: #666
}
.head_box .lower-box .head_menu ul li .erji a::after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 5px;
  transition: all .6s;
}
.head_box .lower-box .head_menu ul li .erji a:hover,
.head_box .lower-box .head_menu ul li .erji a.active {
  color: #666;
}
.head_box .lower-box .head_menu ul li .erji a:hover::after {
  /*width: 100%;*/
}
.head_box .lower-box .head_menu ul li:hover .erji {
  /*background: #ffcc33;*/
}
.head_box .lower-box .head_menu ul li:hover .erji::after {
  opacity: 1;
}
/*.head_box .lower-box:hover {
  height: 400px;
  background: rgba(0,136,254,0.95);
}*/
.head_box .lower-box .head_menu ul li:hover .erji{
	position: absolute;
	top: clamp(47px, 4.0666vw, 79px);
	left: 0;
	width: 100%;
	height: auto;
	background: #fff;
}
.head_box .lower-box .head_menu ul li .erji a:hover{
	background: #0088fe;
	color: #fff;
}
@media (max-width: 750px) {
	.header {
		padding: 0 10px;
	}
	.footer .links {
		padding: 10px;
	}
	.copyright {
		padding: 0 10px;
	}
	.information_slide {
		width: 100%;
		height: auto;
	}
	.information_column {
		width: 100%;
		height: auto;
	}
	.decision-consult {
		height: auto;
	}
	.decision_left,
	.decision_right,
	.decision_item,
	.decision_center {
		width: 100%;
		float: left;
		clear: both;
	}
	.decision-reference .bd ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.decision-reference .bd li {
		width: 45%;
		padding-bottom: clamp(12px, 1.041666vw, 20px);
		padding-left: 0;
	}
	.institution_map {
		width: 100%;
		clear: both;
		height: auto;
	}
	.institution_map dl {
		left: 50%;
		top: 50%;
		margin-top: clamp(24px, 2.08333vw, 40px);
		margin-left: -clamp(120px, 10.41666vw, 200px);
		opacity: 0;
	}
	.institution_dynamic {
		width: 100%;
		height: auto;
		position: relative;
	}
	.corner_list ul {
		width: 100%;
	}
	.corner_list li {
		width: 100%;
	}
	.corner_list li .img_box {
		width: 100%;
		height: auto;
	}
	.corner_list li .img_box img {
		width: 100%;
		height: auto;
	}
	/*.corner_list li p{
		font-size: 16px;
	}
	.corner_list li span{
		font-size: 14px;
	}*/
	.decision_list ul {
		width: 100%;
	}
	.decision_list li {
		width: 100%;
	}
	.journal_home.cg .bd ul {
		width: 100%;
		left: 0;
	}
	.journal_home.cg .bd li {
		width: 100%;
		margin: 0;
		margin-bottom: clamp(19.2px, 1.6667vw, 32px);
	}
	.decision_dt ul {
		width: 100%;
	}
	.decision_dt li {
		width: 100%;
		margin: 0;
		margin-bottom: clamp(25.2px, 2.1875vw, 42px);
	}
	.decision_dt li .img_box {
		height: auto;
	}
	.decision_dt li .img_box img {
		width: 100%;
	}
	.decision_info {
		padding: 0 10px clamp(120px, 10.41666vw, 200px);
	}
	.decision_info .container_info {
		width: 100%;
	}
	.decision_info .link {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		clear: both;
	}
	.decision_info .link p.site i {
		position: relative;
		top: 0;
		left: 0;
	}
	.decision_info .ewm {
		width: auto;
	}
	.decision_info .ewm img {
		width: auto;
		height: auto;
		display: block;
		margin: auto;
	}
	.journal_home_hd .hd {
		padding-left: 10px;
	}
	.journal_home {
		padding: 0 10px;
	}
	.head-column__switch {
		padding-bottom: clamp(20.4px, 1.7708333vw, 34px);
	}
	.news_home {
		padding: 0 10px;
	}
	.news_container {
		padding: 0 10px;
	}
	.decision_list {
		padding-left: 10px;
		padding-right: 10px;
	}
	.journal_home.cg .journal_home_hd .tit {
		display: none;
	}
	.journal_home.dt .journal_home_hd .tit {
		display: none;
	}
	.journal_home_hd .tit {
		/*display: none;*/
	}
	.introduce .title {
		width: 100%;
		text-align: center;
	}
	.introduce .container {
		width: 100%;
	}
	.journal_home_hd .crumb {
		float: left;
		border: none;
	}
	.decision_dtyw li strong {
		width: calc(100vw - 98px);
		padding-left: 10px;
	}
	.decision_dtyw li p {
		width: calc(100vw - 98px);
		padding-left: 10px;
	}
	.decision_dtyw li .img_box {
		display: block;
		clear: both;
		width: auto;
		height: auto;
		margin: auto;
	}
	.news-column__icon {
		left: 1px;
	}
	.news-column li>span {
		padding: 0 10px;
	}
	.news-column {
		padding: 0 10px;
	}
	.news-column li i {
		display: none;
	}
	.news-column li>span:after {
		opacity: 0;
	}
	.information {
		padding-left: 10px;
		padding-right: 10px;
	}
	.decision_left .box p,
	.decision_right .box p,
	.decision_center .box p {
		padding: 0 20px;
		width: 50%;
		text-align: center;
	}
	.decision-reference,
	.journal,
	.institution_dynamic,
	.chronicle-events {
		padding: 0 10px;
	}
	.decision-reference .hd {
		right: 10px;
	}
	.decision-reference h3 span {
		opacity: 0;
	}
	.contribution {
		opacity: 0;
	}
	.journal .hd {
		right: 10px;
	}
	.journal .jbd .img-box {
		width: 100%;
		height: auto;
	}
	.journal .jbd .img-box span {
		width: 100%;
		top: 36%;
		left: -46%;
	}
	.journal .jhd {
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	.journal .jbd .conts {
		width: 100%;
		height: auto;
	}
	.journal .jhd li {
		width: 25%;
		height: auto;
	}
	.journal .jhd li span {
		width: 100%;
	}
	.information_column .bd ul {
		padding: 10px;
	}
	.information_column .hd li {
		font-size: 14px;
	}
	.institution_map h3 {
		padding-left: 10px;
	}
	.institution_dynamic h3 {
		padding-left: 10px;
	}
	.institution_dynamic .more {
		right: 10px;
	}
	.chronicle-events h3 {
		padding: 10px;
	}
	.chronicle-events .more {
		width: auto;
		padding: 0 5px;
		left: 10px;
	}
	.chronicle-events {
		height: auto;
	}
	.institution_map .dots {
		left: 50%;
		top: 50%;
		margin-left: 13px;
		margin-top: 5px;
	}
	.institution_map .dot {
		opacity: 0.5;
		width: 5px;
		height: 5px;
		margin-left: 22%;
		margin-top: 14%;
	}
	.memoir .top {
		position: relative;
	}
	.memoir .line {
		clear: both;
		width: 100%;
		padding: 0;
	}
	.journal_home {
		position: relative;
		z-index: 100;
		margin-top: clamp(-60px, -5.208333vw, -100px);
		width: 100%;
		padding: 0 1.52rem;
	}
	.head_btn {
		display: block;
	}
	.head-column__share .head_soso {
		top: 182px;
		padding: 15px 0;
	}
	.head_soso .between-center {
		width: 100%;
		padding-right: 35px;
	}
	.head_soso .between-center .text {
		width: 78%;
		height: 35px;
		padding: 0 12px;
		font-size: 14px;
	}
	.head_soso .between-center .btns {
		width: 20%;
		height: 35px;
		font-size: 16px;
	}
	.head_soso .between-center i {
		width: 20px;
		right: 0;
	}
	.navigator {
		padding: 0 10px;
	}
	.navigator .nav li {
		margin: 0;
		width: 33.333%;
	}
	.navigator .nav {
		display: none !important;
	}
	.head_box .lower-box {
		height: auto;
		background: #fff;
		overflow: auto !important;
		max-height: calc(100vh - 51px);
		display: none;
		transition: none;
		padding: 0;
	}
	.head_box .lower-box::after {
		display: none;
	}
	.head_box .lower-box:hover {
		height: auto;
		background: #fff;
	}
	.head_box .lower-box .w1200 {
		width: 100% !important;
	}
	.head_box .lower-box .head_menu ul {
		display: block;
	}
	.head_box .lower-box .head_menu ul li {
		width: 100%;
		padding: 0 3%;
		border-bottom: 1px solid #f0f0f0;
	}
	.head_box .lower-box .head_menu ul li span a {
		float: left;
		font-size: 16px;
		line-height: 40px;
		font-weight: bold;
		color: rgb(6, 95, 191);
	}
	.head_box .lower-box .head_menu ul li.active span a,
	.head_box .lower-box .head_menu ul li:hover span a {
		padding-left: 10px;
		color: rgb(6, 95, 191);
	}
	.head_box .lower-box .head_menu ul li.active span a::after,
	.head_box .lower-box .head_menu ul li:hover span a::after {
		width: 2px;
		height: 20px;
		top: 50%;
		margin-top: -10px;
	}
	.head_box .lower-box .head_menu ul li .erji {
		height: auto;
		background: #f1f1f1;
		margin-bottom: 12px;
		padding: 0;
	}
	.head_box .lower-box .head_menu ul li:hover .erji {
		background: #f1f1f1;
	}
	.head_box .lower-box .head_menu ul li .erji a {
		width: 33.33%;
		font-size: 14px;
		text-align: left;
		line-height: 40px;
		border-bottom: 1px solid #dfdfdf;
		color: #444;
	}
	.head_box .lower-box .head_menu ul li .erji a::after {
		display: none;
	}
	.head_box .lower-box .head_menu ul li .erji::after {
		opacity: 1;
		box-shadow: none;
		background: #f1f1f1;
		top: auto;
		bottom: 0;
		height: 2px;
	}
	.information_slide .bd .item{
		width: 100vw;
	}
	.information_slide .bd li{
		width: 100%;
	}
	.information_slide .img-box{
		width: 100%;
		height: 100%;
	}
	.information_column .bd{
		height: auto;
	}
	.head_box .lower-box .head_menu ul li .erji{
		display: block;
	}
}