@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, div, span, p, ul, ol, li, h1, h2, h3, h4, h5, video, a, map, dl, dt, dd, area {
	box-sizing: border-box;
	font-family: "Microsoft YaHei", "MicrosoftJhengHei", "NotoSerifCJKsc-Regular", sans-serif;
	margin: 0;
	padding: 0;
	outline: none;
	scroll-behavior: smooth;
}
 div::-webkit-scrollbar, span::-webkit-scrollbar, p::-webkit-scrollbar, ul::-webkit-scrollbar, ol::-webkit-scrollbar, li::-webkit-scrollbar, h1::-webkit-scrollbar, h2::-webkit-scrollbar, h3::-webkit-scrollbar, h4::-webkit-scrollbar, h5::-webkit-scrollbar, video::-webkit-scrollbar, a::-webkit-scrollbar, map::-webkit-scrollbar, area::-webkit-scrollbar {
}
html {
	width: 100%;
	overflow-x: hidden;
}
body {
	min-height: 100vh;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: #610606;
	outline: none;
}
li {
	list-style: none;
}
img {
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div, p, span {
	font-size: 14px;
	color: #333;
}
.ruocy-about {
	margin: 0 auto;
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.ruocy-about2 {
	margin: 0 auto;
	width: 100vw;
	min-height: 100vh;
	position: relative;
}
.ruocy-back-home {
	position: fixed;
	margin-top: -84px;
	display: block;
	top: 50%;
	left: 15px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	z-index: 8;
	border-radius: 100%;
	background: rgb(0, 0, 0, 0.5);
}
.ruocy-back-home a {
	display: block;
	width: 48px;
	height: 48px;
}
.ruocy-back-home:hover a {
	color: #fff;
}
.ruocy-back-menu {
	position: fixed;
	margin-top: 0px;
	display: block;
	top: 50%;
	left: 15px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	z-index: 8;
	border-radius: 100%;
	background: rgb(255, 255, 255, 0.2);
	animation: rc-td 2s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
}
.ruocy-back-menu a {
	display: block;
	width: 48px;
	height: 48px;
}
.ruocy-back-menu:hover a {
	color: #fff;
}
 @keyframes rc-td {
 0% {
 transform: translate3d(0, 0, 0);
 text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
}
 100% {
 transform: translate3d(0, -1em, 0);
 text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
}
}
/*学院概况*/
.ruocy-about-gaik {
	width: 100%;
	height: 100%;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: auto;
	zoom: 1;
}
.ruocy-about-gk-pic {
	position: absolute;
	top: -20px;
	left: 0;
	width: 504px;
	height: auto;
	z-index: 6;
}
.ruocy-about-gk-pic img {
	width: 504px;
	object-fit: cover;
}
.ruocy-about-gk-con {
	width: 100%;
	height: auto;
	border-top: 6px solid #dfa969;
	border-bottom: 6px solid #dfa969;
}
.ruocy-about-gk-wz {
	margin: 15px auto;
	min-height: 500px;
	background: #842009;
	overflow: hidden;
	position: relative;
}
.ruocy-about-gk-wz-left {
	position: absolute;
	top: calc(50% - 140px);
	left: 300px;
	width: 100px;
	height: 280px;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.ruocy-about-gk-wz-left .title {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 300px;
}
.ruocy-about-gk-wz-left .title .zh {
	width: 40px;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	white-space: normal;
	text-align: center;
	line-height: 54px;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-gk-wz-left .title .en {
	width: 18px;
	font-size: 18px;
	color: #dfa969;
	font-weight: bold;
	margin-left: 25px;
	word-wrap: break-word;
	letter-spacing: 3px;
	padding-top: 6px;
	text-align: center;
	writing-mode: vertical-lr;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-gk-wz-right {
	width: 100%;
	overflow: auto;
	zoom: 1;
}
.ruocy-about-gk-wz-con {
	margin: 50px 30px 50px 500px;
	overflow: auto;
	zoom: 1;
}
.ruocy-about-gk-wz-con p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	margin: 20px 0;
}
/*学院数据*/
.ruocy-about-shuju {
	width: 100%;
	height: 100%;
	background: #792815;
}
.ruocy-about-shuju-left {
	width: 20%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../images/ruocy-about-sjbg.jpg) center center no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.ruocy-about-shuju-left .title {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.ruocy-about-shuju-left .title .zh {
	width: 40px;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	white-space: normal;
	text-align: center;
	line-height: 54px;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-shuju-left .title .en {
	width: 18px;
	font-size: 18px;
	color: #dfa969;
	font-weight: bold;
	margin-left: 25px;
	word-wrap: break-word;
	letter-spacing: 3px;
	padding-top: 6px;
	text-align: center;
	writing-mode: vertical-lr;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-shuju-left-swz {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.ruocy-about-shuju-left-xwz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.ruocy-about-shuju-left-swz img, .ruocy-about-shuju-left-xwz img {
	width: 100%;
	object-fit: cover;
}
.ruocy-about-shuju-right {
	width: 80%;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/ruocy-about-sjbg2.jpg) center center no-repeat;
	background-size: cover;
}
.ruocy-about-shuju-right .rc-tr {
	display: -ms-flexbox;
	display: flex;
	height: 25%;
}
.ruocy-about-shuju-right .rc-tr .rc-td {
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	opacity: 0;
	transition: all 1s ease-out 0s;
	transform: scaleX(0deg);
}
.ruocy-about-shuju-right .rc-tr .rc-td {
	opacity: 1;
	animation: rc2 2s ease-in-out 0s 1;
	transform-style: preserve-3d;
}
.ruocy-about-shuju-right .rc-tr .rc-td .rc-con {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 1;
	animation: rc 3s ease-in-out 0s 1;
}
.ruocy-about-shuju-right .rc-tr .rc-td strong {
	font-size: 40px;
	font-family: Impact;
	;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	perspective: 10vw;
	color: #fff;
}
.ruocy-about-shuju-right .rc-tr .rc-td span {
	font-size: 18px;
	color: #fff;
}
.ruocy-about-shuju-right .rc-tr .rc-fk1 {
	background: #943d29;
}
.ruocy-about-shuju-right .rc-tr .rc-fk2 {
	background: #903621;
	animation-delay: 0.2s;
}
.ruocy-about-shuju-right .rc-tr .rc-fk3 {
	background: rgb(149, 63, 44, 0.6);
	animation: rc3 8s ease-in-out 0s infinite;
	transform-style: preserve-3d;
}
.ruocy-about-shuju-right .rc-tr .rc-fk4 {
	background: #8a2b16;
	animation-delay: 0.3s;
}
.ruocy-about-shuju-right .rc-tr .rc-fk5 {
	background: #984431;
}
.ruocy-about-shuju-right .rc-tr .rc-fk6 {
	background: #903621;
	animation: rc1 4s ease-out 0s infinite;
}
.ruocy-about-shuju-right .rc-tr .rc-fk7 {
	background: rgb(149, 63, 44, 0.2);
	animation-delay: 0.1s;
}
.ruocy-about-shuju-right .rc-tr .rc-fk8 {
	background: rgb(149, 63, 44, 0.5);
}
.ruocy-about-shuju-right .rc-tr .rc-fk9 {
	background: rgb(149, 63, 44, 0.2);
	animation: rc1 4s ease-out 0s infinite;
}
.ruocy-about-shuju-right .rc-tr .rc-fk10 {
	background: rgb(149, 63, 44, 0.6);
}
.ruocy-about-shuju-right .rc-tr .rc-fk11 {
	background: #8e311c;
	animation: rc3 10s ease-in-out 0s infinite;
	transform-style: preserve-3d;
}
.ruocy-about-shuju-right .rc-tr .rc-fk12 {
	background: rgb(149, 63, 44, 0.2);
	animation-delay: 0.5s;
}
.ruocy-about-shuju-right .rc-tr .rc-fk13 {
	background: #a05442;
	animation: rc1 4s ease-out 0s infinite;
}
.ruocy-about-shuju-right .rc-tr .rc-fk14 {
	background: #85230c;
}
.ruocy-about-shuju-right .rc-tr .rc-fk15 {
	background: #984431;
	animation: rc3 12s ease-in-out 0s infinite;
	transform-style: preserve-3d;
}
.ruocy-about-shuju-right .rc-tr .rc-fk16 {
	background: #923824;
}
.ruocy-about-shuju-right .rc-tr .rc-fk17 {
	background: #a05442;
	animation-delay: 0.2s;
}
.ruocy-about-shuju-right .rc-tr .rc-fk18 {
	background: rgb(149, 63, 44, 0.7);
}
.ruocy-about-shuju-right .rc-tr .rc-fk19 {
	background: #842009;
	animation-delay: 0.3s;
}
.ruocy-about-shuju-right .rc-tr .rc-fk20 {
	background: rgb(149, 63, 44, 0.3);
}
.ruocy-about-shuju-right .rc-tr .rc-fk21 {
	background: #842009;
}
.ruocy-about-shuju-right .rc-tr .rc-fk22 {
}
.ruocy-about-shuju-right .rc-tr .rc-fk23 {
	background: rgb(149, 63, 44, 0.5);
}
.ruocy-about-shuju-right .rc-tr .rc-fk24 {
	background: #842009;
}
.ruocy-about-shuju-date {
	position: absolute;
	bottom: 50px;
	right: 30px;
	font-size: 14px;
	color: #fff;
}
 @-webkit-keyframes rc {
0% {
opacity:0;
}
25% {
opacity:0;
}
50% {
opacity:1;
}
100% {
opacity:1;
}
}
@keyframes rc {
0% {
opacity:0;
}
25% {
opacity:0;
}
50% {
opacity:1;
}
100% {
opacity:1;
}
}
 @-webkit-keyframes rc1 {
0% {
opacity:1;
}
25% {
opacity:0;
}
50% {
opacity:1;
}
100% {
opacity:1;
}
}
@keyframes rc1 {
0% {
opacity:1;
}
25% {
opacity:0;
}
50% {
opacity:1;
}
100% {
opacity:1;
}
}
@-webkit-keyframes rc2 {
0% {
-webkit-transform:rotateY(-90deg);
}
100% {
-webkit-transform:rotateY(0deg);
}
}
@keyframes rc2 {
0% {
transform:rotateY(-90deg);
}
100% {
transform:rotateY(0deg);
}
}
 @-webkit-keyframes rc3 {
0% {
-webkit-transform:rotateX(0deg);
}
 80% {
-webkit-transform:rotateX(0deg);
}
100% {
-webkit-transform:rotateX(360deg);
}
}
@keyframes rc3 {
0% {
transform:rotateX(0deg);
}
 80% {
transform:rotateX(0deg);
}
100% {
transform:rotateX(360deg);
}
}
/*校徽校训*/
.ruocy-about-vi {
	width: 100%;
	height: 100%;
	background: #fff url(../images/ruocy-vi-bg2.png) left bottom no-repeat;
}
.ruocy-about-vi-left {
	width: 20%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	background-image: linear-gradient(-90deg, rgba(109, 32, 33, 0) 0%, rgba(109, 32, 33, 1) 100%);
}
.ruocy-about-vi-left .title {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.ruocy-about-vi-left .title .zh {
	width: 40px;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	white-space: normal;
	text-align: center;
	line-height: 54px;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-vi-left .title .en {
	width: 18px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-left: 25px;
	word-wrap: break-word;
	letter-spacing: 3px;
	padding-top: 6px;
	text-align: center;
	writing-mode: vertical-lr;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-vi-right {
	width: 80%;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	-ms-flex-direction: column;
	background: url(../images/ruocy-vi-bg1.png) top right no-repeat;
}
.ruocy-about-vi-rtop {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: space-around;
	margin-top: 80px;
}
.ruocy-about-vi-logo {
	max-width: 600px;
	width: 39%;
	height: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ruocy-about-vi-icon {
	max-width: 710px;
	width: 49%;
	height: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ruocy-about-vi-logo img, .ruocy-about-vi-icon img {
	width: 100%;
	object-fit: cover;
}
.ruocy-about-vi-rbot {
	margin: 50px auto;
	width: 96%;
}
.ruocy-about-vi-rbot dl {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.ruocy-about-vi-rbot dl dt {
	float: left;
	width: 80px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background: #631112;
	border-radius: 5px;
}
.ruocy-about-vi-rbot dl dd {
	float: right;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 28px;
	color: #631112;
	text-align: left;
}
/*师资力量*/
.ruocy-about-teacher {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ruocy-about-teacher .swiper-slide {
	width: 100%;
	height: 100vh;
	background-size: cover;
	color: #fff;
	background-position: center center;
	background-color: #000;
}
.ruocy-about-teacher a {
	display: block;
	width: 100%;
	height: 100%;
}
.ruocy-about-teacher-con {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 6;
	width: 100%;
	background: rgb(132, 32, 9, 0.9);
	overflow: hidden;
}
.ruocy-about-teacher-wz {
	height: 100%;
	margin: 15px auto;
	overflow: hidden;
}
.ruocy-about-teacher-wz-left {
	float: left;
	width: 20%;
	min-height: 240px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.ruocy-about-teacher-wz-left .title {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	-ms-flex-direction: column;
}
.ruocy-about-teacher-wz-left .title .zh {
	width: 100%;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	white-space: normal;
	text-align: center;
	line-height: 54px;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-teacher-wz-left .title .en {
	width: 100%px;
	font-size: 18px;
	color: #dfa969;
	font-weight: bold;
	margin-left: 25px;
	word-wrap: break-word;
	letter-spacing: 3px;
	padding-top: 6px;
	text-align: center;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-teacher-wz-right {
	float: right;
	width: 79%
}
.ruocy-about-teacher-wz-con {
	margin: 20px 60px;
	min-height: 200px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
	zoom: 1;
}
.ruocy-about-teacher-wz-con p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
}
/*校训*/
.ruocy-about-xiaoxun {
	width: 100%;
	height: 100%;
	overflow: auto;
	zoom: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
	-ms-flex-direction: column;
	background: #fff url(../images/ruocy-xiaox-bg.png) top right no-repeat;
}
.ruocy-about-xiaox-logo {
	margin: 0 auto;
	max-width: 1175px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.ruocy-about-xiaox-logo img {
	width: 100%;
	object-fit: cover;
}
.ruocy-about-xiaox-con {
	width: 100%;
	height: auto;
	border-top: 6px solid #dfa969;
	border-bottom: 6px solid #dfa969;
}
.ruocy-about-xiaox-wz {
	margin: 15px auto;
	padding: 50px 0;
	min-height: 500px;
	background: #842009;
	background-image: url(../images/ruocy-xiaox-bg1.jpg), url(../images/ruocy-xiaox-bg2.png);
	background-repeat: no-repeat;
	background-position: left bottom, right center;
	overflow: hidden;
}
.ruocy-about-xx-con {
	margin: 0 auto;
	max-width: 1175px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
}
.ruocy-about-xx-con-nr {
	width: 38%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: space-around;
	-ms-justify-content: space-around;
}
.ruocy-about-xx-con-nr-list {
	height: 500px;
	font-size: 16px;
	color: #fff;
	writing-mode: vertical-rl;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-justify-content: center;
	position: relative;
}
.ruocy-about-xx-con-nr-list strong {
	font-style: normal;
}
.arrow:before {
	content: "\e60b";
	font-family: "iconfont";
	position: absolute;
	top: -25px;
	right: 2px;
	z-index: 10;
	font-size: 18px;
	color: #fff;
}
/*学院荣誉*/
.ruocy-about-honor {
	width: 100%;
	height: 100%;
	background: #882f22 url(../images/ruocy-honor-bg.png) top center no-repeat;
	background-size: cover;
}
.ruocy-about-honor-left {
	width: 20%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}
.ruocy-about-honor-left .title {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.ruocy-about-honor-left .title .zh {
	width: 40px;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	white-space: normal;
	text-align: center;
	line-height: 54px;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-honor-left .title .en {
	width: 18px;
	font-size: 18px;
	color: #dfa969;
	font-weight: bold;
	margin-left: 25px;
	word-wrap: break-word;
	letter-spacing: 3px;
	padding-top: 6px;
	text-align: center;
	writing-mode: vertical-lr;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-honor-right {
	width: 80%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ruocy-honor {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.ruocy-honor .h-list {
	position: absolute;
	left: 0;
	top: -150px;
	color: #fff;
	text-align: left;
	width: 40%;
	opacity: 1;
	padding-top: 13px;
}
.ruocy-honor .h-list .h-list-box {
	height: 100%;
	font-size: 0;
	white-space: nowrap;
}
.ruocy-honor .h-list .h-item {
	cursor: pointer;
	position: relative;
	padding: 0 15px 0px 15px;
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	display: inline-block;
	white-space: normal;
	vertical-align: top;
}
.ruocy-honor .h-list .h-item:first-child {
	margin-left: 0;
}
.ruocy-honor .h-list .h-item .h {
	font-size: 20px;
	color: #fff;
	opacity: 0.7;
	line-height: 1;
}
.ruocy-honor .h-list .h-item.now .h {
	opacity: 1;
}
.ruocy-honor .h-list .h-item .p {
	margin-left: 20px;
	display: none;
	font-size: 14px;
	color: #fff;
}
.ruocy-honor .h-list .h-item.now .p {
	display: block;
}
.ruocy-honor .pic {
	position: absolute;
	left: 45%;
	margin-left: 40px;
	top: -150px;
	height: 500px;
	width: 670px;
	max-width: 45%;
}
.ruocy-honor .pic .d {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.ruocy-honor .pic .d.s {
	opacity: 1;
}
.ruocy-honor .pic .p1 {
	position: absolute;
	left: 0;
	top: 160px;
	width: 50%;
	opacity: 1;
	transform: translate(-30px, 30px);
}
.ruocy-honor .pic .p2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 90%;
	transform: translate(30px, -30px);
	opacity: 1;
}
.ruocy-honor .pic .more {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 15px;
}
.ruocy-honor .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background: url(../images/png10.png) center center no-repeat;
	width: 80px;
	height: 40px;
	margin-top: -12px;
	margin-left: -18px;
}
.ruocy-honor .mCSB_scrollTools .mCSB_draggerRail {
	background: #fff;
	height: 2px;
}
.ruocy-honor .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	top: -28px;
	bottom: auto;
}
/*历史变迁*/
.ruocy-about-history {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #882f22 url(../images/ruocy-honor-bg.png) top center no-repeat;
	background-size: cover;
}
.ruocy-about-history-left {
	float: left;
	width: 20%;
	height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	background: rgb(0, 0, 0, 0.5);
}
.ruocy-about-history-left .title {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.ruocy-about-history-left .title .zh {
	width: 40px;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	white-space: normal;
	text-align: center;
	line-height: 54px;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-history-left .title .en {
	width: 18px;
	font-size: 18px;
	color: #dfa969;
	font-weight: bold;
	margin-left: 25px;
	word-wrap: break-word;
	letter-spacing: 3px;
	padding-top: 6px;
	text-align: center;
	writing-mode: vertical-lr;
	text-shadow: #551508 1px 2px 3px;
}
.ruocy-about-history-right {
	float: right;
	width: 80%;
	height: 100vh;
	overflow-y: auto
}

@media (min-width:992px) and (max-width: 1200px) {
.ruocy-about-gk-pic {
	width: 400px;
}
.ruocy-about-gk-pic img {
	width: 400px;
}
.ruocy-about-gk-wz-left {
	top: 200px;
	left: 150px;
	width: 100px;
}
.ruocy-about-gk-wz-con {
	margin: 50px 30px 50px 360px;
}
}

@media (max-width: 991px) {
.ruocy-about {
	height: auto;
	overflow: hidden;
}
.ruocy-back-home {
	margin-top: -78px;
	width: 36px;
	height: 36px;
	left: 12px;
	line-height: 36px;
	font-size: 20px;
}
.ruocy-back-home a {
	width: 36px;
	height: 36px;
}
.ruocy-back-menu {
	margin-top: 0px;
	width: 36px;
	height: 36px;
	left: 12px;
	line-height: 36px;
	font-size: 20px;
}
.ruocy-back-menu a {
	width: 36px;
	height: 36px;
}
.ruocy-about-gaik {
	height: auto;
	min-height: 100vh;
}
.ruocy-about-gk-pic {
	display: none;
}
.ruocy-about-gk-wz-left {
	margin-top: 30px;
	width: 100%;
	height: 100px;
	position: static;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ruocy-about-gk-wz-left .title {
	flex-direction: column;
	-ms-flex-direction: column;
}
.ruocy-about-gk-wz-left .title .zh {
	width: 100%;
	font-size: 30px;
}
.ruocy-about-gk-wz-left .title .en {
	width: 100%;
	font-size: 18px;
	writing-mode: horizontal-tb;
}
.ruocy-about-gk-wz-con {
	margin: 0px 30px 50px 30px;
}
.ruocy-about-gk-wz-con p {
	line-height: 30px;
}
.ruocy-about-shuju {
	height: auto;
	min-height: 100vh;
}
.ruocy-about-shuju-left {
	width: 100%;
	height: 120px;
	position: static;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ruocy-about-shuju-left-swz {
	display: none;
}
.ruocy-about-shuju-left-xwz {
	display: none;
}
.ruocy-about-shuju-left .title {
	flex-direction: column;
	-ms-flex-direction: column;
}
.ruocy-about-shuju-left .title .zh {
	width: 100%;
	font-size: 30px;
}
.ruocy-about-shuju-left .title .en {
	width: 100%;
	font-size: 18px;
	writing-mode: horizontal-tb;
}
.ruocy-about-shuju-right {
	width: 100%;
	height: auto;
	position: static;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.ruocy-about-shuju-right .rc-tr {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
	flex: 1;
}
.ruocy-about-shuju-right .rc-tr:nth-child(2) {
	flex: 2;
}
.ruocy-about-shuju-right .rc-tr:nth-child(3) {
	flex: 2;
}
.ruocy-about-shuju-right .rc-tr .rc-td {
	opacity: 1;
	transform: none;
	padding: 25px;
	width: 50%;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	box-sizing: border-box;
	transition: none;
}
.ruocy-about-shuju-right .rc-tr .rc-td strong {
	font-size: 30px;
}
.ruocy-about-shuju-right .rc-tr .rc-td span {
	font-size: 14px;
	line-height: 25px;
	;
	margin-top: 0px;
	letter-spacing: 0px;
}
.ruocy-about-shuju-right .rc-tr .rc-fk1 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk2 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk4 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk6 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk9 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk12 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk13 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk16 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk19 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk20 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk21 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk22 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk23 {
	display: none;
}
.ruocy-about-shuju-right .rc-tr .rc-fk24 {
	display: none;
}
.ruocy-about-shuju-date {
	position: static;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.ruocy-about-vi {
	height: auto;
	min-height: 100vh;
	background: none;
}
.ruocy-about-vi-left {
	width: 100%;
	height: 120px;
	position: static;
	-ms-flex-direction: column;
	flex-direction: column;
	background-image: linear-gradient(0deg, rgba(109, 32, 33, 0) 0%, rgba(109, 32, 33, 1) 100%);
}
.ruocy-about-vi-left .title {
	flex-direction: column;
	-ms-flex-direction: column;
}
.ruocy-about-vi-left .title .zh {
	width: 100%;
	font-size: 30px;
}
.ruocy-about-vi-left .title .en {
	width: 100%;
	font-size: 18px;
	writing-mode: horizontal-tb;
}
.ruocy-about-vi-right {
	width: 100%;
	height: auto;
	position: static;
	background: url(../images/ruocy-vi-bg1.png) top center no-repeat;
	background-size: cover;
}
.ruocy-about-vi-rtop {
	margin-top: 30px;
}
.ruocy-about-teacher {
	height: auto;
}
.ruocy-about-teacher .swiper-slide {
	width: 100%;
	height: 0;
	padding-bottom: 55%;
}
.ruocy-about-teacher-con {
	position: static;
	background: rgb(132, 32, 9, 1);
}
.ruocy-about-teacher-wz {
	height: auto;
}
.ruocy-about-teacher-wz-left {
	width: 100%;
	min-height: 100px;
}
.ruocy-about-teacher-wz-left .title .zh {
	font-size: 30px;
}
.ruocy-about-teacher-wz-left .title .en {
	width: 100%px;
	margin-left: 0px;
}
.ruocy-about-teacher-wz-right {
	width: 100%
}
.ruocy-about-teacher-wz-con {
	margin: 20px 40px;
	overflow: auto;
	zoom: 1;
}
.ruocy-about-teacher-wz-con p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.ruocy-about-xiaox-logo {
	margin: 0 auto;
	max-width: auto;
	width: 90%;
	text-align: center;
	margin-top: 30px;
}
.ruocy-about-xiaox-wz {
	padding: 30px 0;
	min-height: auto;
	background-image: none;
	background: #842009 url(../images/ruocy-xiaox-bg1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ruocy-about-xx-con {
	margin: 0 auto;
	width: 90%;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
}
.ruocy-about-xx-con-nr {
	width: 100%;
	flex-direction: column;
	-ms-flex-direction: column;
}
.ruocy-about-xx-con-nr-list {
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	writing-mode: horizontal-tb;
	margin: 10px auto;
}
.arrow:before {
	display: none;
}
.ruocy-about-honor {
	height: auto;
	min-height: 100vh;
}
.ruocy-about-honor-left {
	width: 100%;
	height: 120px;
	position: static;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ruocy-about-honor-left .title {
	flex-direction: column;
	-ms-flex-direction: column;
}
.ruocy-about-honor-left .title .zh {
	width: 100%;
	font-size: 30px;
}
.ruocy-about-honor-left .title .en {
	width: 100%;
	font-size: 18px;
	writing-mode: horizontal-tb;
}
.ruocy-about-honor-right {
	width: 100%;
	height: auto;
	position: static;
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
.ruocy-honor .h-list {
	margin: 50px auto;
	position: static;
	width: 80%;
	top: 0px;
	padding-top: 13px;
}
.ruocy-honor .h-list .h-list-box {
	height: auto;
}
.ruocy-honor .h-list .h-item:first-child {
	margin-left: 0;
}
.ruocy-honor .h-list {
	opacity: 1;
	transform: none;
	left: auto;
	top: auto;
	margin: 20px;
	width: auto;
	position: static;
	padding: 0;
}
.ruocy-honor .h-list .h-list-box {
	height: auto;
}
.ruocy-honor .h-list .h-item {
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	padding: 0;
	margin-bottom: 15px;
	border-bottom: 1px dotted #cc6633;
	padding-bottom: 15px;
	display: block;
}
.ruocy-honor .h-list .h-item .h {
	opacity: 0.7;
}
.ruocy-honor .h-list .h-item .p {
	margin-left: 0;
}
.ruocy-honor .pic {
	position: static;
	width: auto;
	height: auto;
	transform: none;
	opacity: 1;
	margin: 10px 20px 40px 20px;
	max-width: none;
}
.ruocy-honor .pic .d {
	display: none;
}
.ruocy-honor .pic .more {
	position: static;
	opacity: 1;
}
.ruocy-about-history {
	height: auto;
	min-height: 100vh;
}
.ruocy-about-history-left {
	width: 100%;
	height: 120px;
	position: static;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ruocy-about-history-left .title {
	flex-direction: column;
	-ms-flex-direction: column;
}
.ruocy-about-history-left .title .zh {
	width: 100%;
	font-size: 30px;
}
.ruocy-about-history-left .title .en {
	width: 100%;
	font-size: 18px;
	writing-mode: horizontal-tb;
}
.ruocy-about-history-right {
	width: 100%;
	height: auto;
	position: static;
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
.ruocy-features {
	margin: 50px auto;
	width: 96%;
}
}

@media (max-width: 768px) {
.ruocy-about-vi-rtop {
	flex-direction: column;
	-ms-flex-direction: column;
	margin-top: 20px;
}
.ruocy-about-vi-logo {
	max-width: auto;
	width: 90%;
	height: auto;
}
.ruocy-about-vi-icon {
	max-width: auto;
	width: 90%;
	height: auto;
	margin-top: 30px;
}
}
#ruocy-mobile-menu {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	overflow: auto;
	zoom: 1;
}
.ruocy-menu-close {
	text-align: right;
	line-height: 53px;
	color: #999;
}
.ruocy-menu-close i {
	font-size: 30px;
	margin-right: 30px;
}
.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: 18px;
}
.ruocy-menu-list li span:hover {
	color: #c00;
}
.ruocy-menu-list li span.active {
	color: #c00;
}
.ruocy-menu-list li::before {
	position: absolute;
	right: 20px;
	font-family: "iconfont";
	content: "\e600";
	line-height: 45px;
	color: #999;
}
.hide {
	display: none!important
}
