@import url("font.css");

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'FZZCHJW';
	src: url(../font/FZZCHJW-1.eot);
	src: url(../font/FZZCHJW-1.eot) format('embedded-opentype'), url(../font/FZZCHJW-1.woff) format('woff'), url(../font/FZZCHJW-1.ttf) format('truetype'), url(http://mse.hust.edu.cn/fonts/FZZCHJW-1.svg) format('svg')
}

@font-face {
	font-family: 'fzzzhjt';
	src: url(../font/fangzhengzhengzhunheijianti.eot);
	src: url(../font/fangzhengzhengzhunheijianti.eot) format('embedded-opentype'), url(../font/fangzhengzhengzhunheijianti.woff) format('woff'), url(http://mse.hust.edu.cn/fonts/fangzhengzhengzhunheijianti.ttf) format('truetype'), url(http://mse.hust.edu.cn/fonts/fangzhengzhengzhunheijianti.svg) format('svg')
}

body {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-family: "microsoft yahei", '微软雅黑';
	font-weight: normal;
	font-size: 14px;
	background-color: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	list-style-type: none;
	font-size: 16px;
	margin: 0;
}

a,
a:focus,
a:hover {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.li_last {
	margin-right: 0 !important;
}

.header {
	width: 100%;
	height: auto;
	background: #fff;
	background-size: contain;
}

.head {
	position: relative;
	width: 1320px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 400px;
	height: auto;
	margin: 20px 0;
	float: left;
}

.logo img {
	width: 100%;
	height: auto;
}


.dh {
	position: relative;
	z-index: 9999;
	width: 100%;
	margin: 0 auto;
	background-color: #007fc3;
	font-weight: normal;
}

.dh .navbar-collapse {
	padding: 0;
}

.dh nav.navbar.bootsnav {
	background-color: #007fc3;
}

.dh .container {
	width: 1320px;
	margin: 0 auto;
	padding: 0;
	height: auto;
}

.dh nav.bootsnav.navbar-brand-top ul.nav {
	width: 100%;
}

.dh nav.navbar.bootsnav ul.nav li:hover {
	background-color: #0090dd;
}

.dh nav.navbar.bootsnav ul.nav>li>a {
	padding: 25px 49px;
}

.dh nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	/* width: 100%; */
	min-width: 100%;
	border: none;
	white-space: nowrap;
	text-align: center;
	background: #0090dd;
}

.dh nav.navbar.bootsnav li.dropdown ul.dropdown-menu li {
	height: 40px;
	line-height: 40px;
}

.dh nav.navbar.bootsnav li.dropdown ul.dropdown-menu li:hover,
.dh nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover {
	background: rgba(29, 176, 255, 0.7);
}

.dh nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
	line-height: 40px;
	padding: 0 10px;
	white-space: nowrap;
	font-size: 16px;
	color: #fff;
}

.dh nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
	display: none;
}

.bg_search {
	float: right;
	z-index: 99;
	display: flex;
	align-items: center;
	margin: 30px 0;
}

.search {
	float: right;
	width: 255px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border: 1px solid #007fc3;
	margin: 0px 0;
}

.search input.ss_text {
	float: left;
	padding-left: 10px;
	width: 205px;
	font-size: 16px;
	height: 38px;
	border: none;
	font-family: MicrosoftYaHei !important;
	background-color: none;
	color: #000000;
}

.search .ss_bar {
	float: right;
	display: block;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
}

.search .ss_bar img {
	width: 16px;
}

.top_link {
	margin-right: 20px;

}

.top_link>ul>li {
	float: left;
	list-style: none;
	padding-left: 15px;
	font-size: 20px;
	line-height: 2;
}

.top_link>ul>li a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.top_link ol {
	width: 100%;
	float: left;
}

.top_link ol li {
	float: left;
	line-height: 20px;
	height: 20px;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	padding-left: 10px;
}



.top_link ol li a {
	color: #333;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC !important;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

.top_link ol li:hover a,
.top_link ol li a:hover,
.top_link ol li:hover span,
.top_link ol li span:hover {
	color: #007fc3;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

.banner1 {
	max-height: 450px;
}

.banner {
	width: 100%;
	min-width: 1320px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	height: 600px;
	overflow: hidden;
}

.banner .hd {
	list-style: none;
	position: absolute;
	left: 39%;
	width: 400px;
	bottom: 20px;
	height: 6px;
	z-index: 1;
	display: block;
}

.banner .hd ul li {
	float: left;
	width: 60px;
	height: 6px;
	position: relative;
	text-align: center;
	cursor: pointer;
	margin: 0 10px;
	background-color: #fff;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-filter: alpha(opacity=50);
	filter: alpha(opacity=50);
}

.banner .hd ul li.on {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

.banner .bd {
	float: left;
	width: 100% !important;
	height: auto;
}

.banner .bd ul {
	float: left;
	width: 100% !important;
	height: auto !important;
}

.banner .bd li {
	float: left;
	width: 100% !important;
	height: auto;
	overflow: hidden;
}

.banner .bd li img {
	float: left;
	width: 100% !important;
	height: auto;
}

.banner .prev {
	position: absolute;
	left: 0;
	top: 45%;
	width: 30px;
	height: 30px;
	font-size: 30px;
	z-index: 9;
	color: #fff;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
}

.banner .next {
	position: absolute;
	right: 0;
	top: 45%;
	width: 30px;
	height: 30px;
	font-size: 30px;
	z-index: 9;
	color: #fff;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-filter: alpha(opacity=0);
	filter: alpha(opacity=0);
}

.banner:hover .prev,
.banner:hover .next {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

.bg_star {
	width: 1320px;
	padding: 35px 0 41px 0;
	height: 144px;
	margin: 24px auto 0 auto;
	background: url(../image/bg_star.png) no-repeat center center;
}

.star {
	margin: 0 auto;
	width: 670px;
	height: 70px;
}

.star_bt {
	float: left;
	width: 120px;
	border-right: 1px solid #FFFFFF;
}

.star_bt h4 {
	float: left;
	width: 87px;
	text-align: left;
	color: #fff;
	font-size: 26px;
	font-family: FZZCHJW--GB1-0, FZZCHJW--GB1 !important;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 32px;
}

.star_bt h3 {
	width: 99px;
	font-size: 30px;
	font-family: FZZCHJW--GB1-0, FZZCHJW--GB1 !important;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 37px;
	letter-spacing: 9px;
}

.star_wz {
	width: 505px;
	float: right;
}

.star_wz h6 {
	font-size: 16px;
	font-family: 'fzzzhjt', FZZZHUNHJW--GB1-0, FZZZHUNHJW--GB1 !important;
	font-weight: normal;
	color: #fff;
	line-height: 19px;
	margin-bottom: 19px;
	letter-spacing: 0.8px;
}

.star_wz h5 {
	font-size: 24px;
	font-family: 'fzzzhjt', FZZZHUNHJW--GB1-0, FZZZHUNHJW--GB1 !important;
	font-weight: normal;
	color: #fff;
	line-height: 29px;
}

.main {
	width: 1320px;
	margin: 0 auto;
	padding: 0;
}

.xw {
	margin-top: 25px;
}

.lm {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #707070;
}

.lm h5 {
	float: left;
	padding: 17px 0;
	line-height: 1;
	border-bottom: 4px solid #007fc3;
	font-size: 22px;
	font-weight: bold;
	color: #007fc3;
}

.lm h5 span {
	font-weight: bold;
	padding: 0 0 0 22px;
	line-height: 1;
	font-size: 20px;
}

.lm span {
	float: right;
	line-height: 24px;
	padding: 17px 0;
}

.lm span a {
	font-size: 16px;
	font-family: MicrosoftYaHei !important;
	color: #000000;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	-webkit-filter: alpha(opacity=30);
	filter: alpha(opacity=30);
}

.lm span:hover a {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	color: #D6472A;
}

.pic_new {
	float: left;
	width: 49%;
	padding: 0;
	margin: 24px 0 0 0;
	max-width: 820px;
	overflow: hidden;
}

/* .pic_new .hd {
	position: absolute;
	bottom: 90px;
	left: 0;
	width: 495px;
	height: 65px;
	z-index: 99;
} */
.pic_new .hd {
	position: absolute;
	bottom: 25px;
	right: 10px;
	z-index: 99;
}

.pic_new .hd ul {
	width: 100%;
	float: left;
}

/* .pic_new .hd ul li {
	width: 80px;
	height: 65px;
	margin-right: 2px;
	float: left;
} */
.pic_new .hd ul li {
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 5px;
	border-radius: 50%;
}

.pic_new .hd ul li.on,
.pic_new .hd ul li:hover {
	background-color: rgba(0, 0, 0, 0.5);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

.pic_hd1 {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
	background-color: #007fc3;
}

.pic_hd2 {
	background-color: rgba(39, 67, 115, 0.8);
	/*-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;-webkit-filter: alpha(opacity=80);
	filter: alpha(opacity=80);*/
}

.pic_hd3 {
	background-color: rgba(39, 67, 115, 0.6);
	/*-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;-webkit-filter: alpha(opacity=0);
	filter: alpha(opacity=60);*/
}

.pic_hd4 {
	background-color: rgba(39, 67, 115, 0.4);
	/*-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;-webkit-filter: alpha(opacity=60);
	filter: alpha(opacity=40);*/
}

.pic_hd5 {
	background-color: rgba(39, 67, 115, 0.2);
	/*-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;-webkit-filter: alpha(opacity=60);
	filter: alpha(opacity=20);*/
}

.pic_new .hd ul li h6 {
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin-top: 6px;
}

.pic_new .hd ul li span {
	float: left;
	width: 100%;
	text-align: center;
	height: 19px;
	font-size: 14px;
	font-family: MicrosoftYaHei !important;
	color: #fff;
	line-height: 19px;
}

.pic_new .hd ul li.on h6,
.pic_new .hd ul li.on span,
.pic_new .hd ul li:hover h6,
.pic_new .hd ul li:hover span {
	color: #D6472A;
}

.pic_new .bd {
	float: left;
	width: 100%;
}

.pic_new .bd ul {
	float: left;
	width: 100%;
}

.pic_new .bd .tempWrap {
	float: left;
	width: 100% !important;
}

.pic_new .bd ul li {
	float: left;
	width: 100%;
}

.pic_new .bd ul li .news_img {
	width: 100%;
	float: left;
	height: 350px;
	overflow: hidden;
}

.pic_new .bd ul li .news_img img {
	width: 100%;
	height: auto;
}

.pic_new .bd ul li .new_bt {
	width: 100%;
	padding: 20px;
	float: left;
	background-color: #fff;
}

.pic_new .bd ul li .new_bt span {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #D6472A;
}

.pic_new .bd ul li .new_bt h6 {
	float: left;
	width: 80%;
	height: 25px;
	font-size: 17px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei !important;
	font-weight: bold;
	margin-top: 5px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pic_new .bd ul li .new_bt h6 a {
	color: #000000;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	-webkit-filter: alpha(opacity=60);
	filter: alpha(opacity=60);
}

.pic_new .bd ul li .new_bt:hover h6 a {
	color: #D6472A;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

.bt_news {
	float: right;
	width: 49%;
	padding: 0;
	margin: 24px 0 0 0;
	max-width: 820px;
	background-color: #fff;
	overflow: hidden;
}

.mtnew {
	float: left;
	display: none;
	width: 100%;
	padding: 20px 36px;
	margin: 0px 0 0 0;
	max-width: 820px;
	height: auto;
	background-color: #fff;
	overflow: hidden;
}

.bt_news ul {
	width: 100%;
	float: left;
	padding: 20px 36px;
}

.mtnew ul {
	width: 100%;
	float: left;
}

.bt_news ul li {
	width: 100%;
	float: left;
	line-height: 40px;
	height: auto;
	width: 100%;
	float: left;
	font-family: MicrosoftYaHei !important;
	background: url(../image/list_black.png) no-repeat left center;
	padding-left: 10px;
}

.bt_news ul li:hover {
	background: url(../image/list_black_on.png) no-repeat left center;
}

.mtnew ul li {
	width: 100%;
	float: left;
	line-height: 40px;
	height: auto;
	width: 100%;
	float: left;
	font-family: MicrosoftYaHei !important;
	background: url(../image/list_black.png) no-repeat left center;
	padding-left: 10px;
}

.mtnew ul li:hover {
	background: url(../image/list_black_on.png) no-repeat left center;
}

.bt_news ul li span.list_d {
	display: none;
	float: left;
	margin: 25px 8px 25px 0px;
	width: 4px;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.3);
}

.mtnew ul li span.list_d {
	display: none;
	float: left;
	margin: 20px 8px 20px 0px;
	width: 4px;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.3);
}

.bt_news ul li a,
.mtnew ul li a {
	float: left;
	width: 80%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bt_news ul li span.time,
.mtnew ul li span.time {
	float: right;
	font-size: 16px;
	width: 20%;
	color: #999;
	text-align: right;
}

.bt_news ul li:hover span.list_d,
.mtnew ul li:hover span.list_d {
	background-color: #D6472A;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.bt_news ul li:hover a,
.bt_news ul li:hover span.time,
.mtnew ul li:hover a,
.mtnew ul li:hover span.time {
	color: #D6472A;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: 600;
}


.notice {
	width: 49%;
	max-width: 820px;
	padding: 0;
	float: left;
	margin: 40px 0 0 0;
}

.notice .hd {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #707070;
}

.notice .hd ul {
	width: 100%;
	float: left;
}

.notice .hd ul li {
	float: left;
	padding: 0 0 22px 0;
	cursor: pointer;
}

.notice .hd ul li p {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 1;
	color: #000;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	font-weight: bold;
}

.notice .hd ul li p b {
	float: right;
	display: none;
	font-weight: normal;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.notice .hd ul li.on p {
	color: #007fc3;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: bold;
}

.notice .hd ul li.on p b {
	display: block;
	min-width: 100px;
	font-weight: bold;
	font-size: 20px;
}

.notice .hd ul span {
	float: left;
	width: 31px;
	text-align: center;
	height: 20px;
	color: #979797;
	margin: 7px 0px;
}

.notice .hd ul li.on {
	padding: 0 0 20px 0;
	border-bottom: 4px solid #007fc3;
}

.notice .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 23px;
	float: left;
	background-color: #fff;
}

.new_tz {
	width: 100%;
	overflow: hidden;
	padding: 20px 36px;
	display: none;
}

.new_tz ul {
	width: 100%;
	float: left;
}

.new_tz ul li {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: "microsoft yahei" !important;
	background: url(../image/list_black.png) no-repeat left center;
	padding-left: 10px;
}

.new_tz ul li:hover {
	background: url(../image/list_black_on.png) no-repeat left center;
}

.new_tz ul li span.list_d {
	display: none;
	float: left;
	margin: 20px 8px 20px 0px;
	width: 4px;
	height: 4px;
	background-color: rgba(0, 0, 0, 0.3);
}

.new_tz ul li span.area {
	float: left;
	margin-right: 16px;
	font-size: 20px;
	font-family: MicrosoftYaHe !importanti;
	color: #D6472A;
}

.new_tz ul li a {
	float: left;
	width: 80%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_tz ul li span.time {
	text-align: right;
	float: right;
	font-size: 16px;
	width: 20%;
	color: #999;
}

.new_tz ul li:hover span.list_d {
	background-color: #D6472A;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.new_tz ul li:hover a,
.new_tz ul li:hover span.time {
	color: #D6472A;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	font-weight: 600;
}

.new_tz ul li:hover span.area {
	font-weight: bold;
}

.new_tz .more,
.dynamic_nr .more,
.mtnew .more {
	position: absolute;
	top: 5px;
	right: 0px;
}

.new_tz .more a,
.dynamic_nr .more a,
.mtnew .more a {
	font-size: 16px;
	font-family: MicrosoftYaHei !important;
	color: #000000;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.new_tz .more:hover a,
.dynamic_nr .more:hover a,
.mtnew .more:hover a {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #D6472A;
}

.dynamic {
	width: 49%;
	max-width: 820px;
	padding: 0;
	float: right;
	margin: 40px 0 0 0;
}

.dynamic .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 23px;
	float: left;
	background-color: #fff;
}

.dynamic_nr {
	width: 100%;
	height: auto;
	padding: 38px 36px;
	display: none;
}

.dynamic_nr ul {
	width: 100%;
	float: left;
}

.dynamic_nr ul li {
	float: left;
	width: 100%;
	height: 160px;
	margin-bottom: 35px;
}

.dy_img {
	float: left;
	width: 103px;
	height: 140px;
	display: block;
	overflow: hidden;
	box-shadow: 0 2px 10px 0 #000;
}

.dy_img img {
	width: 100%;
	height: auto;
}

.dy_nr {
	float: right;
	width: 370px;
}

.dy_nr h5 {
	width: 100%;
	height: auto;
	font-size: 20px;
	font-family: MicrosoftYaHei !important;
	color: #000000;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.dy_nr h5 a {
	color: #000000;
}

.dy_nr h6 {
	width: 100%;
	height: auto;
	font-size: 18px;
	font-family: MicrosoftYaHei !important;
	color: #000000;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.dy_data {
	float: left;
	margin-top: 40px;
	font-size: 16px;
	font-family: MicrosoftYaHei !important;
	color: #D6472A;
	line-height: 21px;
}

.dy_time {
	float: right;
	margin-top: 40px;
	font-size: 16px;
	font-family: MicrosoftYaHei !important;
	color: #000000;
	line-height: 21px;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.dy_hr {
	background-color: #333;
	height: 1px;
	width: 600px;
	float: right;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.dynamic_nr ul li:hover .dy_nr h5,
.dynamic_nr ul li:hover .dy_nr h5 a,
.dynamic_nr ul li:hover .dy_nr h6 {
	font-weight: bold;
	color: #D6472A;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dynamic_nr ul li:hover .dy_time {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

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

.bg_academic {
	margin-top: 40px !important;
	height: auto;
	overflow: hidden;
}

.academic {
	width: 100%;
}

.academic ul {
	float: left;
	width: 100%;
}

.academic ul li {
	position: relative;
	float: left;
	margin-top: 23px;
	margin-right: 24px;
	width: 23.5%;
	max-width: 412px;
	height: 402px;
	padding: 20px;
	background: #FFFFFF;
}

.academic ul li:hover {
	margin-top: 15px;
	margin-bottom: 8px;
}

.academic ul li .icon_logo {
	float: left;
	display: block;
	margin: 10px 0 30px 0px;
	width: 66px;
	height: 51px;
	background: url(../image/icon_logo.png) left center no-repeat;
}

.academic ul li:hover .icon_logo {
	background-image: url(../image/icon_logo_on.png);
}

.academic ul li h5 {
	float: left;
	width: 100%;
	height: 56px;
	font-size: 20px;
	font-family: MicrosoftYaHei !important;
	line-height: 28px;
	margin: 2px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.academic ul li h5 a {
	color: #000000;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.academic ul li:hover h5 a {
	font-weight: bold;
	color: #D6472A;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.academic ul li h6 {
	float: left;
	margin: 7px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #D6472A;
	font-family: MicrosoftYaHei !important;
	line-height: 21px;
}

.academic ul li p {
	float: left;
	font-size: 16px;
	margin-top: 6px;
	width: 100%;
	color: #000;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
	font-family: MicrosoftYaHei !important;
}

.academic ul li:hover p {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.academic ul li span {
	display: block;
	margin: 0px auto;
	line-height: 40px;
	text-align: center;
	width: 150px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #C7C7C7;
}

.academic ul li:hover span {
	background: #D6472A;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.15);
}

.academic ul li:hover span a {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
}

.academic ul li span a {
	font-size: 16px;
	color: #000;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.bg_teachers {
	margin: 23px auto 40px !important;
	height: auto;
	overflow: hidden;
}

.teachers {
	width: 100%;
}

.teachers ul {
	width: 100%;
	float: left;
}

.teachers ul li {
	float: left;
	margin-top: 23px;
	margin-right: 2%;
	width: 32%;
	max-width: 546px;
}

.teachers ul li:last-child {
	margin-right: 0;
}

.teachers ul li:hover {
	margin-top: 15px;
	margin-bottom: 8px;
}

.teachers ul li .pic {
	float: left;
	width: 100%;
	overflow: hidden;
}

.teachers ul li .pic img {
	width: 100%;
	height: 223px;
}

.teachers ul li .bt {
	float: left;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 17px 20px;
}

.teachers ul li .bt h6 {
	float: left;
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.teachers ul li .bt h6 a {
	font-size: 16px;
	color: #333;
}

.teachers ul li:hover h6 a {
	font-weight: bold;
	color: #D6472A;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.teachers ul li .bt span.time {
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 21px;
	font-size: 16px;
	font-family: MicrosoftYaHei !important;
	color: #D6472A;
	line-height: 21px;
}

.accordion {
	width: 1320px;
	margin-top: 60px;
	margin-bottom: 60px;
	overflow: hidden;
}

.lm_accord {
	float: left;
	width: 17%;
	max-width: 284px;
	height: 524px;
	background-color: #D6472A;
}

.lm_accord h6 {
	width: 134px;
	line-height: 60px;
	font-weight: bold;
	padding: 0;
	font-size: 40px;
	color: #fff;
	height: 120px;
	margin: 150px auto 100px auto;
	text-align: center;
}

.lm_accord span {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
}

.lm_accord span a {
	color: #fff;
	font-size: 18px;
}

.lm_accord span:hover {
	background-color: #fff;
}

.lm_accord span:hover a {
	color: #D6472A;
}

.accord_pc {
	display: block;
}

.w567 {
	display: none;
}

.side_accord {
	float: left;
	width: 83%;
	max-width: 1416px;
	height: auto;
	overflow: hidden;
}

.side_accord>ul {
	width: 100%;
	list-style: none;
}

.side_accord>ul>li {
	float: left;
	width: 284px;
	height: auto;
	cursor: pointer;
	overflow: hidden;
}

.side_accord>ul>li.curr {
	width: 824px;
}

.side_accord>ul>li.curr>.brief {
	opacity: 0;
	display: none;
}

.side_accord>ul>li.curr>.larger {
	display: block;
}

.side_accord>ul>li>.larger {
	display: none;
}

.brief {
	position: relative;
	float: left;
	width: 284px;
	height: 524px;
	overflow: hidden;
}

.side_accord .on {
	display: none;
	/*animation: brief2 1s normal;*/
}

.brief img {
	width: 100%;
	position: relative;
	z-index: 3;
}

.brief p {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 284px;
	height: 524px;
	background-color: #D6472A;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 9;
}

.brief span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 284px;
	height: 524px;
	z-index: 99;
	text-align: center;
	line-height: 524px;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}

.larger {
	display: none;
	position: relative;
	overflow: hidden;
	float: left;
	width: 824px;
	height: 524px;
	/*animation: larger2 0.4s normal;*/
}

.w-accor {
	overflow: hidden;
	height: 524px;
	position: relative;
}

.w-accor ul,
.w-accor li {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

.w-accor ul {
	width: 100%;
}

.w-accor li {
	float: left;
	overflow: hidden;
	width: 20% !important;
}

.w-accor li.curr {
	width: 60% !important;
}

.w-accor li .item {
	position: relative;
}

.w-accor li>a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.w-accor li .larger {
	display: block;
}

.w-accor li.curr>a {
	display: none;
}

.w-accor li.curr>.larger {
	display: block;
}

.w-accor li>.item .cont_ar {
	display: none;
}

.w-accor li.curr>.item .cont_ar {
	display: block;
}

.img_ar {
	float: left;
	width: 100%;
	height: 524px;
	display: block;
	overflow: hidden;
}

.img_ar img {
	float: left;
	width: 100%;
	height: auto;
	display: block;
}

.w-accor5 li .cont_ar {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

/*@keyframes brief2
{
    from {float:left; width:284px; opacity:1;}
    to {float:left; width:0;opacity:0; display: none;}
}
@keyframes larger2
{
    from {width:284px; margin:0 auto; }
    to {width:824px;}
}*/

.larger .star_sp {
	position: absolute;
	border: 0;
	top: 222px;
	left: 372px;
	z-index: 9;
	width: 80px;
	height: 80px;
	background: url(../image/star_sp.png) no-repeat left center;
}

.larger p {
	position: absolute;
	bottom: 54px;
	left: 0;
	width: 100%;
	text-align: center;
	height: 31px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei !important;
	line-height: 31px;
	z-index: 9;
}

.larger p a {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}

.larger .bg_larger {
	position: absolute;
	top: 0;
	left: 0;
	width: 848px;
	height: 524px;
	background-color: #D6472A;
	-moz-opacity: 0.19;
	-khtml-opacity: 0.19;
	opacity: 0.19;
	filter: alpha(opacity=19);
	z-index: 1;
}

.video_con2 {
	background: none !important;
	display: block !important;
}

.video_con {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	padding: 0;
	overflow: hidden;
	z-index: 100;
}

.video_on {
	position: absolute;
	overflow: hidden;
}

.video-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	background-color: #333;
	border: 0;
}

.video_con video,
.video_con object {
	width: 848px !important;
	height: 524px !important;
	background-color: #333;
	border: 0;
	margin: 0 auto;
	display: block;
}

.video_close {
	display: none;
}

.tool {
	width: 1320px;
	height: auto;
	overflow: hidden;
	padding: 40px 0 0;
}

.tool ul {
	width: 100%;
	float: left;
}

.tool ul li {
	float: left;
	margin-right: 2%;
	width: 15%;
	max-width: 258px;
	background-color: #fff;
	padding: 20px 0;
}

.tool ul li.t1 {
	background: #5FA1EF;
}

.tool ul li.t2 {
	background: #0B6DB8;
}

.tool ul li.t3 {
	background: #588A87;
}

.tool ul li.t4 {
	background: #CDA684;
}

.tool ul li.t5 {
	background: #CDC67E;
}

.tool ul li.t6 {
	background: #A181CC;
}

.tool ul li.t7 {
	background: #7E9DCC;
}

.tool ul li a div {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
	padding: 20px 0;
}

.tool ul li:hover {
	background-color: #d6472a;
}

.tool ul li:hover a div {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
	filter: alpha(opacity=100);
}

.tool ul li a div.icon_bar1 {
	background: url(../image/icon_bar1.png) no-repeat center center;
	background-size: 100% 100%;
}

.tool ul li a div.icon_bar2 {
	background: url(../image/icon_bar2.png) no-repeat center center;
	background-size: 100% 100%;
}

.tool ul li a div.icon_bar3 {
	background: url(../image/icon_bar3.png) no-repeat center center;
	background-size: 100% 100%;
}

.tool ul li a div.icon_bar4 {
	background: url(../image/icon_bar4.png) no-repeat center center;
	background-size: 100% 100%;
}

.tool ul li a div.icon_bar5 {
	background: url(../image/icon_bar5.png) no-repeat center center;
	background-size: 100% 100%;
}

.tool ul li a div.icon_bar6 {
	background: url(../image/icon_bar6.png) no-repeat center center;
	background-size: 100% 100%;
}


.tool ul li a span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	height: 24px;
	margin-top: 10px;
}

.tool ul li:hover a span {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	color: #fff;
	font-weight: bold;
}

.footer {
	width: 100%;
	height: auto;
	min-height: 280px;
	margin: 0px 0 0 0;
	padding: 0;
	background: url(../image/footer.png) no-repeat top center rgb(39, 67, 115);
	overflow: hidden;
}

.copy {
	width: 100%;
	height: auto;
	line-height: 30px;
	padding: 15px 10px;
	background-color: #006faa;
}

.copy p {
	text-align: center;
	color: #fff;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	font-family: MicrosoftYaHei !important;
}

.bg_foot {
	width: 100%;
	height: auto;
	min-height: 280px;
	overflow: hidden;
	background-color: rgba(0, 127, 195, 0.86);
}

.foot {
	width: 1320px;
	margin: 0 auto;
	margin-top: 45px;
	padding: 0;
}

.foot_l {
	width: 100%;
	max-width: 540px;
	float: left;
	margin: 0;
	padding: 0;
}

.foot_l img {
	float: left;
	width: auto;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}

.foot_l p {
	float: left;
	width: 100%;
	text-align: left;
	color: #FFFFFF;
	height: auto;
	font-family: "microsoft yahei" !important;
	font-size: 14px;
	line-height: 28px;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.foot_c {
	float: left;
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 0 0 15px;
}

.foot_c h6 {
	color: #fff;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei !important;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	width: 100%;
	height: 24px;
	margin: 37px 0 0px 0;
	float: left;
}

.foot_c ul {
	width: 100%;
	float: left;
}

.foot_c ul li {
	float: left;
	width: 33.3%;
	height: auto;
	line-height: 32px;
	margin-top: 13px;
}

.foot_c ul li a {
	font-family: "microsoft yahei" !important;
	color: #FFFFFF;
	font-size: 18px;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.foot_c ul li:hover a {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.foot_r {
	float: right;
/*	width: 100%;*/
/*	max-width: 112px;*/
	padding: 0;
}

.foot_r h6 {
	float: left;
	text-align: center;
	height: 24px;
	font-size: 18px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei !important;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	width: 100%;
}


@media screen and (min-width:1200px){
.foot_r ul {
	width: 300px;
	float: left;
	margin-top: 10px;
}

.foot_r ul li {
	width: 100px;
	float: left;
	padding-left: 10px
}
}
@media screen and (max-width: 750px){

.foot_r ul {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.foot_r ul li {
	width: 100%;
	float: left;
}

}

.foot_r ul li img {
	width: 100%;
	height: auto;
	float: left;
}

.foot_r ul li span {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 12px;
	height: 21px;
	font-size: 16px;
	font-family: MicrosoftYaHei !important;
	color: #FFFFFF;
	line-height: 21px;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.banner img {
	width: 100%;
}

.m_left {
	width: 24%;
	max-width: 380px;
	float: left;
	margin-top: 50px;
	overflow: hidden;
}

.ejdh {
	float: left;
	width: 100%;
	background-color: #ffffff;
}

.m_left h6 {
	float: left;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 100%;
	padding: 30px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	border-bottom: 5px solid #007fc3;
	font-size: 30px;
	background: url(../image/bg_menu.png) #007fc3 no-repeat center right;
}

.ejdh ul {
	float: left;
	width: 100%;
}

.ejdh ul li {
	float: left;
	width: 100%;
	padding: 0px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-family: "microsoft yahei" !important;
	height: 69px;
	line-height: 70px;
	border-bottom: 1px solid #e9e9e9;
}

.ejdh ul li a {
	color: #333333;
	font-size: 26px;
}

.ejdh ul li:hover a,
.ejdh ul li.on a {
	color: #d4472a;
}

.lxwm {
	float: left;
	width: 100%;
	background-color: #ffffff;
	margin-top: 50px;
}

.lxwm table {
	float: left;
	margin: 10px;
}

.lxwm table tr {
	float: left;
	width: 100%;
	margin-bottom: 2px;
}

.lxwm table tr th {
	color: #007fc3;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	float: left;
	line-height: 50px;
	text-align: center;
	height: 50px;
}

.lxwm table tr td {
	width: 100%;
	font-family: "microsoft yahei" !important;
	font-size: 16px;
	color: #333;
	float: left;
	line-height: 50px;
	text-align: center;
	height: 50px;
}

.fdy {
	float: left;
	width: 20%;
	max-width: 80px;
	background-color: #e9e9e9;
	margin-right: 2px;
}

.gzzz {
	float: left;
	width: 50%;
	max-width: 178px;
	background-color: #e9e9e9;
	margin-right: 2px;
}

.bgdh {
	float: left;
	width: 30%;
	max-width: 106px;
	background-color: #e9e9e9;
}

.xlzx {
	float: left;
	margin-top: 50px;
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	background-color: #d6472a;
}

.m_right {
	width: 74%;
	max-width: 1260px;
	min-height: 930px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0 40px;
	float: right;
	overflow: hidden;
	background-color: #ffffff;
}

.dqwz {
	width: 100%;
	padding-left: 40px;
	line-height: 100px;
	font-family: "microsoft yahei" !important;
	border-bottom: 1px solid #e9e9e9;
	background: url(../image/bg_dqwz.png) no-repeat left center
}

.dqwz a {
	color: #aaaaaa;
	font-size: 16px;
}

.dqwz a:hover,
.dqwz a.on {
	color: #d6472a;
}

.lm_list {
	float: left;
	width: 100%;
	height: 58px;
	line-height: 60px;
	padding: 0px;
	border-bottom: 2px solid #c9c9c9;
}

.lm_list span {
	float: left;
	font-weight: bold;
	font-size: 30px;
	color: #007fc3;
	line-height: 56px;
	padding: 0 10px;
	border-bottom: 2px solid #007fc3;
}

.lm_list a {
	float: right;
	color: #000000;
	font-size: 16px;
	line-height: 60px;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-family: "microsoft yahei" !important;
}

.lm_list a:hover {
	color: #007fc3;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	font-family: "microsoft yahei" !important;
}

.list {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: "microsoft yahei" !important;
}

.list ul {
	overflow: hidden;
	width: 100%;
}

.list ul li {
	float: left;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: url(../image/list_d.png) no-repeat left center;
	padding-left: 15px;
}

.list ul li a {
	color: #000;
	font-size: 20px;
	width: 85%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.list ul li:hover {
	background: url(../image/list_d2.png) no-repeat left center;
}

.list ul li:hover a,
.list ul li:hover span.time {
	color: #d6472a;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.list ul li span.time {
	float: right;
	width: 15%;
	color: #000;
	font-size: 20px;
	text-align: right;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.fy {
	margin: 10px auto;
}

.article {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}

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

.article_title h1 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	font-family: "microsoft yahei" !important;
	line-height: 30px;
	padding: 5px 10px;
}

.article_title h2 {
	font-size: 20px;
	color: #333;
	line-height: 30px;
}

.article_data {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 30px;
	margin: 20px auto;
	height: auto;
	line-height: 18px;
	font-family: "microsoft yahei" !important;
	font-size: 16px;
	color: #aaaaaa;
}

.article_data img {
	margin-right: 5px;
}

.article_data b {
	margin: 0 10px;
}

.wznr {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-family: "microsoft yahei" !important;
}

.wznr p,
.wznr table p {
	float: left;
	width: 100%;
}

.wznr p,
.wznr p span {
	line-height: 40px;
	margin-bottom: 10px;
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #333333;
}

.wznr p img {}

.wznr p table,
.wznr table {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	display: table;
}

.wznr p table tbody,
.wznr table tbody {
	width: 100%;
}

.zzjg_img p img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
}

.zzjg_link {
	width: 50%;
	float: left;
}

.zzjg_link h6 {
	float: left;
	width: 100%;
	line-height: 54px;
	padding-left: 10px;
	/* padding-left:80px; */
	/* background: url(../image/icon_logo_on.png) no-repeat left center; */
	color: rgb(0, 0, 0);
	font-family: 微软雅黑, "Microsoft YaHei";
	font-size: 24px;
	font-weight: bold;
}

.zzjg_link ul {
	float: left;
	width;
	100%;
}

.zzjg_link ul li {
	float: left;
	width: 100%;
	padding: 5px 10px;
	line-height: 3em;
}

.zzjg_link ul li a {
	color: rgb(89, 89, 89);
	font-family: 微软雅黑, "Microsoft YaHei";
	font-size: 18px;
}

.yyjj_img {
	width: 100%;
}

.xyjj_img ol {
	width: 100%;
	float: left;
}

.xyjj_img ol li {
	float: left;
	width: 32%;
	max-width: 380px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 2%;
}

.xyjj_img ol li img {
	width: 100%;
}

.xrld {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.xrld ul {
	width: 100%;
	float: left;
}

.xrld ul li {
	width: 49%;
	max-width: 560px;
	margin-bottom: 20px;
	font-family: "microsoft yahei" !important;
}

.xrld ul li span {
	float: left;
	margin-bottom: 30px;
	line-height: 40px;
	color: #007fc3;
	border-bottom: 4px solid #007fc3;
	font-size: 24px;
	font-weight: bold;
}

.xrld ul li .xrld_bg {
	float: left;
	width: 100%;
	padding: 10px;
	border: 1px solid #e5e5e5;
	background: url(../image/icon_xrld.png) no-repeat bottom 25px right 25px;
}

.xrld ul li .xrld_bg .xrld_pic {
	float: left;
	width: 200px;
	height: 273px;
	overflow: hidden;
}

.xrld ul li .xrld_bg .xrld_pic img {
	width: 100%;
}

.xrld ul li .xrld_bg .xrld_bt {
	float: right;
	margin-right: 20px;
	height: 270px;
	position: relative;
	width: 270px;
}

.xrld ul li .xrld_bg .xrld_bt h6 {
	float: left;
	width: 100%;
	color: #333;
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 20px;
}

.xrld ul li .xrld_bg .xrld_bt p {
	float: left;
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xrld ul li .xrld_bg .xrld_bt a.read_more {
	position: absolute;
	color: #d6472a;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	bottom: 10px;
	left: 0;
	background: url(../image/read_more.png) no-repeat right center;
	padding-right: 20px;
}

.xrld ul li:hover .xrld_bg {
	background-color: #007fc3;
}

.xrld ul li:hover .xrld_bg .xrld_bt h6,
.xrld ul li:hover .xrld_bg .xrld_bt p {
	color: #fff;
}

.xrld ul li:hover .xrld_bg .xrld_bt a.read_more {
	color: #fff;
	background-image: url(../image/read_more2.png);
}

.djqt {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.djqt ul {
	width: 100%;
	float: left;
	font-family: "microsoft yahei" !important;
}

.djqt ul li {
	width: 49%;
	max-width: 560px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	font-family: "microsoft yahei" !important;
}

.djqt ul li div.list {
	margin-top: 0;
	width: 100%;
	min-height: 320px;
	margin-bottom: 0;
}

.djqt ul li div.list ul {
	margin-top: 10px;
}

.djqt ul li div.list ul li {
	width: 100%;
	height: auto;
	line-height: 42px;
	margin-bottom: 0;
}

.djqt ul li div.list ul li a {
	width: 75%;
	font-size: 18px;
}

.djqt ul li div.list ul li span.time {
	width: 25%;
	font-size: 18px;
}

.dj_lm {
	float: left;
	width: 100%;
	line-height: 60px;
	padding: 0 20px;
	background-color: #D4472A;
}

.dj_lm h6 {
	float: left;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
}

.dj_lm a {
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
}

.tab {
	float: left;
	position: relative;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.tab .hd {
	position: relative;
	width: 100%;
	float: left;
	height: auto;
}

.tab .hd ul {
	float: left;
	width: 100%;
}

.tab .hd ul li {
	width: 25%;
	font-family: "microsoft yahei" !important;
	float: left;
	cursor: pointer;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-bottom: 0;
	font-size: 18px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	height: auto;
	line-height: 40px;
}

.tab .hd ul li.on {
	background-color: #e5e5e5;
}

.sbkf .hd ul li {
	width: 33.3%;
	max-width: 187px;
}

.tab .bd {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.tab_nr {
	display: none;
	width: 100%;
	min-height: 240px;
	float: left;
	font-family: "microsoft yahei" !important;
}

.tab_nr .tab_bt {
	display: none;
	width: 100%;
	line-height: 60px;
	height: 60px;
	padding: 0 20px;
	background-color: #D4472A
}

.tab_nr .tab_bt h6 {
	float: left;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
}

.tab_nr .tab_bt a {
	float: right;
	color: #fff;
	font-size: 15px;
}

.tab_nr ul {
	float: left;
	width: 100%;
}

.tab_nr ul li {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
	background: url(../image/list_d.png) no-repeat left center;
	padding-left: 15px;
}

.tab_nr ul li a {
	color: #000;
	font-size: 18px;
	width: 80%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.tab_nr ul li:hover {
	background: url(../image/list_d2.png) no-repeat left center;
}

.tab_nr ul li:hover a,
.tab_nr ul li:hover span.time {
	color: #d6472a;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.tab_nr ul li span.time {
	float: right;
	width: 20%;
	color: #000;
	font-size: 18px;
	text-align: right;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.ysfc {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: "microsoft yahei" !important;
}

.ysfc_bt {
	width: 100%;
	height: auto;
	float: left;
	color: #007fc3;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	padding: 10px 0;
}

.ysfc ul {
	float: left;
	width: 100%;
}

.ysfc ul li {
	float: left;
	width: 24%;
	max-width: 230px;
	height: auto;
	min-height: 410px;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 70px;
}

.ysfc ul li .pic {
	width: 100%;
	height: 290px;
	overflow: hidden;
	float: left;
}

.ysfc ul li .pic img {
	width: 100%;
}

.ysfc ul li .bt {
	float: left;
	width: 100%;
	height: auto;
	padding: 10px 0;
	background-color: #007fc3;
}

.ysfc ul li .bt a {
	margin: 0 auto;
	display: block;
	width: 120px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	border: 0px solid #007fc3;
}

.ysfc ul li:hover .bt a,
.ysfc ul li:hover .bt p {
	font-weight: 600;
}

.ysfc ul li .bt span {
	display: block;
	width: 124px;
	height: 1px;
	background-color: #fff;
	margin: 7px auto;
}

.ysfc ul li .bt p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}

.jsml {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: "microsoft yahei" !important;
}

.jsml ul {
	float: left;
	width: 100%;
}

.jsml ul li {
	float: left;
	width: 16.5%;
	max-width: 180px;
	height: auto;
	min-height: 287px;
	overflow: hidden;
	margin-right: 1.6%;
	margin-bottom: 60px;
}

.jsml ul li .pic {
	width: 100%;
	height: 227px;
	overflow: hidden;
	float: left;
}

.jsml ul li .pic img {
	width: 100%;
}

.jsml ul li .bt {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 0px;
	background-color: #007fc3;
}

.jsml ul li .bt a {
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
}

.jsnr {
	float: left;
	width: 100%;
}

.js_nr {
	float: left;
	width: 100%;
	background: url(../image/bg_icon_logo.png) #f6f6f6 no-repeat right 40px bottom 30px;
}

.js_img {
	float: left;
	width: 25%;
	max-width: 230px;
	height: 290px;
	overflow: hidden;
}

.js_img img {
	width: 100%
}

.js_data {
	float: right;
	width: 75%;
	max-width: 890px;
}

.js_data h6 {
	float: left;
	width: 100%;
	margin: 20px auto;
	font-size: 30px;
	line-height: 50px;
	color: #000;
	text-align: left;
}

.js_data h6 span {
	margin-left: 20px;
	margin-top: 20px;
	line-height: 30px;
	font-size: 20px;
}

.js_data h6 span.js_name {
	float: left;
	/* width:115px; */
	margin: 0;
	font-size: 28px;
	line-height: 50px;
	color: #000;
	text-align: left;
}

.js_data p {
	float: left;
	width: 100%;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 45px;
}

.js_data p span {
	float: left;
	text-align: justify;
	margin-right: 40px;
	font-size: 20px;
	color: #007fc3;
}

.js_xx {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 10px;
}

.js_xx h6 {
	float: left;
	width: 100%;
	line-height: 60px;
	height: 60px;
	border-bottom: 2px solid #f1f1f1;
}

.js_xx h6 span {
	float: left;
	border-bottom: 2px solid #007fc3;
	height: 60px;
	font-weight: bold;
	line-height: 60px;
	color: #007fc3;
	font-size: 28px;
	;
}

.jsnr_xx {
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 20px;
}

.jsnr_xx p {
	float: left;
	width: 100%;
	margin: 5px auto;
	font-size: 20px;
	line-height: 40px;
}

.jsnr_xx textarea {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden !important;
	font-family: "microsoft yahei" !important;
	resize: none;
	outline: none;
	border: 0 !important;
	line-height: 40px;
	height: auto;
}

.sjdh {
	float: left;
	width: 100%;
	height: 58px;
	border-bottom: 2px solid #f5f5f5;
}

.sjdh ul {
	float: left;
	width: 100%;
}

.sjdh ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	border-bottom: 4px solid transparent;
}

.sjdh ul li a {
	color: #767676;
	font-weight: bold;
	font-size: 30px;
	line-height: 60px;
}

.sjdh ul li.cur,
.sjdh ul li:hover {
	border-bottom: 4px solid #007fc3;
	height: 60px;
	line-height: 60px;
}

.sjdh ul li.cur a,
.sjdh ul li:hover a {
	color: #007fc3;
}

.sjdh ul span {
	float: left;
	font-size: 20px;
	color: #979797;
	margin: 0 30px;
	line-height: 60px;
}

.js_menu {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.js_menu h5 {
	float: left;
	font-family: "microsoft yahei" !important;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 70px;
	;
}

.js_menu ol {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

.js_menu ol li {
	float: left;
	line-height: 50px;
	font-family: "microsoft yahei" !important;
	text-align: center;
	padding: 0 15px;
	background-color: #007fc3;
}

.js_menu ol li a {
	color: #fff;
	font-size: 20px;
	font-family: "microsoft yahei" !important;
}

.js_menu ol li.all {
	padding: 0 48px;
}

.js_menu ol li.active {
	background-color: #d6472a;
}

.munu_js {
	float: left;
	width: 100%;
}

.munu_js h6 {
	float: left;
	width: 10%;
	text-transform: capitalize;
	margin-top: 20px;
	font-family: "microsoft yahei" !important;
	max-width: 136px;
	line-height: 46px;
	text-align: center;
	color: #007fc3;
	font-size: 20px;
	font-weight: bold;
}

.munu_js .js_bt {
	float: right;
	width: 90%;
	margin-top: 20px;
}

.munu_js .js_bt ul {
	float: left;
	width: 100%;
}

.munu_js .js_bt ul li {
	float: left;
	width: 11%;
	white-space: nowrap;
	max-width: 120px;
	margin-left: 1px;
	text-align: left;
	line-height: 46px;
	margin-bottom: 1px;
}

.munu_js .js_bt ul li a {
	color: #333;
	font-size: 20px;
	font-family: "microsoft yahei" !important;
}

.head {
	width: 1320px;
}

.dh .container {
	max-width: 1810px;
}

.dh nav.navbar.bootsnav ul.nav>li {
	width: 7.69%;
	text-align: center;
}

.dh nav.navbar.bootsnav ul.nav>li>a {
	padding: 15px 0px;
}

/*友情链接 */
.rec_expert h1.title {
	line-height: 50px;
	text-align: left;
	font-size: 16px;
	color: #999;
	padding-bottom: 10px;
}

.rec_expert h1.title span {
	font-size: 22px;
	padding-right: 8px;
	color: #000;
	font-weight: bold;
}

.links {
	word-spacing: 1.5em;
	height: 60px;
	background-color: #fff;
	position: relative;
}

.links .layout {
	margin: 0 auto;
	width: 1320px;
}

.linklist .link-nav {
	display: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 60px;
	padding: 10px;
	background-color: #1d54a3;
	width: 100%;
	box-sizing: border-box;
}

.linklist li {
	width: 11%;
	float: left;
	line-height: 60px;
	height: 60px;
	font-size: 16px;
	font-weight: 600;
}

.linklist li>a {
	display: block;
	line-height: 60px;
	height: 60px;
}

.linklist .link-nav a {
	color: #ffffff;
	padding: 3px 5px;
	font-size: 14px;
}

.linklist .link-nav a:hover {
	color: #fff;
	background-color: #1d54a3;
}

/* 漂浮广告样式 */
#ad {
	position: fixed;
	z-index: 9999;
}

.closeqq {
	font-size: 14px;
	cursor: hand;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 10px;
}