* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	border: 0;
	outline: none;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	border: 0;
}

body {
	width: 100%;
	position: relative;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	overflow-x: hidden;
}


/*line-hidden*/
.line1 {
	height:30px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.line2 {
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.line3 {
	height: 90px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


/*titlefont--18px*/

.snewstit1 {
	font-size: 18px;
	color: #333333;
}

.snewstit1-color1 {
	font-size: 18px;
	color: #FFFFFF;
}

.snewstit1-size1 {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	height: 72px;
	font-weight: bold;
}


/*pfont--16px*/

.snewsp1 {
	font-size: 16px;
	color: #666666;
}


/*titlefont--16px*/

.snewstit2 {
	font-size: 16px;
	color: #333333;
}

.tithover:hover {
	color: #edb405;
}


/*pfont--14px*/

.snewsp2 {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.header {
	width: 100%;
	padding: 25px 3% 10px;
	background: url(../img/ms-top.png)left top repeat;
}

.logo {
	width: 100%;
}

.logo>img {
	width: auto;
}

@media only screen and (max-width: 1200px) {
	.logo>img {
		width: 50%;
	}
}

.rm-toggle,
.rm-toggle:hover,
.rm-toggle:focus {
	background-color: transparent;
}

.rm-toggle.rm-button {
	background-image: url(../img/nav-i.png);
}


/*index---nav*/

.index-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

@media only screen and (max-width: 736px) {
	.index-header>.row {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width:1023px) {
	.index-header {
		position: relative;
		top: auto;
		background: linear-gradient(90deg, #73000a 38%, #c4400c);
		padding: 10px 3% 10px;
	}
	.header>.row>.col-xs-4 {
		position: initial;
	}
}

@media only screen and (max-width:700px) {
	.index-header {
		padding: 10px 0 10px;
	}
	.rm-toggle.rm-button {
		width: 1.5em;
		height: 1.5em;
		line-height: 1.5em;
	}
	.logo>img {
		width: 60%;
	}
	.childPage .logo>img {
		width: 99%;
	}
}


/*sub---nav*/

.sub-header {
	background: #78040a url(../img/sub-top.jpg) center top repeat-y;
	background: linear-gradient(90deg, #73000a 38%, #c4400c);
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}

.sub-header .row {
	padding-left: 4%;
	padding-right: 4%;
}

@media only screen and (max-width:1030px) {
	.sub-header .row {
		margin-left: 0;
		margin-right: 0;
	}
}

.sub-header>.nav {
	display: block;
	border-top: 1px solid #660000;
	padding-top: 3px;
	margin-top: 10px;
}

.nav-sub .rm-menu-expanded {
	padding-bottom: 10px;
}


/*搜索按钮划出*/

.search-wrapper {
	position: relative;
}

.search-wrapper.active {}

.search-wrapper .input-holder {
	overflow: hidden;
	height: 30px;
	background: rgba(255, 255, 255, 0);
	position: relative;
	width: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
	width: 400px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

@media only screen and (max-width: 1023px) {
	.search-wrapper.active .input-holder {
		width: 370px;
	}
}

@media only screen and (max-width: 375px) {
	.search-wrapper.active .input-holder {
		width: 325px;
	}
}

.search-wrapper .input-holder .search-input {
	width: 100%;
	height: 30px;
	padding: 0px 70px 0 20px;
	opacity: 0;
	position: absolute;
	top: -10px;
	left: 0px;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #FFF;
	-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	transform: translate(0, 60px);
	-webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
	width: 30px;
	height: 30px;
	border: none;
	background: #FFF;
	border: 0;
	border-radius: 0;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
	width: 30px;
	height: 30px;
}

.search-wrapper .input-holder .search-icon span {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: #FFFFFF url(../img/ss1.png) center center no-repeat;
	font-size: 0px;
	color: #FFFFFF;
}

.search-wrapper .close {
	position: absolute;
	z-index: 1;
	top: 3px;
	right: 0px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.search-wrapper.active .close {
	width: 14px;
	height: 14px;
	font-weight: normal;
	font-size: 14px;
	right: 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 0.6;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
	position: absolute;
	content: '';
	background: #FFF;
	border-radius: 2px;
}

.search-wrapper .close::before {
	width: 2px;
	height: 22px;
	left: 10px;
	top: 0px;
}

.search-wrapper .close::after {
	width: 22px;
	height: 2px;
	left: 0px;
	top: 10px;
}

.search-wrapper .result-container {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0px;
	text-align: center;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 14px;
	display: none;
	color: #B7B7B7;
}


/*搜索按钮划出*/

.top {
	margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.top {
		margin-bottom: 30px;
	}
}

.nav-list ul {
	text-align: right;
}

.nav-list ul li.fristnav,
.nav-list ul li.rm-menu-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 30px;
	margin-left: 30px;
}

.nav-list ul li.phone-show {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

.nav-list ul li.rm-menu-item>ul li.rm-menu-item {
	display: block;
	text-align: left;
	margin-left: 0;
}

.nav-list ul li.rm-menu-item>ul.rm-css-animate {
	background: url(../img/mask1.png) left top repeat;
	margin-top: 5px;
}

.phone-search {
	position: relative;
}

.phone-search .motion_1 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-indent: 10px;
}

.phone-search>button {
	width: 30px;
	height: 30px;
	background: url(../img/ss2.png) center center no-repeat;
	position: absolute;
	top: 0;
	right: 10px;
}

.close-nav {
	font-size: 0;
	height: 0px;
	width: 0px;
}


@media only screen and (max-width: 1023px) {
	.nav-list ul li.rm-menu-item {
		margin-right: 30px;
	}
	.nav-list ul li.rm-menu-item {
		display: block;
	}
	.nav-list ul li.phone-show {
		height: auto;
		width: auto;
	}
	.phone-hide {
		height: 0;
		height: 0;
		overflow: hidden;
		margin-bottom: 0;
	}
	.phone-nav {
		position: absolute;
		top: 30px;
		width: 100%;
		left: 0;
	}
	.phone-nav>ul {
		padding-bottom: 30px;
	}
	.close-nav {
		height: 30px;
		width: 30px;
		text-align: center;
		line-height: 30px;
		font-size: 20px;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #FFFFFF;
	}
	.phonenav-hide {
		display: none;
	}
	.index-header>.row>.col-xs-6,
	.index-header>.row>.col-xs-6 {
		position: inherit;
	}
	.nav-list ul li.fristnav-seacher {
		display: none;
	}
}

.nav-list ul li.fristnav a {
	font-size: 16px;
	color: #ffffff;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}

.nav-list ul li a:hover {
	color: #edb405;
	font-weight: bold;
	border: 0;
}

@media only screen and (max-width: 1023px) {
	.nav-list ul li.fristnav {
		margin-left: 30px;
	}
	.nav-list ul li.fristnav a {
		font-size: 14px;
		text-align: center;
	}
	.rm-nav>ul>.rm-last,
	.rm-top-menu>.rm-last{
		margin-bottom: 0;
	}
	.nav-list ul{ padding-bottom: 30px;}
}


/*二级页面导航调整*/


/*footer*/

.sub-footer {
	background: url(../img/bg3.png);
	background-size: cover;
	padding: 100px 0 80px;
	background-position: center;
}

@media only screen and (max-width: 769px) {
	.sub-footer {
		padding: 30px 0 30px;
	}
}

.footer {
	overflow: hidden;
	margin-top: 30px;
	clear: both;
}

.sub-footer>.footer {
	margin-top: 0;
}


/*友情链接与footer*/

.section_3 {
	z-index: 1;
	background: url(../img/bg3.png) no-repeat bottom center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 60px;
}

.links {
	border-bottom: 1px solid #73000a;
	padding-bottom: 30px;
}

.links h2 {
	font-size: 36px;
	color: #FFFFFF;
	line-height: 1em;
	margin-bottom: 40px;
	text-align: center;
}

.links h2 b {
	height: 1px;
	width: 150px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}

@media only screen and (max-width: 1024px) {
	.links h2 b {
		width: 80px;
	}
}

.linksc {
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.linksc a {
	padding: 0 2%;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #FFFFFF;
	margin-top: 20px;
}

.linksc a:hover {
	color: #999999;
}

@media only screen and (min-width:1024px) {
	.footer {
		padding-left: 0;
		padding-right: 0;
	}
}

.footer>div {
	display: block;
	float: left;
	width: 38%;
}

.footer>div.logo {
	width: 22%;
}

.footer>div.logo img {
	width: 100%;
}

.contact,
.media {
	padding-left: 40px;
}

.contact>div {
	color: #FFFFFF;
}

.contact h4>span {
	color: #FFFFFF;
	display: block;
	text-align: left;
	font-size: 38px;
}

@media only screen and (max-width: 1023px) {
	.contact h4>span {
		font-size: 31px;
	}
}

@media only screen and (max-width: 768px) {
	.contact h4>span {
		font-size: 22px;
	}
}

.contact h4>span.en-name {
	font-size: 12px;
	font-family: arial;
	margin-top: 10px;
}

.contact>div {
	line-height: 25px;
}

.weixin {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.weixin>img {
	border: 5px solid #FFFFFF;
	display: block;
}

.weixin>span {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

@media only screen and (max-width:1200px) {
	.section_3 {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 1023px) {
	.newsCollege h2,
	.links h2 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1000px) {
	.footer>div {
		width: 50%;
	}
	.footer>div.logo {
		width: 50%;
		margin: 0 auto;
		padding-left: 0;
		clear: both;
		float: none;
		margin-bottom: 20px;
	}
	.links h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 700px) {
	.footer>div {
		width: 80%;
		float: none;
		clear: both;
		margin: 0 auto;
		padding-left: 0;
	}
	.footer>div.media {
		margin-top: 20px;
		text-align: center;
	}
	.links h2 b {
		width: 50px;
	}
}


/*子页面头部手机端*/

.sub-phone-show {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
	margin-left: 0 !important;
}

@media only screen and (max-width:1030px) {
	.sub-phone-hide {
		display: none;
	}
	.sub-phone-show {
		height: auto;
		width: auto;
		display: block;
		margin-left: 30px !important;
	}
	.sub-phone-show .phone-search {
		margin: 0 auto;
	}
}