﻿/* CSS Document */
.white {
	background: #fff;
	display: block;
	overflow: hidden;
	margin-top: 3.125rem;
	padding-top: 1rem;
	padding-bottom: 1.5rem;
}

.hot {
	margin: 0 4rem;
	padding-bottom: 0.625rem;
}

.hot h2 {
	font-size: 1.8rem;
	padding: 1rem 0 1rem;
	text-align: center;
	font-weight: 900;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice-content {
	width: 100%;
}

#block2 {
	width: 100%;
}

#block2 ul {
	height: 2.5rem;
	margin: 0;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#block2 ul li {
	float: left;
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	line-height: 2.5rem;
	height: 2.5rem;
	font-size: 1rem;
}

#block2 ul li a {
	text-decoration: none;
}

#block2 ul li:nth-child(3n) {
	margin-right: 0;
}

/*新闻*/
.newcon {
	margin: 2.875rem 0.5rem;
	padding-bottom: 0rem;
	clear: both;
}

.newcon_video {
	margin: 1.5rem auto;
}

.new {
	margin: 1rem auto 0;
	width: 100%;
	overflow: hidden;
}

.focus {
	position: relative;
	width: 35.4375rem;
	height: 19.875rem;
	overflow: hidden;
	background-color: #000;
	float: left;
	font-size: 1rem;
}

.focus img {
	width: 35.4375rem;
	height: 19.875rem;
	object-fit: cover;
}

.focus .btn {
	position: absolute;
	bottom: 34px;
	overflow: hidden;
	zoom: 1;
}

.focus .btn a {
	position: relative;
	display: inline;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
	cursor: pointer;
	background: #4c99e8;
}

.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}

.focus .shadow {
	width: 15rem;
	position: absolute;
	bottom: 0rem;
	left: 0px;
	z-index: 10;
	height: 3.125rem;
	line-height: 3.125rem;
	background: url(../images/imgbg.png) repeat-x;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	padding: 0 1rem;
}

.focus .shadow a {
	width: 100% !important;
	height: 3.4375rem !important;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}

.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
}

.focus .fbg {
	bottom: 0rem;
	right: 1rem;
	float: right;
	position: absolute;
	height: 3.125rem;
	text-align: right;
	background: url(../images/imgbg.png) repeat-x;
	z-index: 200;
}

.focus .fbg div {
	margin: 1.25rem auto 0;
	overflow: hidden;
	zoom: 1;
	height: 0.625rem;
}

.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 5px;
	margin: 0 5px;
	outline: 0;
	float: left;
	background: #fff;
}

.focus .D1fBt .current {
	background: #fff;
	width: 1.875rem;
	height: 0.625rem;
}

.focus .D1fBt img {
	display: none
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.news_right {
	float: right;
	width: 36.875rem;
	height: 19.575rem;
	display: block;
	overflow: hidden;
}

.news_right1 {
	width: 34.75rem;
	min-height: 25.5rem;
	height: auto !important;
	_heigt: 25.5rem;
	float: left;
	margin-right: 3%;
	display: inline !important;
	overflow: hidden;
}

.news_code {
	width: 18.23rem;
	height: 25rem;
	float: right;
	display: inline-block;
	margin-top: 1rem;
}

.right_area {
	float: left;
	margin-top: 0rem;
	border: 1px solid #dedede;
	border-top: none;
	width: 18.23rem;
}

.right_area h2 {
	border-top: 3px solid #063489;
	width: 100%;
	font-size: 1.05rem;
	text-align: center;
	line-height: 3rem;
	height: 3rem;
	font-weight: bold;
	color: #063489;
	border-bottom: 1px solid #dedede;
}

.right_area h3 {
	text-align: center;
	width: 100%;
	float: left;
}

.right_area h3 img {
	width: 6.29rem;
	height: 6.29rem;
	object-fit: cover;
	text-align: center;
	margin: 2rem 6rem 0;
}

.right_area span {
	float: left;
	width: 18.23rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.95rem;
	text-align: center;
	color: #063489;
}

.news-first {
	width: 100%;
	margin: 1em 0em 0.5em 0em;
	display: inline-block;
}

.news-first img {
	width: 12.75rem;
	height: 8.25rem;
	object-fit: cover;
	margin-right: 1rem;
	display: inline-block;
	float: left;
	-webkit-transition: 1s all;
	/* 适用Safari 和 Chrome兼容 */
	-moz-transition: 1s all;
	/* 适用Firefox兼容 */
	-ms-transition: 1s all;
	/* 适用IE9兼容 */
	-o-transition: 1s all;
	/* Opera */
	transition: 1s;
}

.news-first img:hover {
	-webkit-transform: scale(1.1);
	/*在Safari 和 Chrome兼容下还原*/
	-moz-transform: scale(1.1);
	/*在Firefox兼容下还原*/
	-ms-transfrom: scale(1.1);
	/*在IE9兼容下还原*/
	-o-transform: scale(1.1);
	/*在opera兼容下还原*/
	transform: scale(1.1);
	/*适用于所有浏览兼容下还原*/
}

.news-first h3>a {
	width: 13.3rem;
	font-size: 1.125rem;
	margin: 1em 0;
	font-weight: 900;
	height: 6.25rem;
	line-height: 2rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.newlist1 {
	margin-top: 0rem;
}

.newlist1 ul {
	float: left;
	height: 3.125rem;
	border-bottom: 1px solid #d7d7d7;
	width: 100%;
}

.newlist1 li {
	margin: 0 4.5rem 0 0;
	float: left;
	font-size: 1.375rem;
	height: 3.125rem;
	text-align: center;
	line-height: 3.125rem;
	cursor: pointer;
}

.newlist1 li.hover {
	float: left;
	font-size: 1.375rem;
	height: 3.125rem;
	text-align: center;
	color: #063489;
	line-height: 3.125rem;
	cursor: pointer;
	border-bottom: 3px solid #063489;
	font-weight: bold;
}

.notice,
.notice_01 {
	width: 100%;
	margin-top: 0.8rem;
	float: left;
	clear: both;
	height: 33rem;
}

.notice ul,
.notice_01 ul {
	padding: 0px;
	position: relative;
	display: inline-block;
	float: left;
	width: 100%
}

.notice h2,
.notice_01 h2 {
	width: 100%;
	margin: 0.5rem 0 1rem;
}

.notice li,
.notice_01 li {
	float: left;
	width: 100%;
	line-height: 2.2rem;
	height: 2.2rem;
	font-size: 1rem;
}

.notice li a {
	float: left;
	max-width: 90%;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	text-indent: 1rem;
}

.notice span,
.notice_01 span {
	line-height: 2.5rem;
	color: #999;
	font-size: 1rem;
	margin-left: 1rem;
}

.notice_01 li a {
	float: left;
	max-width: 95%;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	text-indent: 1rem;
}

.notice_01 .content {
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 3rem;
	text-align: justify;
}

.inlet {
	margin: 0 1.25rem;
}

.inlet_4 {
	float: left;
	width: 19.44rem;
	margin: 0 0.7rem 1rem 0;
	box-shadow: 5px 5px 0px #cfe7f1, -5px -5px 0px #ffffff;
}

.inlet_4:nth-child(4) {
	margin-right: 0;
}

.wxwb-bd {
	background: #e2f2ff;
	overflow: hidden;
	display: block;
	line-height: 4.875rem;
	font-size: 1.25rem;
}

.wxwb-bd a {
	font-weight: bold;
	color: #2355b0;
	padding: 0px 0;
	background: url(../images/hd-botbg.png) no-repeat left center;
	display: block;
	overflow: hidden;

}

.wxwb-bd a i {
	display: inline-block;
	width: 6.25rem;
	height: 5rem;
	float: left;
	margin-right: 0.8rem;
}

.hd-lhhjj a i {
	background: url(../images/icon-jj.png) no-repeat right;
}

.hd-lhhzc a i {
	background: url(../images/icon-zc.png) no-repeat right;
}

.hd-rhsq a i {
	background: url(../images/icon-rh.png) no-repeat right;
}

.hd-zywyh a i {
	background: url(../images/icon-wyh.png) no-repeat right;
}

.wxwb-bd a span {
	float: left;
}

.wxwb-bd:hover {
	background: #013aa4;
}

.wxwb-bd:hover a {
	background: url(../images/hd-botbg-hover.png) no-repeat left center;
	color: #fff;
}

.hd-lhhjj:hover a i {
	background: url(../images/icon-jj.png) no-repeat right;
}

.hd-lhhzc:hover a i {
	background: url(../images/icon-zc.png) no-repeat right;
}

.hd-rhsq:hover a i {
	background: url(../images/icon-rh.png) no-repeat right;
}

.hd-zywyh:hover a i {
	background: url(../images/icon-wyh.png) no-repeat right;
}

.quick {
	width: 100%;
	margin-top: 1rem;
}

/*20220730*/
.quick li {
	float: right;
	width: 100%;
	height: 3.6875rem;
	margin: 1rem 0rem 0rem 0.5rem;
	verflow: hidden;
	display: inline-block;
}

.quick li img {
	cursor: pointer;
	transition: all 0.3s;
	width: 100%;
	height: 3.6875rem;
}

.quick li img:hover {
	transform: scale(1.15);
}

/*20220730*/
.code {
	width: 25.5rem;
	border: 1px solid #dcdcdc;
	float: left;
	margin-top: 1.25rem;
}

.code h2 {
	height: 2.5rem;
	line-height: 2.5rem;
	font-weight: bold;
	text-align: center;
	padding: 0.625rem 0;
	border-top: 3px solid #007cc2;
	border-bottom: 1px solid #dcdcdc;
}

.code ul {}

.code ul li {
	float: left;
	width: 36%;
	margin: 0 9%;
	color: #007cc2;
}

.code ul li:nth-child(2n) {
	margin-left: 0;
}

.code ul li img {
	width: 80%;
	height: auto;
	padding: 1rem;
	border: 1px solid #dcdcdc;
	margin: 1.875rem 0 0 0;
}

.code ul li>span {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 1.5rem;
	padding-bottom: 0.625rem;
	margin-top: 0.625rem;
}

.xhjj_notice {
	width: 100%;
	margin-top: 1.2rem;
	float: left;
}

.xhjj_left {
	float: left;
	width: 22.25rem;
	height: 14.375rem;
	overflow: hidden;
	margin: 1rem 0;
}

.xhjj_left img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.xhjj_right {
	line-height: 200%;
	width: 55rem;
	float: right;
	margin: 2rem 0 0;
	overflow: hidden;
	display: block;
	height: 14.375rem;
	font-size: 1.05rem;
}

.xhzc_notice {
	width: 100%;
	margin-top: 1.2rem;
	float: left;
}

.xhzc_notice {
	width: 100%;
	margin-top: 1.2rem;
	float: left;
}

.xhzc_notice_top12 {
	margin-top: 0;
}

.xhzc_notice ul {
	line-height: 200%;
	font-size: 1.05rem;
}

.xhzc_notice li {
	float: left;
	width: 100%;
	line-height: 2.45rem;
	height: 2.45rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	text-indent: 1rem;
	background: url(../images/list.png) left no-repeat;
}

.newlist1 span {
	line-height: 2rem;
	font-size: 0.95rem;
	float: right;
	margin-top: 1rem;
	color: #676767;
}

.xhzc_notice h3 {
	width: auto;
	text-align: center;
	float: left;
	background: #f3f3f3;
	font-size: 1rem;
	margin: 0.85rem 1.5rem 0.7rem 0;
	display: block;
	font-size: 1.05rem;
}

.xhzc_notice h3 a {
	background: #f3f3f3;
	padding: 0.6rem 1rem;
	border: 1px solid #ddd;
}

.xhzc_notice h3 a:hover {
	background: #0e5db6;
	color: #fff;
	border: 1px solid #0e5db6;
	padding: 0.4rem 1rem;
}

.news {
	padding: 0rem 0 0rem;
}

.news_comm {
	margin: 0 0;
}

.news-detailed-nav,
.interact-detailed-nav {
	text-align: center;
	display: block;
	border-bottom: 1px solid #eaeaea;
	min-height: 3.125rem;
	height: auto !important;
	_heigt: 3.125rem;
}

.news-detailed-nav>a,
.library-6-nav>a,
.interact-detailed-nav>a {
	min-height: 3.125rem;
	height: auto !important;
	_heigt: 3.125rem;
	font-size: 1.375rem;
	line-height: 3.125rem;
	display: inline-block;
	margin: 0 1.5rem;
}

.news-detailed-nav>a:hover,
.news-detailed-nav>.hover,
.library-6-nav>a:hover,
.library-6-nav>.hover,
.interact-detailed-nav>a:hover,
.interact-detailed-nav>a.hover {
	color: #147dbe;
	height: 3.125rem;
	border-bottom: 3px solid #147dbe;
	padding: 0.125rem 0rem;
	font-weight: bold;
}

.news-detailed-list>li {
	padding: 1.5rem 0;
	width: 35rem;
	float: left;
	margin-right: 2.5rem;
	overflow: hidden;
}

.news-detailed-list>li:nth-child(2n) {
	margin-right: 0rem;
}

.news-detailed-list1 {
	float: left;
	width: 100%;
	margin-top: 0.5rem;
	margin-bottom: 3rem;
}

.news-detailed-list1 li {
	float: left;
	width: 100%;
	line-height: 3.75rem;
	height: 3.75rem;
	background: url(../images/listicon.png) 1rem no-repeat;
	border-bottom: 1px dotted #c7d6de;
	font-size: 1rem;
	text-indent: 2rem;
}

.news-detailed-list1 li a:hover {
	background: #f1faff url(../images/listicon-hover.png) 1rem no-repeat;
	float: left;
	width: 100%;
}

.news-detailed-list1 span {
	line-height: 3.75rem;
	color: #999;
	font-size: 1rem;
	float: right;
	margin-right: 1rem;
}



.news-img-box {
	width: 12.125rem;
	height: 7.625rem;
	overflow: hidden;
	position: relative;
	margin-right: 1.73rem;
	float: left;
}

.news-img-box>img {
	width: 12.125rem;
	height: 7.625rem;
	object-fit: cover;
	-webkit-transition: 1s all;
	/* 适用Safari 和 Chrome兼容 */
	-moz-transition: 1s all;
	/* 适用Firefox兼容 */
	-ms-transition: 1s all;
	/* 适用IE9兼容 */
	-o-transition: 1s all;
	/* Opera */
	transition: 1s;
}

.news-img-box img:hover {
	-webkit-transform: scale(1.1);
	/*在Safari 和 Chrome兼容下还原*/
	-moz-transform: scale(1.1);
	/*在Firefox兼容下还原*/
	-ms-transfrom: scale(1.1);
	/*在IE9兼容下还原*/
	-o-transform: scale(1.1);
	/*在opera兼容下还原*/
	transform: scale(1.1);
	/*适用于所有浏览兼容下还原*/
}

.news-detailed-list>li:hover h3 {
	color: #007cc2;
}

.news-detailed-list>li h3 {
	height: 4.5rem;
	font-size: 1.125rem;
	color: #182722;
	line-height: 1.5rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-top: 0.5rem;
}

.news-detailed-list>li span {
	height: 1.2rem;
	font-size: 0.9rem;
	color: #676767;
	line-height: 1.2rem;
}

.news-detailed-list {
	float: left;
	margin-top: 0.5rem;
	margin-bottom: 3rem;
}


.search_flag {
	position: relative;
	width: 40.93rem;
	margin: 0 auto;
}

.search_flag input[type="text"] {
	width: 33rem;
	height: 2.7rem;
	background-color: #ffffff;
	border: 1px solid #c7d6de;
	border-right: none;
	border-radius: 0.4rem 0 0 0.4rem;
	line-height: 2.7rem;
	padding: 0 0rem 0 0rem;
	text-indent: 0.5rem;
	font-size: 1rem;
	margin-top: 1.5rem;
	text-indent: 1rem;
}

.search_flag input[type="submit"] {
	width: 4.5rem;
	height: 2.92rem;
	border: 1px solid #c7d6de;
	background: #008ae8;
	position: relative;
	font-size: 1rem;
	top: 0rem;
	line-height: 2.92rem;
	left: -0.3rem;
	font-size: 1rem;
	color: #fff;
	border-radius: 0rem 0.4rem 0.4rem 0;
}

.search_flag input[type="submit"]:hover {}

.search_flag input:focus {
	outline: none
}

.news-content {
	margin-top: 1rem;
	min-height: 15rem;
	height: auto !important;
	_heigt: 15rem;
	display: block;
	overflow: hidden;
}

.news-content>h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #2c2c2c;
	margin: 1.03rem;
	font-weight: bold;
	padding: 1rem 0;
}

.news-content>h4 {
	font-weight: bold;
	line-height: 3rem;
	border-bottom: 1px solid #ddd;
	font-size: 1.15rem;
	margin: 1rem 0;
	float: left;
	width: 100%;
}

.news-content>h3 {
	line-height: 3rem;
	color: #007cc2;
	font-weight: bold;
	float: left;
	width: 100%;
}

.news-content>span {
	font-size: 0.95rem;
	display: block;
	text-align: center;
	margin-bottom: 1.2rem;
	background: #e3eef3;
	padding: 0.8rem 0;
}

.news-con-text {
	font-size: 1rem;
	color: #2c2c2c;
	line-height: 2.2rem;
	float: left;
	width: 100%;
	margin-bottom: 1rem;
	/*text-indent:2rem;*/
}

.news-con-text>span {
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
	width: 100%;
}

.news-con-text>span>a {
	float: left;
	padding: 0 0rem;
}

.news-con-text>span>a:hover {
	float: left;
	padding: 0 0rem;
}

.news-con-text>p img {
	max-width: 60% !important;
	height: auto;
	display: inline-block;
}

.news-con-text>p>a {
	target-name: _blank;
}

.news-turn {
	border-top: 1px solid #eaecea;
	margin-top: 2rem;
	padding-top: 1rem;
	font-size: 1.05rem;
	float: left;
	width: 100%;
	padding-bottom: 1rem;
}

.news-turn li {
	height: 2.3rem;
	line-height: 2.3rem;
	margin: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.news-turn span {
	color: #666;
	margin-left: 1rem;
}

.news-turn strong {
	background: #e3eef3;
	padding: 0.5rem;
	color: #2c3f2d;
}

.news-turn1 {
	border-top: 1px solid #eaecea;
	margin-top: 1rem;
	padding-top: 2rem;
	font-size: 1rem;
	float: left;
	width: 100%;
}

.news-turn1 li {
	height: 2.3rem;
	line-height: 2.3rem;
	text-align: center;
	float: left;
	width: 8rem;
	background: #ff7e00;
	color: #fff;
	margin-right: 1rem;
}

.news-turn1 li>a {
	float: left;
	width: 8rem;
	color: #fff;
}

.news-turn1 li>a:hover {
	background: #0f9ddf;
}

.back {
	float: right;
	background: #F90;
	padding: 0.5rem 1rem;
	color: #fff;
}

.science_left {
	float: left;
	width: 30rem;
}

.science_left ul {
	width: 100%
}

.science_left ul h2>img {
	width: 30rem;
	display: inline-block;
	height: 19.75rem;
	overflow: hidden;
	margin: 0 0;
}

.science_left span {
	width: 100%;
	float: left;
	height: 1.5rem;
	margin: 0.5rem 0 0.5rem;
	text-align: left;
	font-size: 1.05rem;
	height: 1.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.science_left h5 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 0.85rem;
	color: #676767;
}

.library-6-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.library-6-list>li {
	float: left;
}

.library-6-list-books>li:nth-child(7n) {
	margin-right: 0;
}

.library-6-list>li h3 {
	height: 3.4rem;
	font-size: 1rem;
	color: #405142;
	line-height: 3.4rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.05rem;
}

.library-6-box {
	overflow: hidden;
	position: relative;
}

.library-6-box-books {
	width: 10rem;
	height: 13rem;
}

.library-6-box-books>img {
	height: 13rem;
}

.library-6-box-books>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: height 0.5s;
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;
}

.library-6-list>li:hover img {
	height: 109%;
}

.library-6-list>li:hover h3 {
	color: #007cc2;
}

.library-6-list:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.library-6-list {
	*zoom: 1;
}

.library-6-list-books>li {
	width: 10rem;
	margin-right: 1.6rem;
	margin-top: 1.5rem;
}

.news-detailed-list7 {
	position: relative;
	float: left;
	margin-top: 2rem;
	width: 100%;
}

.news-detailed-list7>li {
	padding: 0.6rem 0;
	border-bottom: 1px dashed #eaecea;
	float: left;
	background: url(../images/list.png) 1rem center no-repeat;
	text-indent: 2rem;
	width: 100%;
	font-size: 1.05rem;
	height: 3rem;
	line-height: 3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-detailed-list7>li span {
	float: right;
	color: #878787;
	font-size: 0.95rem;
	padding-right: 1rem;
}

.news-detailed-list7>li:hover {
	background: #f3f3f3 url(../images/list.png) 1rem center no-repeat;
}

.interact1 {
	padding: 1rem 0 0;
}

.interact-list li {
	position: relative;
	border-bottom: none;
}

.interact-list li:first-child {
	border-bottom: none;
}

.interact-list .a-text {
	font-size: 1.05rem;
	color: #484848;
	background: #f3f3f3;
	padding: 1.27rem 2rem;
	display: none;
	line-height: 2rem;
	border-bottom: none;
}

.q-title {
	width: 100%;
	font-size: 1.05rem;
	background: url(../images/list.png) left center no-repeat;
	text-indent: 1rem;
	line-height: 2.13rem;
	padding: 1rem 0;
	margin-right: 2rem;
	color: #484848;
	font-weight: bold;
	border-bottom: 1px dashed #e5e5e5;
	cursor: pointer;
}

.interact-list {
	margin-bottom: 0rem;
}

/*轮播start*/
.slider {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	padding: 0 !important;
}

.slideBox {
	background: #fff;
	border-radius: 4px;
}

.slider img {
	width: 100%;
	border-radius: 4px;
}

.slideBox .bd {
	height: 22.5rem;
	overflow: hidden;
	width: 85%;
	margin: 0 7.5%
}

.slideBox .bd li>a {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.slideBox .bd li>a img {
	height: 22.5rem;
	width: 100%;
}

.slideBox .bd li>h3 {
	float: right;
	width: 50%;
	height: 4.3rem;
	font-size: 1.5rem;
	color: #182722;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.slideBox .bd li>h4 {
	height: 1.2rem;
	font-size: 0.978rem;
	color: #bbb;
	line-height: 1.2rem;
}

.slideBox .bd li>p {
	height: 6.6rem;
	color: #182722;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 3rem;
	margin-bottom: 1rem;
	line-height: 2.2rem;
	text-indent: 2.2rem;
	font-size: 1.05rem;
	float: right;
	width: 50%;
}

.slideBox .bd li>h1 {
	font-size: 1.05rem;
}

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3rem;
	display: block;
	width: 50px;
	height: 140px;
	background: url(../images/slider_nav.png) 0px 0px no-repeat;
}

.slideBox .next {
	left: auto;
	right: 0;
	background-position: -50px 0;
}

.slideBox .prev:hover {
	background-position: -153px 0;
}

.slideBox .next:hover {
	background-position: -101px 0;
}

.slideBox1 {
	background: #fff;
	border-radius: 4px;
}

.slider img {
	width: 100%;
	border-radius: 4px;
}

.slideBox1 .bd {
	height: auto;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
}

.slideBox1 .bd li>a {
	float: left;
	width: 27%;
	margin-right: 1%;
	margin-left: 2%
}

.slideBox1 .bd li>a img {
	width: 90%;
}

.text {
	color: #182722;
	margin-top: 0rem;
	margin-bottom: 1rem;
	line-height: 2.2rem;
	font-size: 1.05rem;
	float: left;
	width: 69%;
	margin-right: 1%;
}

.slideBox1 .prev,
.slideBox1 .next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 0px;
	display: block;
	width: 50px;
	height: 140px;
	background: url(../images/slider_nav.png) 0px 0px no-repeat;
}

.slideBox1 .next {
	left: auto;
	right: 0;
	background-position: -50px 0;
}

.slideBox1 .prev:hover {
	background-position: -153px 0;
}

.slideBox1 .next:hover {
	background-position: -101px 0;
}

.slideBox1 .bd li>h5 {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 1rem 0 3rem;
	color: #2e2e2e;
}

/*轮播end*/
/*reset css*/
.izl-rmenu {
	margin-right: 0;
	width: 82px;
	position: fixed;
	right: 0px;
	top: 23%;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	z-index: 999;
}

.izl-rmenu .consult {
	background: url(../images/consult_icon.gif) left 0 no-repeat;
	display: block;
	width: 82px;
	height: 70px;
}

.izl-rmenu .consult .phone {
	background-color: rgb(247, 247, 255);
	position: absolute;
	width: 10rem;
	left: -10rem;
	top: 0px;
	line-height: 60px;
	color: #000;
	font-size: 1.1rem;
	text-align: center;
	display: none;
	box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
	display: inline !important;
}

.izl-rmenu .cart {
	background: url(../images/consult_icon.gif) left -70px no-repeat;
	display: block;
	width: 82px;
	height: 70px;
}

.izl-rmenu a.cart:hover .pic {
	display: block;
}

.izl-rmenu .cart .pic {
	display: none;
	position: absolute;
	left: -140px;
	top: 70px;
	width: 130px;
	height: 130px;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	border: 5px solid #fff;
}

.izl-rmenu .cart .pic img {
	width: 100%;
	height: auto;
}

.izl-rmenu .btn_top {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 39px;
	width: 82px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.izl-rmenu .cart1 {
	background: url(../images/consult_icon.gif) left -140px no-repeat;
	display: block;
	width: 82px;
	height: 70px;
}

.izl-rmenu a.cart1:hover .pic {
	display: block;
}

.izl-rmenu .cart1 .pic {
	display: none;
	position: absolute;
	left: -140px;
	top: 140px;
	width: 130px;
	height: 130px;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	border: 5px solid #fff;
}

.izl-rmenu .cart1 .pic img {
	width: 100%;
	height: auto;
}

.izl-rmenu .cart2 {
	background: url(../images/consult_icon.gif) left -210px no-repeat;
	display: block;
	width: 82px;
	height: 70px;
}

.izl-rmenu a.cart2:hover .pic {
	display: block;
}

.izl-rmenu .cart2 .pic {
	display: none;
	position: absolute;
	left: -140px;
	top: 210px;
	width: 130px;
	height: 130px;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	border: 5px solid #fff;
}

.izl-rmenu .cart2 .pic img {
	width: 100%;
	height: auto;
}

.izl-rmenu .cart3 {
	background: url(../images/consult_icon.gif) left -280px no-repeat;
	display: block;
	width: 82px;
	height: 70px;
}

.izl-rmenu a.cart3:hover .pic {
	display: block;
}

.izl-rmenu .cart3 .pic {
	display: none;
	position: absolute;
	left: -140px;
	top: 280px;
	width: 130px;
	height: 130px;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	border: 5px solid #fff;
}

.izl-rmenu .cart3 .pic img {
	width: 100%;
	height: auto;
}

.izl-rmenu .cart4 {
	background: url(../images/consult_icon.gif) left -350px no-repeat;
	display: block;
	width: 82px;
	height: 70px;
}

.izl-rmenu a.cart4:hover .pic {
	display: block;
}

.izl-rmenu .cart4 .pic {
	display: none;
	position: absolute;
	left: -140px;
	top: 350px;
	width: 130px;
	height: 130px;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	border: 5px solid #fff;
}

.izl-rmenu .cart4 .pic img {
	width: 100%;
	height: auto;
}

.izl-rmenu .cart5 {
	background: url(../images/consult_icon.gif) left -420px no-repeat;
	display: block;
	width: 82px;
	height: 70px;
}

#udesk-feedback-tab {
	position: fixed;
	right: 2px;
	top: 23%;
	margin-top: -40px;
	-webkit-box-shadow: #DDD 0px -1px 5px;
	-moz-box-shadow: #DDD 0px -1px 5px;
	box-shadow: #DDD 0px -1px 5px;
	z-index: 10000;
	cursor: pointer;
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 40px;
	width: 82px;
	background-color: #FFF !important;
	z-index: 999;
}

/*注册页面*/
.form {
	border: 1px solid #DDD;
	font-size: 1rem;
	overflow: hidden;
	padding: 0rem 15%;
	margin-top: 1.5rem;
}

.item {
	padding: 1.2rem 15%;
	border-bottom: 1px solid #EEE;
	line-height: 2rem;
}

.item span {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.item select {
	width: 82%;
	font-size: 1rem;
}

.item .width {
	width: 31.8rem;
}

.inElement {
	display: inline-block;
	_zoom: 1;
	*display: inline;
}

.inElement label {
	transition: all .5s;
}

.inElement label:focus1 {
	background: #eee;
}

.inRadio label {
	display: block;
	background: url(../images/form-radio-check-normal.png) no-repeat left center;
	padding-left: 1.2rem;
	cursor: pointer;
	font-size: 0.95rem;
}

.inRadio label.hover {
	background-image: url(../images/form-radio-checke-hover.png);
}

.inRadio label.checked {
	background-image: url(../images/form-radio-checked-normal.png);
}

.inRadio label.focus1 {
	background-image: url(../images/form-radio-checked-hover.png);
}

.inRadio label.full {
	background-image: url(../images/form-radio-full.png);
}

.inRadio label.disabled {
	background-image: url(../images/form-radio-disabled.png);
	color: #999;
	cursor: not-allowed;
}

.inRadio.checked label.hover {
	background-image: url(../images/form-radio-checked-hover.png);
}

.inRadio.checked label.focus1 {
	background-image: url(../images/form-radio-checked-hover.png);
}

.inCheckbox label {
	display: block;
	background: url(../images/form-check-check-normal.png) no-repeat left center;
	padding-left: 22px;
	cursor: pointer;
}

.inCheckbox label.hover {
	background-image: url(../images/form-check-check-hover.png);
}

.inCheckbox label.checked {
	background-image: url(../images/form-check-checked-normal.png);
}

.inCheckbox label.focus1 {
	background-image: url(../images/form-check-check-hover.png);
}

.inCheckbox label.full {
	background-image: url(../images/form-check-full.png);
}

.inCheckbox label.disabled {
	background-image: url(../images/form-check-disabled.png);
	color: #999;
	cursor: not-allowed;
}

.inCheckbox.checked label.hover {
	background-image: url(../images/form-check-checked-hover.png);
}

.inCheckbox.checked label.focus1 {
	background-image: url(../images/form-check-checked-hover.png);
}

.inText label {
	display: block;
	_zoom: 1;
	*display: inline;
}

.inText label.hover {
	border-color: #007cc2;
}

.inText label.focus1 {
	border-color: #007cc2;
	box-shadow: 0 0 5px 0 rgba(30, 94, 191, .5);
}

.inText input {
	border: 1px solid #DDD;
	margin: 0;
	padding: 10px 0px;
	box-sizing: border-box;
	font-size: 0.95rem;
	text-indent: 0.6rem;
	outline: none;
	display: inline-block !important;
}

.custom-btn1 {
	width: 8rem;
	height: 2.5rem;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	line-height: 2.5rem;
	border-radius: 10rem;
	background: transparent;
	cursor: pointer;
	position: relative;
	display: inline-block;
	outline: none;
}

.btn-12 {
	background: rgb(22, 9, 240);
	background: linear-gradient(315deg, #00c3fd 0%, #008cff 100%);
	color: #fff;
	border: none;
	transition: all 0.3s ease;
	overflow: hidden;
}

.btn-12:hover {
	background: rgb(22, 9, 240);
	background: linear-gradient(315deg, #008cff 0%, #008cff 100%);
	color: #fff;
	border: none;
	transition: all 0.3s ease;
	overflow: hidden;
}

.btn-11 {
	background: rgb(22, 9, 240);
	background: linear-gradient(315deg, #f6f6f6 0%, #ddd 100%);
	color: #747474;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
	overflow: hidden;
}

.btn-11:hover {
	background: rgb(22, 9, 240);
	background: linear-gradient(315deg, #f6f6f6 0%, #f6f6f6 100%);
	color: #747474;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
	overflow: hidden;
}

.news-content>h6 {
	font-size: 1.3rem;
	text-align: center;
	color: #2c2c2c;
	margin: 1rem 0;
	font-weight: bold;
	padding: 0.8rem 0;
	background: #e3eef3;
}

/*筛选*/
.filter {
	width: 100%;
	margin: 0 auto;
	border-radius: 4px;
	box-sizing: border-box;
	background: #fff;
	padding: 0px 0 15px 0px;
	position: relative;
	overflow: hidden;
}

.filter h4 {
	font-size: 1.23rem;
	line-height: 220%;
	border-bottom: 2px solid #7cc4ed;
	margin-bottom: 0rem;
	color: #007cc2;
	font-weight: bold;
	padding-right: 2rem;
}

.filter .items {
	position: relative;
	height: auto;
	overflow: hidden;
	font-size: 0.95rem;
	border: 1px solid #ddd;
	border-top: none;
}

.filter .items.more {
	padding-right: 110px;
}

.filter .items span {
	display: inline-block;
	position: absolute;
	left: 1rem;
	top: 0.6rem;
}

.filter .items dl {
	height: auto;
	overflow: hidden;
	padding: 0.8rem 0 0.8rem 10rem;
}

.filter .items dt {
	display: inline-block;
	position: absolute;
	left: 6rem;
	top: 0.8rem;
	color: rgba(0, 0, 0, 0.65);
}

.filter .items dt,
.filter .items dd {
	display: block;
	float: left;
	line-height: 200%;
	color: rgba(0, 0, 0, 0.65);
	margin-right: 1.2rem;
	border-radius: 4px;
}

.filter .items dt {
	color: #000;
	letter-spacing: 2px
}

.filter .items dd {
	white-space: break-word;
	text-align: center;
}

.filter .items dt a,
.filter .items dd a {
	display: block;
	line-height: 200%;
	color: inherit;
	padding: 0px 10px
}

.filter .items dt:hover a,
.filter .items dd:hover a,
.filter .items dt.active,
.filter .items dd.active {
	color: #fff;
	background-color: #17A1FF;
	border-radius: 4px;
}

.filter .items.more dd {
	margin-bottom: 10px;
}

.filter .items.more {
	height: 42px;
	overflow: hidden;
}

.filter .items h2 {
	font-weight: normal;
	font-size: 14px;
}

.news_right_h {
	width: 100%;
	min-height: 460px;
	height: auto !important;
	_heigt: 460px;
	overflow: hidden;
	position: relative;
	z-index: 15;
	padding-bottom: 10px;
	margin: 0px auto;
}

.newlist_h {
	margin-top: 1rem;
}

.newlist_h ul {
	float: left;
	height: 3.125rem;
	border-bottom: 2px solid #7cc4ed;
	width: 100%;
}

.newlist_h li {
	float: left;
	font-size: 1.23rem;
	height: 3.125rem;
	padding: 0 0rem;
	margin-right: 2rem;
	text-align: center;
	line-height: 3.125rem;
	cursor: pointer;
	color: #007cc2;
}

.newlist_h li.hover {
	float: left;
	font-size: 1.23rem;
	height: 3.125rem;
	text-align: center;
	color: #1c6ebd;
	line-height: 3.125rem;
	cursor: pointer;
	border-bottom: 2px solid #007cc2;
	padding: 0 0;
	margin-right: 2rem;
	font-weight: bold;
}

/*会议*/
.productlist {}

.productlist ul {
	position: relative;
	margin: 0 -1%;
	text-align: center;
}

.productlist li {
	float: left;
	height: 14rem;
	width: 22.8%;
	margin: 2rem 1% 0;
	text-align: center;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom: 10px;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
}

.productlist li .pic {
	padding: 1rem;
	display: block;
	overflow: hidden;
}

.productlist li .pic img {
	width: 100%;
	height: 9.37rem;
	transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.productlist li .tit {
	font-size: 1.05rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 0 0.8rem 0;
	border: none;
}

.productlist li:hover {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .19);
	transform: translate3d(0, -2px, 0);
	transition: all .3s cubic-bezier(.55, 0, .1, 1);
}

.productlist li:hover .pic {
	border-color: transparent !important;
}

.productlist li:hover .tit {
	color: #007cc2;
}

.productlist li:hover img {
	transform: scale(1.25);
	-ms-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-o-transform: scale(1.25);
}

/*专业委员会*/
.committee {
	width: 100%;
	margin: 2rem 0 3rem;
	float: left;
	border-bottom: none;
	border-right: none;
}

.committee li {
	float: left;
	width: 18.5rem;
	height: 3.75rem;
	line-height: 3.75rem;
	margin: 0px 0px 15px 17px;
	text-align: center;
	border: 1px solid #c0d8e4;
	background: #e2f2ff url(../images/comline.png) repeat-x;
	font-weight: bold;
	letter-spacing: 2px;
	color: #454545;
}

.committee li:nth-child(4n) {}

.committee li a:hover {
	float: left;
	background: #008ae8;
	color: #fff;
	width: 18.5rem;
	text-align: center;
	transition: background-color 0.8s ease;
	-ms-transition: background-color 0.8s ease;
	-o-transition: background-color 0.8s ease;
	-moz-transition: background-color 0.8s ease;
	-webkit-transition: background-color 0.8s ease;
	letter-spacing: 2px;
}

.video {
	width: 60%;
	height: auto;
	margin: 0 20%;
}

/*memory*/

.main-memory {}

#main-memory-con {
	padding-top: 4.5rem;
	left: 0;
	margin: 0 auto;
	display: block;
}

#main-memory-con .als-wrapper li {
	width: 16.8125rem;
	float: left;
	background: #FFF;
	/*box-shadow: 0px 0px 5px 2px #eee;*/
	border: 1px solid #ddd;
	margin: 0.5rem 2.1rem 1.5rem;
}

#main-memory-con .als-wrapper li:last-child(4n) {
	margin-right: 0rem;
}

#main-memory-con .als-wrapper li:nth-child(1n) {
	margin-left: 0rem;
}

#main-memory-con .als-wrapper h3 {
	width: 14.85rem;
	font-size: 1.125rem;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 0 1rem;
	height: 3rem;
	line-height: 1.5rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-bottom: 0.6rem;
}

#main-memory-con .als-wrapper h4 {
	width: 14.85rem;
	font-size: 1rem;
	color: #000000;
	text-align: left;
	padding: 0 1rem;
	height: 3rem;
	line-height: 1.5rem;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-bottom: 1.5rem;
}

#main-memory-con .als-wrapper span {
	width: 17rem;
	font-size: 0.95rem;
	text-align: left;
	padding: 0.5rem 1rem;
	margin-top: 0.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #999;
	border-top: 1px dotted #ddd;
	float: left;
}

#main-memory-con .als-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	list-style: none;
}

#main-memory-con .als-wrapper img {
	width: 16.8125rem;
	height: 10.33rem;
	display: block;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: 1s all;
	/* 适用Safari 和 Chrome兼容 */
	-moz-transition: 1s all;
	/* 适用Firefox兼容 */
	-ms-transition: 1s all;
	/* 适用IE9兼容 */
	-o-transition: 1s all;
	/* Opera */
	transition: 1s;
}

#main-memory-con .als-wrapper img:hover {
	-webkit-transform: scale(1.1);
	/*在Safari 和 Chrome兼容下还原*/
	-moz-transform: scale(1.1);
	/*在Firefox兼容下还原*/
	-ms-transfrom: scale(1.1);
	/*在IE9兼容下还原*/
	-o-transform: scale(1.1);
	/*在opera兼容下还原*/
	transform: scale(1.1);
	/*适用于所有浏览兼容下还原*/
}

#main-memory-con .als-box {
	width: 82.5rem;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 0rem;
}

.link {
	width: 75rem;
	margin: 0rem auto;
	padding: 1.5rem 0;
	padding-top: 0rem;
	background-color: #ffffff;
}

.link-list-content {
	width: 99%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #f0f0f0;
	padding: 1rem 0;
}

.link-icon {
	float: left;
	margin-right: 1.6rem;
	margin-top: 0.65rem;
}

.link-list {
	float: left;
	margin: 0 0rem;
	display: flex;
}

.link-list select {
	width: 15.75rem;
	height: 2.33rem;
	padding: 0 1rem 0 0.8rem;
	border: 1px solid #e5e5e5;
	margin-right: 0.8rem;
	flex: 1;
	font-size: 1rem;
	color: #495060;
	outline: none;
	background: #fff url(../images/11.png) 95% center no-repeat;
}

.link-list option {
	width: 21rem;
	height: 2.33rem;
	line-height: 2.33rem;
}

.lin-select-content {
	position: relative;
}

.lin-select-content img {
	position: absolute;
	right: 2.5rem;
	top: 1rem;
}

.location {
	margin: 0 1.25rem;
}

.location h2 {
	line-height: 2.5rem;
	height: 2.5rem;
	font-size: 0.95rem;
	color: #7e7e7e;
}

.content_lhh {
	margin: 1rem 1.25rem;
}

.content_lhh_menu {
	float: left;
	width: 17.3rem;
}

.content_lhh_menu h4 {
	width: 100%;
	background: url(../images/gylhh.jpg) left no-repeat;
	height: 5.43rem;
	font-size: 1.875rem;
	text-align: center;
	line-height: 5.43rem;
	color: #fff;
}

.content_lhh_menu ul {
	background: #eff4f7;
	float: left;
}

.content_lhh_menu ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #cfdcdf;
	text-indent: 4rem;
}

.content_lhh_menu ul li a {
	line-height: 4.375rem;
	font-size: 1.125rem;
	background: url(../images/lhh_list.png) 15.3rem center no-repeat;
	float: left;
	width: 100%;
}

.content_lhh_menu ul li a:hover {
	line-height: 4.375rem;
	font-size: 1.125rem;
	background: url(../images/lhh_list_hover.png) 15.3rem center no-repeat;
}

.content_lhh_menu ul li a.hover {
	line-height: 4.375rem;
	font-size: 1.125rem;
	background: url(../images/lhh_list_hover.png) 15.3rem center no-repeat;
	color: #3e88d3;
}

.content_lhh_con {
	float: right;
	width: 60rem;
}

.content_lhh_con h4 {
	width: 100%;
	float: left;
	font-size: 1.875rem;
	line-height: 4rem;
	height: 4rem;
	text-align: center;
}

.content_lhh_con h3 {
	width: 100%;
	float: left;
	font-size: 0.95rem;
	line-height: 4rem;
	height: 4rem;
	text-align: center;
	color: #676767;
	background: url(../images/ppbg.png) bottom repeat-x;
}

.content_lhh_con ul {
	width: 100%;
	float: left;
	line-height: 2.25rem;
	font-size: 1rem;
	padding: 1.5rem 0 4rem 0;
	color: #3c3c3c;
}

.content_lhh_con ul p {
	text-indent: 2.2rem
}

.content_lhh_con_details {
	width: 100%;
}

.content_lhh_con_details h4 {
	width: 100%;
	float: left;
	font-size: 1.875rem;
	text-align: center;
}

.content_lhh_con_details h6 {
	width: 95%;
	float: left;
	font-size: 1.875rem;
	text-align: center;
	margin: 0 2.5%;
}

.content_lhh_con_details h3 {
	width: 100%;
	float: left;
	font-size: 0.95rem;
	line-height: 4rem;
	text-align: center;
	color: #676767;
	background: url(../images/ppbg.png) bottom repeat-x;
}

.content_lhh_con_details h5 {
	width: 100%;
	float: left;
	font-size: 1.25rem;
	line-height: 3rem;
	font-weight: bold;
	height: 2rem;
	margin-top: 1rem;
}

.content_lhh_con_details h5:after {
	content: "";
	display: inline-block;
	width: 76.375rem;
	margin: 5px 0%;
	border-bottom: 1px solid #ddd;
}

.content_lhh_con_details ul {
	width: 98%;
	margin: 0 1%;
	float: left;
	line-height: 2.25rem;
	font-size: 1rem;
	padding: 1.5rem 0 4rem 0;
	color: #3c3c3c;
	text-indent: 2rem;
}

.edui-upload-video {
	width: 60%;
	height: auto;
}

.news-con-text iframe {
	width: 60%;
	height: 500px;
}

.news-con-text iframe video {
	width: 100%;
}

.pagearea {
	margin: 1.5rem 0 2.5rem;
}

.notice_list {
	width: 100%;
	margin-top: 0rem;
	margin-bottom: 3rem;
	float: left;
	clear: both;
}

.notice_list ul {
	padding: 0px;
	position: relative;
	display: inline-block;
	float: left;
	width: 100%
}

.notice_list li {
	float: left;
	width: 100%;
	line-height: 3.75rem;
	height: 3.75rem;
	background: url(../images/listicon.png) 1rem no-repeat;
	border-bottom: 1px dotted #c7d6de;
	font-size: 1rem;
	text-indent: 2rem;
}

.notice_list li a:hover {
	background: #f1faff url(../images/listicon-hover.png) 1rem no-repeat;
	float: left;
	width: 100%;
}

.notice_list span {
	line-height: 3.75rem;
	color: #999;
	font-size: 1rem;
	float: right;
	margin-right: 1rem;
}

.notice_list_djgz {
	width: 100%;
	margin-top: 0rem;
	margin-bottom: 3rem;
	float: left;
	clear: both;
}

.notice_list_djgz ul {
	padding: 0px;
	position: relative;
	display: inline-block;
	float: left;
	width: 100%
}

.notice_list_djgz li {
	float: left;
	width: 100%;
	line-height: 3.75rem;
	height: 3.75rem;
	background: url(../images/dh.png) 1rem no-repeat;
	border-bottom: 1px dotted #c7d6de;
	font-size: 1rem;
	text-indent: 2.5rem;
}

.notice_list_djgz li a:hover {
	background: #f1faff url(../images/dh.png) 1rem no-repeat;
	float: left;
	width: 100%;
	color: #ea1616;
}

.notice_list_djgz span {
	line-height: 3.75rem;
	color: #999;
	font-size: 1rem;
	float: right;
	margin-right: 1rem;
}

#zSlider {
	margin: 0px auto;
	width: 100%;
	overflow: hidden;
}

#picshow {
	position: relative;
}

#picshow,
#picshow_img {
	width: 49rem;
	height: 26.875rem;
	overflow: hidden;
	float: left;
	margin-top: 0.8rem;
}

#picshow_img li {
	width: 49rem;
	height: 26.875rem;
	overflow: hidden;
	float: left;
	display: none;
}

#picshow_img img {
	width: 49rem;
	height: 26.875rem;
	object-fit: cover;
}

#picshow_tx {
	left: 0px;
	width: 100%;
	bottom: 0px;
	position: absolute;
	height: 4.18rem;
	overflow: hidden;
}

#picshow_tx li {
	background: url(../images/imgbg.png) bottom repeat;
	padding: 0px 1rem;
	height: 4.18rem;
	line-height: 4.18rem;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#picshow_tx li a {
	color: #fff;
	line-height: 4.18rem;
	height: 4.18rem;
	overflow: hidden;
	font-size: 1rem;
	text-align: center;
}

#select_btn {
	width: 29rem;
	height: 26.875rem;
	color: #111;
	float: right;
	margin-top: 2rem;
}

#select_btn li {
	width: 27rem;
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 1rem;
	border-top: 1px solid #ddd;
	cursor: pointer;
	padding: 0 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#select_btn li:hover {
	background-color: #f1faff;
}

#select_btn li.current {
	background-color: #f1faff;
}

#select_btn li.current:hover {
	background-color: #f1faff;
}

.news_right1_width45 {
	width: 38.5rem;
	min-height: 20rem;
	margin-right: 1.5rem;
}

.news_right1_width46 {
	width: 40rem;
	min-height: 20rem;
	margin-right: 0rem;
}

.news-con-text-01 {
	font-size: 1rem;
	color: #2c2c2c;
	line-height: 2.2rem;
	float: left;
	width: 100%;
	margin-bottom: 1rem;
	text-indent: 2rem;
}

.news-con-text-01 p {
	text-indent: 2rem;
}

.news-con-text-01 h4 {
	width: 100%;
	font-size: 1.05rem;
	font-weight: bold;
	text-align: left;
	text-indent: 0;
}

.news-con-text-01 h4:after {
	content: "";
	display: inline-block;
	width: 76.75rem;
	margin: 5px 0%;
	border-bottom: 1px solid #ddd;
}

.news-con-text-01 h6 {
	width: 100%;
	font-size: 1.05rem;
	font-weight: bold;
	text-align: left;
	text-indent: 0;
	margin-bottom: 1rem;
}

.news-con-text-01 h6:after {
	content: "";
	display: inline-block;
	width: 71.25rem;
	margin: 5px 0%;
	border-bottom: 1px solid #ddd;
}

.red {
	color: #F00
}

#main-memory-con .als-wrapper a {
	width: 16.8125rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.8rem;
	float: left;
}

.newlist12 {
	margin-top: 0rem;
}

.newlist12 ul {
	float: left;
	height: 3.125rem;
	border-bottom: 1px solid #d7d7d7;
	width: 100%;
}

.newlist12 li {
	margin: 0 2rem 0 0;
	float: left;
	font-size: 1.375rem;
	height: 3.125rem;
	text-align: center;
	line-height: 3.125rem;
	cursor: pointer;
}

.newlist12 li.hover {
	float: left;
	font-size: 1.375rem;
	height: 3.125rem;
	text-align: center;
	color: #063489;
	line-height: 3.125rem;
	cursor: pointer;
	border-bottom: 3px solid #063489;
	font-weight: bold;
}

/* 关于我们 */
.about_content {
	width: 100%;
	padding: 0 2.5rem;
	box-sizing: border-box;
}

/* 产品展示 */
.product_content {
	width: 100%;
	padding: 0 2.5rem;
	box-sizing: border-box;
	overflow: hidden;
}

.product_content .product_item {
	float: left;
	margin-bottom: 1rem;
	margin-right: 0.6rem;
	padding-top: 1rem;
}

.product_content .product_item:nth-child(4n) {
	margin-right: 0rem;
}

.product_content .product_item {
	width: 17rem;
}

.product_content .product_item img {
	display: block;
	width: 17rem;
	height: 17rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.09);
}

.product_content .product_item .product_name {
	width: 100%;
	font-size: 1rem;
	color: #000000;
	text-align: center;
	line-height: 3rem;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略号来表示溢出的内容 */
}

/* 在线留言 */
.message_item form {
	width: 100%;
}

.message_item {
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
}

.message_item label {
	display: block;
	width: 6rem;
	float: left;
}

.message_item textarea {
	float: left;
	width: 59rem;
	padding: 1rem;
	box-sizing: border-box;
	border: solid 0.1rem #e5e5e5;
}

.message_item input:focus,
.message_item textarea:focus {
	outline: none;
	/* 通常聚焦时会显示轮廓，使用outline: none; 可以去除 */
}

.message_item input {
	float: left;
	width: 59rem;
	padding: 1rem;
	box-sizing: border-box;
	border: solid 0.1rem #e5e5e5;
}

.input_label {
	line-height: 3.5rem;
}

.message_item button {
	width: 10rem;
	height: 2rem;
	background-color: #063489;
	font-size: 1rem;
	line-height: 2rem;
	color: #ffffff;
	margin-top: 2rem;
	margin-left: 6rem;
	margin-bottom: 10rem;
}

/* 联系我们 */
.connect_content {
	width: 73rem;
	padding: 0 2.5rem;
	box-sizing: border-box;
	background-color: #484848;
	padding: 2rem;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 7rem;
	overflow: hidden;
}

.connect_content .left {
	float: left;
	width: 40rem;
	height: 22rem;
	margin-right: 5rem;
}

.connect_content .left img {
	width: 100%;
	height: 100%;
}

.connect_content .right {
	float: left;
	width: 22rem;
	font-size: 1rem;
	line-height: 2rem;
	color: #ffffff;
}

.connect_content .name {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #ffffff;
	margin-bottom: 2rem;
}

.connect_content .qr {
	width: 8rem;
	height: 8rem;
	margin-top: 2rem;
}

.connect_content .qr img {
	width: 100%;
	height: 100%;
}

/* 详情 */
.details_content .title{
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #000000;
	text-align: center;
	margin-bottom: 2rem;
}

.details_content .time {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #6a6a6a;
	text-align: center;
	margin-bottom: 3rem;
}

.details_content .content {
	width: 100%;
	margin-bottom: 3rem !important;
}

.details_content .page {
	width: 100%;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000000;
	margin-bottom: 1rem;
}
