@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 15px;
	min-width: 1400px;
	color: #353535;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
}

input,
textarea {
	outline: none;
}

a {
	color: #565656;
	text-decoration: none;
}

a:hover {
	color: #0d538f;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mainb {
	width: 1400px;
	margin: 0 auto;
}

.paddt30 {
	padding: 20px 0 0;
}

.paddb20 {
	padding-bottom: 20px;
}

.mar20 {
	margin-top: 20px;
}

.overfw {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m_botli{display: none;}


/***********************************************************************************/

.header_bot {
	margin: 0 auto;
	position: fixed;
	top: 0;
	height: 92px;
	z-index: 10000;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.76);
	background-color: #fff\9;
	float: left;
}
.logo {
	width: 28%;
	position: absolute;
	left: 0;
	top: 20px;
}

.logo img {
	height: 100%;
}

.m_btn {
	position: absolute;
	right: 2.5%;
	top: 10px;
	width: 30px;
	margin: 0;
	display: none;
	cursor: pointer;
}

.m_btn tt {
	float: left;
	width: 25px;
	height: 3px;
	background: #0d538f;
	margin-top: 5px;
}

.m_close {
	display: inline-block;
	font-size: 26px;
	color: #fff;
	position: absolute;
	right: 5%;
	top: 10px;
	z-index: 999;
	display: none;
	cursor: pointer;
}

.header_bot .header_nav {
	margin: 0;
	font-size: 0;
}

.header_bot .header_nav {
	margin-left: 360px;
}

.header_nav li {
	float: left;
	font-size: 16px;
	margin: 0;
	position: relative;
	z-index: 11;
	width: 9.5%;
	text-align: center;
}

.header_nav>li:after {
	content: "";
	position: absolute;
	top: 45px;
	right:0;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #565656;
}

.header_nav li a {
	color: #333;
	height: 56px;
	line-height: 56px;
	display: block;
}

.header_bot li a {
	height: 92px;
	line-height: 92px;
}

.header_nav li:hover:after {
	transform: rotate(180deg);
	transition: .6s;
}

.header_nav li:hover,
.header_nav li.on {
	background: #f5f5f5;
}

.header_nav li dl {
	width: 150px;
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 22;
	background: #fff;
	border-top: 4px solid #f7c93d;
	display: none;
}

.header_nav li dl a {
	display: block;
	width: 100%;
	line-height: 30px;
	text-indent: 20px;
	padding: 0;
	font-size: 14px;
	border: none;
}

.header_nav li:hover dl a,
.header_nav li.on dl a {
	color: #333;
	font-weight: 300;
	border-bottom: none;
}

.header_nav li dl a:hover {
	background: #004480;
	color: #fff;
}

.header_nav li.onn {
	z-index: 22;
}

.header_nav li .hnav_two {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	background: #ffffff\9;
	border-top: 2px solid #ededed;
	left: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 10px, 0);
	border-radius: 0 0 10px 10px;
}

.header_bot .header_nav li .hnav_two {
	border-top: 2px solid #0d538f;
}

.header_nav li .hnav_two li {
	position: relative;
	display: block;
	text-align: center;
	margin: 0;
	width: 166px;
	background: none;
}

.header_nav li .hnav_two li a {
	color: #333;
	white-space: nowrap;
	border-radius: 0;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header_nav li:hover .hnav_two {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
	transition: all .3s ease 0s;
}

.header_nav .hnav_two li:hover a {
	color: #0D538F;
	font-size: 15px;
	font-weight: bold;
	transition: .3s;
}

.hnav_two li:hover a {
	color: #0d538f !important;
}

.header_nav li .hnav_two li .hnav_two2 {
	position: absolute;
	background: #fff;
	border: 1px solid #f3f3f3;
	border-bottom: 0;
	right: -202px;
	top: -17px;
	z-index: 9999;
	opacity: 0;
	transition: all .3s ease 0s;
	visibility: hidden;
}

.header_nav li .hnav_two li:hover .hnav_two2 {
	opacity: 1;
	visibility: visible;
}

.td_mobile {
	display: none !important;
}

.td_pc {
	position: relative;
	display: block !important;
	float: left;
	top: 0;
	background: none;
}

.header_bot .td_pc {
	display: block !important;
	padding-top: 10px;
}

.header_bot .td_pc img {
	width: 100%;
}

.header_bot li a {
	border-bottom: 0;
}

.header_bot .header_nav>li>a {
	font-weight: normal !important;
	font-size: 16px !important;
}

.header_bot .header_nav li .hnav_two li a:hover {
	opacity: 0.9;
}

.header_nav .cur {
	background: #f5f5f5;
	border-bottom: 4px solid #0d538f;
}

.header_bot li .cur {
	background: #0d538f;
}


/*banner*/

.tdbanner {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 550px;
	margin-top: 92px;
}

.tdbanner .bd {
	height: 550px;
	z-index: 0;
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 550px;
}

.tdbanner .bd li img {
	width: 100%;
	height: 550px;
}

.tdban_btn {
	display: none;
}

.tdban_btn a {
	opacity: 0.65;
}

.tdban_btn a:hover {
	opacity: 1;
}

.tdban_btn a.prev {
	position: absolute;
	z-index: 1;
	left: 20px;
	background: none;
	top: 45%;
	display: block;
	width: 50px;
	height: 100px;
	background: url(../img/arrow.png) 0px 0px no-repeat;
	margin: 0 auto;
}

.tdban_btn a.next {
	position: absolute;
	z-index: 1;
	display: block;
	right: 20px;
	background: none;
	top: 45%;
	display: block;
	width: 50px;
	height: 100px;
	background: url(../img/arrow.png) -50px 0px no-repeat;
	margin: 0 auto;
}

.tdbanner:hover .tdban_btn {
	display: block;
	transition: .3s;
}

.tdban_btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: .3s;
}

.tdbanner .hd {
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 5;
	left: 50%;
	font-size: 0;
	line-height: 0;
	height: 0px;
	margin-left: -50px;
	height: 14px;
	overflow: hidden;
}

.tdbanner .hd li {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 6px;
	margin: 0 10px;
	_margin: 0 3px;
	border-radius: 4px;
	border: 1px solid #fcc200;
	box-sizing: border-box;
	background: #fff;
}

.tdbanner .hd li:hover,
.tdbanner .hd .on {
	border-radius: 10px;
	background: #fcc200;
	transition: .6s;
}
/*搜索*/
.hssbox{height: 45px;line-height: 45px;padding-top: 10px;}
.sc_form{width: 35%;float: right;}
.sc_form li{float: left;}
.sc_form .scm_inptli{width: 70%;}
.sc_form .scm_inptli .scm_inpt{width: 100%;height: 40px;line-height: 40px;border: 0;background: #eee;padding: 0 8px;box-sizing: border-box;border-radius: 6px;}
.sc_form .scm_btnli{width: 26%;float: right;}
.sc_form .scm_btnli .scm_btn{border: 0;width: 100%;height: 40px;line-height: 40px;color: #fff;background: #0D538F url(../img/sousuo.png) no-repeat 32px center;font-size: 16px;padding-left: 23px; border-radius: 6px;}
.sc_form .scm_btnli .scm_btn:hover{background-color: #FCC200;transition: .3s; cursor: pointer;}






/*新闻*/

.hfz_newbox {
	/*background: url(../img/htea_bg.png) no-repeat center top;*/
}

.htitleb {
	text-align: center;
}

.htitleb h2 {
	font-size: 28px;
	padding-bottom: 5px;
	color: #555;
}


.htitleb h2 i {
	font-style: normal;
	color: #0D538F;
}



.htitleb span {
	display: block;
	text-transform: uppercase;
	position: relative;
}


.htitleb span:before,
.htitleb span:after {
	content: "";
	position: absolute;
	top: 10px;
	width: 30%;
	height: 1px;
	background: #ccc;
}

.htitleb span:before {
	left: 11%;
}

.htitleb span:after {
	right: 11%;
}

.htitleb p {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.htitleb p:before,
.htitleb p:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 3px;
	background: #FCC200;
}

.htitleb p:before {
	background: #0D538F;
	left: -32px;
}

.hnewc_l {
	width: 720px;
}

.hnewcl_pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.hnewcl_pic .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 12px;
	z-index: 1;
}

.hnewcl_pic .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.hnewcl_pic .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.hnewcl_pic .hd ul li.on {
	background: #FCC200;
	color: #fff;
}

.hnewcl_pic .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.hnewcl_pic .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.hnewcl_pic .bd li .hnel_info {
	background: rgba(13, 83, 143, 0.61);
	width: 100%;
	padding: 23px 10px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
}

.hnewcl_pic .bd li h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.hnewcl_pic .bd li h4,
.hnewcl_pic .bd li p {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.hnel_img {
	width: 100%;
	height: 515px;
	overflow: hidden;
}

.hnewcl_pic .bd img {
	width: 100%;
	height: 100%;
	display: block;
}

.hnewcl_pic:hover img {
	transform: scale(1.1);
	transition: .6s;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.hnewcl_pic .prev,
.hnewcl_pic .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.hnewcl_pic .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.hnewcl_pic .prev:hover,
.hnewcl_pic .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.hnewcl_pic .prevStop {
	display: none;
}

.hnewcl_pic .nextStop {
	display: none;
}

.hnewc_rbox {
	width: 660px;
}

.hnewcl_rr {
	width: 100%;
}

.hnewcl_rr dl {
	margin-bottom: 14px;
	width: 49%;
	margin: 0 1% 1% 0;
	float: left;
}

.hnewtrr_img {
	width: 100%;
	height: 146px;
	overflow: hidden;
	border: 1px solid #eee;
}

.hnewtrr_img img {
	width: 100%;
	display: block;
	width: 100%;
}

.hnewcl_rr dl:hover img {
	transform: scale(1.1);
	transition: .6s;
}

.hnewcl_rr dl dt {
	float: left;
	height: 85px;
	width: 30%;
	padding: 11px 3px;
	box-sizing: border-box;
	color: #fff;
	background: #0D538F url(../img/ico4.png) no-repeat 90% 10%;
	font-size: 15px;
	border-radius: 0 16px 0 16px;
}

.hnewcl_rr dl dt span {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.hnewcl_rr dl dt em {
	display: block;
	width: 30px;
	height: 2px;
	background: #FCC200;
	margin: 5px;
}

.hnewcl_rr dl dd {
	float: right;
	width: 70%;
	height: 85px;
	position: relative;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 6px 10px 10px;
	box-sizing: border-box;
}

.hnewcl_rr dl dd p {
	color: #888;
	height: 45px;
	line-height: 1.6;
	overflow: hidden;
	margin-top: 6px;
}

.hnewcl_rr dl dd h3 {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnewcl_rr dl dd:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 2px;
	height: 1px;
	background: transparent;
}

.hnewcl_rr dl:hover dd:after {
	width: 100%;
	background: #0D538F;
	transition: .6s;
}

.hnewc_r {
	width: 100%;
	box-sizing: border-box;
}

.hnewcr_con {
	margin-top: 3px;
	width: 100%;
	float: right;
}

.hnewcr_con ul li {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px dashed #ccc;
	background: #fefefe url(../img/ico5.png) no-repeat left center;
	margin-top: 9px;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
	position: relative;
}

.hnewcr_con ul li:before {
	position: absolute;
	content: "";
	bottom: -5px;
	right: 0px;
	width: 6px;
	height: 6px;
	border: 2px solid #ddd;
	border-radius: 50%;
	background: #ddd;
}

.hnewcr_con ul li:after {
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
	width: 12px;
	height: 1px;
	background: #0D538F;
}

.hnewcr_con ul li:hover:before {
	background: #FCC200;
	border: 2px solid #FCC200;
}

.hnewcr_con ul li a {
	display: block;
	float: left;
	width: 76%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnewcr_con ul li span {
	float: right;
	color: #888;
}

.hnewcr_con ul li:hover {
	
	border-color: #FCC200;
	padding-left: 15px;
	transition: .3s;
}

.hnewcr_con ul li:hover a {
	color: #0D538F;
}

.hnewcr_con ul li:hover span {
	color: #9cbbd4;
}
.hnewcr_con .hnewcrc_xshd li{height: 105px;padding: 0;line-height:1.8;background: none;margin-top: 15px;border-bottom: 1px solid #ddd;}
.hnewcr_con .hnewcrc_xshd li a{width: 100%;overflow: auto;text-overflow: inherit;white-space: normal;}
.hnewcr_con .hnewcrc_xshd li:before,.hnewcr_con .hnewcrc_xshd li:after{display: none;}
.hnewcr_con .hnewcrc_xshd li .hnewcrc_time{width: 25%;text-align: center;border: 1px solid #ddd;box-sizing: border-box;}
.hnewcr_con .hnewcrc_xshd li .hnewcrc_time span{display: block;float: none;height: 45px;line-height: 45px;color: #0D538F;}
.hnewcr_con .hnewcrc_xshd li .hnewcrc_time .hxs_time_top{color:#fff;background: #0D538F;text-transform: uppercase;font-size: 26px;}
.hnewcr_con .hnewcrc_xshd li .hnewcrc_time .hxs_time_bot{font-size: 18px;color: #0D538F;}
.hnewcr_con .hnewcrc_xshd li .hnewcrc_txt{width: 73%;}
.hnewcr_con .hnewcrc_xshd li .hnewcrc_txt h3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;font-weight: normal;color: #0D538F;}
.hnewcr_con .hnewcrc_xshd li .hnewcrc_txt p{color: #888;height: 48px;overflow: hidden;line-height: 1.6;margin-top: 8px;}
.hnewcr_con .hnewcrc_xshd li:hover{padding: 0;}

.hnewcr_con .hnewcrc_xshd li:hover .hxs_time_top{background: #FCC200;transition: .3s;}
.hnewbot {background: url(../img/hprobg1.jpg) no-repeat center top;padding-bottom: 20px;}

.hnewbt_tit {
	padding: 35px 0;
}

.hnewbt_tit h2 {
	font-size: 28px;
}

.hnewbt_tit h2 i {
	font-style: normal;
	color: #0D538F;
}

.hnewbt_tit p {
	color: #666;
	margin-top: 5px;
}

.hnewbot .hnewcl_rr {
	width: 35%;
}

.hnewbot .hnewcl_rr dl {
	width: 100%;
	margin: 0;
}

.hnewbot_l {
	width: 49%;
}

.hnewbot_l li {
	width: 100%;
	background: #f7f7f7;
	margin-top: 5px;
}

.hnewbot_l li .hnebb_info {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.hnewbot_l li .hnebb_info h3 {
	font-size: 18px;
	color: #0D538F;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}

.hnewbot_l li .hnebb_info h3:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	border: 3px solid #0D538F;
	border-radius: 10px;
}

.hnewbot_l li:hover h3:before {
	background: #0D538F;
}

.hnewbot_l li:hover h3 {
	padding-left: 30px;
	transition: .3s;
}

.hnewbot_l li .hnebb_info span {
	color: #888;
	display: block;
	margin: 10px 0;
}

.hnewbot_l li .hnebb_info p {
	color: #666;
	height: 48px;
	overflow: hidden;
	line-height: 1.6;
}

.hnewbot_l li:hover h3 {
	color: #0D538F;
}

.hnewbot_l li:hover img {
	transform: scale(1.1);
	transition: .3s;
}

.hnewbot_r {
	width: 49%;
}

.hnewbt_gg ul {
	background: #0D538F;
	padding: 15px;
	box-sizing: border-box;
}

.hnewbt_gg li {
	margin-bottom: 15px;
	border-bottom: 1px solid #386993;
	padding-bottom: 10px;
}

.hnewbt_gg li a {
	color: #fff;
}

.hnewbt_gg li span {
	display: block;
	border-left: 3px solid #FCC200;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #fcc200;
}

.hnewbt_gg li span i {
	float: right;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

.hnewbt_gg li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	margin-top: 5px;
}

.hnewbt_gg li:hover p {
	color: #FCC200;
}

.hnewbt_gg li:hover i {
	color: #FCC200;
	padding-right: 20px;
	transition: .3s;
}
.hnewbot_r .hnewcl_rr{width: 100%;}
.hnewbot_r .hnewcl_rr dl{margin-bottom: 10px;}
.hnewbot_r .hnewcl_rr dl dt{width: 25%;padding: 15px 13px;height: 93px;background-size: 25%;}
.hnewbot_r .hnewcl_rr dl dt em{height: 8px;width: 60px;height: 3px;}
.hnewbot_r .hnewcl_rr dl dt span{font-size: 20px;}
.hnewbot_r .hnewcl_rr dl dt b{font-size: 18px; color: #fcc200;}
.hnewbot_r .hnewcl_rr dl dd{width: 74%;height: 93px;}
.hnewbot_r .hnewcl_rr dl dd h3{font-size: 16px;}
/*入口*/

.hnwbor_top {
	padding-top: 45px;
}

.hys_box {
	margin: 0 auto;
}

.hys_box li {
	float: left;
	width: 100%;
	margin: 8% auto 5%;
	border: 1px solid rgba(13, 83, 143, 0.58);
	background: url(../img/hbgnew.png) no-repeat right 35%;
	line-height: 25px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 3px 15px 0px #ccc;
}

.hys_box li a {
	display: block;
	box-sizing: border-box;
	padding: 5px 0;
}

.hys_box li img {
	width: 70px;
	height: 50px;

	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
	
}

.hys_box li p {
	font-size: 20px;
	font-weight: bold;
}

.hys_box li:hover img {
	transform: rotateY(180deg);
	transition: .6s;
}

.hys_box li:hover p {
	color: #FCC200;
}


.hfz_nbxc_l{width: 42%;}
 .hfz_nbxc_tit{border-bottom: 2px solid #ddd;position: relative;}
.hfz_nbxc_tit .redline{position: absolute;bottom: -2px;left: 0;width: 45%;height: 2px;background: #FFC107;}
.hfz_nbxc_tit li{display: inline-block;font-size: 20px;margin-right: 15px;background: #0D538F;width: 120px;height: 39px;line-height: 39px;text-align: center;border-radius: 5px 5px 0 0;}
.hfz_nbxc_tit li a{color: #fff;display: block;}
.hfz_nbxc_tit li.on{background: #FCC200;}
.hfz_nbxc_l .hky_news_con dl{width: 100%;margin:0;margin-bottom: 10px;height: 107px;border-radius: 6px;}
.hfz_nbxc_l .hky_news_con dl dt{float: left;width: 25%;height: 107px;border-radius: 6px;}
.hfz_nbxc_l .hky_news_con dl dd:before{display: none;}
.hfz_nbxc_l .hky_news_con dl dd{width:75%;float: left;border-top: 0;padding: 0 10px;}
.hfz_nbxc_l .hky_news_con dl .hky_c_time em{display: none;}
.hfz_nbxc_l .hky_news_con dl dd h3{margin: 5px 0;font-size: 18px;}
.hfz_nbxc_l .hky_news_con dl:hover {
    transition: .3s;
    transform: translateY(0);
}
.hfz_nbxc_l .hky_news_con dl dd p{max-height: 45px;margin-bottom: 3px;}

.hfz_nbxc_r{width: 42%;margin-left: 2%;}


.hfz_nbxc_btn{width: 12%;}





/*科研动态*/

.hky_news {
	background: #f9f9f9 url(../img/hbgnew.png) repeat-y center bottom;
	overflow: hidden;
}

.hky_news_con_u {
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
}

.hky_news_con dl {
	width: 334px;
	margin: 0 8px;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	overflow: hidden;
}

.hky_news_con dl dt {
	position: relative;
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.hky_news_con dl dt img {
	width: 100%;
	display: block;
	height: 100%;
}

.hky_news_con dl .hky_c_time {}

.hky_news_con dl .hky_c_time span {
	text-transform: uppercase;
	font-size: 15px;
}

.hky_news_con dl .hky_c_time i {
	display: inline-block;
	margin: 0 5px;
	width: 1px;
	height: 30px;
	height: 16px;
	background: #777;
}

.hky_news_con dl .hky_c_time p {
	float: left;
}

.hky_news_con dl .hky_c_time em,
.hnewc_l .hnew_ertit a,.hnew_aa {
	float: right;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #777;
	border: 1px solid #777;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	overflow: hidden;
}

.hky_news_con dl:hover em,
.hnewc_l .hnew_ertit a:hover,.hnew_aa:hover {
	width: 80px;
	border-color: #0D538F;
	color: #0D538F;
	transition: .6s;
	border-radius: 15px;
}

.hky_news_con dl dd {
	padding: 10px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	border-top: 8px solid #ddd;
}

.hky_news_con dl dd:before {
	position: absolute;
	content: "";
	top: -8px;
	left: 0;
	width: 30px;
	height: 8px;
	background: transparent;
}

.hky_news_con dl:hover dd:before {
	width: 100%;
	background: #004480;
	transition: .6s;
}

.hky_news_con dl dd h3 {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hky_news_con dl dd p {
	color: #777;
	max-height: 71px;
	line-height: 1.6;
	overflow: hidden;
	margin-bottom: 10px;
}

.hky_news_con dl:hover img {
	transform: scale(1.1);
	transition: 1s;
}

.hky_news_con dl:hover dd {
	background: #fff;
}

.hky_news_con dl:hover {
	transition: .3s;
	transform: translateY(-5px);
}


/*老师风采*/

.h_teach {
	background: url(../img/htea.jpg) repeat-y center top;
	position: relative;
}
.h_teach .mainb{position: relative;}
.h_teach .hd {
	overflow: hidden;
	height: 60px;
	padding: 0 10px;
	position: absolute;
	width: 80%;
	top: 60%;
	z-index: 999;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width: 1600px) {
	.h_teach .hd{width: 96%;}
	.h_teach .next {right: 5%;}
}
.h_teach .hd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.h_teach .hd ul li {
	float: left;
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin-right: 10px;
	text-indent: -999px;
	cursor: pointer;
	background: #0d538f;
	border-radius: 50%;
}

.h_teach .hd ul li.on {
	background: #fcc200;
}
.h_teach .prev,
.h_teach .next {
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/btn.png) -110px 10px no-repeat;
	filter: alpha(opacity=50);
	z-index: 999;
}

.h_teach .next {
	left: auto;
	right: 3%;
	background-position: 8px 10px;
}

.h_teach .prev:hover,
.h_teach .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.h_teach {
	overflow: hidden;
}

.h_teach .hteach_con li {
	width: 334px;
	margin: 0 8px;
	float: left;
	border: 1px solid #ddd;
	border-radius:20px 20px 10px 10px;
}

.h_teach .hteach_con li .htea_img {
	width: 100%;
	height: 216px;
	overflow: hidden;
	position: relative;
	background: #f8f8f8;
	box-sizing: border-box;
	border-radius: 20px 20px 0 0;
}

.h_teach .hteach_con li .htea_img img {
	width: 100%;
	display: block;
	height: 100%;
}

.h_teach .hteach_con li .htea_img .htea_panel {
	position: absolute;
	left: -100%;
	top: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	padding: 1% 5% 3%;
	box-sizing: border-box;
	padding-top: 20px;
}

.h_teach .hteach_con li .htea_img .htea_panel p {
	margin-top: 6px;
	max-height: 68px;
	line-height: 1.6;
	font-size: 15px;
	overflow: hidden;
}
.h_teach .hteach_con li .htea_img .htea_panel p strong{display: block;}
.h_teach .hteach_con li .htea_img .htea_panel span {
	display: block;
	width: 100px;
	    height: 25px;
    line-height: 25px;
    font-size: 14px;
        float: right;
	background: #FCC200;
	border-radius: 15px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #FCC200;
}

.h_teach .hteach_con li .htea_img .htea_panel span:hover {
	color: #FCC200;
	background: none;
	transition: .3s;
}

.h_teach .hteach_con li:hover .htea_panel {
	left: 0;
	transition: .6s;

}

.h_teach .hteach_con li .htea_info {
	padding: 10px;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	background: #f8f8f8 url(../img/icote.png) no-repeat 95% 90%;
}

.h_teach .hteach_con li .htea_info h3 {
	margin-bottom: 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.h_teach .hteach_con li .htea_info p{
	width:80%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}
.h_teach .hteach_con li:hover .htea_info {
	color: #fff;
	background: #0D538F url(../img/icote1.png) no-repeat 95% 90%;
	transition: .5S;
}

.hpro_box {
	background: url(../img/hprobg.jpg) no-repeat center top;
}

.hpro_box .htitleb {
	color: #fff;
}

.hproc_big {
	width: 40.4%;
	height: 423px;
	overflow: hidden;
	position: relative;
}

.hprocon ul {
	width: 59%;
}

.hprocon li {
	width: 32.6%;
	overflow: hidden;
	float: left;
	margin: 0 1% 1% 0;
	position: relative;
	height: 207px;
}

.hprocon li:nth-child(3n) {
	margin-right: 0;
}

.hprocon li .hpro_img,
.hproc_big .hpro_img {
	width: 100%;
	overflow: hidden;
	height: 207px;
}

.hproc_big .hpro_img {
	height: 423px;
}

.hprocon li .hpro_img img,
.hproc_big img {
	width: 100%;
	height: 100%;
	display: block;
}

.hprocon li .hpro_info,
.hproc_big .hpro_info {
	position: absolute;
	color: #0D538F;
	background: rgba(255, 255, 255, 0.8) url(../img/ico9.png) no-repeat 90% 90%;
	top: 0;
	right: -50%;
	width: 50%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.hproc_big .hpro_info {
	padding-top: 30px;
	box-sizing: border-box;
}

.hprocon li:hover .hpro_info,
.hprocon .hproc_big:hover .hpro_info {
	right: 0;
	transition: .6s;
}


/*底部*/

.hfootbox {
	background: #333;
	border-top: 3px solid #0D538F;
	padding-top: 35px;
}

.hfootbox .mainb {
	background: url(../img/hlogo1.png) no-repeat right top;
	background-size: 25%;
}

.hf_qr {
	width: 150px;
}

.hf_qr img {
	width: 100%;
}

.hf_qr p {
	text-align: center;
	color: #666;
	margin-top: 10px;
}

.hfootbox .mainb .hfoot_lx {
	padding-top: 70px;
}

.hfoot_nav {
	width: 60%;
	margin-right: 36px;
}

.hfoot_nav ul {
	float: left;
	width: 20%;
	text-align: center;
}

.hfoot_nav ul h2,
.hfoot_lx h2 {
	color: #e9e9e9;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
}

.hfoot_nav ul h2:after,
.hfoot_lx h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 10px;
	margin: auto;
	height: 3px;
	background: #FCC200;
}

.hfoot_nav ul li {
	line-height: 36px;
	height: 36px;
	border-right: 1px solid #565656;
	box-sizing: border-box;
}

.hfoot_nav ul li a {
	color: #666;
}

.hfoot_nav ul li a:hover {
	color: #FCC200;
	text-decoration: underline;
}

.hfoot_nav ul h2:hover:after,
.hfoot_lx h2:hover:after {
	width: 30px;
	transition: .5s;
}

.hfoot_lx {
	width: 25%;
	color: #666;
}

.hfoot_lx h2 {
	text-align: center;
}

.hfoot_lx p {
	text-indent: 3em;
	line-height: 36px;
	height: 36px;
}


/*友情链接*/

.yqlink {
	padding: 10px 20px;
	box-sizing: border-box;
	overflow: hidden;
	background: #ebebeb;
	border-top: 3px solid #e5e5e5;
}

.yqlink .yqlink_tab {
	float: left;
	margin-right: 20px;
}

.yqlink h3 {
	color: #333;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	padding: 5px 0 5px 30px;
	background: url(../img/er1.png) no-repeat left center;
	padding-left: 30px;
	cursor: pointer;
}

.yqlink h3.on {
	color: #FCC200;
}

.yqlink ul {
	margin-top: 5px;
	float: left;
}

.yqlink ul li {
	display: inline-block;
	padding: 5px 8px;
}

.yqlink ul li a {
	color: #666;
}

.yqlink ul li a:hover {
	color: #FCC200;
	text-decoration: underline;
}

.hfbot {
	padding: 10px;
	background: #00203b;
}

.hfbot span {
	padding-right: 10px;
	color: #7d99b1;
}

.hfbot a {
	color: #27455f;
	padding-left: 10px;
}

.hfbot a:hover {
	color: #7d99b1;
	text-decoration: underline;
}


/*内页开始*/

.inbaner {
	height: 320px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 80px;
	box-sizing: border-box;
	margin-top: 92px;
}

.ban1 {
	background-image: url(../img/ban1.jpg);
}

.bancon {
	width: 300px;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	background: rgba(13, 83, 143, 0.54);
}

.bancon h2 {
	font-size: 32px;
	margin-bottom: 10px;
}

.bancon em {
	display: block;
	width: 30px;
	height: 2px;
	background: #FCC200;
	margin: 10px 0;
}

.bancon p {
	line-height: 1.6;
	margin-bottom: 5px;
}

.bancon span {
	text-transform: uppercase;
	display: block;
}

.inewpic {
	background: #f5f5f5;
}

.ibread {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #ddd;
}

.ibread h2 {
	float: left;
	color: #0D538F;
	font-size: 20px;
	position: relative;
}

.ibread h2 i {
	margin-right: 10px;
}

.ibread h2 i img {
	margin-bottom: -3px;
}

.ibread p {
	float: right;
	padding-left: 30px;
	background: url(../img/br2.png) no-repeat left center;
}

.ibread span {
	padding: 0 10px;
}

.ierbox {
	width: 20%;
	border-left: 1px solid #ddd;
}

.ierbox .ierul li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	background: #f6f6f6 url(../img/er1.png) no-repeat 10px center;
	padding-left: 32px;
	font-size: 16px;
}

.ierbox .ierul li a {
	display: block;
	background: url(../img/er2.png) no-repeat right center;
}

.itxtcon {
	width: 78%;
}

.ierbox .ierul li:hover {
	background: #0D538F;
	transition: .3s;
	padding-left: 10px;
}

.ierbox .ierul li:hover a {
	color: #fff;
	background-image: url(../img/er22.png);
}

.ipicnewli {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.pw_time {
	width: 12%;
	background: url(../img/nw_bg.png) no-repeat center top;
	height: 161px;
	background-size: 100%;
	padding: 40px 0 0 15px;
	box-sizing: border-box;
}

.pw_time p {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	color: #FCC200;
}

.pw_time span {
	color: #888;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.pw_info {
	width: 60%;
	margin: 0 5%;
	padding: 20px 0 0 0;
}

.pw_info h3 {
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.pw_info p {
	margin-top: 10px;
	color: #888;
	height: 72px;
	line-height: 1.6;
	overflow: hidden;
}

.pw_img {
	width: 18%;
	height: 145px;
	overflow: hidden;
}

.pw_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.ipicnewli:hover img {
	transform: scale(1.1);
	transition: 1s;
}

.ipicnewli:hover h3 {
	color: #FCC200;
}

.ipicnewli:hover {
	background: #f8f8f8;
}

.relnw_tit {
	font-size: 16px;
	position: relative;
	padding-left: 25px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
}

.relnw_tit span {
	position: absolute;
	top: 4px;
	left: 10px;
	display: block;
	width: 3px;
	height: 18px;
	background: #0D538F;
}

.relnw_tit a,
.rel_new ul li span,
.iabtotal .inde_tail a {
	float: right;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #777;
	border: 1px solid #777;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	font-size: 16px;
}

.iabtotal .inde_tail a {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	margin-top: 35px;
}

.relnw_tit:hover a,
.iabtotal .inde_tail a:hover {
	width: 60px;
	border-color: #0D538F;
	color: #0D538F;
	transition: .6s;
	border-radius: 15px;
}

.iabtotal .inde_tail a:hover {
	width: 220px;
	border-radius: 25px;
}

.rel_new ul li span {
	margin-top: 13px;
}

.rel_new ul {
	margin-top: 10px;
}

.rel_new ul li {
	height: 52px;
	line-height: 52px;
	background: url(../img/reljt.png) no-repeat left center;
	padding-left: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	clear: both;
}

.rel_new ul li a {
	display: block;
}

.rel_new ul li p {
	width: 86%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rel_new ul li:hover span {
	color: #0D538F;
	border: 1px solid #0D538F;
}

.rel_new ul li:hover p {
	color: #0D538F;
}

.rel_new ul li:hover {
	background: #fff url(../img/reljt.png) no-repeat left center;
}


/*页码*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
	padding-top: 30px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	border-radius: 18px;
}

.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #0D538F;
	border: 1px solid #0D538F;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}


/*新闻列表*/

.ilist_ul li {
	height: 52px;
	line-height: 52px;
	padding: 0 10px 0 20px;
	background: #fefefe url(../img/reljt.png) no-repeat left center;
	border-radius: 0 25px 25px 0;
	box-sizing: border-box;
}

.ilist_ul li a {
	display: block;
	float: left;
	width: 72%;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ilist_ul li span {
	float: right;
	color: #666;
	background: url(../img/litime1.png) no-repeat left center;
	padding-left: 20px;
}

.ilist_ul li:nth-child(2n-1) {
	background-color: #f7f7f7;
}

.ilist_ul li:hover {
	background-color: #0D538F;
	padding-left: 5px;
	transition: .3s;
	border-left: 2px solid #FCC200;
	border-right: 2px solid #FCC200;
	border-bottom: 1px solid #FCC200;
}

.ilist_ul li:hover a,
.ilist_ul li:hover span {
	color: #fff;
}

.ilist_ul li:hover span {
	background-image: url(../img/litime2.png);
}


/*图片列表*/

.ipiclist .itxtcon {
	width: 100%;
}

.ierbox2,
.hky_cate {
	text-align: center;
	font-size: 0;
}

.ierbox2 li,
.hky_cate li {
	display: inline-block;
	font-size: 15px;
	width: 15.6%;
	height: 42px;
	line-height: 42px;
	margin: 6px;
	border: 1px solid #888;
	text-transform: uppercase;
	background: none;
	outline: none;
	cursor: pointer;
	color: #0D538F;
	background: -webkit-linear-gradient(left, #0D538F, #0D538F) no-repeat;
	background: linear-gradient(to right, #0D538F, #0D538F) no-repeat;
	background-size: 100% 0%;
	border-radius: 25px;
	box-sizing: border-box;
}
.ierbox2 li a,
.hky_cate li a{display:block;}
.ierbox2 li:hover,
.hky_cate li:hover {
	background-size: 100% 100%;
	color: #27323A;
	border-color: #0D538F;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.ierbox2 li:hover a,
.hky_cate li:hover a,
.hky_cate li:nth-child(1) a {
	color: #fff;
}

.hky_cate li:nth-child(1) {
	background: #0D538F;
}


/*新闻详情*/

.inde_tit {}

.inde_tit h2 {
	font-size: 26px;
}

.inde_tit h2 span {
	display: inline-block;
	width: 6px;
	height: 25px;
	background: #0D538F;
	margin-right: 10px;
	margin-bottom: -4px;
}

.inde_tit p {
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

.inde_tit p span {
	padding-right: 35px;
	color: #888;
}

.inde_tail {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
}

.inde_tail img {
	max-width: 100%;
	height: auto;
	margin: auto;
}

.updown {
	border: 10px solid #eee;
	box-sizing: border-box;
	height: 80px;
	line-height: 60px;
	margin-top: 35px;
	padding: 0 5px;
}

.updown p {
	background: url(../img/upd.png) no-repeat left center;
	padding-left: 20px;
	width: 50%;
	box-sizing: border-box;
}

.updown p span {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

.updown p a {
	display: block;
	float: left;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inewde2 .itxtcon {
	width: 100%;
}

.inewde2 .inde_tit {
	text-align: center;
}


/*老师详情*/

.itea_cate {
	border-bottom: 1px solid #ddd;
}

.itea_cate li {
	float: left;
	width: 100px;
	border-bottom: 3px solid #0D538F;
	padding: 6px 0;
	text-align: center;
	background: #0D538F;
	margin-right: 10px;
	border-radius: 5px 5px 0 0;
}

.itea_cate li a {
	color: #fff;
	display: block;
}

.itea_cate li:hover {
	background: #FCC200;
	transition: .3s;
}

.ipiclion li {
	width: 24.2%;
	width: 24%\9;
	float: left;
	margin: 0 1% 1% 0;
	overflow: hidden;
	position: relative;
}

.ipiclion li:nth-child(4n) {
	margin-right: 0;
}

.ipiclion li .ipicon_img {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.ipiclion li .ipicon_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.ipic_panel {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6) url(../img/fdj.png) no-repeat center center;
	opacity: 0;
	transform: rotateX(90deg);
}

.ipiclion li:hover .ipic_panel {
	top: 0;
	transform: rotateX(0);
	opacity: 1;
	transition: .5s;
}

.ipiclion li p {
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
	background: #0D538F;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
    box-sizing: border-box;
	position:relative;
}
.ipiclion li p:after{content:"";position:absolute;bottom:0;left:0;right:0;width:100px;height:1px;background:#fff;margin:auto;}
.ipic_inftxt{
	line-height:1.6;
color: #fff;
    padding: 10px;
    box-sizing: border-box;
    background: #0d538f;
	max-height:64px;
	overflow:hidden;
}
.ipiclion li:hover img {
	transform: scale(1.1);
	transition: .6s;
}


/*放大镜*/


/*放大镜列表*/

.ifdajing .itxtcon,
.iliuyan .itxtcon {
	width: 100%;
}

.ibigp_box li {
	width: 24.2%;
	margin: 0 1% 1% 0;
	float: left;
	box-sizing: border-box;
	padding: 10px 10px 0;
	background: #f8f8f8;
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	border-radius: 5px;
}

.ibigp_box li:nth-child(4n) {
	margin-right: 0;
}

.ibigp_box li p {
	text-align: center;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #535353;
	font-size: 15px;
}

.ibigp_box li:hover {
	background: #0D538F;
	transition: .3s;
	border-bottom: 2px solid #FCC200;
}

.ibigp_box li:hover p {
	color: #fff;
}

.ibigp_img {
	width: 100%;
	height: 231px;
	overflow: hidden;
}

.ibigp_img .ibig_img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.ibigp_box li:hover img {
	transform: scale(1.2);
	transition: 1s;
}

.lightBox-view img {
	display: block;
	display: none;
	border: 0px;
	margin: 0px !important;
}

.lightBox-popupMask {
	position: fixed;
	background: black;
	filter: alpha(opacity=80);
	/* IE */
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	background-image: url(../img/overlay.png);
}

.lightBox-popup {}

.lightBox-popup {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0%;
	left: 50%;
	height: 50%;
	background-color: white;
	/* margin-left:-500px; */
	border-radius: 10px;
	border: 5px solid #cecece;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/loading.gif);
	background-size: 8%;
}

.lightBox-description .lightBox-btn {
	/*  position: absolute;
  top:0; */
	display: inline-block;
	height: 100%;
	width: 50%;
	text-align: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=20);
	/* IE */
	opacity: .4;
	background-image: url(../img/opacity.png);
}

.lightBox-description .lightBox-btn:hover {
	filter: alpha(opacity=100);
	/* IE */
	opacity: 1;
}

.lightBox-description .lightBox-prev-btn.active {
	background-image: url(../img/prev.png);
	background-color: transparent;
}

.lightBox-description .lightBox-next-btn.active {
	background-image: url(../img/next.png);
	background-color: transparent;
}

.lightBox-description .lightBox-prev-btn.disable {
	background-image: url(../img/prev.png);
	opacity: 0.1;
	cursor: default;
}

.lightBox-description .lightBox-next-btn.disable {
	background-image: url(../img/next.png);
	opacity: 0.1;
	cursor: default;
}

.lightBox-view .lightBox-description {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 15px;
	display: none;
	color: white;
	background-color: black;
	filter: alpha(opacity=80);
	/* IE */
	background: rgba(0, 0, 0, .8);
}

.lightBox-view .lightBox-description .lightBox-current-index {
	margin-top: 5px;
	display: block;
	font-weight: bold;
}

.lightBox-view .lightBox-description .lightBox-close {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../img/closed.png);
	background-position: center center;
}

.lightBox-description .btn-position {
	float: right;
	position: relative;
	width: 100px;
	height: 40px;
}


/*留言*/

#td_form {
	text-align: center;
}

.iforml_iput {
	width: 100%;
	height: 42px;
	background: #f5f5f5;
	border: 1px solid #eee;
	padding-left: 8px;
	box-sizing: border-box;
	font-size: 15px;
}

.iformlinfo {
	width: 100%;
	height: 100px;
	background: #f5f5f5;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 8px 0 8px 8px;
	box-sizing: border-box;
	font-family: "微软雅黑";
	font-size: 15px;
}

.lybox {
	margin: 0 auto;
	text-align: center;
}

.iformlli {
	height: auto;
	padding-top: 10px;
	position: relative;
}

.flli {
	width: 33.1%;
	display: inline-block;
}

.iformlli img {
	position: absolute;
	right: 35%;
	top: 25px;
}

#iforml_yzm {
	width: 100%;
	height: 42px;
	background: #f5f5f5;
	border: 1px solid #eee;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 8px;
	box-sizing: border-box;
	font-size: 15px;
}

.formh2 {
	text-align: center;
	margin-bottom: 60px;
	font-size: 30px;
	color: #888;
}

.iformlsub,
.czhi {
	width: 190px;
	height: 42px;
	border: none;
	color: #000;
	font-family: 微软雅黑;
	border-radius: 25px;
	font-size: 15px;
	margin: 25px 25px 0 0;
}

.czhi {
	color: #666;
	background: #f3f3f3;
}

.iformlsub:hover,
.czhi:hover {
	cursor: pointer;
	color: #fff;
	background: #0D538F;
}


/*教师详情*/

.iteac_on .itear_img {
	width: 25%;
}

.iteac_on .itear_img img {
	width: 100%;
}

.iteac_on .itear_info {
	width: 70%;
	background: #f7f7f7;
	padding: 20px;
	box-sizing: border-box;
	min-height: 410px;
	max-height: 410px;
}

.iteac_on .itear_info h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}

.iteac_on .itear_info h2:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 60px;
	height: 3px;
}

.iteac_on .itear_info p {
	line-height: 52px;
	height: 52px;
	border-bottom: 1px dashed #ccc;
	background: url(../img/er2.png) no-repeat left center;
	padding-left: 20px;
	font-size: 16px;
}

.iteach_de .inde_tail {
	border-top: 2px solid #ddd;
	margin-top: 30px;
}

.itea_cate {
	margin-bottom: 30px;
}

.itealist .itxtcon {
	width: 100%;
}

.itealist .itxtcon {
	width: 100%;
	background: none;
}

.itealist .itxtcon .hteach_con li {
	width: 15.6%;
	width: 15%\9;
	margin: 0 1% 1% 0;
	float: left;
	box-sizing: border-box;
}

.itealist .itxtcon .hteach_con li:nth-child(6n) {
	margin-right: 0;
}

.itealist .h_teach .hteach_con li .htea_img {
	height: 275px;
	padding: 10px;
    box-sizing: border-box;
}
.itealist .h_teach .hteach_con li .htea_img img{border-radius: 10px;}
.itealist .h_teach .hteach_con li .htea_img .htea_panel{ padding: 25% 5% 3%;}
.iabout .itxtcon,
.icontact .itxtcon {
	width: 100%;
}

.ilx_img {
	width: 750px;
	height: 400px;
	overflow: hidden;
}

.ilx_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.iliancon {
	width: 600px;
}

.iliancon dl {
	margin-bottom: 20px;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.iliancon dl dt {
	float: left;
	width: 30px;
	margin-right: 10px;
}

.iliancon dl dt img {
	width: 100%;
}

.iliancon dl dd {
	float: left;
}

.iliancon dl dd p {
	margin-top: 10px;
}

.iabtotal .itxtcon {
	width: 100%;
}

.iabtotal .inde_tail {
	width: 55%;
}

.iabtotal .iabt_img {
	width: 43%;
}

.iabtotal .iabt_img img {
	width: 100%;
}

.intitt {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.iabtotal .inde_tail h3 {
	font-size: 28px;
	color: #0D538F;
}

.iabtotal .inde_tail p {
	color: #999;
}

.iabtotal .inde_tail em {
	display: block;
	width: 60px;
	height: 2px;
	background: #0D538F;
	margin-top: 10px;
	margin-bottom: 40px;
}

.iabt_sz {
	text-align: center;
	background: #f7f7f7;
	padding: 30px 0 20px;
}
.iabt_sz img{max-width: 100%;}
.iparter ul li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.iparter ul li img {
	width: 100%;
}

.iabt_ky {
	background: #f9f9f9;
}

.iabt_ky .hky_news_con {}

.iabt_ky dl {
	float: left;
	width: 31.6%;
	margin: 0 1% 1% 0;
}

.iabt_ky dl:nth-child(3n) {
	margin-right: 0;
}

.htea_l {
	width: 70%;
}

.hteach_con .htea_l li {
	width: 24%;
	margin: 0 1% 1% 0;
	box-sizing: border-box;
}

.htea_r {
	width: 30%;
}

.h_teach .hteach_con .htea_l .htea_img {
	height: 272px;
}

.h_teach .hteach_con .htea_r li {
	width: 100%;
	margin: 0;
}

.h_teach .hteach_con .htea_r li .htea_img {
	height: 630px;
}

.h_teach .hteach_con .htea_l li .htea_img .htea_panel {
	padding: 5% 5% 3%;
}

.h_teach .hteach_con .htea_l li .htea_img .htea_panel span {
	margin-top: 20px;
}
.iabout .itxtcon{padding-top:20px;}
@media screen and (max-width: 1366px) {
	.header_bot{position: absolute;}
}
@media screen and (max-width: 959px) {
	html,
	body {
		max-width: 660px;
		min-width: 660px;
		margin: auto;
	}
	.mainb {
		width: 98%;
	}
	.paddt30 {
		padding-top: 15px;
	}
	.header_bot .header_nav {
		margin: auto;
	}
	.logo img {
		width: 100%;
		height: auto;
	}
	.htlogo {
		display: none;
	}
	.ht_li .htr_top {
		margin-top: 0;
	}
	.ht_li {
		float: none;
		width: 100%;
	}
	.ht_li .htr_bot li {
		width: 23%;
		height: 36px;
		line-height: 36px;
	}
	.ht_li .htr_bot {
		margin: 0;
	}
	.htitleb h2 {
		font-size: 26px;
	}
	.htitleb span:before,
	.htitleb span:after {
		width: 20%;
	}
	.hnewcl_pic {
		display: none;
	}
	.hnewc_l,
	.hnewcl_rr {
		width: 100%;
	}
	.header_nav li {
		margin: 0 0 0 1%;
	}
	.header_nav li a {
		font-size: 14px;
		padding: 0 10px;
	}
	.logo {
		height: 40px;
		width: 280px;
		top: 20px;
	}
	.header_nav li a {
		height: 75px;
		line-height: 75px;
	}
	.header_nav {
		margin-left: 290px;
	}
	.header_bot {
		height: 50px;
		position: fixed;
		top: 0;
		max-width: 660px;
		border-bottom: 1px solid #225e91;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.header_t {
		margin-top: 50px;
	}
	.header_bot {
		top: 0;
		transition: .6s;
	}
	.td_mobile {
		display: block !important;
	}
	.td_pc {
		display: none !important;
	}
	.td_pc2 {
		display: none;
	}
	.logo {
		height: 35px;
		width: 35%;
		top: 5px;
		left: 1%;
	}
	.m_btn {
		display: block;
	}
	.header_nav {
		position: fixed;
		top: 0px;
		right: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		max-width: 660px;
		height: 80%;
		background: rgba(0, 0, 0, .8);
		padding: 50px 0 0;
		margin: auto;
		display: none;
		overflow-y: scroll;
		overflow-x: visible;
		padding-bottom: 30px;
	}
	.header_nav li {
		display: block;
		width: 90%;
		margin: 0 auto;
		border: none;
		border-bottom: 1px dashed #555;
		float: none;
		text-align: left;
	}
	.header_nav li a {
		color: #fff;
		height: 35px;
		line-height: 35px;
		width: 100%;
		display: inline-block;
		margin: 0;
		padding: 5px 0;
		border: none;
	}
	.header_nav li.on a,
	.header_nav li a:hover {
		border: none;
		background: none;
	}
	.m_close {
		display: inline-block;
	}
	.header_nav li:hover .hnav_two a {
		background: none;
		color: #fff;
		font-size: 15px;
	}
	.header_nav li span {
		font-size: 20px;
		color: #fff;
		width: 10%;
		float: right;
		text-align: right;
		padding-top: 15px;
	}
	.header_nav li span img {
		width: 10px;
		float: right;
	}
	.header_nav li .hnav_two {
		padding: 0;
		opacity: 1;
		visibility: visible;
		width: 100%;
		transition: 0s;
		transform: translate3d(0, 0, 0);
	}
	.header_nav li .hnav_two li {
		text-align: left;
	}
	.header_nav li a:hover,
	.header_nav li:hover a,
	.header_nav li.on a {
		background: none;
		border-bottom: none;
	}
	.header_nav li .hnav_two {
		position: static;
		display: none;
		background: none;
	}
	.header_nav li .hnav_two li a {
		color: #fff;
		padding: 5px 15px;
	}
	.tdbanner .bd {
		margin: 0;
		left: 0;
	}
	.tdbanner,
	.tdbanner .bd,
	.tdbanner .bd ul li img {
		width: 100%;
		height: 240px;
	}
	.hnewc_r {
		width: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
	.hfz_newbox {
		background: none;
	}
	.ierbox2 li,
	.hky_cate li {
		    height: 36px;
    line-height: 36px;
    width: 31%;
    float: left;
    margin: 1%;
    display: inline;
	   
	}
	.ierbox2 li a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.hky_news_con dl {
		width: 48%;
	}
	.hky_news_con dl dt {
		height: 204px;
	}
	.hky_news_con dl dd p {
		max-height: 52px;
	}
	.hproc_big {
		width: 100%;
	}
	.hprocon ul {
		width: 100%;
		margin-top: 10px;
	}
	.hpro_box {
		background: #f8f8f8;
	}
	.hpro_box .htitleb {
		color: #0d538f;
	}
	.hprocon li .hpro_img {
		height: 150px;
	}
	.hprocon li {
		height: 150px;
	}
	.hprocon li .hpro_info h3 {
		font-size: 15px;
		font-weight: normal;
		height: 82px;
		overflow: hidden;
	}
	.tdban_btn {
		display: none !important;
	}
	.header_bot .td_pc {
		display: block !important;
		padding-top: 0;
	}
	.td_pc {
		padding-top: 0;
	}
	
	.sc_form,.hfz_nbxc_l,.hfz_nbxc_r,.hfz_nbxc_btn{width: 100%;}
.sc_form .scm_btnli .scm_btn{background-position: 52px center;padding-left: 13px;}
	.tdbanner{margin-top: 51px;}
	.hfz_nbxc_r{margin-left: 0;}
	.hys_box li{width: 31.33%;margin: 1%;}
	.hnwbor_top{padding-top: 15px;}
	.h_teach .hteach_con li{width:48%;margin:  0 7px;border: 0;}
	.yqlink{padding: 10px 0;}
	.hfoot_nav{display: none;}
	.hfootbox{padding-top: 15px;}
	.hfootbox .mainb{background: none;}
	.hfootbox .mainb .hfoot_lx{width: 75%;padding-top: 20px;}
	.hfbot a{float: none;}
	.header_nav>li:after{border-top: 6px solid #ffffff;top: 25px;}
	.header_nav li:hover, .header_nav li.on{background: none;}
	.header_bot .header_nav li .hnav_two{border-top: none;}
	.header_nav li .hnav_two li{width: 100%;border: 0;}
	.inbaner{margin-top: 51px;background-size: 100%;height: 110px;}
	.bancon{display: none;}
	.ibread h2{font-size: 18px;}
	.ibigp_box li{width: 48%;margin: 1%;}
.ibigp_box li:nth-child(4n){margin-right: 1%;}
	.ibigp_img{height: 196px;}
	.lightBox-popupMask{max-width: 660px;}
	.intitt{font-size: 22px;margin-bottom: 10px;}
	.iabtotal .inde_tail{width: 100%;}
	.iabtotal .inde_tail h3{font-size: 20px;}
	.iabtotal .inde_tail em{margin-bottom: 10px;}
	.iabtotal .itxtcon .mainb{position: relative;}
	.iabtotal .iabt_img{position: absolute;width: 90%;top:0;z-index: -1;opacity: 0.2;}
	.iabtotal .inde_tail p{color: #595959;}
	.iabt_ky dl{width: 32.6%;}
	.iabtotal .hky_news_con dl dt{height: 139px;}
	.hky_news_con dl:hover em{width: 25px;}
	.iliancon{width: 100%;}
	.ilx_img{width: 100%;height: auto;}
	.iliancon dl{font-size: 16px;}
	.iliancon dl dt{width: 20px;margin-right: 10px;}
	
	.itxtcon{width: 100%;}
	.inde_tit h2{font-size: 20px;}

	
	.ipiclion li{width: 48%;margin: 1%;}
	.ipiclion li:nth-child(4n){margin-right: 1%;}
	.ipiclion li .ipicon_img{height: 207px;}
	.iteac_on .itear_info p{height: auto;background: none;padding-left: 0;}
	.itealist .h_teach .hteach_con li .htea_img{height: 150px;}
	.h_teach .hteach_con li .htea_img .htea_panel{display: none;}
	
	.ierbox{width:100%;border-left:0;  margin-bottom: 10px;}
	.ierbox .ierul li{width:31.3%;float:left;margin:1%;box-sizing:border-box;background:none;padding:0;border:1px solid #888;height: 36px;
    line-height: 36px;text-align:center;border-radius:18px;font-size:15px;}
	.ierbox .ierul li a{background:none;color:#565656;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.ierbox .ierul li:hover{background:#0D538F;}
	.ierbox .ierul li a:hover{background:none;}
	.ierbox .rel_new{display:none;}
	.pw_time{width: 20%;    height: 121px;}
	.pw_info{width: 50%;}
	.pw_img{height: 100px;}
	.pw_info p{height: 52px;}
	.flli{width: 100%;}
	.iformlli img{right: 0;}
	.formh2{ margin-bottom: 30px;font-size: 26px;}
	.header_bot .header_nav li .hnav_two{display:none !important;}
	.ipic_inftxt{height:62px;}
	.ierbox .ierul li:hover a{background:none;}
	.ierbox .ierul li:hover{padding-left:0;}
	.ierbox2 li:hover, .hky_cate li:hover{ background: #0d538f;}
	.itealist .itxtcon .hteach_con li{width:24.2%;}
	.itealist .itxtcon .hteach_con li:nth-child(6n){margin-right: 1%;}
	.itealist .itxtcon .hteach_con li:nth-child(4n){margin-right: 0;}
	.itealist .h_teach .hteach_con li .htea_img{height:180px;}
	
	
	
	
}

@media screen and (max-width: 640px) {
	html,
	body {
		max-width: 100%;
		min-width: 100%;
	}
	.header_bot{max-width: 100%;}
	.logo{width: 75%; top: 0; left: 0;height: auto;}
	.sc_form .scm_btnli .scm_btn{background-position:16px center;padding-left: 13px;}
	.tdbanner, .tdbanner .bd, .tdbanner .bd ul li img{height: 117px;}
	.tdbanner .hd{bottom: 5px;}
	.hnew_aa{margin-top: 5px;}
	.hfz_nbxc_tit li{font-size: 18px;}
	.hky_news_con dl:hover em, .hnewc_l .hnew_ertit a:hover, .hnew_aa:hover{
		width:25px;
	}
	.ibread h2 i{margin-right:0;}
	.hfz_nbxc_tit .redline{width: 80%;}
	.hfz_nbxc_l .hky_news_con dl dt{width: 38%;}
	.hfz_nbxc_l .hky_news_con dl dd{width: 62%;}
	.hfz_nbxc_l .hky_news_con dl dd h3{font-size: 16px;}
	.hnewcr_con .hnewcrc_xshd li .hnewcrc_txt h3{font-size: 16px;}
	.hnewcr_con .hnewcrc_xshd li .hnewcrc_time{width: 35%;}
	.hnewcr_con .hnewcrc_xshd li .hnewcrc_txt{width: 63%;}
	.hnewcr_con .hnewcrc_xshd li .hnewcrc_time .hxs_time_top{font-size: 20px;}
	.hys_box li p{font-size: 16px;}
	.htitleb h2{font-size: 22px;}
	.htitleb span:before, .htitleb span:after{width: 10%;}
	.htitleb span:before{left: 8%;}
	.htitleb span:after{right: 8%;}
	.h_teach .hteach_con li{width: 46%;}
	.h_teach .hteach_con li .htea_img{height: 125px;}
	.h_teach .hteach_con li .htea_info h3{font-size: 16px;margin-bottom:5px;}
	.h_teach .hteach_con li .htea_info p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.h_teach .hteach_con li .htea_img .htea_panel{padding-top: 3px;display: none;}
	.yqlink ul li{padding: 5px 3px;}
	.hf_qr{margin: 0 auto;float: none;}
	.hfootbox .mainb .hfoot_lx{width: 100%;}
	.hfbot{padding: 10px 5px;}
	.m_botli {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #0D538F;
		border-top: 1px solid #0D538F;
		z-index: 9999;
		display: block;
	}
	.m_botli li {
		float: left;
		width: 18.5%;
		padding: 0 3%;
		border-left: 1px solid #fff;
	}
	.m_botli li:first-child {
		border-left: 0;
	}
	.m_botli li a {
		display: block;
		height: 45px;
		color: #fff;
		padding-top: 9px;
		text-align: center;
	}
	.m_botli li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.m_botli li a span {
		display: block;
		height: 20px;
		line-height: 20px;
	}
	.hfbot{margin-bottom: 54px;}
	.lightBox-popupMask{max-width: 100%;}
	.inbaner{padding-top: 51px;height: 62px;}
	.ibread h2{font-size: 16px;}
	.ibread p{padding-left: 20px;font-size: 14px;}
	.ibread{height: 48px;line-height: 48px;}
	.ibigp_img{height: 105px;}
	.iabtotal .inde_tail a{margin: 15px 0;height: 40px;line-height: 40px;width: 40px;}
	.iabt_ky dl{width: 100%;}
	.iabtotal .hky_news_con dl dt{height: auto;}
	.iabt_ky dl:nth-child(3n){margin-right: 1%;}
	
	.iparter ul li{width: 48%;margin: 1%;}
	.inde_tit p span{padding-right: 10px;}
	.updown p{width: 100%;}
	
	.updown{height: auto;margin-top: 15px;}
	.updown p.fl{border-bottom: 1px solid #ddd;}
	.ilist_ul li a{width: 68%;}
	.ipiclion li .ipicon_img{height: 117px;}
	.iteac_on .itear_img{width: 80%; float: none; margin: 0 auto;}
	.iteac_on .itear_info{width: 100%;margin-top: 10px;max-height: inherit; padding: 20px 10px;}

	.itealist .itxtcon .hteach_con li{width: 48%;margin: 1%;}
	.itealist .h_teach .hteach_con li .htea_img{height: 207px;}
	.pw_img{width: 100%;height: 260px;margin-top: 10px;}
	.pw_time{width: 35%;padding: 10px;border: 1px solid #ddd;box-sizing: border-box;background: none;height: auto;}
	.pw_info{ width: 62%;margin: 0 0 0 2%;padding: 0;}
	.ipicnewli{margin-bottom: 10px;}
	.iformlsub, .czhi{width: 120px;}
	.formh2{ margin-bottom: 20px;font-size: 20px;}
	.hnewcr_con ul li a{width:68%;}
	.header_nav li .hnav_two li a{padding: 0px 15px;}
	.inde_tail p{text-indent:0 !important;margin:0 !important;}
	
}
@media screen and (max-width: 360px) {
	.ilist_ul li a{width: 65%;}
	.ibread h2 i{display:none;}
}
@media screen and (max-width: 330px) {
	.updown p a{width: 72%;}
	.ilist_ul li a{width: 60%;}
}