@charset "utf-8";
/*公用*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	height: 100%;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f5f5f5;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}
img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a, label, button, input, select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.hide {
	display: none!important
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ruocy-flex {
	position: relative;
	padding: 15px 15px 10px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.ruocy-flex-box {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.head-height {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.center-height {
	width: 100%;
	height: 10px;
	background: #f5f5f5;
	overflow: hidden;
}
.foot-height {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
}
.bot-line {
	position: relative;
}
.bot-line:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	content: '';
	border-bottom: 1px solid #e2e2e2;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
/*头部*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 20px 0 10px;
	width: 100%;
	height: 60px;
	z-index: 50;
    display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	border-bottom: 1px solid #e9e9e9;
}
.header {
    display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.logo {
	width: auto;
	max-width: 320px;
	max-height: 40px;
}
.menu-nav-icon {
	font-size: 25px;
	color: #999;
}
.menu-close-icon {
	font-size: 25px;
	color: #999;
}
/*菜单*/
#ruocy-menu {
	position: fixed;
	top: 60px;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	overflow: auto;
	zoom: 1;
}
.ruocy-menu-list li a {
	padding: 0 20px;
	height: 45px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e9e9e9;
}
.ruocy-menu-list li span {
	font-size: 16px;
}
.ruocy-menu-list li span:hover {
	color: #06c;
}
.ruocy-menu-list li span.active {
	color: #06c;
}
.ruocy-menu-list li::before {
	position: absolute;
	right: 20px;
	font-family: "iconfont";
	content: "\e661";
	line-height: 45px;
	color: #999;
}
.ruocy-menu-more {
	width: 45px;
	font-size: 16px;
	color: #999;
	text-align: center;
}
/*焦点图*/
.ruocy-focus {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.ruocy-focus .hd {
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 30px;
	line-height: 30px;
	z-index: 1;
}
.ruocy-focus .hd li {
	margin: 0 5px;
	display: inline-block;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.ruocy-focus .hd li.on {
	background: #c00;
}
.ruocy-focus .bd {
	position: relative;
	z-index: 0;
}
.ruocy-focus .bd li {
	position: relative;
}
.ruocy-focus .bd li img {
	display: block;
	width: 100%;
	height: auto;
}
.ruocy-focus .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.ruocy-focus .bd li .tit {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-indent: 10px;
	background-color: rgba(0,0,0,0.5);
}
.ruocy-focus .bd li .tit span {
	display: block;
	width: calc(100% - 100px);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*切换*/
.ruocyBox {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.ruocyBox .hd {
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	background: url(../../cms_img/mobile/tabbj.jpg) bottom repeat-x;
}
.ruocyBox .hd ul {
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.ruocyBox .hd ul li {
	float: left;
	padding: 0 10px;
	cursor: pointer;
}
.ruocyBox .hd ul .on {
	color: #c00;
	background: url(../../cms_img/mobile/tabon.jpg) bottom repeat-x;
}
.ruocyBox .hd li.on a.more {
	float: right;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
}
.ruocyBox .hd li a.more {
	position: absolute;
	top: 0;
	right: 20px;
	display: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	color: #666;
}
.ruocyBox .hd li a.more:hover {
	color: #c00;
}
.ruocyBox .bd {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
/*栏目*/
.ruocy-colm {
	margin: 0 auto;
	padding: 10px 15px 5px 15px;
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.ruocy-colm h2 {
	height: 30px;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}
.ruocy-colm p {
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	color: #666;
	text-align: center;
}
.ruocy-more {
	padding: 20px 0;
	background: #fff;
}
.ruocy-more a {
	margin: 0 auto;
	display: block;
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #ff9933;
	border-radius: 16px;
}
/*图文*/
.ruocy-list {
	background: #fff;
}
.ruocy-list h3 {
	margin-bottom: 11px;
	height: 44px;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	overflow: hidden;
}
.ruocy-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #999;
}
.ruocy-list p span {
	margin-right: 10px;
}
.ruocy-list p span i {
	margin-right: 5px;
	font-size: 12px;
	color: #aaa;
}
.ruocy-list-img {
	margin-left: 15px;
	width: 100px;
}
.ruocy-list-img img {
	width: 100px;
	height: 75px;
}
/*图片*/
.ruocy-pic {
	padding: 5px 15px 5px 0;
	background: #fff;
	overflow: hidden;
}
.ruocy-pic .ruocy-flex-box {
	margin-top: 10px;
	padding-left: 15px;
	float: left;
	width: 50%;
}
.ruocy-pic-img {
	position: relative;
	margin-bottom: 10px;
}
.ruocy-pic-txt {
	margin-bottom: 10px;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*视频*/
.ruocy-video {
	padding: 5px;
	background: #fff;
	overflow: hidden;
}
.ruocy-video .ruocy-flex-box {
	margin-top: 10px;
	padding: 0 8px;
	float: left;
	width: 50%;
}
.ruocy-video-img {
	position: relative;
}
.ruocy-video-txt {
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	background: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ruocy-video-tip {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 10px;
	font-size: 30px!important;
	color: rgba(255,255,255,0.9);
}
/*分页*/
.pagenum {
	padding: 20px 10px 30px 10px;
	text-align: center;
	background: #fff;
}
.pagenum .pages {
	_width: 100%;
	_clear: both;
	color: #999;
	text-align: center;
}
.pagenum .pages a {
	margin: 0 5px;
	padding: 5px 10px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	background: #f1f1f1;
	border: 1px solid #ddd;
}
.pagenum .pages a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background: #0066cc;
	border: 1px solid #06b;
}
.pagenum .pages .page-num-current {
	margin: 0 5px;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	background: #f03;
	border: 1px solid #ee0533;
}
/*返回*/
.backTop {
	position: fixed;
	bottom: 150px;
	right: 25px;
	z-index: 50;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 10px rgba(200,200,200,.3);
	-moz-box-shadow: 0 0 10px rgba(200,200,200,.3);
	box-shadow: 0 0 10px rgba(200,200,200,.3);
}
.backTop i {
	font-size: 25px;
	line-height: 40px;
	color: #666;
}
/*底部*/
.footer {
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background: #f2f2f2;
	border-top: 3px solid #c8000e;
}
.foot {
	width: 90%px;
	height: 60px;
	margin: 0 auto;
}
.foot dl {
	margin: 0 auto;
	padding-top: 20px;
}
.foot dl dd {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.foot dl dd em {
	color: #939393;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.foot dl dd em a {
	color: #939393;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.foot dl dd em a:hover {
	color: #f30;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.foot dl dd a {
	color: #333;
}
.foot dl dd a:hover {
	color: #f30;
}
/*子页Banner*/
.pban {
	width: 100%;
	height: 90px;
	background-position: top center!important;
	background-size: cover!important;
}

@media (max-width:320px) {
.pban {
	height: 60px;
}
}

@media (min-width:768px) {
.pban {
	height: 150px;
}
}

@media (min-width:768px) and (max-width:991px) {
.pban {
	height: 180px;
}
}

@media (min-width:992px) and (max-width:1023px) {
.pban {
	height: 210px;
}
}

@media (min-width:1024px) {
.pban {
	height: 240px;
}
}

@media (min-width:1200px) {
.pban {
	height: 300px;
}
}
/*子栏目*/
.ruocy-item {
	width: 100%;
	height: 45px;
	background: #fff;
	overflow: hidden;
}
.ruocy-nav {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	height: 45px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.ruocy-nav-item {
	position: relative;
	display: inline-block;
	height: 43px;
	line-height: 43px;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.ruocy-nav-item.nav-active a {
	color: #c00;
	border-bottom: 2px solid #c00;
}
.ruocy-nav-item a {
	display: inherit;
	padding: 0 5px;
	font-size: 15px;
	color: inherit;
}
/*内容*/
.ruocy-article {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	background: #fff;
}
.article-title h2 {
	margin: 0 5px;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
	overflow: hidden;
}
.article-author {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}
.article-author span {
	margin: 0 5px;
}
.data-article {
	padding-top: 10px;
	line-height: 30px;
}
.data-article p {
	margin: 0 0 10px 0;
	text-indent: 0em;
	font-size: 16px;
}
.data-article p img {
	margin: 10px 0;
	max-width: 100%;
	height: auto;
	text-align: center;
	vertical-align: middle;
}
.data-article video {
	width: 100%!important;
	height: auto!important;
}
.pre_next {
	margin: 30px 5px 10px 5px;
	line-height: 10px;
	text-align: left;
	overflow: auto;
	zoom: 1;
}
.pre_next span {
	display: block;
	line-height: 25px;
}
.pn_wz {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.pn_wz a {
	font-size: 14px;
	font-weight: normal;
}
.pn_wz a:hover {
	color: #0066cc;
}
/*表单*/
.gbook-tip {
	margin: 20px 20px 10px 20px;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 25px;
	text-indent: 2em;
	background: #fff;
	border: 1px dashed #ccc;
}
.ruocy-gbook {
	margin: 20px;
	font-size: 15px;
}
.ruocy-gbook .gbook input[type=text] {
	margin-bottom: 15px;
	padding: 5px 5px 5px 40px;
	width: 100%;
	height: 45px;
	font-size: 15px;
	background: #fff;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
}
.ruocy-gbook .gbook textarea[type=text] {
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	width: 100%;
	height: 135px;
	font-size: 15px;
	background: #fff;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
}
.ruocy-gbook .ver input[type=text] {
	margin-bottom: 15px;
	padding: 5px 5px 5px 40px;
	width: 120px!important;
	height: 45px!important;
	font-size: 15px;
	background: #fff;
	border: 1px solid #E9E9E9;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
}
.ruocy-gbook .ver img {
	position: absolute;
	top: -13px;
	left: 120px;
	width: 120px;
	height: 45px;
	vertical-align: middle;
	box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
}
.ruocy-gbook input[type=text]:focus, .ruocy-gbook textarea[type=text]:focus {
	border-color: #3399ff;
	outline: none;
}
.ruocy-gbook label {
	position: relative;
}
.ruocy-gbook label i.iconfont {
	position: absolute;
	top: 0px;
	left: 15px;
	font-size: 16px;
	color: #ccc;
}
.ruocy-gbook input[type=text]:focus+i.iconfont, .ruocy-gbook textarea[type=text]:focus+i.iconfont {
	color: #3399ff;
}
.ruocy-gbook button {
	margin-top: 6px 0 10px 0;
	padding: 8px 18px;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	white-space: normal;
	-webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	-o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #0066cc;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
}
.ruocy-gbook button[disabled], .ruocy-gbook button[disabled]:hover {
	color: #fff;
	background-color: #397EC7;
	border-color: #397EC7;
	cursor: not-allowed;
	opacity: .65;
}
.ruocy-gbook button:hover {
	background-color: #0472e0;
	border-color: #0472e0;
}
/*视频播放*/
#video {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#video video {
	width: 100%;
	height: auto;
	object-fit: fill;
}
.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 10;
}
.VideoBtn img {
	width: 40px;
	height: 40px;
	z-index: 10;
}
/*历程*/
.ruocy-history {
	position: relative;
	padding: 5px 0px;
	overflow: auto;
	zoom: 1;
	margin: 5px auto;
}
.ruocy-history .hd {
	position: absolute;
	width: 100%;
	height: 30px;
	top: 33px;
	left: 0;
	z-index: 1;
}
.ruocy-history .hd i {
	font-size: 22px;
	color: #999;
}
.ruocy-history .prev, .ruocy-history .next {
	position: absolute;
	left: 20px;
	top: 0;
	display: block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
}
.ruocy-history .next {
	left: auto;
	right: 20px;
}
.ruocy-history .bd {
	position: relative;
	z-index: 0;
	background: url(../../cms_img/mobile/sjz.jpg) top center repeat-x;
}
.ruocy-history .bd li {
	position: relative;
	width: 100%;
}
.ruocy-history .bd li dl {
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
	overflow: auto;
	zoom: 1;
}
.ruocy-history .bd li dl dt {
	float: left;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	font-weight: 600;
	color: #0066cc;
	text-align: center;
}
.ruocy-history .bd li dl dd {
	margin: 15px 0 10px 0;
	padding: 10px;
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 27px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 4px;
	box-shadow: 1px 5px 6px 0px rgba(236,236,236,.5);
	overflow: hidden;
}
.ruocy-history .bd li dl dd p {
	text-indent: 2em;
}
/*对话*/
.ruocy-talk {
	margin: 20px;
	overflow: hidden;
}
.ruocy-talk ul li {
	margin-bottom: 20px;
	overflow: hidden;
}
.ruocy-talk .photo {
	float: left;
	width: 36px;
	height: 36px;
	text-align: center;
	background: #ffff;
	border-radius: 5px;
}
.ruocy-talk .photo i {
	font-size: 20px;
	color: #888;
	line-height: 36px;
}
.ruocy-talk .photo img {
	width: 36px;
	height: 36px;
	border-radius: 5px;
}
.ruocy-talk .name {
	margin: 0 10px;
	display: inline;
	float: left;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.ruocy-talk .date {
	display: inline;
	float: left;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
}
.ruocy-talk .con {
	position: relative;
	margin-top: 22px;
	margin-left: 50px;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 25px;
	background: #fff;
	border-radius: 5px;
}
.ruocy-talk .con:after {
	position: absolute;
	top: 3px;
	right: 100%;
	height: 0;
	width: 0;
	content: " ";
	border: solid transparent;
	border-width: 6px;
	border-right-color: #fff;
}
.ruocy-talk ul li:nth-child(2n) .photo {
	float: right;
}
.ruocy-talk ul li:nth-child(2n) .name {
	float: right;
}
.ruocy-talk ul li:nth-child(2n) .date {
	float: right;
}
.ruocy-talk ul li:nth-child(2n) .con {
	margin-left: 0;
	margin-right: 50px;
	color: #fff;
	background: #4cb4e7;
}
.ruocy-talk ul li:nth-child(2n) .con:after {
	left: 100%;
	border-right-color: transparent;
	border-left-color: #4cb4e7;
}
/*我的*/
.ruocy-my {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	height: 120px;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	display: flex;
	flex-direction: row;
	align-items: center;
	background: linear-gradient(90deg, #5a60fc, #358af5);
	overflow: hidden;
}
.ruocy-my-photo {
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 100%;
	overflow: hidden;
}
.ruocy-my-photo img {
	width: 60px;
	height: 60px;
}
.ruocy-my-text {
	margin-left: 10px;
	float: left;
	height: 60px;
}
.ruocy-my-text h1 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.ruocy-my-text p {
	color: #fff;
	background: rgb(255, 255, 255, 0.2);
	font-size: 14px;
	line-height: 22px;
	padding: 0 8px;
	border-radius: 5px;
}
.gif-wave {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 99;
	mix-blend-mode: screen;
	height: 50px;
}
.ruocy-my-list {
	width: 100%;
	overflow: hidden;
}
.ruocy-my-list ul li {
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	position: relative;
	font-size: 15px;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
}
.ruocy-my-list ul li::after {
	position: absolute;
	right: 15px;
	font-family: "iconfont";
	content: "\e661";
	line-height: 45px;
	color: #999;
}
.ruocy-my-list ul li:last-child {
	border-bottom: none;
}
.ruocy-my-list ul li .myl-icon {
	margin-right: 7px;
	float: left;
	line-height: 45px;
	font-size: 20px;
	color: #999;
}
.ruocy-my-list ul li .arrow {
	float: right;
	height: 45px;
	font-size: 15px;
	line-height: 45px;
	color: #999;
}
.ruocy-my-list ul li span {
	position: absolute;
	right: 40px;
	top: 0;
	font-size: 15px;
	line-height: 45px;
	color: #666;
}
.ruocy-my-list ul li span em.new-version {
	padding: 3px 10px;
	margin-left: 10px;
	font-style: normal;
	color: #fff;
	background: #fa5e6a;
	border-radius: 5px;
}
