﻿@charset "utf-8";
 
/*@body*/
.anheids-body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "Microsoft YaHei";
	color: #333;
	background: #f4f4f4;
	overflow-x: hidden;
	}
/*@超链接未访问状态&已访问状态*/
.anheids-link a:link,
.anheids-link a:visited {
	text-decoration: none;
	color: #333;
	transition: all 0.1s linear;/*@过度动画*/
	}
/*@超链接鼠标悬停状态&点击状态*/
.anheids-link a:hover,
.anheids-link a:active {
	text-decoration: none;
	color: #ff9102;
	}
/*@禁止页面加载时播放css动画*/
.anheids-transition-none {
	transition: none;/*@禁止动画*/
	}
/*@自适应图片*/
img {
	width: 100%;/*@自适应图片宽度*/
	height: auto;/*@自适应图片高度*/
	display: block;/*@图片块状*/
	margin: auto;/*@图片水平居中*/
	}


/*@lg/电脑屏幕(Desktip&Mobile)>=992***************************************************************************************************************************************/
@media (min-width: 992px) {
		/*@lg/手机端不显示************************************************************************************************************************************************/
		.anheids-xs {
			display: none;
		}

		/*@lg/顶部菜单****************************************************************************************************************************************************/
		.anheids-lg-menu-top {/*/菜单总盒子/*/
			width: 100%;
			height: 80px;
			background: #006bad;
			position: fixed;
			top: 0px;
			left: 0px;
			z-index: 999;
		}
		/*-------------------------------*/
		.anheids-lg-menu-top .anheids-lg-logo {/*@左侧logo盒子*/
			width: 165px;
			height: 55px;
			position: absolute;
			top: 0px;
			bottom: 0px;
			left: 50px;
			margin: auto;
		}
		/*-------------------------------*/
		.anheids-lg-menu-top ul {/*@菜单一级ul盒子*/
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			margin-left: 265px
		}
		.anheids-lg-menu-top ul li {/*@菜单一级li盒子*/
			float: left;
			position: relative;
		}
		.anheids-lg-menu-top ul li a:link,
		.anheids-lg-menu-top ul li a:visited {
			display: block;/*@块状*/
			padding-left: 10px;/*@左内边距*/
			padding-right: 10px;/*@右内边距*/
			line-height: 80px;
			color: #fff;
			transition: all 0.3s linear;/*@过度动画*/
		}
		.anheids-lg-menu-top ul li a:hover,
		.anheids-lg-menu-top ul li a:active {
			padding-left: 30px;/*@左内边距*/
			padding-right: 30px;/*@右内边距*/
			color: #fff;
			background: #003f62;
		}
		/*-------------------------------*/
		.anheids-lg-menu-top ul li ul {/*@隐藏：菜单二级ul盒子*/
			position: absolute;/*@绝对定位*/
			top: 80px;/*@顶部距离*/
			margin-left: 0px;
			transition: all 0.3s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		.anheids-lg-menu-top ul li:hover ul {/*@鼠标悬停显示：菜单二级ul盒子*/
			z-index: 999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
			}
		.anheids-lg-menu-top ul li ul li {/*@菜单二级li盒子*/
			float: none;/*@不浮动*/
		}
		.anheids-lg-menu-top ul li ul li a:link,
		.anheids-lg-menu-top ul li ul li a:visited {
			width: 160px;/*@宽度*/
			line-height: 50px;/*@行高*/
			padding-left: 30px;/*@左内边距*/
			padding-right: 30px;/*@右内边距*/
			background: #9b1015;
		}
		.anheids-lg-menu-top ul li ul li a:hover,
		.anheids-lg-menu-top ul li ul li a:active {
			background: #003f62;
		}
		/*-------------------------------*/
		.anheids-lg-tel {/*@右侧热线电话盒子*/
			position: absolute;
			height: 80px;
			position: absolute;/*@绝对定位*/
			top: 0px;/*@顶部垂直全屏占位*/
			right: 0px;/*@右边水平全屏占位*/
			text-align: right;
			background: #003f62;
			padding-left: 50px;
			padding-right: 50px;
		}
		.anheids-lg-tel .anheids-lg-span-1 {
			line-height: 80px;
			vertical-align: middle;/*@基线垂直对齐*/
			color: #fff;
			cursor: default;/*@默认箭头光标*/
		}
		.anheids-lg-tel .anheids-lg-span-2 {
			line-height: 80px;
			vertical-align: middle;/*@基线垂直对齐*/
			font-size: 35px;
			font-weight: bold;
			color: #fff;
			padding-left: 12px;
			padding-right: 8px;
		}
		.anheids-lg-tel .anheids-lg-span-3 {
			/*line-height: 80px;
			vertical-align: middle;/*@基线垂直对齐*/
			vertical-align: middle;
			display: inline-block;
			font-size: 16px;
			font-weight: bold;
			color: #fff;
			cursor: default;/*@默认箭头光标*/
		}
		.anheids-lg-tel .anheids-lg-triangle-bottom {
			width: 0px;/*@宽度*/
			height: 0px;/*@高度*/
			border-left: 30px solid transparent;
			border-right: 0px solid transparent;
			border-top: 30px solid #760004;
			position: absolute;
			left: 0px;
			top: 80px;
		}
		/*-------------------------------*/
		.anheids-lg-tel-ico {
			width: 50px;
			height: 80px;
			/* line-height: 80px; */
			color: #fff;
			font-size: 35px;
			font-weight: bold;
			text-align: center;
			position: absolute;
			top: 0px;
			right: 10px;
			transition: all 0.3s linear;/*@过度动画*/
			display: none;
		}
		.anheids-lg-tel-ico-text {
			width: 285px;
			height: 80px;
			/* line-height: 80px; */
			color: #fff;
			font-size: 16px;
			font-weight: bold;
			text-align: right;
			padding-right: 25px;
			cursor: default;/*@默认箭头光标*/
			position: absolute;
			top: -80px;
			right: 0px;
			transition: all 0.6s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			padding-top: 18px;
			visibility: hidden;/*@不可见*/
		}
		.anheids-lg-tel-ico:hover {
			width: 250px;
			background: #003f62;
			text-align: left;
			padding-left: 25px;
		}
		.anheids-lg-tel-ico:hover .anheids-lg-tel-ico-text {
			top: 0px;
			z-index: 9999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		/*-------------------------------*/
		.anheids-lg-height-80 {/*@高度盒子*/
			height: 80px;
		}

		/*@lg/轮播图文字**************************************************************************************************************************************************/
		.anheids-lg-slide-text {
			background: rgba(155,16,21,0.85);/*@蓝色透明度*/
			width: 100%;
			height: 120px;
			position: absolute;
			bottom: 0px;
			left:0px;
			box-sizing: border-box;/*@内边框*/
			padding-left: 50px;
			padding-right: 50px;
			padding-top: 22px;
			color: #fff;
		}
		.anheids-lg-slide-text .anheids-lg-slide-title {
			font-size: 23px;
		}
		.anheids-lg-slide-text .anheids-lg-slide-content {
			margin-top: 5px;
			font-size: 14px;
			overflow: hidden;/*@溢出隐藏*/
			display: -webkit-box;/*@省略号...*/
			-webkit-line-clamp: 1;/*@第几行出现省略号...*/
			-webkit-box-orient: vertical;
		}

		/*@lg/内容容器****************************************************************************************************************************************************/
		.anheids-lg-lmtitle {/*@栏目标题盒子*/
			padding-top: 30px;
			padding-bottom: 30px;
			background: #fefefe;
			text-align: center;
		}
		.anheids-lg-lmtitle .anheids-lg-span-1 a {/*@标题盒子*/
			font-size: 50px;
			font-weight: bold;
			display: block;
		}
		.anheids-lg-lmtitle .anheids-lg-span-2 a{/*@介绍盒子*/
			font-size: 18px;
			margin-top: 18px;
			display: block;
		}
		/*-------------------------------*/
		.anheids-lg-container {
			width: 1380px;
			margin: auto;
			padding-top: 70px;
			padding-bottom: 50px; 
		}
		.anheids-lg-container .anheids-lg-row {
			display: flex;/*@弹性布局*/
			flex-wrap: wrap;/*@自动换行*/ 
		}
		.anheids-lg-container .anheids-lg-col {
			flex: 0 0 25%;/*@1行4列*/
			box-sizing: border-box;/*@内边框*/
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 20px;
			overflow: hidden;/*@溢出隐藏*/
			transition: all 0.2s linear;/*@过度动画*/
		}
		.anheids-lg-container .anheids-lg-tupian img {
			border-top-left-radius: 5px;
			border-top-right-radius: 5px; 
		}
		.anheids-lg-container .anheids-lg-text {
			background: #fff;
			padding: 20px;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			position: relative;
		}
		.anheids-lg-container .anheids-lg-title {
			font-weight: bold;
			overflow: hidden;/*@溢出隐藏*/
			display: -webkit-box;/*@省略号...*/
			-webkit-line-clamp: 1;/*@第几行出现省略号...*/
			-webkit-box-orient: vertical; 
		}
		.anheids-lg-container .anheids-lg-content {
			font-size: 14px;
			height: 62px;
			line-height: 21px;
			color: #888;
			margin-top: 12px;
			margin-bottom: 15px;
			cursor: default;/*@默认箭头光标*/
			overflow: hidden;/*@溢出隐藏*/
			display: -webkit-box;/*@省略号...*/
			-webkit-line-clamp: 3;/*@第几行出现省略号...*/
			-webkit-box-orient: vertical; 
		}
		.anheids-lg-container .anheids-lg-ico {
			color: #bbb;
			cursor: default;/*@默认箭头光标*/
			font-size: 12px;
		}
		/*-------------------------------*/
		.anheids-lg-container .anheids-lg-logo {/*@悬浮logo盒子*/
			width: 35px;
			height: 51px;
			position: absolute;
			top: -35px;
			right: 20px;
			transition: all 0.2s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		/*-------------------------------*/
		.anheids-lg-container .anheids-lg-col:hover {/*@鼠标悬停放大*/
			transform: scale(1.05);/*@缩放动画*/
		}
		.anheids-lg-container .anheids-lg-col:hover .anheids-lg-logo {/*@鼠标悬停显示*/
			z-index: 99;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		.anheids-lg-container .anheids-lg-col:hover .anheids-lg-tupian img,
		.anheids-lg-container .anheids-lg-col:hover .anheids-lg-text {
			box-shadow: 0px 0px 6px #e3e3e3;/*@盒子阴影*/
		}
		/*-------------------------------*/
		.anheids-lg-zxbm-button a:link,
		.anheids-lg-zxbm-button a:visited {
			width: 400px;
			line-height: 45px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 20px;
			margin-bottom: 20px;
			display: block;
			text-align: center;
			border-radius: 4px;
			color: #fff;
			font-size: 18px;
			background: #ff5102;
			transition: all 0.25s linear;/*@过度动画*/
		}
		.anheids-lg-zxbm-button a:hover,
		.anheids-lg-zxbm-button a:active {
			width: 500px;
			background: #9b1015;
			box-shadow: 0px 0px 6px #aaa;/*@盒子阴影*/
		}

		/*@lg/学校全景背景************************************************************************************************************************************************/
		.anheids-lg-xxqj {
			height: 700px;
			background-image: url(rdfis-xxqj.jpg);/*@相对地址*/
			background-repeat: no-repeat;/*@不重复填充*/
			background-size: cover;/*@以图片短的一边约束比例缩放至整个盒子*/
			background-position: center bottom;/*@水平居中对齐+垂直居中对齐*/
			background-attachment: fixed;/*@图片固定位置不会随着页面的滚动而滚动*/
		}

		/*@lg/底部信息****************************************************************************************************************************************************/
		.anheids-lg-footer {
			background: #fff;
		}
		.anheids-lg-footer .anheids-lg-footer-qr {
			float: left;
			width: 180px;
			margin-left: 10px;
		}
		.anheids-lg-footer .anheids-lg-footer-content {
			margin-left: 230px;
		}
		.anheids-lg-footer .anheids-lg-footer-tel {
			font-size: 22px;
			font-weight: bold;
			margin-top: 8px;
			margin-bottom: 15px;
		}
		.anheids-lg-height-20 {
			height: 20px;
			background: #fff;
		}
		.anheids-lg-icp {
			line-height: 40px;
			background: #003f62;
			text-align: center;
			font-size: 14px;
			color: #fff;
		}
		.anheids-lg-icp a:link,
		.anheids-lg-icp a:visited,
		.anheids-lg-icp a:hover,
		.anheids-lg-icp a:active {
			color: #fff;
		}

		/*@lg/右侧固定滚动栏**********************************************************************************************************************************************/
		.anheids-lg-menu-right {
			width: 40px;
			height: 100%;
			position: fixed;
			right: 0px;
			top: 0px;
			z-index: 9999;
		}
		.anheids-lg-menu-right ul {/*@一级菜单ul盒子*/
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			position: absolute;
			bottom: 40px;
		}
		.anheids-lg-menu-right ul li {/*@一级菜单li盒子*/
			position: relative;
			background: #133e61;
		}
		.anheids-lg-menu-right ul li a:link,
		.anheids-lg-menu-right ul li a:visited {
			display: block;/*@块状*/
			width: 40px;
			line-height: 40px;
			text-align: center;
			font-size: 24px;
			color: #fff;
			transition: all 0.3s linear;/*@过度动画*/
		}
		.anheids-lg-menu-right ul li a:hover,
		.anheids-lg-menu-right ul li a:active {
			color: #fff;
			background: #ff9900;
		}
		.anheids-lg-menu-right ul li.active {/*@一级菜单li盒子-激活状态*/
			background: #ff9900;
		}
		.anheids-lg-menu-right ul li ul {/*@隐藏：二级菜单ul盒子*/
			position: absolute;
			bottom: 0px;
			right: 50px;
			transition: all 0.4s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		.anheids-lg-menu-right ul li:hover ul {/*@显示：二级菜单ul盒子*/
			z-index: 999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		.anheids-lg-menu-right ul li ul li {/*@二级菜单li盒子*/
			width: 140px;
			background: #fff;
			padding: 10px;
			border-radius: 4px;
			border: 1px solid #ddd;
		}
		.anheids-lg-menu-right ul li ul li span {/*@二级菜单li盒子*/
			display: block;/*@块状*/
			text-align: center;
			font-size: 14px;
			margin-top: 8px;
		}

		/*@lg/分页-list***************************************************************************************************************************************************/
		.anheids-lg-page {
			background: #fff;
			padding-bottom: 70px;
		}
		.anheids-lg-page ul {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			padding-left: 10px;
		}
		.anheids-lg-page ul li {
			float: left;
		}
		.anheids-lg-page ul li a:link,
		.anheids-lg-page ul li a:visited {
			display: block;/*@块状*/
			width: 50px;
			line-height: 50px;
			text-align: center;
			color: #fff;
			background: #9b1015;
			transition: all 0.3s linear;/*@过度动画*/
		}
		.anheids-lg-page ul li a:hover,
		.anheids-lg-page ul li a:active {
			background: #ff5102;
		}
		.anheids-lg-page ul li a.disabled {/*@禁止状态*/
			color: #aaa;
			background: #f4f4f4;
			pointer-events: none;/*@禁止a标签超链接*/
			cursor: default;/*@默认箭头光标*/
		}
		.anheids-lg-page .anheids-lg-share {
			float: right;
			margin-right: 10px;
			height: 47px;
			padding-top: 3px;
		}

		/*@lg/内容页-article**********************************************************************************************************************************************/
		.anheids-lg-container.article {
			box-sizing: border-box;/*@内边框*/
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 60px;
			padding-bottom: 70px;
		}
		.anheids-lg-article {
			background: #fff;
		}
		.anheids-lg-article .anheids-lg-article-mbx {
			line-height: 50px;
			padding-left: 30px;
			padding-right: 30px;
			border-bottom-width: 1px;
			border-bottom-color: #f4f4f4;
			border-bottom-style: solid;
			font-size: 14px;
		}
		.anheids-lg-article .anheids-lg-article-main {
			display: flex;
		}
		.anheids-lg-article .anheids-lg-article-content {
			flex: 1;
			padding: 30px;
		}
		.anheids-lg-article .anheids-lg-article-menu-left {
			box-sizing: border-box;/*@内边框*/
			padding: 30px;
			width: 350px;
			border-right-width: 1px;
			border-right-color: #f4f4f4;
			border-right-style: solid;
		}
		/*-------------------------------*/
		.anheids-lg-article .anheids-lg-article-menu-left-logo {
			position: fixed;
			top: 150px;
			padding-left: 85px;
			transition: all 0.3s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		.anheids-lg-article .anheids-lg-article-menu-left-logo img {
			width: 120px;
		}
		.anheids-lg-article .anheids-lg-article-menu-left-logo.active {
			z-index: 999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		/*-------------------------------*/
		.anheids-lg-height-30 {
			height: 30px;
		}
		/*-------------------------------*/
		.anheids-lg-article .anheids-lg-article-lmtitle {
			margin-bottom: 10px;
		}
		.anheids-lg-article .anheids-lg-article-lmtitle a:link,
		.anheids-lg-article .anheids-lg-article-lmtitle a:visited {
			font-size: 14px;
		}
		.anheids-lg-article .anheids-lg-article-lmtitle a:hover,
		.anheids-lg-article .anheids-lg-article-lmtitle a:active {
			color: #ff5102;
		}
		.anheids-lg-article .anheids-lg-article-row {
			display: flex;/*@弹性布局*/
			flex-wrap: wrap;/*@自动换行*/
			margin-left: -5px;
			margin-right: -5px;
		}
		.anheids-lg-article .anheids-lg-article-col {
			flex: 0 0 50%;/*@1行2列*/
			box-sizing: border-box;/*@内边框*/
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 10px;
			overflow: hidden;/*@溢出隐藏*/
			transition: all 0.2s linear;/*@过度动画*/
			opacity: 0.75;/*@透明度*/
		}
		.anheids-lg-article .anheids-lg-article-tupian img {
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
		}
		.anheids-lg-article .anheids-lg-article-title {
			overflow: hidden;/*@溢出隐藏*/
			display: -webkit-box;/*@省略号...*/
			-webkit-line-clamp: 1;/*@第几行出现省略号...*/
			-webkit-box-orient: vertical; 
			font-size: 12px;
			background: #f4f4f4;
			height: 35px;
			line-height: 35px;
			padding-left: 10px;
			padding-right: 10px;
			border-bottom-left-radius: 3px;
			border-bottom-right-radius: 3px;
		}
		/*-------------------------------*/
		.anheids-lg-article .anheids-lg-article-col:hover {
			opacity: 1;/*@透明度*/
			transform: scale(1.05);/*@缩放动画*/
		}
		.anheids-lg-article .anheids-lg-article-col:hover .anheids-lg-article-tupian img {
			box-shadow: 0px 0px 4px #dad9d9;/*@盒子阴影*/
		}
		.anheids-lg-article .anheids-lg-article-col:hover .anheids-lg-article-title {
			box-shadow: 0px 0px 4px #dad9d9;/*@盒子阴影*/
		}
		/*-------------------------------*/
		.anheids-lg-article .anheids-lg-article-content-title {
			padding-left: 60px;
			padding-right: 60px;
			padding-top: 8px;
			text-align: center;
			font-size: 25px;
			font-weight: bold;
		}
		.anheids-lg-article .anheids-lg-article-content-ico {
			text-align: center;
			font-size: 14px;
			color: #aaa;
			margin-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
			border-bottom-width: 1px;
			border-bottom-color: #f4f4f4;
			border-bottom-style: solid;
		}
		.anheids-lg-article .anheids-lg-share {/*@分享*/
			margin-top: 34px;
			margin-bottom: 16px;
			text-align: center;/*@让ul盒子居中*/
		}
		.anheids-lg-article .bdsharebuttonbox {
			display: inline-block;/*@内联块状-让ul盒子居中*/
		}
		.anheids-lg-article .anheids-lg-article-content img {
			width: auto;
			max-width: 100%;/*@自适应图片宽度*/
			display: block;
			margin: auto;
		}
		.anheids-lg-article .anheids-lg-article-content p {
			margin-top: 10px;/*@段落间距*/
			margin-bottom: 10px;/*@段落间距*/
			line-height: 25px;/*@行距*/
		}
		/*@超链接未访问状态&已访问状态*/
		.anheids-lg-article .anheids-lg-article-content p a:link,
		.anheids-lg-article .anheids-lg-article-content p a:visited {
			border-bottom-width: 1px;
			border-bottom-style: dashed;
			border-bottom-color: #333;
			}
		/*@超链接鼠标悬停状态&点击状态*/
		.anheids-lg-article .anheids-lg-article-content p a:hover,
		.anheids-lg-article .anheids-lg-article-content p a:active {
			border-bottom-width: 1px;
			border-bottom-style: dashed;
			border-bottom-color: #ff9102;
			}
		.anheids-lg-article .anheids-lg-article-content li {
			margin-top: 6px;/*@段落间距*/
			margin-bottom: 6px;/*@段落间距*/
		}
		.anheids-lg-article .anheids-lg-article-content li:hover {

		}
		.anheids-lg-article .anheids-lg-article-more ul {/*@更多ul*/
			padding: 0px;
			margin: 0px 0px 10px 16px;
			line-height: 25px;/*@行距*/
		}
		.anheids-lg-article .anheids-lg-article-more ul li {/*@更多li*/
			margin-top: 2px;/*@段落间距*/
			margin-bottom: 2px;/*@段落间距*/
		}
		/*-------------------------------*/
		/*@lg/添加了超链接的图片点击放大*/
		.anheids-lg-link-img {
			overflow-y: auto;/*@溢出显示竖向滚动条*/
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.85);/*@黑色透明度*/
			position: fixed;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			margin: auto;
			transition: all 0.3s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		.anheids-lg-link-img img {
			padding-top: 80px;
			padding-bottom: 80px;
		}
		.anheids-lg-link-img.active {
			z-index: 99999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		.anheids-lg-link-img-close {
			width: 65px;
			height: 60px;
			line-height: 60px;
			text-align: center;
			font-size: 50px;
			font-weight: bold;
			color: #fff;
			cursor: pointer;/*@点击手光标*/
			position: absolute;
			top: 10px;
			right: 10px;
		}

		/*@lg/表单********************************************************************************************************************************************************/
		.anheids-lg-height-50 {
			height: 50px;
		}
		.anheids-lg-height-10 {
			height: 10px;
		}
		.anheids-lg-form .anheids-lg-form-fl {
			font-size: 22px;
			font-weight: bold;
			padding-top: 18px;
			padding-bottom: 18px;
			padding-left: 30px;
			padding-right: 30px;
			background: #f9f9f9;
			border: 1px solid #f0f0f0;
			border-radius: 4px;
		}
		.anheids-lg-form .anheids-lg-form-row {
			display: flex;
			margin-top: 30px;
		}
		.anheids-lg-form .anheids-lg-form-col {
			flex: 1;/*@所有列平均分配宽度//全部放在1行上*/
		}
		.anheids-lg-form .anheids-lg-form-title {
			width: 200px;
			padding-right: 30px;
			line-height: 38px;
			text-align: right;
			font-weight: bold;
		}

		/*-------------------------------*/
		/*@lg/input/输入框*/
		/*-------------------------------*/
		/*@lg/input 正常状态*/
		.anheids-lg-form .anheids-lg-form-text {
			width: 100%;
			height: 38px;
			line-height: 38px;
			font-size: 16px;
			color: #555;
			background: #fff;
			box-sizing: border-box;/*@内边框*/
			border: 1px solid #d0d0d0;/*@内边框*/
			border-radius: 4px;/*@圆角*/
			padding-left: 20px;/*@左内边距*/
			padding-right: 20px;/*@左内边距*/
			padding-top: 0px;
			padding-bottom: 0px;
			outline: none;/*@内轮廓*/
			transition: all 0.3s linear;/*@过度动画*/
		}
		/*@lg/input 正常状态: 聚焦样式*/
		.anheids-lg-form .anheids-lg-form-text:focus {
			background: #fff;/*@背景*/
			border: 1px solid #66afe9;/*@内边框*/
			box-shadow: 0px 0px 8px #66afe9;/*@阴影*/
		}
		/*@lg/input placeholder样式*/
		.anheids-lg-form .anheids-lg-form-text::-webkit-input-placeholder {
			color: #aaa;
		}
		/*@lg/input 只读状态*/
		.anheids-lg-form .anheids-lg-form-text.readonly {
			background: #9b1015;
			border: 1px solid #9b1015;/*@内边框*/
			color: #fff;
		}
		/*@lg/input 错误状态*/
		.anheids-lg-form .anheids-lg-form-text.error {
			border: 1px solid #e3291a;/*@内边框*/
		}
		/*@lg/input 错误状态: 聚焦样式*/
		.anheids-lg-form .anheids-lg-form-text.error:focus {
			border: 1px solid #e3291a;/*@内边框*/
			box-shadow: 0px 0px 8px #e3291a;/*@阴影*/
		}

		/*-------------------------------*/
		/*@lg/select/下拉框*/
		/*-------------------------------*/
		/*@lg/select 正常状态*/
		.anheids-lg-form .anheids-lg-form-select {
			width: 100%;
			height: 38px;
			line-height: 38px;
			font-size: 16px;
			color: #555;
			background: #fff;
			box-sizing: border-box;/*@内边框*/
			border: 1px solid #d0d0d0;/*@内边框*/
			border-radius: 4px;/*@圆角*/
			padding-left: 20px;/*@左内边距*/
			padding-right: 0px;/*@左内边距*/
			padding-top: 0px;
			padding-bottom: 0px;
			outline: none;/*@内轮廓*/
			transition: all 0.3s linear;/*@过度动画*/
		}
		/*@lg/select 正常状态: 聚焦样式*/
		.anheids-lg-form .anheids-lg-form-select:focus {
			background: #fff;/*@背景*/
			border: 1px solid #66afe9;/*@内边框*/
			box-shadow: 0px 0px 8px #66afe9;/*@阴影*/
		}
		/*@lg/select 错误状态*/
		.anheids-lg-form .anheids-lg-form-select.error {
			border: 1px solid #e3291a;/*@内边框*/
		}
		/*@lg/select 错误状态: 聚焦样式*/
		.anheids-lg-form .anheids-lg-form-select.error:focus {
			border: 1px solid #e3291a;/*@内边框*/
			box-shadow: 0px 0px 8px #e3291a;/*@阴影*/
		}

		/*-------------------------------*/
		/*@lg/textarea/文本域*/
		/*-------------------------------*/
		/*@lg/textarea 正常状态*/
		.anheids-lg-form .anheids-lg-form-textarea {
			width: 100%;
			height: 160px;
			font-family: Arial, "Microsoft YaHei";
			font-size: 16px;
			color: #555;
			background: #fff;
			box-sizing: border-box;/*@内边框*/
			border: 1px solid #d0d0d0;/*@内边框*/
			border-radius: 4px;/*@圆角*/
			padding-left: 20px;/*@左内边距*/
			padding-right: 20px;/*@左内边距*/
			padding-top: 10px;
			padding-bottom: 10px;
			outline: none;/*@内轮廓*/
			transition: all 0.3s linear;/*@过度动画*/
		}
		/*@lg/textarea 正常状态: 聚焦样式*/
		.anheids-lg-form .anheids-lg-form-textarea:focus {
			background: #fff;/*@背景*/
			border: 1px solid #66afe9;/*@内边框*/
			box-shadow: 0px 0px 8px #66afe9;/*@阴影*/
		}
		/*@lg/textarea placeholder样式/*/
		.anheids-lg-form .anheids-lg-form-textarea::-webkit-input-placeholder {
			color: #aaa;
		}
		/*@lg/textarea 错误状态*/
		.anheids-lg-form .anheids-lg-form-textarea.error {
			border: 1px solid #e3291a;/*@内边框*/
		}
		/*@lg/textarea 错误状态: 聚焦样式*/
		.anheids-lg-form .anheids-lg-form-textarea.error:focus {
			border: 1px solid #e3291a;/*@内边框*/
			box-shadow: 0px 0px 8px #e3291a;/*@阴影*/
		}

		/*-------------------------------*/
		/*/@lg/发送手机验证码按钮*/
		/*-------------------------------*/
		/*@lg/button 正常状态*/
		.anheids-lg-form .anheids-lg-btnyzm {
			width: 220px;
			text-align: center;
			font-size: 16px;/*/字体大小/*/
			padding-top: 6px;/*/顶部内边距/默认自带4px顶部内边距/*/
			padding-bottom: 7px;/*/底部内边距/默认自带3px底部内边距/*/
			display: inline-block;/*/内联元素/*/
			vertical-align: middle;/*/基线垂直对齐/*/
			outline: none;/*/内轮廓/*/
			cursor: pointer;/*/点击手势/*/
			transition: all 0.3s linear;/*/过度动画/*/
			background: #9b1015;/*/背景/*/
			color: #fff;/*/字体颜色/*/
			border: 1px solid #9b1015;/*/内边框/*/
			border-radius: 4px;/*/圆角/*/
		}
		/*@lg/button 鼠标悬停&点击状态*/
		.anheids-lg-form .anheids-lg-btnyzm:hover,
		.anheids-lg-form .anheids-lg-btnyzm:active {/*/鼠标悬停状态&点击状态/*/
			background: #ff5102;/*/背景/*/
			color: #fff;/*/字体颜色/*/
			border: 1px solid #ff5102;/*内边框*/
		}

		/*-------------------------------*/
		/*/@lg/提交按钮*/
		/*-------------------------------*/
		/*@lg/button 正常状态*/
		.anheids-lg-form .anheids-lg-btnbm {
			width: 100%;
			font-size: 22px;
			font-weight: bold;
			text-align: center;
			padding-top: 20px;/*@顶部内边距/默认自带4px顶部内边距*/
			padding-bottom: 21px;/*@底部内边距/默认自带3px底部内边距*/
			outline: none;/*@内轮廓*/
			cursor: pointer;/*@点击手势*/
			background: #9b1015;/*@背景*/
			color: #fff;
			border: 1px solid #9b1015;/*@内边框*/
			border-radius: 5px;/*@圆角*/
			transition: all 0.3s linear;/*@过度动画*/
			margin-top: 70px;
			margin-bottom: 30px;
		}
		/*@lg/button 鼠标悬停&点击状态*/
		.anheids-lg-form .anheids-lg-btnbm:hover,
		.anheids-lg-form .anheids-lg-btnbm:active {
			background: #ff5102;/*/背景/*/
			color: #fff;/*/字体颜色/*/
			border: 1px solid #ff5102;/*内边框*/
		}

		/*@lg/报名成功提示****************************************************************************************************************************************************/
		.anheids-baoming {/*@背景*/
			background-color: rgba(0,0,0,0.85);/*@黑色透明度*/
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			transition: all 0.2s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		.anheids-baoming.active {/*@JS控制显示*/
			z-index: 9999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		.anheids-baomingtips-chenggong {/*@方框*/
			background: #fff;/*@背景*/
			border-radius: 12px;/*@圆角*/
			border: 1px solid #111;/*@边框*/
			box-shadow: 0px 0px 15px 2px #111;/*@阴影*/
			padding: 30px;
			text-align: center;
			width: 400px;
			height: 360px;
			position: absolute;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			margin: auto;
		}
		.anheids-baomingtips-chenggong .anheids-baomingtips-chenggong-icon {
			font-size: 150px;
			color: #a5dc86;
			margin-bottom: 10px;
		}
		.anheids-baomingtips-chenggong .anheids-baomingtips-chenggong-title {
			font-size: 25px;
			font-weight: bold;
			color: #595959;
		}
		.anheids-baomingtips-chenggong .anheids-baomingtips-chenggong-text {
			margin-top: 12px;
			margin-bottom: 30px;
		}
		/*@button 按钮默认形态-----------*/
		.anheids-button {
			box-sizing: border-box;/*@内边框*/
			font-size: 16px;
			height: 40px;
			line-height: 39px;/*@比高度少1px才垂直居中*/
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 0px;/*@顶部内边距/默认自带4px顶部内边距*/
			padding-bottom: 0px;/*@底部内边距/默认自带3px底部内边距*/
			border-radius: 4px;/*@圆角*/
			outline: none;/*@内轮廓*/
			cursor: pointer;/*@点击手势*/
			display: inline-block;/*@内联元素*/
			vertical-align: middle;/*@基线垂直对齐*/
			transition: all 0.2s linear;/*@过度动画*/
			background: #fff;
			border: 1px solid #ccc;
			color: #333;
		}
		.anheids-button:hover,
		.anheids-button:active {/*@鼠标悬停&点击状态*/
			background: #9b1015;
			border: 1px solid #9b1015;
			color: #fff;
		}
	}


/*@md/中等电脑屏幕>=992 and <1600*********************************************************************************************************************************************/
@media (min-width: 992px) and (max-width: 1600px) {
		/*@lg/顶部菜单-------------------*/
		.anheids-lg-tel {/*@右侧热线电话盒子*/
			display: none;
		}
		.anheids-lg-tel-ico {
			display: block;
		}
		/*@lg/内容容器-------------------*/
		.anheids-lg-container {
			width: 1180px;
		}
	}
/*@md/中等电脑屏幕>=992 and <1360*********************************************************************************************************************************************/
@media (min-width: 992px) and (max-width: 1360px) {
		/*@lg/内容容器-------------------*/
		.anheids-lg-container {
			width: 1050px;
		}
	}
/*@md/中等电脑屏幕>=992 and <1250*********************************************************************************************************************************************/
@media (min-width: 992px) and (max-width: 1250px) {
		/*@lg/内容容器-------------------*/
		.anheids-lg-container {
			width: 950px;
		}
		/*@lg/左侧栏LOGO/JS滚动触发显示--*/
		.anheids-lg-article .anheids-lg-article-menu-left-logo {
			padding-left: 60px;
		}
		/*@lg/顶部菜单-------------------*/
		.anheids-lg-menu-top ul li a:link,
		.anheids-lg-menu-top ul li a:visited {
			font-size: 14px;
		}
		.anheids-lg-menu-top ul li a:hover,
		.anheids-lg-menu-top ul li a:active {
			padding-left: 10px;/*@左内边距*/
			padding-right: 10px;/*@右内边距*/
		}
		.anheids-lg-menu-top ul li ul li a:link,
		.anheids-lg-menu-top ul li ul li a:visited {
			width: 140px;/*@宽度*/
			line-height: 40px;/*@行高*/
			padding-left: 10px;/*@左内边距*/
			padding-right: 10px;/*@右内边距*/
		}
		.anheids-lg-menu-top ul li.hidden {
			display: none;
		}
		.anheids-lg-article .anheids-lg-article-menu-left {
			width: 300px;
		}
	}


/*@xs+sm/超小屏幕(Phone)<768 & 较小屏幕(YiPad)>=768 and <992**************************************************************************************************************/
@media (max-width: 991px) {
		/*@xs/电脑端不显示************************************************************************************************************************************************/
		.anheids-lg {
			display: none;
		}

		/*@xs/苹果手机端禁止微信内置浏览器修改字体大小********************************************************************************************************************/
		body {
			-webkit-text-size-adjust: 100% !important;
			text-size-adjust: 100% !important;
			-moz-text-size-adjust: 100% !important;
		}

		/*@xs/顶部菜单****************************************************************************************************************************************************/
		.anheids-xs-menu-top {/*@菜单总盒子*/
			width: 100%;
			height: 60px;
			background: #9b1015;
			position: fixed;
			top: 0px;
			z-index: 999;
		}
		/*-------------------------------*/
		/*@左侧logo盒子*/
		.anheids-xs-menu-top .anheids-xs-logo {
			width: 120px;
			height: 40px;
			position: absolute;
			top: 0px;
			bottom: 0px;
			left: 10px;
			margin: auto;
			transition: all 0.8s linear;/*@过度动画*/
			z-index: 999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		/*@右侧打开菜单按钮盒子*/
		.anheids-xs-menu-top .anheids-xs-button-open {
			width: 30px;
			height: 30px;
			position: absolute;
			top: 0px;
			bottom: 0px;
			right: 10px;
			margin: auto;
			box-sizing: border-box;/*@内边框*/
			border: 1px solid #fff;
			border-radius: 3px;
			color: #fff;
			font-size: 21px;
			text-align: center;
			line-height: 30px;
			transition: all 0.4s linear;/*@过度动画*/
		}
		/*@右侧关闭菜单按钮盒子*/
		.anheids-xs-menu-top .anheids-xs-button-close {
			width: 30px;
			height: 30px;
			position: absolute;
			top: 0px;
			bottom: 0px;
			right: 10px;
			margin: auto;
			color: #fff;
			font-size: 30px;
			text-align: center;
			line-height: 27px;
			transition: all 0.4s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		/*-------------------------------*/
		/*@下拉菜单logo盒子*/
		.anheids-xs-menu-top .anheids-xs-logo-menu {
			position: absolute;
			top: 10px;
			right: 10px;
			width: 55%;
			height: auto;
			z-index: 999;
		}
		/*@下拉菜单一级ul盒子*/
		.anheids-xs-menu-top ul {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			background: #9b1015;
			position: fixed;
			left: 0px;
			top: 60px;
			width: 100%;
			height: 100%;
			overflow-y: auto;/*@溢出显示竖向滚动条*/
			overflow-x: hidden;/*@横向溢出隐藏*/
			transition: all 0.4s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		/*@下拉菜单一级li盒子*/
		.anheids-xs-menu-top ul li {
			position: relative;
		}
		.anheids-xs-menu-top ul li a:link,
		.anheids-xs-menu-top ul li a:visited,
		.anheids-xs-menu-top ul li a:hover,
		.anheids-xs-menu-top ul li a:active {
			display: block;/*@块状*/
			padding-left: 10px;/*@左内边距*/
			padding-right: 10px;/*@右内边距*/
			color: #fff;
			font-size: 14px;
			line-height: 36px;
		}
		/*@下拉菜单二级ul盒子*/
		.anheids-xs-menu-top ul li ul {
			position: absolute;
			left: 1000px;
			top: 0px;
			width: 100%;
			height: auto;
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		/*@下拉菜单二级li盒子*/
		.anheids-xs-menu-top ul li ul li a:link,
		.anheids-xs-menu-top ul li ul li a:visited,
		.anheids-xs-menu-top ul li ul li a:hover,
		.anheids-xs-menu-top ul li ul li a:active {
			width: 100%;
		}
		/*-------------------------------*/
		/*@JS控制盒子属性变化*/
		/*-------------------------------*/
		.anheids-xs-menu-top .anheids-xs-ico-right.hidden {
			display: none;
		}
		.anheids-xs-menu-top .anheids-xs-ico-left.active {
			display: inline-block;
		}
		.anheids-xs-menu-top .anheids-xs-ico-left {
			display: none;
		}
		.anheids-xs-menu-top ul li ul.active {
			left: 135px;
			z-index: 999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		.anheids-xs-menu-top .anheids-xs-logo.hidden {
			left: -150px;
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		.anheids-xs-menu-top .anheids-xs-button-open.hidden {
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		.anheids-xs-menu-top .anheids-xs-button-close.active {
			z-index: 999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		.anheids-xs-menu-top ul.active {
			z-index: 999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		/*-------------------------------*/
		.anheids-xs-height-60 {/*@高度盒子*/
			height: 60px;
		}

		/*@xs/轮播图文字**************************************************************************************************************************************************/
		.anheids-xs-slide-text {
			background: rgba(155,16,21,0.85);/*@蓝色透明度*/
			width: 100%;
			height: 42px;
			position: absolute;
			bottom: 0px;
			left:0px;
			box-sizing: border-box;/*@内边框*/
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			color: #fff;
		}
		.anheids-xs-slide-text .anheids-xs-slide-title {
			font-size: 14px;
			overflow: hidden;/*@溢出隐藏*/
			display: -webkit-box;/*@省略号...*/
			-webkit-line-clamp: 1;/*@第几行出现省略号...*/
			-webkit-box-orient: vertical;
		}
		.anheids-xs-slide-text .anheids-xs-slide-content {
			margin-top: 5px;
			font-size: 10px;
			overflow: hidden;/*@溢出隐藏*/
			display: -webkit-box;/*@省略号...*/
			-webkit-line-clamp: 2;/*@第几行出现省略号...*/
			-webkit-box-orient: vertical;
		}

		/*@xs/内容容器****************************************************************************************************************************************************/
		.anheids-xs-lmtitle {/*@栏目标题盒子*/
			padding-top: 30px;
			padding-bottom: 35px;
			background: #fff;
			text-align: center;
		}
		.anheids-xs-lmtitle .anheids-xs-span-1 {/*@标题盒子*/
			display: block;
			font-size: 30px;
			font-weight: bold;
		}
		.anheids-xs-lmtitle .anheids-xs-span-2 {/*@介绍盒子*/
			display: block;
			margin-top: 8px;
			font-size: 12px;
			padding-left: 40px;
			padding-right: 40px;
		}
		/*-------------------------------*/
		.anheids-xs-container {
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 20px;
			padding-bottom: 10px;
		}
		.anheids-xs-container .anheids-xs-row {
			display: flex;/*@弹性布局*/
			flex-wrap: wrap;/*@自动换行*/
		}
		.anheids-xs-container .anheids-xs-col {
			flex: 0 0 50%;/*@1行2列*/
			box-sizing: border-box;/*@内边框*/
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom: 10px;
			overflow: hidden;/*@溢出隐藏*/
			transition: all 0.2s linear;/*@过度动画*/
		}
		.anheids-xs-container .anheids-xs-tupian img {
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			box-shadow: 0px 0px 5px #e3e3e3;/*@盒子阴影*/
		}
		.anheids-xs-container .anheids-xs-text {
			background: #fff;
			padding: 10px;
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			position: relative;
			box-shadow: 0px 0px 5px #e3e3e3;/*@盒子阴影*/
		}
		.anheids-xs-container .anheids-xs-title {
			height: 31px;
			line-height: 16px;
			font-size: 12px;
			overflow: hidden;/*@溢出隐藏*/
			display: -webkit-box;/*@省略号...*/
			-webkit-line-clamp: 2;/*@第几行出现省略号...*/
			-webkit-box-orient: vertical;
		}
		.anheids-xs-container .anheids-xs-title.onelines {
			height: 17px;
			-webkit-line-clamp: 1;/*@第几行出现省略号...*/
		}
		.anheids-xs-container .anheids-xs-content {
			height: 54px;
			line-height: 14px;
			font-size: 10px;
			color: #bbb;
			margin-top: 6px;
			margin-bottom: 10px;
			overflow: hidden;/*@溢出隐藏*/
			display: -webkit-box;/*@省略号...*/
			-webkit-line-clamp: 4;/*@第几行出现省略号...*/
			-webkit-box-orient: vertical;
		}
		.anheids-xs-container .anheids-xs-ico {
			color: #bbb;
			cursor: default;/*@默认箭头光标*/
			font-size: 8px;
		}
		/*-------------------------------*/
		.anheids-xs-zxbm-button a:link,
		.anheids-xs-zxbm-button a:visited {
			width: 400px;
			line-height: 45px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 20px;
			margin-bottom: 20px;
			display: block;
			text-align: center;
			border-radius: 4px;
			color: #fff;
			font-size: 18px;
			background: #ff5102;
			transition: all 0.25s linear;/*@过度动画*/
		}
		.anheids-xs-zxbm-button a:hover,
		.anheids-xs-zxbm-button a:active {
			width: 500px;
			background: #9b1015;
			box-shadow: 0px 0px 6px #aaa;/*@盒子阴影*/
		}

		/*@xs/分页-list***************************************************************************************************************************************************/
		.anheids-xs-page {
			background: #fff;
			height: 50px;
			padding-top: 20px;
			text-align: center;/*@让ul盒子居中*/
		}
		.anheids-xs-page ul {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			display: inline-block;/*@内联块状/让ul盒子居中*/
		}
		.anheids-xs-page ul li {
			float: left;
		}
		.anheids-xs-page ul li a:link,
		.anheids-xs-page ul li a:visited {
			display: block;/*@块状*/
			width: 30px;
			line-height: 30px;
			font-size: 10px;
			color: #fff;
			background: #9b1015;
			transition: all 0.3s linear;/*@过度动画*/
		}
		.anheids-xs-page ul li a:hover,
		.anheids-xs-page ul li a:active {
			background: #ff5102;
		}
		.anheids-xs-page ul li a.disabled {/*@禁止状态*/
			color: #aaa;
			background: #f4f4f4;
			pointer-events: none;/*@禁止a标签超链接*/
			cursor: default;/*@默认箭头光标*/
		}

		/*@xs/学校全景背景************************************************************************************************************************************************/
		.anheids-xs-xxqj {
			height: 250px;
			background-image: url(rdfis-xxqj.jpg);/*@相对地址*/
			background-repeat: no-repeat;/*@不重复填充*/
			background-position: center center;/*@水平居中对齐+垂直居中对齐*/
			background-size: cover;/*@以图片短的一边约束比例缩放至整个盒子*/
		}

		/*@xs/底部信息****************************************************************************************************************************************************/
		.anheids-xs-footer {
			background: #fff;
			padding-top: 30px;
			padding-bottom: 30px;
			text-align: center;
			font-size: 10px;  
		}
		.anheids-xs-footer .anheids-xs-footer-qr img {
			width: 135px;
			margin-left: auto;
			margin-right: auto;
		}
		.anheids-xs-footer .anheids-xs-title {
			font-size: 15px;
			font-weight: bold;
			margin-top: 15px;
			margin-bottom: 6px;
		}
		.anheids-xs-footer .anheids-xs-tel {
			font-size: 16px;
			font-weight: bold;
			margin-top: 6px;
			margin-bottom: 10px;
		}
		.anheids-xs-icp {
			line-height: 30px;
			background: #9b1015;
			text-align: center;
			font-size: 9px;
			color: #fff;
			border-bottom-width: 1px;
			border-bottom-color: #740004;
			border-bottom-style: solid;
		}
		.anheids-xs-icp a:link,
		.anheids-xs-icp a:visited,
		.anheids-xs-icp a:hover,
		.anheids-xs-icp a:active {
			color: #fff;
		}

		/*@xs/底部固定菜单************************************************************************************************************************************************/
		.anheids-xs-height-35 {
			height: 35px;
		}
		.anheids-xs-menu-bottom {
			position: fixed;
			left: 0px;
			bottom: 0px;
			width: 100%;
			background: #9b1015;
			z-index: 9999;
		}
		.anheids-xs-menu-bottom ul {
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			display: flex;
		}
		.anheids-xs-menu-bottom ul li {
			flex: 1;/*@所有列平均分配宽度/全部放在1行上*/
		}
		.anheids-xs-menu-bottom ul li a:link, .anheids-xs-menu-bottom ul li a:visited,
		.anheids-xs-menu-bottom ul li a:hover, .anheids-xs-menu-bottom ul li a:active {
			display: block;/*/块状/*/
			text-align: center;
			line-height: 35px;
			font-size: 14px;
			color: #fff;
		}

		/*@xs/内容页-article**********************************************************************************************************************************************/
		.anheids-xs-article-content {
			margin-left: 10px;
			margin-right: 10px;
			background: #fff;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 25px;
			font-size: 15px;
		}
		.anheids-xs-article-content-title {
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 25px;
			text-align: center;
			font-size: 20px;
			font-weight: bold;
		}
		.anheids-xs-article-content-ico {
			text-align: center;
			font-size: 10px;
			color: #aaa;
			margin-top: 15px;
			margin-bottom: 30px;
			padding-bottom: 30px;
			border-bottom-width: 1px;
			border-bottom-color: #f4f4f4;
			border-bottom-style: solid;
		}
		.anheids-xs-article-content img {
			width: auto;
			max-width: 100%;/*@自适应图片宽度*/
			display: block;
			margin: auto;
		}
		.anheids-xs-article-content hr {
			height: 1px;
			border: none;/*@无边框*/
			border-top: 1px solid #f4f4f4;
			margin-top: 17px;
			margin-bottom: 17px;
		}
		.anheids-xs-article-content p {
			margin-top: 6px;/*@段落间距*/
			margin-bottom: 6px;/*@段落间距*/
		}
		/*@超链接未访问状态&已访问状态*/
		.anheids-xs-article-content p a:link,
		.anheids-xs-article-content p a:visited {
			border-bottom-width: 1px;
			border-bottom-style: dashed;
			border-bottom-color: #333;
			}
		/*@超链接鼠标悬停状态&点击状态*/
		.anheids-xs-article-content p a:hover,
		.anheids-xs-article-content p a:active {
			border-bottom-width: 1px;
			border-bottom-style: dashed;
			border-bottom-color: #ff9102;
			}
		.anheids-xs-article-content li {
			margin-top: 6px;/*@段落间距*/
			margin-bottom: 6px;/*@段落间距*/
		}
		/*-------------------------------*/
		.anheids-xs-article-more-button {
			margin-top: 40px;
			width: 100%;
			line-height: 35px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid #f4f4f4;
			border-radius: 3px;
		}
		.anheids-xs-article-more ul {
			list-style: none;
			padding: 0px;
			margin: 20px 0px 5px 0px;
		}
		.anheids-xs-article-more ul li {
			white-space: nowrap;/*2强制文本不换行*/
			overflow-x: hidden;
			text-overflow: ellipsis;/*@文本超出用省略符号显示*/
			font-size: 13px;
			line-height: 20px;
		}
		/*-------------------------------*/
		/*@xs/添加了超链接的图片点击放大*/
		.anheids-xs-link-img {
			overflow-y: auto;/*@溢出显示竖向滚动条*/
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.85);/*@黑色透明度*/
			position: fixed;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			margin: auto;
			transition: all 0.3s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		.anheids-xs-link-img img {
			padding-top: 60px;
			padding-bottom: 60px;
		}
		.anheids-xs-link-img.active {
			z-index: 99999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		.anheids-xs-link-img-close {
			width: 35px;
			height: 60px;
			line-height: 60px;
			text-align: center;
			font-size: 30px;
			font-weight: bold;
			color: #fff;
			cursor: pointer;/*@点击手光标*/
			position: absolute;
			top: 0px;
			right: 10px;
		}

		/*@xs/表单********************************************************************************************************************************************************/
		.anheids-xs-form .anheids-xs-form-fl {
			font-weight: bold;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 15px;
			padding-right: 15px;
			background: #f9f9f9;
			border: 1px solid #f0f0f0;
			border-radius: 3px;
			margin-top: 30px;
		}
		.anheids-xs-form .anheids-xs-form-title {
			font-weight: bold;
			padding-top: 20px;
			padding-bottom: 5px;
		}

		/*-------------------------------*/
		/*@xs/input/输入框*/
		/*-------------------------------*/
		/*@xs/input 正常状态*/
		.anheids-xs-form .anheids-xs-form-text {
			width: 100%;
			height: 35px;
			line-height: 38px;
			font-size: 14px;
			color: #555;
			background: #fff;
			box-sizing: border-box;/*@内边框*/
			border: 1px solid #d0d0d0;/*@内边框*/
			border-radius: 3px;/*/@圆角*/
			padding-left: 10px;/*@左内边距*/
			padding-right: 10px;/*@左内边距*/
			padding-top: 0px;
			padding-bottom: 0px;
			outline: none;/*@内轮廓*/
			transition: all 0.3s linear;/*@过度动画*/
		}
		/*@xs/input 正常状态: 聚焦样式*/
		.anheids-xs-form .anheids-xs-form-text:focus {
			background: #fff;/*/背景/*/
			border: 1px solid #66afe9;/*/内边框/*/
			box-shadow: 0px 0px 8px #66afe9;/*/阴影/*/
		}
		/*@xs/input placeholder样式*/
		.anheids-xs-form .anheids-xs-form-text::-webkit-input-placeholder {
			color: #aaa;
		}
		/*@xs/input 只读状态*/
		.anheids-xs-form .anheids-xs-form-text.readonly {
			background: #9b1015;
			border: 1px solid #9b1015;/*/内边框/*/
			color: #fff;
		}
		/*@xs/input 错误状态*/
		.anheids-xs-form .anheids-xs-form-text.error {
			border: 1px solid #e3291a;/*@内边框*/
		}
		/*@xs/input 错误状态: 聚焦样式*/
		.anheids-xs-form .anheids-xs-form-text.error:focus {
			border: 1px solid #e3291a;/*@内边框*/
			box-shadow: 0px 0px 8px #e3291a;/*@阴影*/
		}

		/*-------------------------------*/
		/*@xs/select/下拉框*/
		/*-------------------------------*/
		/*@xs/select 正常状态*/
		.anheids-xs-form .anheids-xs-form-select {
			width: 100%;
			height: 35px;
			line-height: 38px;
			font-size: 14px;
			color: #555;
			background: #fff;
			box-sizing: border-box;/*@内边框*/
			border: 1px solid #d0d0d0;/*@内边框*/
			border-radius: 3px;/*@圆角*/
			padding-left: 10px;/*@左内边距*/
			padding-right: 0px;/*@左内边距*/
			padding-top: 0px;
			padding-bottom: 0px;
			outline: none;/*@内轮廓*/
			transition: all 0.3s linear;/*@过度动画*/
		}
		/*@xs/select 正常状态: 聚焦样式*/
		.anheids-xs-form .anheids-xs-form-select:focus {
			background: #fff;
			border: 1px solid #66afe9;/*@内边框*/
			box-shadow: 0px 0px 8px #66afe9;/*@阴影*/
		}
		/*@xs/select 错误状态*/
		.anheids-xs-form .anheids-xs-form-select.error {
			border: 1px solid #e3291a;/*@内边框*/
		}
		/*@xs/select 错误状态: 聚焦样式*/
		.anheids-xs-form .anheids-xs-form-select.error:focus {
			border: 1px solid #e3291a;/*@内边框*/
			box-shadow: 0px 0px 8px #e3291a;/*@阴影*/
		}

		/*-------------------------------*/
		/*@xs/textarea/文本域*/
		/*-------------------------------*/
		/*@xs/textarea 正常状态*/
		.anheids-xs-form .anheids-xs-form-textarea {
			width: 100%;
			height: 160px;
			font-size: 14px;
			color: #555;
			background: #fff;
			box-sizing: border-box;/*@内边框*/
			border: 1px solid #d0d0d0;/*@内边框*/
			border-radius: 3px;/*@圆角*/
			padding-left: 10px;/*@左内边距*/
			padding-right: 10px;/*@左内边距*/
			padding-top: 10px;
			padding-bottom: 10px;
			outline: none;/*@内轮廓*/
			transition: all 0.3s linear;/*@过度动画*/
		}
		/*@xs/textarea 正常状态: 聚焦样式*/
		.anheids-xs-form .anheids-xs-form-textarea:focus {
			background: #fff;
			border: 1px solid #66afe9;/*@内边框*/
			box-shadow: 0px 0px 8px #66afe9;/*@阴影*/
		}
		/*@xs/textarea placeholder样式*/
		.anheids-xs-form .anheids-xs-form-textarea::-webkit-input-placeholder {
			color: #aaa;
		}
		/*@xs/textarea 错误状态*/
		.anheids-xs-form .anheids-xs-form-textarea.error {
			border: 1px solid #e3291a;/*/内边框/*/
		}
		/*@xs/textarea 错误状态: 聚焦样式*/
		.anheids-xs-form .anheids-xs-form-textarea.error:focus {
			border: 1px solid #e3291a;/*/内边框/*/
			box-shadow: 0px 0px 8px #e3291a;/*/阴影/*/
		}

		/*-------------------------------*/
		/*/@xs/发送手机验证码按钮*/
		/*-------------------------------*/
		.anheids-xs-form .anheids-xs-btnyzm {
			width: 100%;
			line-height: 35px;
			font-size: 14px;/*@字体大小*/
			padding-top: 0px;/*@顶部内边距/默认自带4px顶部内边距*/
			padding-bottom: 0px;/*@底部内边距/默认自带3px底部内边距*/
			outline: none;/*@内轮廓*/
			transition: all 0.3s linear;/*@过度动画*/
			background: #9b1015;/*@背景*/
			color: #fff;
			border: 1px solid #9b1015;/*@内边框*/
			border-radius: 3px;/*@圆角*/
			margin-top: 8px;
		}

		/*-------------------------------*/
		/*/@xs/提交按钮*/
		/*-------------------------------*/
		.anheids-xs-form .anheids-xs-btnbm {
			width: 100%;
			font-size: 18px;
			font-weight: bold;
			text-align: center;
			padding-top: 10px;/*@顶部内边距/默认自带4px顶部内边距*/
			padding-bottom: 11px;/*@底部内边距/默认自带3px底部内边距*/
			outline: none;/*@内轮廓*/
			background: #e3291a;/*@背景*/
			color: #fff;
			border: 1px solid #e3291a;/*@内边框*/
			border-radius: 3px;/*@圆角*/
			transition: all 0.3s linear;/*@过度动画*/
			margin-top: 40px;
			margin-bottom: 20px;
		}

		/*-------------------------------*/
		/*@xs/报名成功提示*/
		/*-------------------------------*/
		.anheids-baoming {/*@背景*/
			background-color: rgba(0,0,0,0.85);/*@黑色透明度*/
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			transition: all 0.2s linear;/*@过度动画*/
			z-index: 0;/*@层次*/
			opacity: 0;/*@透明度*/
			visibility: hidden;/*@不可见*/
		}
		.anheids-baoming.active {/*@JS控制显示*/
			z-index: 9999;/*@层次*/
			opacity: 1;/*@透明度*/
			visibility: visible;/*@可见*/
		}
		.anheids-baomingtips-chenggong {/*@方框*/
			background: #fff;/*@背景*/
			border-radius: 10px;/*@圆角*/
			border: 1px solid #111;/*@边框*/
			box-shadow: 0px 0px 15px 2px #111;/*@阴影*/
			padding: 30px;
			text-align: center;
			width: 250px;
			height: 280px;
			position: absolute;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			margin: auto;
		}
		.anheids-baomingtips-chenggong .anheids-baomingtips-chenggong-icon {
			font-size: 100px;
			color: #a5dc86;
			margin-bottom: 10px;
		}
		.anheids-baomingtips-chenggong .anheids-baomingtips-chenggong-title {
			font-size: 20px;
			font-weight: bold;
			color: #595959;
		}
		.anheids-baomingtips-chenggong .anheids-baomingtips-chenggong-text {
			font-size: 14px;
			margin-top: 10px;
			margin-bottom: 30px;
		}
		/*@button 按钮默认形态-----------*/
		.anheids-button {
			box-sizing: border-box;/*@内边框*/
			font-size: 14px;
			height: 40px;
			line-height: 39px;/*@比高度少1px才垂直居中*/
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 0px;/*@顶部内边距/默认自带4px顶部内边距*/
			padding-bottom: 0px;/*@底部内边距/默认自带3px底部内边距*/
			border-radius: 4px;/*@圆角*/
			outline: none;/*@内轮廓*/
			cursor: pointer;/*@点击手势*/
			display: inline-block;/*@内联元素*/
			vertical-align: middle;/*@基线垂直对齐*/
			transition: all 0.2s linear;/*@过度动画*/
			background: #fff;
			border: 1px solid #ccc;
			color: #333;
		}
		.anheids-button:hover,
		.anheids-button:active {/*@鼠标悬停&点击状态*/
			background: #9b1015;
			border: 1px solid #9b1015;
			color: #fff;
		}
	}


/*@sm/较小屏幕(YiPad)>=768 and <992*********************************************************************************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
		/*/xs-内容容器/*******************************************************************************/
		.anheids-xs-container .anheids-xs-text {
			padding: 15px;
		}
		.anheids-xs-container .anheids-xs-title {
			height: 17px;
			-webkit-line-clamp: 1;/*/第几行出现省略号.../*/
		}
		.anheids-xs-container .anheids-xs-content {
			height: 27px;
			-webkit-line-clamp: 2;/*/第几行出现省略号.../*/
		}
	}

	
 