BODY,
H1,
H2,
H3,
H4,
H5,
H6,
P,
BLOCKQUOTE,
DL,
DT,
DD,
UL,
OL,
LI,
PRE,
FIELDSET,
LEGEND,
BUTTON,
LABEL,
ul {

	padding: 0px;

	margin: 0px;

	border: 0px;

	font-family: MicrosoftYaHei;
	font-weight: normal;
}

body {
	font-family: MicrosoftYaHei, PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
		Arial, PingFang SC-Light;
	margin: 0;
	padding: 0;
	display: block;
	/* overflow-x: hidden; */
}

ol,
ul {
	list-style-type: none;
}


/* quchupinggmorenyangs */
.btn:focus {
	outline: none !important;
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}


a,
a:hover {
	display: block;
	text-decoration: none !important;
	outline: none;
}

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	font-family: MicrosoftYaHei;
	background-color: #fff;
	font-size: 14px;
	height: 100%;
}

a,
a:hover {
	text-decoration: none;
	outline: none;
}


.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.common_width {
	width: 1200px;
	margin: 0 auto;
}

body ul,
body p {
	margin: 0;
}

ul>li {
	list-style-type: none;
}

img {
	border: none;
	outline: none;
	width: 100%;
	height: auto;
	transition: all .3s ease-out .1s;
	-webkit-transition: all .3s ease-out .1s;
	-moz-transition: all .3s ease-out .1s;
	-ms-transition: all .3s ease-out .1s;
	-o-transition: all .3s ease-out .1s;
}

.NewsList .NewsImg:hover img,
.AlumniList .AlumniImg:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

input {
	outline: none;
	border: 0;
	font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
	background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}


.btn:focus {
	outline: none !important;
}



/*------LESS------*/
.bd_weixin_popup {
	box-sizing: content-box;
}

.header {
	height: 100px;
	background-color: #fff;
	/* overflow: hidden; */
}

.header .common_width {
	height: 100%;
	position: relative;
}

.header .logo {
	float: left;
	width: 230px;
	height: 100%;
}

.header .logo a {
	display: block;
	height: 100%;
	background: url(../images/logo.png) no-repeat center;
}

.header .nav {
	float: left;
}

.header .nav>ul {
	margin-top: 40px;
}

.header .nav>ul>li {
	float: left;
	font-size: 16px;
	position: relative;
	height: 60px;
}

.header .nav>ul>li>a {
	color: #333;
	display: block;
	padding: 0 20px;
	position: relative;
}

.header .nav>ul>li>a:after {
	content: '';
	height: 2px;
	width: 36%;
	background-color: #ae0c2a;
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -18%;
	transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: block;
	opacity: 0;
	transform: scaleX(0);
}

.header .nav>ul>li:hover a:after {
	opacity: 1;
	transform: scaleX(1);
}

.header .nav>ul>li>ul {
	border-left: 1px solid transparent;
	border-top: 1px solid #ae0c2a;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	width: 170px;
	top: 60px;
	left: -20px;
	z-index: 999;
	text-align: center;
	display: none;
	padding: 0 10px;
}

.header .nav>ul>li>ul li {
	line-height: 24px;
	padding: 8px 0;
	font-size: 14px;
}

.header .nav>ul>li>ul li a {
	display: block;
	color: #333;
	transition: all 0.1s ease 0.2s;
}

.header .nav>ul>li>ul li:hover a {
	color: #ae0c2a;
}

.header form {
	height: 14px;
	float: left;
	margin-top: 30px;
	border-left: 0px solid #999;
	position: relative;
}

.header form input[type='submit'] {
	height: 36px;
	width: 36px;
	float: left;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 8px;
}

.header form input[type='text'] {
	width: 144px;
	float: left;
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
	color: #cccccc;
	border: 1px solid #cccccc;
	border-radius: 20px;
}

.header form a {
	display: block;
	float: left;
	padding-right: 14px;
	color: #b2b2b2;
	height: 36px;
	line-height: 40px;
	margin-left: 3px;
}

.header .nav_btn {
	display: none;
}

.header .nav>ul>li:nth-child(4) .lanmu2{
	display: none !important;
}

.Navigation {
	position: absolute;
	z-index: 12;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: right;
}

.Navigation a:first-child,.Navigation a:nth-child(2):before{
	display:none;
}

.Navigation a {
    display: initial;
    color: #ffffff;
    line-height: 20px;
    font-size: 14px;
}

.Navigation a+a::before {
    content: '>';
    height: 20px;
    width: 6px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
    padding: 0 10px;
}


/* footer */

.footer {
	border-top: 4px solid #ae0c2a;
	background-color: #292929;
}

.footer .copyright {
	text-align: center;
	height: 60px;
	border-top: 1px solid #474747;
	font-size: 14px;
	color: #999;
	line-height: 59px;
}

.footer .copyright a {
	color: #999;
	padding-left: 15px;
	width: 100%;
	display: revert;
}

.footer .info .links {
	margin: 36px 0;
	border-right: 1px solid #474747;
	width: 373px;
	float: left;
}

.footer .info .links h5 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
	margin: 0 0 20px;
}

.footer .info .links .link_list {
	border: 1px solid #6b6b6b;
	width: 300px;
	margin-bottom: 27px;
	color: #999;
}

.footer .info .links .link_list div {
	height: 34px;
	box-sizing: content-box;
	line-height: 34px;
	background: url(../images/more.png) no-repeat right 12px center;
	padding-left: 15px;
	cursor: pointer;
	position: relative;
}

.footer .info .links .link_list div+div {
	border-top: 1px solid #6b6b6b;
}

.footer .info .links .link_list div ul {
	position: absolute;
	bottom: 35px;
	left: -1px;
	width: 300px;
	border: 1px solid #6b6b6b;
	border-bottom: 0;
	z-index: 999;
	display: none;
}

.footer .info .links .link_list div ul li {
	line-height: 34px;
	padding-left: 15px;
	background-color: #292929;
}

.footer .info .links .link_list div ul li a {
	color: #999;
	display: block;
}

.footer .info .links .link_list div ul li+li {
	border-top: 1px dashed #6b6b6b;
}

.footer .info .contact_us {
	width: 360px;
	float: left;
	margin: 28px 0 0;
	padding-left: 29px;
}

.footer .info .contact_us h5 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
	margin: 0 0 10px;
}

.footer .info .contact_us p {
	color: #999;
	line-height: 26px;
	padding: 3px 0;
}

.footer .info .contact_us p span {
	float: left;
	width: 106px;
	text-align: right;
}

.footer .info .contact_us p em {
	float: right;
	display: block;
	width: 224px;
	font-style: normal;
	padding-right: 8px;
}

.footer .info .contact_us p.tel span {
	background: url(../images/tel.png) no-repeat left center;
}

.footer .info .contact_us p.email span {
	background: url(../images/email.png) no-repeat left center;
}

.footer .info .contact_us p.address span {
	background: url(../images/address.png) no-repeat left center;
}

.footer .info .contact_us .bdsharebuttonbox {
	margin-top: 6px;
}

.footer .info .contact_us .bdsharebuttonbox a {
	margin: 0 8px 0 0;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	padding: 0;
	float: left;
}

.footer .info .contact_us .bdsharebuttonbox a.bds_weixin {
	background: #ae0c2a url(../images/weixin.png) no-repeat center;
}

.footer .info .contact_us .bdsharebuttonbox a.bds_tsina {
	background: #ae0c2a url(../images/bds_tsina.png) no-repeat center;
}

.footer .info .contact_us .bdsharebuttonbox a.bds_sqq {
	background: #ae0c2a url(../images/bds_sqq.png) no-repeat center;
}

.footer .info .contact_us .bdsharebuttonbox a.bds_more {
	background: #ae0c2a url(../images/bds_more.png) no-repeat center;
}

.footer .info .pic {
	float: right;
	width: 442px;
}

.footer .info .pic .qr_code {
	padding-top: 42px;
	float: left;
	text-align: center;
}

.footer .info .pic .qr_code p {
	line-height: 36px;
	font-size: 14px;
	color: #999;
}

.footer .info .pic .map {
	width: 260px;
	height: 138px;
	float: right;
	margin-top: 42px;
	position: relative;
	background: url(../images/map.jpg) no-repeat center;
}

.footer .info .pic .map:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(166, 29, 51, 0.2);
}

.footer .info .pic .map span {
	color: #fff;
	line-height: 32px;
	height: 32px;
	padding: 0 12px;
	display: inline-block;
	background-color: #a61d33;
	position: absolute;
	bottom: 20px;
	left: 0;
	max-width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 999;
}

.phone_nav {
	display: none;
}

.point_out {
	width: 600px;
	height: 300px;
	background-color: #fff;
	border-radius: 4px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;
	text-align: center;
	color: #888;
	z-index: 1002;
	display: none;
}

.point_out a span {
	background-color: #0086f9;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	padding: 0 15px;
	border-radius: 3px;
	margin: 20px auto 0;
	text-decoration: none;
}

.point_out a {
	width: 185px;
	display: inline-block;
}

.point_out p {
	padding: 0 60px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 16px;
	font-size: 16px;
}

.point_out .close_btn {
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(../images/close.png) no-repeat center;
	cursor: pointer;
}

.masking {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: transparent;
	transition: all 0.5s ease 0.2s;
	z-index: -1;
}

.masking.active {
	background: url(../images/bgbg.png) repeat center;
	z-index: 1001;
}

.activeWork>div>p {
	overflow-y: scroll;
}


.columnBg {height: 0;display: block;padding-bottom: 12.97%;overflow: hidden;position: relative;}

.container {
	background: url('../images/containerBg.png') no-repeat center bottom/cover #f5f5f5;
}

.content {
	display: flex;
	margin: 30px 0 60px;
}

.contentLeft {
	flex: 0 0 21.68%;
}

.contentRight {
	flex: 0 0 75%;
	margin-left: 40px;
	background: #ffffff;
	padding: 30px 40px;
	width: 75%;
}

.contentRight table{
	width:100%;
}

.contentRight td{text-indent: 0;text-align: center;}

.contentLeft h3 {
	text-align: center;
	height: 80px;
	color: #ffffff;
	font-weight: bold;
	background: url(../images/ContentTitle.png) no-repeat center/cover;
	font-size: 28px;
	line-height: 80px;
}

.contentLeft ul {
	background: #ffffff;
}

.contentLeft ul li {
	border: 1px solid #EEEEEE;

}

.contentLeft ul li a {
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	padding: 18px 0;
}

.contentLeft ul li a:hover {
	color: #ae0c2a;
}

.contentrText p {
	line-height: 32px !important;
	font-size: 16px !important;
	margin-bottom: 10px;
}

.contentlist {
	background: none;
	padding: 0;
}

.contentlist ul li a {
	display: flex;
	background: #ffffff;
	margin-bottom: 20px;
}

.contentTitle {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 36px;
}

.contentTitle h3 {
	text-align: center;
	margin-top: 10px;
	line-height: 34px;
	font-size: 24px;
	padding: 0 20px;
}

.contentTitle .extra {
	text-align: center;
	margin: 22px 0 28px;
}

.contentTitle .extra span {
	margin: 0 10px;
	color: #999999;
}

.contentrText img,
.contentrText p img {
	width: 80%;
	margin: auto;
	text-align: center;
	display: block;
}

.masking.active {
	background: #000000;
	z-index: 1001;
	opacity: 0.8;
}

.masking {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: transparent;
	transition: all 0.5s ease 0.2s;
	z-index: -1;
}
.page{
	margin-top: 30px;
}
.pageNum {
    width: 100%;
    text-align: left;
}

.pageNum>a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
}

.prev {
	
	background: url(../images/list_left.png) no-repeat center;

	cursor: grab;
}

.next {
	
	background: url(../images/list_right.png) no-repeat center;
	display: block;
	cursor: grab;
}

.Number{
	float: right;
	
}
.backBtn {
    background: #ae0c2a;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    padding: 8px 8px;
    display: block;
    float: right;
    text-transform: capitalize;
    margin-top: 28px;
    /* position: absolute; */
    /* right: 0; */
}
@media screen and (max-width:1200px) {
	.common_width {
		width: 1000px;
	}
	.backBtn{display:none;}


	.header .nav>ul>li>a {
		padding: 0 10px;
	}

	.footer .info .links {
		width: 290px;
	}

	.footer .info .links .link_list div ul,
	.footer .info .links .link_list {
		width: 260px;
	}

	.footer .info .contact_us {
		width: 320px;
		padding-left: 28px;
	}

	.footer .info .pic {
		width: 386px;
	}

	.footer .info .pic .map {
		width: 226px;
	}
}


@media screen and (max-width:1000px) {

	.header .nav,
	.header form input {
		display: none;
	}

	.header form {
		margin-top: 22px;
	}

	.header form a {
		padding: 0;
	}

	.phone_nav {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		width: 40%;
		height: 100%;
		margin-left: -40%;
		transition: all 0.6s ease 0.2s;
		z-index: 1002;
	}

	.header .nav_btn {
		float: right;
		width: 50px;
		height: 60px;
		display: block;
		background: url(../images/000.png) no-repeat right center;
		margin-top: 10px;
	}

	/* .header .logo {
	    width: 140px;
	} */

	.phone_nav.active {
		margin-left: 0;
		display: block !important;
	}

	.phone_nav>.fl {
		background-color: rgba(255, 255, 255, 0.98);
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 46px;
		padding-top: 80px;
		transition: all 0.3s ease 0.2s;
	}

	.phone_nav>.fl>ul>li>a {
		color: #ae0c2a;
		font-size: 0;
		line-height: 46px;
		display: block;
	}

	.phone_nav>.fl>ul>li>a>em {
		font-size: 16px;
		display: inline-block;
		vertical-align: middle;
		font-style: normal;
	}

	.common_width {
		width: 100%;
		padding: 0 20px;
	}

	.Navigation{
		bottom:10px;
	}

	.footer .info .links {
		width: 100%;
		border: 0;
		margin-bottom: 0;
	}

	.footer .info .links .link_list {
		width: 100%;
		margin-bottom: 0;
	}

	.footer .info .contact_us {
		padding: 0;
		width: 100%;
	}

	.footer .info .contact_us p em {
		float: left;
		width: auto;
		padding-left: 10px;
		padding-right: 0;
	}

	.footer .info .contact_us .bdsharebuttonbox {
		margin-top: 16px;
	}

	.footer .info .pic {
		width: 100%;
	}

	.footer .info .pic .qr_code {
		padding-top: 20px;
		float: none;
	}

	.footer .info .pic .qr_code img {
		width: 20%;
	}

	.footer .info .pic .map {
		margin: 0 auto 20px;
		float: none;
		display: block;
	}

	.footer .copyright {
		height: auto;
		line-height: 24px;
		padding: 15px 0;
	}

	.contentLeft {
		display: none;
	}

	.contentRight {
		flex: 0 0 100%;
		margin-left: 0;
		padding: 15px 20px;
	}

	.contentTitle h3 {
		font-size: 20px;
	}

	.contentTitle .extra {
		margin: 14px 0 20px;
	}
	
	.contentTitle{
		margin-bottom: 30px;
	}


}

@media screen and (max-width:650px) {
	.footer .info .pic .qr_code img {
		width: 30%;
	}

	.header {
		height: 80px;
	}

	.header .logo {
		width: 140px;
	}

	.header .logo a {
		background: url(../images/logo_sm.jpg) no-repeat center;
	}


}
