@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "pingfang";
	src: url(/styles/font/PingFang.ttf);
}
@font-face {
	font-family: "kaiti";
	src: url(/styles/font/STKAITI.TTF);
}
@font-face {
	font-family: "Philosopher";
	src: url(/styles/font/Philosopher-Regular-4.ttf);
}
body {
	font-family: "pingfang";
}
.rwsky-top-box {
	width: 100%;
	min-height: 35px;
	background: url(/images/header-bg.jpg) repeat;
}
.rwsky-search-text {
	float: left;
	width: 218px;
	height: 20px;
	line-height: 20px;
	padding: 9px 35px 9px 15px;
	color: #333;
	font-family: "pingfang";
	font-size: 16px;
	border: none;
	outline: none;
}
.rwsky-search-button {
	float: left;
	width: 23px;
	height: 30px;
	background: url(/images/search.png) no-repeat 0px 7px;
	font-size: 0;
	border: none;
	outline: none;
	cursor: pointer;
	margin-left: -35px;
}
.rwsky-link {
	text-align: right;
	color: #fff;
	line-height: 35px;
	font-size: 14px;
}
.rwsky-link a {
	display: inline-block;
	color: #fff;
}
.rwsky-line {
	padding: 0 10px;
}
.rwsky-head-bg {
	width: 100%;
	min-width: 1370px;
	height: 180px;
	background: url(/images/head-bg.jpg) no-repeat top center;
	background-size: cover;
}
.rwsky-nav-bg {
	width: 100%;
	min-width: 1370px;
	height: 67px;
	background: url(/images/nav-bg.png) repeat-x;
	line-height: 67px;
}
.rwsky-content-box {
	width: 1370px;
	margin: 0 auto;
	position: relative;
}
.rwsky-logo {
	float: left;
	margin: 40px 0;
}
.rwsky-content-box .rwsky-nav>ul>li {
	float: left;
	position: relative;
	z-index: 1000;
	width: 11.11%;
	text-align: center;
}
.rwsky-content-box .rwsky-nav>ul>li>a {
	/* padding: 19px 0; */
	display: block;
	font-family: "pingfang";
	color: #fff;
	font-size: 18px;
}
.rwsky-nav>ul>li:after {
	content: "";
	position: relative;
	width: 0;
	height: 4px;
	display: block;
	z-index: 100;
	background-color: #a47d53;
	transition: .3s ease-out all;
	left: 50%;
	top: -9px;
	transform: translateX(-50%);
}
.rwsky-nav>ul>li:hover:after {
	width: 30%;
}
.rwsky-nav>ul>li.active:after, .rwsky-nav>ul>li.active:hover:after {
	content: "";
	position: relative;
	width: 30%;
	height: 4px;
	display: block;
	z-index: 100;
	background-color: #a47d53;
	transition: .3s ease-out all;
	left: 50%;
	top: -9px;
	transform: translateX(-50%);
}
.rwsky-content-box .rwsky-subNav {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 67px;
	padding-bottom: 8px;
	background: rgba(21,50,90,0.83);
	text-align: center;
	padding-top: 5px;
}
.rwsky-content-box .rwsky-subNav a {
	display: block;
	/* margin-top: 20px; */
	color: #fff;
	padding: 0!important;
	border-bottom: none!important;
	font-size: 16px;
	line-height: 40px;
}
.rwsky-content-box .rwsky-subNav a:hover {
	color: #b38955;
}
.rwsky-content-box .rwsky-nav>ul>li>a:focus {
	outline: none;
}
.rwsky-content-box .rwsky-nav>ul>li>a:after {
	content: "";
	position: relative;
	width: 0;
	height: 5px;
	display: block;
	z-index: 100;
	background-color: #a47d53;
	transition: .3s ease-out all;
	left: 50%;
	top: 27px;
	transform: translateX(-50%);
}
.rwsky-content-left, .rwsky-content-right {
	width: 50%;
	float: left;
	margin-top: 30px;
}
.rwsky-content-tab-div, .rwsky-content-tab-list {
	margin-left: 20px;
}
.rwsky-content-tab-list-ul {
	margin-top: 18px;
}
.rwsky-tab-list-div {
	position: relative;
}
.rwsky-more-txt {
	position: absolute;
	right: 0;
	top: -50px;
	font-size: 14px;
	color: #333;
}
.rwsky-zn-list .rwsky-more-txt {
	right: -6px;
	top: 99px;
}
.rwsky-content-tab-list-box, .rwsky-notice-tab-list {
	position: relative;
}
.rwsky-content-tab-list-box .rwsky-more-txt {
	top: -63px;
}
.rwsky-notice-tab-list .rwsky-more-txt {
	top: -64px;
}
.rwsky-more-txt:hover {
	color: #b38955;
}
.rwsky-content-tab-title, .rwsky-content-tab-ul, .rwsky-content-tab-ul li {
	float: left;
}
.rwsky-content-tab-h3, .rwsky-notice-tab-title-h3, .rwsky-dynamic-tab-title-h3 {
	font-family: "kaiti";
	font-size: 30px;
	color: #333;
}
.rwsky-content-tab-h3 {
	width: 120px;
}
.rwsky-notice-tab-title {
	width: 150px;
}
.rwsky-content-tab-p, .rwsky-notice-tab-title-p, .rwsky-dynamic-tab-title-p {
	font-family: "kaiti";
	font-size: 16px;
	color: #c7aa86;
}
.rwsky-content-tab-ul, .rwsky-notice-tab-ul {
	float: right;
	height: 50px;
	border-bottom: solid 1px #e4d4c2;
}
.rwsky-content-tab-ul, .rwsky-notice-tab-ul {
	width: 76%;
}
.rwsky-content-tab-ul li, .rwsky-notice-tab-ul li {
	float: left;
}
.rwsky-content-tab-ul li.on a {
	padding: 9px 0 10px 0!important;
	margin: 0 28px;
	color: #b38955;
	font-size: 20px;
	border-bottom: solid 3px #d7c4ac;
}
.rwsky-content-tab-ul li a {
	padding: 15px 28px 10px 28px;
	display: block;
	color: #000;
	font-size: 14px;
	transition: .3s;
}
.rwsky-content-tab-ul li a:hover, .rwsky-notice-tab-ul li a:hover {
	color: #b38955;
}
.rwsky-notice-tab-ul li a {
	padding: 15px 13px 10px 13px;
	display: block;
	color: #000;
	font-size: 14px;
	transition: .3s;
}
.rwsky-notice-tab-ul li.on a {
	padding: 9px 0 10px 0;
	margin: 0 13px;
	color: #b38955;
	font-size: 20px;
	border-bottom: solid 3px #d7c4ac;
}
.rwsky-content-tab-ul li.last {
	float: right;
}
.rwsky-content-tab-ul li.last a {
	padding: 15px 0 10px 28px;
}
.rwsky-content-tab-list-ul li {
	margin-top: 15px;
}
.rwsky-content-tab-list-ul li a .rwsky-content-tab-list-time {
	float: left;
	padding-right: 28px;
	border-right: solid 1px #ccaa83;
	color: #b38955;
}
.rwsky-content-tab-list-ul li a .rwsky-content-tab-list-txt {
	float: left;
	padding-left: 28px;
	color: #102644;
	width: 76%;
	height: 20px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
.rwsky-content-tab-list-txt.new{
	color: #E97900!important;
}
.rwsky-project-list {
	margin-top: 52px;
	margin-left: -2%;
	transition: .3s;
}
.rwsky-content-tab-list-ul li a:hover .rwsky-content-tab-list-txt {
	color: #b38955;
}
.rwsky-project-list li {
	float: left;
	width: 18%;
	box-shadow: 1px 1px 10px #ccc;
	margin-left: 2%;
}
.rwsky-project-list li a {
	position: relative;
	display: block;
	margin: 10px;
	height: 53px;
	line-height: 53px;
	border: solid 1px #f7e9c9;
	text-indent: 78px;
	color: #333;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 18px;
	transition: 0.3s;
}
.rwsky-project-list li a img.img1, .rwsky-project-list li a img.img2, .rwsky-project-list li a img.img3, .rwsky-project-list li a img.img4, .rwsky-project-list li a img.img5 {
	position: absolute;
}
.rwsky-project-list li a img.img1 {
	top: 10px;
	left: 30px;
}
.rwsky-project-list li a img.img2 {
	top: 13px;
	left: 30px;
}
.rwsky-project-list li a img.img3 {
	top: 10px;
	left: 25px;
}
.rwsky-project-list li a img.img4 {
	top: 12px;
	left: 25px;
}
.rwsky-project-list li a img.img5 {
	top: 10px;
	left: 25px;
}
.rwsky-project-list li a:hover {
	color: #b38955;
}
.rwsky-content-bg-box {
	width: 100%;
	min-height: 530px;
	background: url(/images/bg.jpg) no-repeat top center;
	background-size: cover;
}
.rwsky-notice-box {
	width: 52%;
	margin-top: 20px;
}
.rwsky-dynamic-box {
	width: 44%;
	margin-top: 20px;
}
.rwsky-notice-box {
	float: left;
}
.rwsky-dynamic-box {
	float: right;
}
.rwsky-notice-tab-title, .rwsky-dynamic-tab-title {
	float: left;
}
.rwsky-notice-tab-list ul li {
	margin-top: 10px;
}
.rwsky-dynamic-tab-list ul {
	margin-top: 20px;
}
.rwsky-dynamic-tab-list ul li {
	margin-top: 10px;
}
.rwsky-notice-tab-list .rwsky-notice-tab-list-time a, .rwsky-dynamic-tab-list .rwsky-dynamic-tab-list-time a {
	display: block;
	margin-bottom: 10px;
	color: #bf9c70;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
}
.rwsky-notice-tab-list ul {
	margin-top: 20px;
}
.rwsky-notice-tab-list-title {
	float: left;
	width: 75%;
}
.rwsky-notice-tab-list-time {
	float: right;
	width: 25%;
	text-align: right;
}
.rwsky-notice-tab-list .rwsky-notice-tab-list-title a {
	width: 100%;
	height: 30px;
	display: block;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .5s;
}
.rwsky-notice-tab-list .rwsky-notice-tab-list-title a:hover {
	color: #b38955;
}
.rwsky-notice-tab-list .rwsky-notice-tab-list-title a img, .rwsky-dynamic-tab-list .rwsky-dynamic-tab-list-title a img {
	margin-right: 15px;
	vertical-align: 2px;
}
.rwsky-notice-tab-list .rwsky-notice-tab-list-txt a {
	display: block;
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	transition: .5s;
}
.rwsky-notice-tab-list .rwsky-notice-tab-list-txt a:hover {
	color: #b38955;
}
.rwsky-dynamic-more-box {
	float: left;
	width: 80%;
	height: 50px;
	border-bottom: solid 1px #e4d4c2;
}
.rwsky-dynamic-more-box a {
	display: block;
	padding: 15px 15px 10px 15px;
	text-align: right;
	color: #000;
	font-size: 14px;
}
.rwsky-dynamic-more-box a:hover {
	color: #b38955;
}
.rwsky-dynamic-tab-list-time {
	float: right;
	width: 25%;
	text-align: right;
}
.rwsky-dynamic-tab-list-time-day {
	font-family: "Philosopher";
	font-size: 24px;
	color: #bf9c70;
}
.rwsky-dynamic-tab-list-time-month {
	font-family: "Philosopher";
	font-size: 14px;
	color: #bf9c70;
}
.rwsky-dynamic-tab-list-title {
	float: left;
	width: 75%;
}
.rwsky-dynamic-tab-list-title a {
	display: block;
	width: 100%;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #000;
	font-size: 16px;
	transition: .3s
}
.rwsky-dynamic-tab-list-title a:hover {
	color: #b38955;
}
.rwsky-tab-list-div {
	margin-top: 40px;
}
.rwsky-tab-list-ul {
	border-bottom: solid 1px #ceb597;
}
.rwsky-tab-list-ul li {
	float: left;
}
.rwsky-tab-list-ul li a {
	display: block;
	padding: 0 0 20px 0;
	margin-right: 45px;
	font-family: "kaiti";
	color: #000;
	font-size: 16px;
	transition: .3s;
}
.rwsky-tab-list-ul li a:hover {
	color: #b38955;
}
.rwsky-tab-list-ul li.on a {
	padding: 0px 0 12px 0!important;
	margin-top: -13px;
	margin-right: 45px;
	color: #333;
	font-size: 30px;
	border-bottom: solid 3px #d7c4ac;
}
.rwsky-tab-list-ul li.last {
	float: right;
}
.rwsky-tab-list-ul li.last a {
	margin-right: 0!important;
}
.rwsky-content-bg1-box {
	width: 100%;
	height: 458px;
	margin-top: 40px;
	background: url(/images/bg1.jpg) no-repeat top center;
	background-size: cover;
}
.rwsky-left-list {
	width: 48%;
	float: left;
	padding-top: 60px;
}
.rwsky-right-list {
	width: 50%;
	float: left;
	padding-top: 60px;
}
.rwsky-left-title-h3 {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: solid 1px #d7c4ac;
	font-family: "kaiti";
	font-size: 30px;
	color: #333;
	text-align: center;
}
.rwsky-right-list-box, .rwsky-right-list-learning {
	margin-left: 128px;
}
.rwsky-right-list-learning-time-icon {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 10px;
	background: url(/images/time-icon.png) no-repeat;
}
.rwsky-right-list-learning-place-icon {
	width: 16px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
	background: url(/images/place-icon.png) no-repeat;
}
.rwsky-right-list-box {
	border-bottom: solid 1px #645c5d;
}
.rwsky-right-title-h3 {
	float: left;
	padding-bottom: 15px;
	border-bottom: solid 1px #d7c4ac;
	font-family: "kaiti";
	color: #fff;
	font-size: 30px;
}
.rwsky-right-title-more {
	float: right;
	margin-top: 16px;
	color: #fff;
	font-size: 14px;
}
.rwsky-right-title-more:hover {
	color: #b38955;
}
.rwsky-right-list-learning {
	margin-top: 45px;
}
.rwsky-right-list-learning-left, .rwsky-right-list-learning-right {
	float: left;
}
.rwsky-right-list-learning-left {
	width: 119px;
	height: 150px;
	overflow: hidden;
	display: none;
}
.rwsky-right-list-learning-left img {
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.rwsky-right-list-learning-left img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.rwsky-right-list-learning-right {
	width: 108%;


}
.rwsky-right-list-learning-h3 a {
	display: block;
	width: 92%;
	height: 28px;
	overflow: hidden;
	font-family: "kaiti";
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}
.rwsky-right-list-learning-time a {
	display: block;
	width: 323px;
	height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 20px 0 15px 0;
	color: #fff;
	font-size: 16px;
	display: none;
}
.rwsky-right-list-learning-time a:hover .rwsky-right-list-learning-time-icon {
	background: url(/images/time-icon-hover.png) no-repeat;
}
.rwsky-right-list-learning-place a {
	display: block;
	width: 323px;
	height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 16px;
	display: none;
}
.rwsky-foot-box {
	width: 100%;
	min-height: 237px;
	background: #0f233f url(../images/foot-bg.jpg) no-repeat top center;
	color: #fff;
	background-size: cover;
}
.rwsky-foot-box .rwsky-content-box {
	padding: 40px 0 20px 0;
}
.rwsky-foot-left {
	width: 30%;
	float: left;
}
.rwsky-foot-center {
	width: 30%;
	float: left;
}
.rwsky-foot-right {
	width: 40%;
	float: left;
}
.rwsky-foot-center h3, .rwsky-foot-right h3 {
	padding-bottom: 15px;
	color: #ceb597;
	font-size: 18px;
}
.rwsky-foot-center p {
	margin-bottom: 5px;
}
.rwsky-foot-right a {
	color: #fff;
}
.rwsky-foot-right a:hover {
	color: #b38955;
}
.rwsky-foot-copyright {
	width: 1370px;
	margin: 0 auto;
	padding: 15px 0;
	border-top: solid 1px #30415a;
	text-align: center;
}
.counter-num {
	font-size: 30px;
}
/*°´Å¥S*/
.custom-btn {
	border: 2px solid #000;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
}
.btn-3 {
	line-height: 45px;
	padding: 0;
}
.btn-3:hover {
	background: transparent;
	color: #a47d53;
}
.btn-3 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.btn-3:before, .btn-3:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #a47d53;
	transition: all 0.3s ease;
}
.btn-3:before {
	height: 0%;
	width: 2px;
}
.btn-3:after {
	width: 0%;
	height: 2px;
}
.btn-3:hover:before {
	height: 100%;
}
.btn-3:hover:after {
	width: 100%;
}
.btn-3 span:before, .btn-3 span:after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: #a47d53;
	transition: all 0.3s ease;
}
.btn-3 span:before {
	width: 2px;
	height: 0%;
}
.btn-3 span:after {
	width: 0%;
	height: 2px;
}
.btn-3 span:hover:before {
	height: 100%;
}
.btn-3 span:hover:after {
	width: 100%;
}
/*°´Å¥E*/
.swiper-container .swiper-wrapper .swiper-slide {
	padding: 8px 4px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.swiper-container .swiper-wrapper .swiper-slide a.img {
	display: block;
	width: 124px;
	height: 124px;
	overflow: hidden;
	border: 3px solid #c7aa86;
	border-radius: 50%;
}
.swiper-container .swiper-wrapper .swiper-slide a.h3 {
	position: relative;
	display: block;
	margin: 20px 0 15px 0;
	font-family: "kaiti";
	text-align: center;
	color: #102644;
	font-size: 24px;
}
.swiper-container .swiper-wrapper .swiper-slide a .line {
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 40px auto;
	border-top: solid 1px #ceb597;
}
.swiper-container .swiper-wrapper .swiper-slide a.p {
	display: block;
	text-align: center;
	font-family: "Î¢ÈíÑÅºÚ";
	color: rgba(104,104,104,0.55);
	font-size: 14px;
}
.swiper-container .swiper-wrapper .swiper-slide a img {
	width: 124px;
	height: 124px;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.swiper-container .swiper-wrapper .swiper-slide a img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.container {
	position: relative;
	overflow-x: hidden;
}
.container.container-button {
	overflow: initial;
	margin-bottom: 30px;
}
.container .swiper-button-prev {
	width: 9px;
	height: 17px;
	left: 1%;
	top: -30px;
	background: url(/images/lunbo-left.png);
}
.container .swiper-button-next {
	width: 9px;
	height: 17px;
	right: 1%;
	top: -30px;
	background: url(/images/lunbo-right.png);
}
.swiper-pagination-bullet {
	width: 53px;
	height: 6px;
	border-radius: 10px;
	margin: 0 3px;
	background: #facc77;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #c94544;
}
.swiper-pagination {
	position: initial;
	margin-top: 20px;
}
.main_box {
	width: 100%;
	position: relative;
	border-bottom: solid 1px #ceb597;
}
.box {
	width: 1370px;
	margin: 10px auto;
}
.box ul {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: -30px;
}
.box ul li {
	width: 202px;
	height: 255px;
	box-shadow: 3px 2px 30px rgba(0,0,0,.1);
	float: left;
	text-align: center;
	position: relative;
	transition: all .6s ease-out;
	margin-left: 30px;
	overflow: hidden;
}
.box ul li h3 {
	display: none;
}
.box ul li p {
	display: none;
}
.box ul li img {
	width: 161px;
	height: 216px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	transition: all 1s ease-out;
}
.box ul .on {
	width: 670px;
	height: 255px;
	background-color: #fff;
	text-align: left;
}
.box ul .on h3 {
	display: block;
	width: 70%;
	float: right;
	padding: 50px 20px 0 0;
	text-align: left;
	font-family: "kaiti";
	font-size: 28px;
}
.box ul .on p {
	display: block;
	width: 70%;
	float: right;
	padding: 10px 20px 0 0;
	text-align: left;
	font-family: "kaiti";
	font-size: 16px;
}
.box ul .on img {
	width: 112px;
	height: 154px;
	position: absolute;
	left: 20px;
	bottom: 45px;
	box-shadow: 6px 6px 0px #e1d2bf;
}
.box ul .on a {
	color: #333;
}
.box ul .on a:hover {
	color: #b38955;
}
.btn-prev {
	position: absolute;
	left: -90px;
	top: 170px;
	width: 57px;
	height: 57px;
	background: url(/images/left-icon.png) no-repeat;
}
.btn-next {
	position: absolute;
	right: -90px;
	top: 170px;
	width: 57px;
	height: 57px;
	background: url(/images/right-icon.png) no-repeat;
}
.rwsky-layer-box {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 101;
}
.rwsky-laye {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #153157;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	z-index: 10;
}
.rwsky-layer-box .rwsky-nav {
	margin-top: 25px;
}
.rwsky-layer-close, .rwsky-layer-close:hover {
	background: url(/images/close.png) center center no-repeat;
}
.rwsky-layer-close, .rwsky-search-box .rwsky-layer-close {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 32px;
	cursor: pointer;
	z-index: 20;
	/* background-color: rgba(255,255,255,0.5); */
	padding: 7px;
	border-radius: 15px;
}
.rwsky-search-box .rwsky-layer-close {
	right: 365px;
}
.rwsky-nav-click {
	position: absolute;
	top: 18px;
	right: 0;
	display: none;
	width: 24px;
	height: 22px;
	background: url(/images/nav-icon.png) no-repeat;
	cursor: pointer;
}
.listPage .rwsky-banner-box {
	position: relative;
}
.listPage .rwsky-banne-h3 {
	width: 400px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 45px auto;
	text-align: center;
	font-family: "kaiti";
	font-size: 47px;
	color: #fff;
}
.listPage .rwsky-banne-p {
	width: 400px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 100px auto;
	text-align: center;
	font-family: "kaiti";
	font-size: 24px;
	color: #fff;
}
.listPageBox .rwsky-content-box {
	margin-top: -260px;
	min-height: 600px;
}
.listPage .rwsky-banner-box {
	width: 100%;
	height: 438px;
}
.rwsky-listPage-left {
	width: 273px;
	min-height: 350px;
	float: left;
	border-top: solid 4px #b38955;
	background-color: #fff;
}
.rwsky-listPage-left-ul li {
	padding: 0 19px;
}
.rwsky-listPage-left-ul li a {
	display: block;
	padding: 20px;
	margin-left: 10px;
	border-bottom: solid 1px #ebebeb;
	font-family: "pingfang";
	font-size: 17px;
	color: #333;
}
.rwsky-listPage-left-ul li a:hover {
	color: #b38955;
}
.rwsky-listPage-left-ul li.on, .rwsky-listPage-left-ul li.on a {
	color: #b38955;
	background-color: #f4f7fb;
}
.rwsky-listPage-right {
	width: 70%;
	padding: 35px;
	float: right;
	background-color: #fff;
}
.rwsky-listPage-right-tit-box {
	border-bottom: solid 1px #dcc9b1;
}
.rwsky-listPage-right-tit-h3 {
	float: left;
	width: 40%;
	padding-bottom: 10px;
	font-family: "kaiti";
	font-size: 36px;
	color: #15325a;
}
.rwsky-listPage-right-tit-a {
	float: right;
	width: 60%;
	margin-top: 24px;
	text-align: right;
}
.rwsky-listPage-right-tit-a a {
	font-family: "pingfang";
	font-size: 16px;
	color: #333;
}
.rwsky-listPage-right-tit-a a:hover {
	color: #b38955;
}
.rwsky-location a {
	display: inline-block;
	max-width: 130px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rwsky-location span {
	vertical-align: 12px;
}
.rwsky-listPage-list-cont .tit {
	padding: 30px 0 10px 0;
	font-family: "pingfang";
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.rwsky-listPage-list-cont .time {
	padding: 0 0 20px 0;
	font-family: "pingfang";
	font-size: 16px;
	text-align: center;
}
.rwsky-listPage-list-cont-ul {
	margin: 40px 0;
}
.rwsky-listPage-list-cont-ul li {
	margin-bottom: 25px;
}
.rwsky-listPage-list-cont-ul-txt {
	width: 75%;
	height: 22px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rwsky-listPage-list-cont-ul li a .rwsky-listPage-list-cont-ul-txt {
	color: #333;
}
.rwsky-listPage-list-cont-ul li a:hover .rwsky-listPage-list-cont-ul-txt {
	color: #b38955;
}
.rwsky-listPage-list-cont-ul-time {
	width: 25%;
	float: right;
	text-align: right;
}
.rwsky-listPage-list-cont-ul li a .rwsky-listPage-list-cont-ul-time {
	color: rgba(51,51,51,0.55);
}
.rwsky-listPage-list-cont-ul-txt-icon {
	width: 6px;
	height: 8px;
	display: inline-block;
	background: url(/images/icon.jpg) no-repeat;
	vertical-align: 3px;
	margin-right: 15px;
}
.rwsky-listPage-list-cont p img {
	max-width: 100%;
}
.rwsky-aboutPage-list-cont h3 {
	padding: 20px 0;
	font-family: "pingfang";
	font-size: 24px;
	text-align: center;
}
.rwsky-aboutPage-list-cont p {
	padding: 10px;
	font-family: "pingfang";
	font-size: 16px;
}
.rwsky-aboutPage-function-ul {
	margin: 40px 0;
	border-top: solid 5px #b38955;
}
.rwsky-aboutPage-function-ul li {
	overflow: hidden;
	clear: both;
}
.rwsky-aboutPage-function-ul li:nth-child(1), .rwsky-aboutPage-function-ul li:nth-child(3) {
	background-color: #f6f6f6;
}
.rwsky-aboutPage-function-left {
	float: left;
	width: 26%;
	padding: 5% 2%;
}
.rwsky-aboutPage-function-right {
	float: left;
	width: 66%;
	padding: 5% 2%;
}
.businessGuideBox .rwsky-content-box {
	background-color: #fff;
}
.businessGuideBox .rwsky-listPage-right-tit-box {
	margin: 0 20px;
	padding: 20px 0;
}
.rwsky-businessGuideList {
	margin: 70px 0;
}
.rwsky-businessGuideList li {
	float: left;
	width: 23%;
	margin-left: 8%;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0px -12px 20px #ccc;
}
.rwsky-businessGuideList li p.img1, .rwsky-businessGuideList li p.img2, .rwsky-businessGuideList li p.img3, .rwsky-businessGuideList li p.img4, .rwsky-businessGuideList li p.img5 {
	height: 165px;
	background-color: #416baf;
}
.rwsky-businessGuideList li p.img1 img {
	margin-top: 30px;
}
.rwsky-businessGuideList li p.img2 img, .rwsky-businessGuideList li p.img3 img, .rwsky-businessGuideList li p.img4 img, .rwsky-businessGuideList li p.img5 img {
	margin-top: 35px;
}
.rwsky-businessGuideList li p.txt {
	height: 44px;
	line-height: 44px;
	margin: 0 2px;
}
.rwsky-businessGuideList li p.txt a {
	display: block;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 18px;
	color: #333;
}
.rwsky-businessGuideList li p.txt a:hover {
	color: #b38955;
}
.rwsky-businessGuideList li:nth-last-child(2) {
	margin-left: 22%;
}
.businessGuideBox .rwsky-content-box {
	width: 1200px;
}
.rwsky-data-update{text-align: right;color: #a47d53;}
.rwsky-listPage-div {
	margin: 30px 0;
}
.rwsky-listPage-div .rwsky-listPage-div-h3 {
	margin-bottom: 15px;
	padding: 5px 0 5px 20px;
	border-left: solid 7px #b69a78;
	background-color: #f4f7fb;
	font-family: "kaiti";
	font-size: 30px;
	color: #333;
	cursor: pointer;
	text-align: left;
}
.rwsky-listPage-div-ul li {
	float: left;
	width: 30%;
	margin-left: 3%;
	margin-bottom: 12px;
}
.rwsky-listPage-div-ul li a {
	font-family: "pingfang";
	font-size: 16px;
	color: #333;
}
.rwsky-listPage-div-ul li a.cannot{
	border:solid 1px #333;
	/* color:#777; */
}
.rwsky-listPage-div-ul li a:hover {
	color: #b38955;
}
.rwsky-businessGuideList-h3 {
	margin: 40px 0;
	font-family: "kaiti";
	font-size: 28px;
	color: #333;
	text-align: center;
}
.rwsky-businessGuideList-list ul li {
	position: relative;
	padding-bottom: 23px;
	border-left: solid 2px #a47d53;
	margin-left: 55px;
}
.rwsky-businessGuideList-list ul li:nth-last-child(1) {
	border-left: solid 2px #f5fbfd;
}
.rwsky-businessGuideList-num {
	position: absolute;
	width: 62px;
	height: 62px;
	display: block;
	background-color: #a47d53;
	font-family: "Microsoft Phagsps";
	font-size: 50px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	left: -42px;
	top: -3px;
	box-shadow: 0px 5px 0px #e6dbcf;
	border: solid 8px #fff;
	font-style: normal;
	line-height: 62px;
}
.rwsky-businessGuideList-list ul li .txt h3 {
	font-family: "fingfang";
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #333;
	font-weight: bold;
}
.rwsky-lc-list-bg1 .txt h3 {
	border-bottom: solid 1px #fdfcfa;
}
.rwsky-lc-list-bg2 .txt h3 {
	border-bottom: solid 1px #fff;
}
.rwsky-businessGuideList-list ul li .txt p {
	font-family: "fingfang";
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.rwsky-businessGuideList-list ul li .txt p a, .rwsky-businessGuideList-list ul li .txt h3 a {
	color: #a47d53;
	text-decoration: underline;
	word-break: break-all;
	word-wrap: break-word;
	word-break:break-all;
}
.rwsky-businessGuideList-list ul li .txt p a:hover, .rwsky-businessGuideList-list ul li .txt h3 a:hover {
	color: #a47d53;
	text-decoration: none;
}
.rwsky-businessGuideList-show-download {
	padding: 15px 0 0 0;
}
.rwsky-businessGuideList-show-download a {
	padding-bottom: 4px;
	font-family: "fingfang";
	font-size: 16px;
	color: #a47d53;
	border-bottom: solid 1px #a47d53;
	line-height: 30px;
}
.rwsky-businessGuideList-icon {
	width: 29px;
	height: 29px;
	display: inline-block;
	margin-right: 10px;
	background: url(/images/word.png) no-repeat;
	vertical-align: -2px;
}
.rwsky-school-list {
	margin: 50px 0;
	border-top: solid 5px #b38955;
}
.rwsky-school-list a {
	display: block;
	font-family: "Philosopher";
	font-size: 16px;
	color: #333;
}
.rwsky-school-list a i {
	transition: 1s;
	padding-left: 1px;
}
.rwsky-school-list a:hover i {
	padding-left: 5px;
}
.rwsky-school-list a:hover {
	color: #b38955;
}
.rwsky-school-list li {
	float: left;
	width: 29.3%;
	height: 30px;
	padding: 25px 2%;
}
.rwsky-school-list li.li1, .rwsky-school-list li.li2, .rwsky-school-list li.li3, .rwsky-school-list li.li7, .rwsky-school-list li.li8, .rwsky-school-list li.li9, .rwsky-school-list li.li13, .rwsky-school-list li.li14, .rwsky-school-list li.li15, .rwsky-school-list li.li19, .rwsky-school-list li.li20, .rwsky-school-list li.li21, .rwsky-school-list li.li25, .rwsky-school-list li.li26, .rwsky-school-list li.li27 {
	background-color: #f6f3f0;
}
.rwsky-school-list li.li4, .rwsky-school-list li.li5, .rwsky-school-list li.li6, .rwsky-school-list li.li10, .rwsky-school-list li.li11, .rwsky-school-list li.li12, .rwsky-school-list li.li16, .rwsky-school-list li.li17, .rwsky-school-list li.li18, .rwsky-school-list li.li22, .rwsky-school-list li.li23, .rwsky-school-list li.li24, .rwsky-school-list li.li28, .rwsky-school-list li.li29, .rwsky-school-list li.li30 {
	background-color: #fcfcfc;
}
.rwsky-aboutPage-list-cont .rwsky-aboutPage-list-h3 {
	font-family: "kaiti";
	font-size: 24px;
	color: #b38955;
	text-align: left;
}
.rwsky-about-table1 tr, .rwsky-about-table2 tr {
	border: solid 1px #dcdcdc;
	border-right: none;
}
.rwsky-about-table1 tr td, .rwsky-about-table2 tr td {
	padding: 15px 10px;
}
.rwsky-about-table1 tr td.bg, .rwsky-about-table2 tr td.bg {
	width: 15%;
	background-color: #b38955;
	color: #fff;
}
.rwsky-aboutPage-list-h4 {
	margin: 40px 0 20px 0;
	font-family: "kaiti";
	color: #b38955;
	font-size: 24px;
}
.rwsky-aboutPage-list-cont .rwsky-aboutPage-list-p {
	padding: 0;
	font-family: "pingfang";
	color: #333;
	font-size: 16px;
}
.rwsky-aboutPage-list-ul {
	margin: 100px 0;
}
.rwsky-aboutPage-list-ul li {
	width: 9%;
	height: 37px;
	margin-left: 4%;
	padding: 3%;
	float: left;
	background-color: #b38955;
	font-family: "pingfang";
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
}
.rwsky-aboutPage-list-ul li span {
	display: block;
}
.rwsky-aboutPage-list-ul li.li1 span {
	padding: 10px 0 0 0;
}
.rwsky-aboutPage-list-ul li.li2 span {
	padding: 0 0 0 0;
}
.rwsky-aboutPage-list-ul li.li3 span {
	padding: 0 0 0 0;
}
.rwsky-aboutPage-list-ul li.li4 span {
	padding: 10px 0 0 0;
}
.rwsky-aboutPage-list-ul li.li5 span {
	padding: 10px 0 0 0;
}
.rwsky-aboutPage-list-cont .rwsky-tit-txt {
	width: 46px;
	float: left;
	background-color: #15325a;
	font-family: "pingfang";
	font-size: 24px;
	color: #fff;
	border-radius: 24px;
	margin-top: 100px;
	padding: 90px 20px;
}
.rwsky-tit-txt-box {
	margin: 50px 0 50px 50px;
	position: relative;
}
.rwsky-tit-txt-line {
	width: 52px;
	height: 1px;
	position: absolute;
	top: 290px;
	left: 95px;
	background-color: #b38955;
}
.rwsky-tit-txt-ul {
	float: left;
	border: solid 1px #b38955;
	border-right: none;
	margin-left: 61px;
}
.rwsky-tit-txt-ul li {
	margin: 0 0 10px 60px;
	padding-left: 18px;
	background-color: #fff;
}
.rwsky-tit-txt-ul li span {
	display: block;
	padding: 15px 20px;
	background-color: #b38955;
	font-family: "pingfang";
	font-size: 16px;
	color: #fff;
	border-radius: 28px;
}
.list_dt {
	background: #faf7f5;
	font-family: "kaiti";
	font-size: 24px;
	color: #b38955;
	padding: 20px;
	cursor: pointer;
	position: relative;
}
.list_dt a {
	width: 80px;
	height: 71px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.list_dt:hover {
	background: #e7dbd2;
	color: #b38955;
}
.list_dt:hover ._after {
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.open {
	background: #ac9173;
	color: #fff;
}
.open ._after {
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.list_dt_icon {
	position: absolute;
	display: block;
	width: 97px;
	height: 51px;
	background: url(/images/arrow1.png) no-repeat;
	background-position: 40px 5px;
	top: 22px;
	right: -18px;
	font-family: "Philosopher";
	font-size: 16px;
	font-style: normal;
	color: #b38955;
}
.open .list_dt_icon {
	background: url(/images/arrow.png) no-repeat;
	background-position: 40px 5px;
	color: #fff;
}
.list_dd {
	display: block;
}
.list_dd ul {
	border-top: solid 1px #c7b5a1;
}
.list_li {
	background: #ac9173;
	color: #fff;
	padding: 15px 20px;
	cursor: pointer;
}
.list_li a {
	color: #fff;
}
.list_li:hover {
	background: #927656;
	color: #fff;
}
.pageNoneSubMenuBox .rwsky-content-box {
	width: 1200px;
	background-color: #fff;
}
.pageNoneSubMenu {
	padding: 35px;
}
.talentTeam .rwsky-listPage-div-ul li {
	float: left;
	width: 94%;
}
.p_pages {
	font-family: "Î¢ÈíÑÅºÚ"!important;
}
.pb_sys_style4 .p_no_d {
	border: 1px solid #e8e8e8!important;
	color: #fff;
	background: #0f233f!important;
}
.listPageBar {
	width: 260px;
	margin: 0 auto;
}
.listPageBar table tr td:first-child {
	display: none;
}
.listPageBar a, .listPage span {
	font-family: "Î¢ÈíÑÅºÚ"!important;
}
.listPageBar .this-page {
	padding: 5px 8px!important;
	border: 1px solid #e8e8e8!important;
	color: #fff!important;
	background: #0f233f!important;
	font-weight: normal!important;
	margin-right: 0!important;
	margin-left: 5px!important;
}
.listPageBar a, .pageList .this-page {
	padding: 5px 8px!important;
	border: 1px solid #e8e8e8!important;
	margin: 0 0 0 5px!important;
}
.listPageBar .PrevDisabled, .listPageBar .NextDisabled {
	padding: 5px 8px!important;
	margin: 0 0 0 5px!important;
	border: 1px solid #ccc!important;
}
.rwsky-nav-bg.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: .3s;
	background: #fff;
	box-shadow: 1px 1px 10px #ccc;
}
.rwsky-nav-bg.fixed .rwsky-content-box .rwsky-nav>ul>li>a {
	color: #333;
}
.rwsky-zn-list {
	margin: 20px 0 0 0;
}
.rwsky-zn-list li {
	float: left;
	width: 14%;
	margin-bottom: 20px;
	text-align: center;
}
.rwsky-zn-list li:hover p a {
	color: #b38955;
}
.rwsky-zn-list li p {
	margin-top: 10px;
}
.rwsky-zn-list li p.txt{
	
height: 42px;
}
.rwsky-zn-list li p a {
	color: #333;
}
.rwsky-zn-list li p a:hover {
	color: #b38955;
}
.rwsky-zn-list li img {
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}
.rwsky-zn-list li:hover img {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.rwsky-lc-list-box {
	margin-left: 55px;
}
.rwsky-lc-list-box-bg1 {
	background-color: #f2d2b1;
	margin-right: 16px;
}
.rwsky-lc-list-box-bg2 {
	background-color: #bee7f5;
	margin-right: 16px;
}
.rwsky-lc-list {
	float: left;
	width: 60%;
	padding: 30px 40px;
	min-height: 100px;
}
.rwsky-lc-list-bg1 {
	background-color: #f5ece2;
}
.rwsky-lc-list-bg2 {
	background-color: #e2f4fb;
}
.rwsky-check {
	float: left;
	width: 30%;
	min-height: 127px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.rwsky-check .person {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	width: 90%;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	word-wrap: break-word;
}
.rwsky-lc-list-box-bg1 .person .img{
	display:block;
    margin:0 auto;
	width:32px;
	height:28px;
	margin-bottom:10px;
	background:url(/images/tel1.png) no-repeat;
}
.rwsky-lc-list-box-bg2 .person .img{
	display:block;
    margin:0 auto;
	width:32px;
	height:28px;
	margin-bottom:10px;
	background:url(/images/tel2.png) no-repeat;
}
.rwsky-lc-list-box-bg1 .person {
	color: #a47d53;
}
.rwsky-lc-list-box-bg2 .person {
	color: #132b6f;
}
.rwsky-businessGuideList-list ul {
	/* margin-left: 50px; */
	background-color: #f5fbfd;
	padding-top: 30px;
}
.rwsky-znCont-list {
	margin-top: 40px;
}
.rwsky-znCont-list li {
	float: left;
	width: 50%;
	text-align: center;
}
.rwsky-znCont-list li:hover p a {
	color: #b38955;
}
.rwsky-znCont-list p {
	margin: 10px 0;
}
.rwsky-znCont-list p a {
	color: #333;
}
.rwsky-znCont-list p a:hover {
	color: #b38955;
}
.rwsky-znCont-list li img {
	-moz-transition: .5s ease-out;
	-o-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}
.rwsky-znCont-list li:hover img {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.rwsky-businessGuideList-xie-box {
	min-height: 100px;
	/* margin-bottom: 30px; */
	background: #132b6f url(../images/dybg.jpg) no-repeat top center;
}
.rwsky-businessGuideList-xie-box1 {
	min-height: 100px;
	/* margin-bottom: 30px; */
	background: #132b6f url(../images/smbg.jpg) no-repeat top center;
}
.rwsky-businessGuideList-dy {
	width: 95px;
	height: 74px;
	float: left;
	background: url(/images/xie.jpg) no-repeat top center;
}
.rwsky-businessGuideList-sm {
	width: 95px;
	height: 74px;
	float: left;
	background: url(/images/smicon.png) no-repeat center center;
}
.rwsky-businessGuideList-dy p, .rwsky-businessGuideList-sm p {
	display: block;
	padding-top: 60px;
	color: #fff;
	text-align: center;
}
.rwsky-businessGuideList-dy p {
	font-size: 18px;
}
.rwsky-businessGuideList-sm p {
	font-size: 16px;
}
.rwsky-businessGuideList-tips-box, .rwsky-businessGuideList-sm-box {
	width: 88%;
	float: left;
	font-family: "pingfang";
	font-size: 14px;
	color: #fff;
}
.rwsky-businessGuideList-tips-box .txt {
	/* margin-top: 26px; */
	padding-left: 5px;
	text-align: justify;
	font-size: 16px;
	line-height: 30px;
	padding-top: 26px;
	padding-bottom: 26px;/* font-family: "Î¢ÈíÑÅºÚ"; */
}
.rwsky-businessGuideList-sm-box .txt {
	/* margin-top: 26px; */
	padding-left: 5px;
	text-align: justify;
	font-size: 14px;
	line-height: 26px;
	padding-top: 26px;
	padding-bottom: 26px;/* font-family: "Î¢ÈíÑÅºÚ"; */
}
.rwsky-businessGuideList-list .tips {
	min-height: 25px;
	margin-top: 19px;
	background-color: #15325a;
	line-height: 26px;
	font-size: 16px;
	/* padding-left: 5px; */
	color: #fff;
	padding: 10px 15px;
}
.rwsky-listPage-new-left {
	width: 273px;
	float: left;
	background-color: #15325a;
}
.rwsky-listPage-new-left h3 {
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-family: "pingfang";
	font-size: 20px;
	color: #fff;
}
.rwsky-listPage-new-left-ul {
	margin-left: 14px;
	background-color: #fff;
	min-height: 350px;
}
.rwsky-listPage-new-left-ul li a {
	display: block;
	padding: 20px;
	margin-left: 10px;
	border-bottom: solid 1px #ebebeb;
	font-family: "pingfang";
	font-size: 17px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rwsky-listPage-new-left-ul li a:hover {
	color: #b38955;
}
.rwsky-listPage-new-left-ul li.on a, .rwsky-listPage-new-left-ul li.on a:hover {
	color: #b38955;
	background-color: #f4f7fb;
}
.rwsky-listPage-new-left-ul li a img {
	margin-right: 10px;
}
.rwsky-guideline-collect-box-warp {
	margin: 40px 40px 60px 40px;
}
.rwsky-guideline-collect {
	background-color: #a47d53;
	margin: 1px 0;
}
.rwsky-guideline-collect-left {
	width: 130px;
	float: left;
	text-align: center;
}
.rwsky-guideline-collect-right {
	width: 988px;
	float: left;
	background-color: #fff;
	border: solid 1px #f0eae3;
}
.rwsky-guideline-collect-left .icon1, .rwsky-guideline-collect-left .icon2, .rwsky-guideline-collect-left .icon3, .rwsky-guideline-collect-left .icon4, .rwsky-guideline-collect-left .icon5, .rwsky-guideline-collect-left .icon6, .rwsky-guideline-collect-left .icon7 {
	width: 85px;
	height: 75px;
	margin: 0 auto;
	display: block;
}
.rwsky-guideline-collect-left .txt a {
	color: #fff;
}
.rwsky-guideline-collect-left .icon1 {
	background: url(/images/new-icon1.png) no-repeat;
}
.rwsky-guideline-collect-left .icon2 {
	background: url(/images/new-icon2.png) no-repeat;
}
.rwsky-guideline-collect-left .icon3 {
	background: url(/images/new-icon3.png) no-repeat;
}
.rwsky-guideline-collect-left .icon4 {
	background: url(/images/new-icon4.png) no-repeat;
}
.rwsky-guideline-collect-left .icon5 {
	background: url(/images/new-icon5.png) no-repeat;
}
.rwsky-guideline-collect-left .icon6 {
	background: url(/images/new-icon6.png) no-repeat;
}
.rwsky-guideline-collect-left .icon7 {
	background: url(/images/new-icon7.png) no-repeat;
}
.rwsky-guideline-collect-right {
	text-align: center;
}
.rwsky-guideline-collect-right li {
	float: left;
	width: 25%;
	padding: 20px 0;
}
.rwsky-guideline-collect-right li .txt a {
	color: #333;
	font-weight: bold;
	margin: 0px 16px;
	text-align: center;
	display: block;
	min-height: 50px;
}
.rwsky-guideline-collect-right li .txt a:hover {
	color: #a47d53;
}
.rwsky-guideline-collect-right .icon01, .rwsky-guideline-collect-right .icon02, .rwsky-guideline-collect-right .icon03, .rwsky-guideline-collect-right .icon04, .rwsky-guideline-collect-right .icon05, .rwsky-guideline-collect-right .icon06, .rwsky-guideline-collect-right .icon07, .rwsky-guideline-collect-right .icon08 {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border: solid 1px #a47d53;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 10px;
}
.rwsky-guideline-collect-right .icon001, .rwsky-guideline-collect-right .icon002, .rwsky-guideline-collect-right .icon003 {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border: solid 1px #a47d53;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 10px;
}
.rwsky-guideline-collect-right .icon0001, .rwsky-guideline-collect-right .icon0002, .rwsky-guideline-collect-right .icon0003, .rwsky-guideline-collect-right .icon0004 {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border: solid 1px #a47d53;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 10px;
}
.rwsky-guideline-collect-right .icon00001, .rwsky-guideline-collect-right .icon00002 {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border: solid 1px #a47d53;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 10px;
}
.rwsky-guideline-collect-right .icon000001, .rwsky-guideline-collect-right .icon000002, .rwsky-guideline-collect-right .icon000003, .rwsky-guideline-collect-right .icon000004 {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border: solid 1px #a47d53;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 10px;
}
.rwsky-guideline-collect-right .icon0000001, .rwsky-guideline-collect-right .icon0000002, .rwsky-guideline-collect-right .icon0000003 {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border: solid 1px #a47d53;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 10px;
}
.rwsky-guideline-collect-right .icon00000001, .rwsky-guideline-collect-right .icon00000002, .rwsky-guideline-collect-right .icon00000003, .rwsky-guideline-collect-right .icon00000004 {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: block;
	border: solid 1px #a47d53;
	border-radius: 18px;
	padding: 20px;
	margin-bottom: 10px;
}
.rwsky-guideline-collect-right .icon01 {
	background: url(/images/01.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon02 {
	background: url(/images/02.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon03 {
	background: url(/images/03.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon04 {
	background: url(/images/04.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon05 {
	background: url(/images/05.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon06 {
	background: url(/images/06.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon07 {
	background: url(/images/07.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon08 {
	background: url(/images/08.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon01:hover {
	background: #a47d53 url(../images/01_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon02:hover {
	background: #a47d53 url(../images/02_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon03:hover {
	background: #a47d53 url(../images/03_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon04:hover {
	background: #a47d53 url(../images/04_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon05:hover {
	background: #a47d53 url(../images/05_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon06:hover {
	background: #a47d53 url(../images/06_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon07:hover {
	background: #a47d53 url(../images/07_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon08:hover {
	background: #a47d53 url(../images/08_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon001 {
	background: url(/images/001.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon002 {
	background: url(/images/002.png) no-repeat center center;

}
.rwsky-guideline-collect-right .icon003 {
	background: url(/images/003.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon001:hover {
	background: #a47d53 url(../images/001_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon002:hover {
	background: #a47d53 url(../images/002_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon003:hover {
	background: #a47d53 url(../images/003_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0001 {
	background: url(/images/0001.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0002 {
	background: url(/images/0002.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0003 {
	background: url(/images/0003.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0004 {
	background: url(/images/0004.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0001:hover {
	background: #a47d53 url(../images/0001_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0002:hover {
	background: #a47d53 url(../images/0002_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0003:hover {
	background: #a47d53 url(../images/0003_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0004:hover {
	background: #a47d53 url(../images/0004_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00001 {
	background: url(/images/00001.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00002 {
	background: url(/images/00002.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00001:hover {
	background: #a47d53 url(../images/00001_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00002:hover {
	background: #a47d53 url(../images/00002_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon000001 {
	background: url(/images/000001.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon000002 {
	background: url(/images/000002.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon000003 {
	background: url(/images/000003.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon000004 {
	background: url(/images/000004.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon000001:hover {
	background: #a47d53 url(../images/000001_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon000002:hover {
	background: #a47d53 url(../images/000002_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon000003:hover {
	background: #a47d53 url(../images/000003_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon000004:hover {
	background: #a47d53 url(../images/000004_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0000001 {
	background: url(/images/0000001.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0000002 {
	background: url(/images/0000002.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0000003 {
	background: url(/images/0000003.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0000001:hover {
	background: #a47d53 url(../images/0000001_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0000002:hover {
	background: #a47d53 url(../images/0000002_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon0000003:hover {
	background: #a47d53 url(../images/0000003_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00000001 {
	background: url(/images/00000001.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00000002 {
	background: url(/images/00000002.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00000003 {
	background: url(/images/00000003.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00000004 {
	background: url(/images/00000004.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00000001:hover {
	background: #a47d53 url(../images/00000001_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00000002:hover {
	background: #a47d53 url(../images/00000002_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00000003:hover {
	background: #a47d53 url(../images/00000003_.png) no-repeat center center;
}
.rwsky-guideline-collect-right .icon00000004:hover {
	background: #a47d53 url(../images/00000004_.png) no-repeat center center;
}
.rwsky-guideline-collect-left .margin1 {
	margin-top: 100px;
}
.rwsky-guideline-collect-left .margin2 {
	margin-top: 38px;
}
.rwsky-guideline-collect-left .margin3 {
	margin-top: 38px;
}
.rwsky-guideline-collect-left .margin4 {
	margin-top: 38px;
}
.rwsky-guideline-collect-left .margin5 {
	margin-top: 38px;
}
.rwsky-guideline-collect-left .margin6 {
	margin-top: 38px;
}
.rwsky-guideline-collect-left .margin7 {
	margin-top: 38px;
}
.rwsky-link-box {
	float: left;
	width: 60%;
}
.rwsky-erweima {
	float: right;
	width: 40%;
	margin-top: -28px;
}
.rwsky-erweima img {
	text-align: right;
}
.rwsky-link1 p {
	margin-bottom: 5px;
}
.rwsky-link2 .selectstyle1029958 {
	width: 230px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	background: transparent;
	border: solid 1px #fff;
	margin: 5px 0;
	border-radius: 5px;
	font-family: "Î¢ÈíÑÅºÚ";
}
.rwsky-link3 select {
	width: 230px!important;
	height: 35px!important;
	line-height: 35px!important;
	font-size: 16px!important;
	color: #fff!important;
	background: transparent!important;
	border: solid 1px #fff!important;
	margin: 5px 0!important;
	border-radius: 5px!important;
	font-family: "Î¢ÈíÑÅºÚ"!important;
}
.rwsky-link2 .titlestyle1029958 {
	display: none;
}
.rwsky-link2 .selectstyle1029958 option {
	background-color: #0f233f;
}
.rwsky-link3 option {
	background-color: #0f233f!important;
}
.rwsky-head-right {
	float: right;
	margin-top: 50px;
}
.rwsky-ul-list {
	margin-left: -30px;
}
.rwsky-ul-list li {
	float: left;
	margin: 0px 0 15px 30px;
}
.rwsky-ul-list li a {
	font-family: "pingfang";
	font-size: 14px;
	color: #fff;
}
.rwsky-ul-list li a:hover {
	color: #b38955;
}
.rwsky-ul-list li a i {
	display: inline-block;
	width: 5px;
	height: 5px;
	border: solid 2px #b38955;
	border-radius: 5px;
	background-color: transparent;
	margin-right: 5px;
}
.table-style {
	width: 100%;
	/* border:solid 1px #dcc9b1; */
	border-top: solid 5px #b38955;
}
.table-style tr td {
	padding: 20px 10px;/* border:solid 1px #dcc9b1; */
}
.swiper-container .swiper-wrapper1 .swiper-slide a.img, .swiper-container .swiper-wrapper2 .swiper-slide a.img, .swiper-container .swiper-wrapper3 .swiper-slide a.img {
	display: block;
	width: 161px;
	height: 216px;
	overflow: hidden;
        border: 1px solid #c7aa86;
	border-radius: 0;
}
.swiper-container .swiper-wrapper2 .swiper-slide a.img{
	border: none;
}
.swiper-container .swiper-wrapper1 .swiper-slide a img, .swiper-container .swiper-wrapper2 .swiper-slide a img, .swiper-container .swiper-wrapper3 .swiper-slide a img {
	width: 161px;
	height: 216px;
	overflow: hidden;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.swiper-container .swiper-wrapper1 .swiper-slide a img:hover, .swiper-container .swiper-wrapper2 .swiper-slide a img:hover, .swiper-container .swiper-wrapper3 .swiper-slide a img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.swiper-btn-box1 .swiper-button-prev, .swiper-btn-box2 .swiper-button-prev, .swiper-btn-box3 .swiper-button-prev {
	width: 57px;
	height: 57px;
	left: -7%;
	top: 135px;
	background: url(/images/left-icon.png);
}
.swiper-btn-box1 .swiper-button-next, .swiper-btn-box2 .swiper-button-next, .swiper-btn-box3 .swiper-button-next {
	width: 57px;
	height: 57px;
	right: -7%;
	top: 135px;
	background: url(/images/right-icon.png);
}
.main_box {
	height: 300px;
}
.box {
	position: relative;
	z-index:5;
}
.box-cont {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}