* {
	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: "times new roman"; */
	font-family: "arial, helvetica, sans-serif";
	font-size: 14px;
	color: #333333;
	overflow-x: hidden;}


/*line2*/

.line2 {
	height: 60px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;}

.line3 {
	height: 90px;
	line-height: 30px;
	display: block;
	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*/

.header {
	width: 100%;
	padding: 25px 15px 10px;
	background: url(../img/ms-top.jpg)left top repeat;}

.logo {
	width: 100%;
	display: block;}

.logo>img {
	width: 100%;}

@media only screen and (min-width: 1200px) {
	.index-header>.row {
		padding: 0 60px;}
}

@media only screen and (max-width: 1000px) {
	.logo>img {
		width: 80%;}
}

.rm-toggle,
.rm-toggle:hover,
.rm-toggle:focus {
	background-color: transparent;}

.rm-toggle.rm-button {
	background-image: url(../img/nav-i.jpg);}


/*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;}
}


/*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.jpg) 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;}


.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.jpg) 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.jpg) 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: 41px;
		width: 100%;
		left: 0;
		z-index: 9999;}

	.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: 18px;
	color: #ffffff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;}

.nav-list ul li a:hover {
	color: #edb405;
	font-weight: bold;
	border: 0;}

.nav-list ul li.rm-menu-item .rm-menu-item a {
	font-size: 16px;}

@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;}
}


/*二级页面导航调整*/
/*子页面头部手机端*/

.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;}
}

@media only screen and (max-width:1030px) {
	.sub-header {
		padding: 10px 0;}

	.sub-header .row {
		padding-left: 0;
		padding-right: 0;}
}


/*footer*/

.footer {
	background: url(../img/bg3.jpg);
	background-position: center;
	background-size: cover;
	overflow: hidden;
	clear: both;
	position: relative;}

/*.sub-footer {*/
/*padding: 50px 0 70px;*/
/*}*/

.footercon {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding: 20px 0;}

.footercon>div {
	display: block;
	float: left;
	width: 30%;}

.footercon>div.contact {
	width: 33%;
	float: right;}

.footercon>div.cmeMedia {
	width: 37%;
	margin-top: 10px;}

.cquLogo,
.cmeLogo {
	width: 100%;
	display: block;}

.cquLogo {
	margin-top: 8px;
	margin-bottom: 14px;}

.cquLogo>img {
	width: 82%;}

.cmeLogo>img {
	width: 100%;
	display: block;}

.cmeMedia {
	padding: 0 20px;}

.contact>div {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 25px;
	padding-left: 50px;
	position: relative;
	margin-top:10px;}
.contact>div.add{ margin-top: 3px;}

.contact>div.add>span {
	display: block;}

.contact>div>span.h {
	display: block;
	position: absolute;
	left: 0;
	top: 0;}

.copy {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #1f1f1f;
	font-size: 14px;
	color: #FFFFFF;}

.weixin {
	display: block;
	margin: 0 auto;}

.weixin>img {
	display: block;
	margin: 0 auto;}

.weixin>span {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: #FFFFFF;}

@media only screen and (max-width: 1024px) {

	.newsCollege h2,
	.links h2 {
		font-size: 22px;}

	.links h2 b {
		width: 80px;}
}



/*footer--end*/
@media only screen and (max-width: 1030px) {
	.footercon {
		width: 94%;}
}

@media only screen and (max-width: 770px) {

	.contact,
	.cmeMedia {
		padding-left: 0px;}

	.cquLogo>img {
		width: 66%;}
}

@media only screen and (max-width: 1000px) {
	.footercon {
		width: 90%;}

	.footercon>div,
	.footercon>div.logo,
	.footercon>div.cmeMedia,
	.footercon>div.contact {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		margin-bottom: 4%;}

	.contact>div {
		width: 100%;
		margin-bottom: 5px;}

	.cmeLogo>img {
		width: 74%;}
}

@media only screen and (max-width: 1600px) and (min-width:900px) {
	.logo {
		margin-top: 10px;}
}

/*分页*/
.pages {
	margin-top: 20px;}

.pages a,
.pages span {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;}
