@charset "utf-8";

@font-face {
	font-weight: 400;
	font-style: normal;
	font-family: HELVETICANEUELTPRO-THEX;
	src: url(../font/HELVETICANEUELTPRO-THEX.OTF)
}

* {
	-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,
img,
area {
	box-sizing: border-box;
	font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑,Arial', '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 {
	display: none;
}

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	min-height: 100vh;
	background: #f6f6f6;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #f00;
	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: 18px;
	color: #000;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.f-fl {
	float: left;
}

.f-fr {
	float: right;
}

.pic-scale .pic {
	position: relative;
	overflow: hidden;
}

.pic-scale img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.pic-scale:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rc-m15 {
	margin-right: -15px;
	margin-left: -15px;
}

.ruocyheader {
	position: fixed;
	z-index: 99;
	width: 100%;
}

.ruocyhead {
	position: fixed;
	z-index: 99;
	width: 100%;
}

.ruocy-nav-bg {
	height: 90px;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	transition: all linear 0.3s;
}

.ruocyheader:hover .ruocy-nav-bg {
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.ruocyhead .ruocy-nav-bg {
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.ruocylogo {
	display: inline-block;
	width: 250px;
	height: 50px;
	font-size: 0;
	margin-top: 10px;
}

.ruocylogo h4 {
	float: left;
	width: inherit;
	height: inherit;
	font-size: 0;
	background: url(../images/white-logo.png) no-repeat center center;
	background-size: contain;
}

.ruocyheader:hover .ruocylogo h4 {
	background: url("../images/color-logo.png") no-repeat center center;
	background-size: contain;
}

.ruocyhead .ruocylogo h4 {
	background: url("../images/color-logo.png") no-repeat center center;
	background-size: contain;
}

.ruocy-nav-box {
	position: relative;
	float: right;
	width: calc(100% - 320px);
	text-align: right;
}

.ruocynav li {
	display: inline-block;
	margin-right: 15px;
	height: 90px;
	font-size: 20px;
	color: #d5b054;
	line-height: 90px;
	cursor: pointer;
	transition: all linear 0.2s;
}

.ruocynav li.active {
	border-bottom: 2px solid #d5b054;
}


.ruocynav li:hover {
	border-bottom: 2px solid #ff0000;
}


.ruocynav li.active a {
	color: #d5b054;
}

.ruocynav li:last-of-type {
	margin-right: 0;
}

.ruocyheader:hover .ruocynav li {
	color: #333;
}

.ruocyheader:hover .ruocynav li a:hover,
.ruocyheader:hover .ruocynav a:hover {
	color: #f00;
}


.ruocyhead .ruocynav li {
	color: #333;
}

.ruocyhead .ruocynav li.active,
.ruocyheader:hover .ruocynav li.active {
	border-bottom: 2px solid #ff0000;
}

.ruocyhead .ruocynav li:hover,
.ruocyheader:hover .ruocynav li:hover {
	border-bottom: 2px solid #ff0000;
}

.ruocyhead .ruocynav li.active a,
.ruocyheader:hover .ruocynav li.active a {
	color: #ff0000;
}


.ruocyhead .ruocynav li a:hover,
.ruocyhead .ruocynav a:hover {
	color: #f00;
}

.ruocynav li {
	position: relative;
}

.ruocynav li:hover,
.ruocynav li:hover a {
	color: #f00;
}

.ruocynav dl {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 120px;
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;

}

.ruocynav li:hover dl {
	left: 50%;
	transform: translateX(-50%);
	top: 90px;
	padding: 0 10px;
	background: #fff;
	overflow: auto;
	zoom: 1;
	z-index: 100;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	opacity: 1;
	transition: .8s;
	visibility: visible;
}

.ruocynav li:hover dl.subnav dd {
	display: block;
	width: 150px;
	padding: 10px 0;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	color: #000;
	text-transform: none;
	position: relative;
	float: left;
	border-bottom: 1px solid #eee;
}

.ruocynav li:hover dl.subnav dd:last-child {
	border-bottom: 1px solid #fff;
}

.ruocynav li:hover dl.subnav dd a {
	display: block;
	text-decoration: none;
	color: #000;
}

.ruocynav li:hover dl.subnav dd:hover {
	color: #fff;
	background: #004385;
}

.ruocynav li:hover dl.subnav dd:hover a {
	color: #fff;
}

.ruocy-search {
	float: right;
	width: 40px;
	height: 36px;
	margin-top: 27px;
	margin-left: 20px;
}

.ruocy-so {
	float: left;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	color: #f2d390;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
}

.ruocy-so i {
	line-height: 36px;
	font-size: 28px;
}

.ruocy-so a {
	display: block;
	color: #d5b054;
}

.ruocyheader:hover .ruocy-so {
	background: #eee;
}

.ruocyheader:hover .ruocy-so a {
	color: #333;
}

.search-dialog-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 70vh;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.search-dialog-box:before {
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	transition: .5s;
	left: 0;
	right: 0;
	z-index: 1;
	background-image: -moz-linear-gradient(270deg, rgb(19, 51, 112) 30%, rgba(175, 30, 40, 0) 100%);
	background-image: -webkit-linear-gradient(270deg, rgb(19, 51, 112) 30%, rgba(175, 30, 40, 0) 100%);
	background-image: -ms-linear-gradient(270deg, rgb(19, 51, 112) 30%, rgba(175, 30, 40, 0) 100%);
}

.search-dialog-box.on:before {
	height: 100%
}

.search-dialog-box .search-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0, 0, 0, .8);
	background-size: cover;
	background-repeat: no-repeat;
	transform-origin: center center;
	transition: height .5s cubic-bezier(.77, 0, .175, 1);
}

.search-dialog {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}

.search-dialog-box.on {
	opacity: 1;
	visibility: visible;
}

.search-dialog-box.on .search-bg {
	height: 100vh;
}

.search-close {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 50px;
	height: 50px;
	z-index: 999;
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 100%;
	transition: .6s
}

.search-close:hover {
	color: #fff;
	transform: rotate(180deg)
}

@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes spin-reverse {
	from {
		transform: rotate(1turn);
	}
}

@keyframes spin-reverse2 {
	from {
		transform: rotate(-1turn);
	}
}


.ruocyhead .ruocy-so {
	background: #eee;
	color: #333;
}

.ruocyhead .ruocy-so a {
	color: #333;
}

.ruocy-search-box {
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	width: 550px;
	line-height: 45px;
	transition: all 5s ease-out 0s;
	opacity: 1;
}

.ruocy-search-box .search-box {
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	height: 50px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background: #fff;
	border-radius: 0;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2) inset;
	outline: none;
}

.ruocy-search-box .search-btn {
	color: #fff;
	width: 100px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: #f29600;
	border: 0;
	border-radius: 0;
}

.ruocy-search-box .search-btn:hover {
	background: #c00;
}


#ruocy-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 70px;
	background: #ffffff;
	border-bottom: 1px solid #e9e9e9;
}

.ruocy-mobile-header {
	margin: 10px 20px 0px 10px;
}

.ruocy-mobile-logo {
	float: left;
	width: auto;
	max-width: 200px;
	max-height: 50px;
}

.ruocy-mobile-menu-icon {
	float: right;
}

.ruocy-menu-lang-icon {
	float: left;
	font-size: 23px;
	line-height: 50px;
	color: #999;
	margin-right: 10px;
}

.ruocy-menu-so-icon {
	float: left;
	font-size: 30px;
	line-height: 50px;
	color: #999;
	margin-right: 10px;
}

.ruocy-menu-nav-icon {
	float: right;
	font-size: 30px;
	line-height: 50px;
	color: #999;
	margin-right: 10px;
}

.ruocy-menu-close-icon {
	float: right;
	font-size: 30px;
	line-height: 50px;
	color: #999;
	margin-right: 10px;
}

#ruocy-mobile-menu {
	position: fixed;
	top: 70px;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	overflow: auto;
	zoom: 1;
}

.ruocy-mobile-nav li a {
	padding: 15px 15px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e9e9e9;
}

.ruocy-mobile-nav li span {
	font-size: 18px;
}

.ruocy-mobile-nav li span:hover {
	color: #c00;
}

.ruocy-mobile-nav li span.active {
	color: #c00;
}

.ruocy-mobile-nav li.dropdown::before {
	position: absolute;
	right: 20px;
	font-size: 20px;
	font-family: "iconfont";
	content: "\e600";
	line-height: 45px;
	color: #999;
}

.ruocy-mobile-nav li .submenu {
	display: none;
	font-size: 16px;
}

.ruocy-mobile-nav li.dropdown .active .submenu {
	display: block;
}

.ruocy-mobile-nav li .submenu a {
	padding: 10px 30px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #f5f5f5;
}

.ruocy-mobile-nav li .submenu a:last-child {
	border-bottom: 1px solid #e9e9e9;
}

.ruocy-mobile-nav li.arrow::before {
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.ruocybanner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.ruocybanner .swiper-slide {
position: relative;
	width: 100%;
	background-size: cover;
	color: #fff;
	background-position: center center;
    text-align:center;
}
.ruocybanner .swiper-slide  a {
display:block;
position: absolute;
z-index:5;
height:100%;
}
.ruocybanner a {
	display: block;
	width: 100%;
	height: 100%;
}
.ruocybanner .swiper-slide .link {
	position: absolute;
	bottom: 45px;
	right: 5px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
.ruocybanner .swiper-slide .link i {
	color: #fff;
	font-size: 24px;
}
.ruocybanner .swiper-button-prev,
.ruocybanner .swiper-button-next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -37px;
	display: block;
	width: 40px;
	height: 74px;
	background: url(../images/focus_btn.png) 0px -74px no-repeat;
	z-index: 8;
	opacity: 0.5;
}
.ruocybanner .swiper-button-next {
	left: auto;
	right: 0;
	background-position: -40px -74px;
}
.ruocybanner .swiper-button-prev:hover,
.ruocybanner .swiper-button-next:hover {
	background: url(../images/focus_btn.png) 0px 0px no-repeat;
}
.ruocybanner .swiper-button-next:hover {
	left: auto;
	right: 0;
	background-position: -40px 0px;
}
.ruocybanner .swiper-pagination {
	position: absolute;
	bottom: 60px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	z-index: 8;
}
.ruocybanner .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 0
}
.ruocybanner .swiper-pagination-bullet-active {
	width: 40px;
	background: #d5b054;
}
.ruocybanner .swiper-xia {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	text-align: center;
	wdith: 36px;
	height: 36px;
	line-height: 36px;
	z-index: 8;
	animation-name: beat;
	animation-duration: .8s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	margin-bottom: 10px;
}

.ruocybanner .swiper-xia i {
	font-size: 32px;
	color: #fff
}

@keyframes beat {
	0% {
		bottom: 2px;
		opacity: 0.1;
	}

	15% {
		bottom: 2px;
		opacity: 0.5;
	}

	100% {
		bottom: 2px;
		opacity: 1;

	}
}
.ruocybanner .swiper-xia a {
	display: block;
	wdith: 36px;
	height: 36px;
	color: #ffcc66;
}

.ruocybanner .swiper-xia:hover a {
	color: #fff;
}

.ruocybanner .swiper-xia:hover {
	color: #fff;
}
.ruocybanner .swiper-slide .text {
   position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
	/*background: url(../images/screen.png);*/
    z-index:6;
}

.ruocybanner .text .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ruocybanner .text h4 {
	font-size: 60px;
	color: #fff;
	text-shadow: 0 2px 2px #333333;
	margin: 0 0 30px;
	letter-spacing: 15px;
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.ruocybanner .text p {
	font-size: 28px;
	color: #fff;
	margin: 0;
	text-shadow: 0 2px 2px #333333;
	letter-spacing: 10px;
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.ruocybanner .ani-slide h4,
.ruocybanner .ani-slide p {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

#main {
	position: absolute;
	bottom: 89px;
	width: 80%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
}

.ruocy-main {
	margin: 0 auto;
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

.ruocy-main-bt {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	margin-top: 35px;
	margin-bottom: 20px;
}

.ruocy-main-bt a {
	color: #333;
}

.ruocy-main-bt a:hover {
	color: #c00;
}

.ruocy-main-bt0 {
	color:#fff!important;
}
.ruocy-main-bt2 {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-top: 35px;
	margin-bottom: 30px;
}

.ruocy-main-bt2 a {
	color: #333;
}

.ruocy-main-bt2 a:hover {
	color: #c00;
}


.ruocy-main-sub {
	margin: 0 auto;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	color: #000;
}


.service-swiper {
	margin: 0 auto;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom:20px;
}

.ruocy-service {
	width: 100%;
	height: 230px;
	background: #fff;
	border: 1px solid #eee;
	-moz-box-shadow: 0 0 10px rgba(200, 200, 200, .3);
	-webkit-box-shadow: 0 0 10px rgba(200, 200, 200, .3);
	box-shadow: 0 0 10px rgba(200, 200, 200, .3);
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}

.ruocy-service a {
	display: block;
	width: 100%;
	height: 200px;
	padding-top: 30px;
}

.ruocy-service:hover {
	border: 1px solid #eee;
	-moz-box-shadow: 0 0 10px rgba(200, 200, 200, .7);
	-webkit-box-shadow: 0 0 10px rgba(200, 200, 200, .7);
	box-shadow: 0 0 10px rgba(200, 200, 200, .7);
}

.ruocymain .ruocy-service {

	margin-bottom: 15px;
}

.ruocy-service i {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	font-size: 60px;
	color: #fff;
	line-height: 120px;
	text-align: center;
	border-radius: 100%;
	margin-bottom: 10px;
	transition: all 2s;
}

.service-ibg-1 {
	text-shadow: 1px 1px 1px #e54d42;
	background-color: #e54d42;
	box-shadow: 0px 15px 15px -15px #e54d42;
}

.service-ibg-2 {
	text-shadow: 1px 1px 1px #f37b1e;
	background-color: #f37b1e;
	box-shadow: 0px 15px 15px -15px #f37b1e;
}

.service-ibg-3 {
	text-shadow: 1px 1px 1px #fbbd08;
	background-color: #fbbd08;
	box-shadow: 0px 15px 15px -15px #fbbd08;
}

.service-ibg-4 {
	text-shadow: 1px 1px 1px #8dc63f;
	background-color: #8dc63f;
	box-shadow: 0px 15px 15px -15px #8dc63f;
}

.service-ibg-5 {
	text-shadow: 1px 1px 1px #39b54a;
	background-color: #39b54a;
	box-shadow: 0px 15px 15px -15px #39b54a;
}

.service-ibg-6 {
	text-shadow: 1px 1px 1px #1cbbb4;
	background-color: #1cbbb4;
	box-shadow: 0px 15px 15px -15px #1cbbb4;
}

.service-ibg-7 {
	text-shadow: 1px 1px 1px #0081ff;
	background-color: #0081ff;
	box-shadow: 0px 15px 15px -15px #0081ff;
}

.service-ibg-8 {
	text-shadow: 1px 1px 1px #6739b6;
	background-color: #6739b6;
	box-shadow: 0px 15px 15px -15px #6739b6;
}

.service-ibg-9 {
	text-shadow: 1px 1px 1px #9c26b0;
	background-color: #9c26b0;
	box-shadow: 0px 15px 15px -15px #9c26b0;
}

.service-ibg-10 {
	text-shadow: 1px 1px 1px #e03997;
	background-color: #e03997;
	box-shadow: 0px 15px 15px -15px #e03997;
}

.service-ibg-11 {
	text-shadow: 1px 1px 1px #a5673f;
	background-color: #a5673f;
	box-shadow: 0px 15px 15px -15px #a5673f;
}

.service-ibg-12 {
	text-shadow: 1px 1px 1px #d49959;
	background-color: #d49959;
	box-shadow: 0px 15px 15px -15px #d49959;
}

.service-ibg-13 {
	text-shadow: 1px 1px 1px #8799a3;
	background-color: #8799a3;
	box-shadow: 0px 15px 15px -15px #8799a3;
}


.service-ibg-14 {
	text-shadow: 1px 1px 1px #244ed6;
	background-color: #244ed6;
	box-shadow: 0px 15px 15px -15px #244ed6;
}

.service-ibg-15 {
	text-shadow: 1px 1px 1px #e13e7c;
	background-color: #e13e7c;
	box-shadow: 0px 15px 15px -15px #e13e7c;
}

.service-ibg-16 {
	text-shadow: 1px 1px 1px #e23018;
	background-color: #e23018;
	box-shadow: 0px 15px 15px -15px #e23018;
}
.service-ibg-17 {
	text-shadow: 1px 1px 1px #33cc66;
	background-color: #33cc66;
	box-shadow: 0px 15px 15px -15px #33cc66;
}
.service-ibg-18 {
	text-shadow: 1px 1px 1px #feca43;
	background-color: #feca43;
	box-shadow: 0px 15px 15px -15px #feca43;
}
.service-ibg-19 {
	text-shadow: 1px 1px 1px #1da0e1;
	background-color: #1da0e1;
	box-shadow: 0px 15px 15px -15px #1da0e1;
}
.ruocy-service:hover i {
	transform: rotate(360deg);
}

.ruocy-service h2 {
	margin: 0 auto;
	width: 90%;
	height: 50px;
	font-weight: normal;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}

.ruocy-service:hover h2 {
	color: #c00;
}

.service-swiper .prev-next {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	width: 80px;
}

.service-swiper .prev-next .service-prev,
.service-swiper .prev-next .service-next {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #ddd;
}

.service-swiper .prev-next .service-prev {
	float: left;
}

.service-swiper .prev-next .service-next {
	float: right;
}

.service-swiper .prev-next .service-prev i,
.service-swiper .prev-next .service-next i {
	font-size: 20px;
}

.service-swiper .prev-next .service-prev:hover,
.service-swiper .prev-next .service-next:hover {
	color: #fff;
	background: #69b1fa;
	transition: all 1s;
}

.person {
	background: url(../images/person-bg.jpg) bottom center no-repeat;
	background-size: cover;
	padding:15px 0 35px 0;
}

.person-swiper {
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}


.person-swiper .person-pagination {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	overflow: hidden;
	z-index: 8;
}

.person-swiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 100%
}

.person-swiper .swiper-pagination-bullet-active {
	background: #d5b054;
}

.ruocy-person {
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}

.ruocy-person .item {
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ruocy-person .item:hover {}

.ruocy-person .item img {
	display: block;
	width: 100%;
	position: relative;
	object-fit: cover;
}

.ruocy-person .item .box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.ruocy-person .item .box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ruocy-person .item:hover .box:before {
	/*opacity: 0;
	visibility: hidden;*/
	background: rgba(0, 0, 0, .6);
}

.ruocy-person .item .box .sigle {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 100%;
	transform: translateX(-50%);
	font-size: 20px;
	color: #fff;
	z-index: 9;
	text-align: center;
	line-height: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	padding: 30px 0;
}

.ruocy-person .item:hover .box .sigle {
	opacity: 0;
}

.ruocy-person .item .box .cont {
	position: absolute;
	left: 7%;
	top: 5%;
	width: 86%;
	height: 90%;
	background: rgba(0, 0, 0, .3);
	text-align: center;
	z-index: 10;
	padding: 20px 5% 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
}

.ruocy-person .item:hover .box .cont {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ruocy-person .item .box .cont h5 {
	font-size: 20px;
	color: #fff;
}

.ruocy-person .item .box .cont .des {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin-top: 15px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: left;
}

.ruocy-person .item:hover .box .cont .des {
	opacity: 1;
	visibility: visible;
}

.ruocy-person .item .box .cont .icon-more {
	margin-top: 20px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}

.ruocy-news {
	overflow: hidden;
	padding-bottom: 15px;
}

.rc-news {
	margin-top: 20px;
	height: 380px;
	background: rgba(255, 255, 255, 0.39);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
	overflow: hidden;
}

.rc-new-card {
	width: 100%;
	height: 80px;
}

.rc-new-card h4 {
	margin: 0 auto;
	width: 80%;
	font-size: 22px;
	color: #333;
	font-weight: normal;
	line-height: 80px;
	text-align: left;
}

.rc-new-card h4 i {
	font-size: 30px;
	margin-right: 10px;
    color:#999;
}

.rc-new-body {
	width: 100%;
}

.rc-card {
	background: url(../images/new-card.jpg) no-repeat;
	background-size: cover;
}


.new-first {
	margin: 0 auto;
	padding: 10px 0;
	width: 94%;
	height: 105px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.new-first .new-title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	text-align: left;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-first .new-title a:hover {
	color: #c00;
}

.new-first .new-dec {
	width: 100%;
	height: 50px;
	line-height: 25px;
	font-size: 15px;
	color: #999;
	text-align: left;
	overflow: hidden;
}

.new-list {
	margin: 0 auto;
	width: 94%;
	overflow: hidden;
	margin-top: 5px;
}

.new-list ul li {
	float: left;
	width: 100%;
	line-height: 35px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-list ul li a {
	color: #333;
}

.new-list ul li a:hover {
	color: #c00;
}

.new-list ul li span {
	float: left;
	color: #999;
	font-size: 15px;
	margin-right: 15px;
}

.ruocy-number {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background: #e1e2e5 url(../images/promotion.png) bottom center no-repeat;
	margin-top: 20px;
}

.promotion {
	margin: 0 auto;
	width: 100%;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.promotion ul {
	margin: 35px auto;
	overflow: hidden;
}

.promotion li {
	float: left;
	height: 100px;
	color: #333;
}

.promotion li .top {
	text-align: center;
}

.promotion li em {
	font-size: 50px;
	font-style: normal;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
	color: #333;
}

.promotion li span {
	font-size: 30px;
	font-weight: normal;
	color: #333;
}

.promotion li .bottom {
	text-align: center;
	padding-bottom: 17px;
	font-size: 16px;
	color: #555;
}

.footer {
	width: 100%;
	padding: 15px 0;
	background: #171717;
	overflow: auto;
	zoom: 1;
}

.footer .f-tit {
	height: 60px;
	line-height: 50px;
	position: relative;
	margin-bottom: 20px;
}

.footer .f-tit span {
	display: inline-block;
	height: 50px;
	position: relative;
	color: #fff;
	font-size: 18px;
}

.footer .f-tit span:after {
	content: "";
	width: 75px;
	height: 3px;
	background-color: #5c5c5c;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
}

.footer .f-tit:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #282828;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.footer .contact-list {
	width: 100%;
	overflow: hidden;
}

.footer .contact-list li {
	float: left;
	width: 100%;
	line-height: 35px;
	font-size: 16px;
	color: #999;
}

.footer .contact-list li i {
	margin-right: 10px;
}

.footer .tool {
	padding-top: 40px;
	width: 100%;
}

.footer .tool ul li {
	float: left;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	margin: 0 15px 15px 0;
	position: relative;
}

.footer .tool ul li i {
	display: block;
	font-size: 25px;
	cursor: pointer;
}

.footer .tool ul li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 25px;
	color: #fff;
}

.foot-code {
	width: 130px;
	height: 130px;
	padding: 5px;
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.4s linear 0.2s;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 4;
	border-radius: 10px;
}

.foot-code:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	font-size: 0;
	border-top-color: #fff;
}

.foot-code img {
	width: 100%;
	height: auto;
}

.icon-weixin:hover~.foot-code {
	opacity: 0.9;
	top: -140px;
}

.icon-douyin:hover~.foot-code {
	opacity: 0.9;
	top: -140px;
}

.footer .tool ul li:nth-child(1) {
	background: #1da0f1;
}

.footer .tool ul li:nth-child(2) {
	background: #26d366;
}

.footer .tool ul li:nth-child(3) {
	background: #000;
}

.footer .tool ul li:nth-child(4) {
	background: #ee1d1a;
}


.footer .tool ul li:hover {
	background: #f29600;
	transition: .5s;
}

.footer .colm-list {
	margin: 0 auto;
	display: table;
}

.footer .colm-list dl {
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-top: 8px;
}

.footer .colm-list dl dt {
	float: left;
	width: 100%;
	margin-right: 10px;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	text-align: left;
}

.footer .colm-list dl dd {
	float: left;
	width: 100%;
	margin-right: 10px;
	font-size: 16px;
	color: #989898;
	line-height: 35px;
	text-align: left;
}

.footer .colm-list dl dd i {
	margin-right: 5px;
	font-size: 15px;
}

.footer .colm-list dl dd a {
	color: #989898;
}

.footer .colm-list dl dd a:hover {
	color: #c50500;
}


.copyright {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: #111;
	text-align: center;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #ff0000;
}

.footbar {
	position: relative;
	padding: 10px 5px;
	z-index: 100;
	width: 100%;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}

.footbar:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 1px;
	content: '';
	border-top: 1px solid #ccc;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.footbar-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
}

.ruocy-Bar-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ruocy-Bar-item-text {
	padding-top: 2px;
	display: inline-block;
	font-size: 16px;
	color: #333;
}

.ruocy-Bar-item-icon i {
	font-size: 25px !important;
	color: #aaa;
}

.backTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 999;
	width: 50px;
	height: 50px;
	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: 30px;
	line-height: 50px;
	color: #666;
}

.backTop:hover {
	background: #004385;
	border: 1px solid #004385;
}

.backTop:hover i {
	color: #fff;
}

.ruocykong {
	width: 100%;
	height: 90px;
}

.page-ban {
	position: relative;
	overflow: hidden;
}

.page-ban-pic {
	width: 100%;
	overflow: hidden;
    text-align:center;
}

.page-ban-link {
	position: absolute;
	width: 100%;
	left: 0;
	color: #fff;
	top: 45%;
	transform: translateY(-45%);
	text-align: left;
}

.page-ban-link h2 {
	font-size: 30px;
	padding: 15px;
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 0;
	font-weight: normal;
	background: rgba(0, 0, 0, .1);
}

.ruocy-wzdh {
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
}

.position {
	margin: 0 auto;
	width: 98%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #999;
	text-align: left;
	overflow: hidden;
}

.position a {
	color: #666;
}

.position a:hover {
	color: #d9241b;
}

.position i {
	margin-right: 5px;
	color: #aaa;
}

.ruocymain {
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
}

.about-tianji {
	background: url(../images/about-bg.png) top center no-repeat;
	background-size:cover;
	padding: 30px 15px;
	overflow: hidden;
}

.about-pic {
	width: 100%;
	overflow: hidden;
}

.about-pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}

.about-txt {
	width: 100%;
	overflow: hidden;
}

.about-title {
	position: relative;
	padding-bottom: 20px;
}

.about-title span {
	font-size: 24px;
}

.about-title h2 {
	font-size: 36px;
	color: #333;
}

.about-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 115px;
	height: 3px;
	background: #133370;
}

.about-info {
	margin-top: 25px;
	margin-bottom: 30px;
}

.about-info p {
	font-size: 17px;
	line-height: 35px;
	max-height: 210px;
	text-align: left;
	overflow: hidden;
}

.about-info a {
	display: inline-block;
	margin-top: 42px;
	color: #c0c0c0;
	font-size: 14px;
}

.about-info a:hover {
	text-decoration: underline;
	color: #ffc200;
}

.about-more {
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #999;
	color: #000;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-radius: 40px;
	margin-bottom: 30px;
}

.about-more a {
	display: block;
	width: 120px;
	height: 40px;
}

.about-more:hover {
	background: #f29600;
	border: 1px solid #f29600;
	color: #fff;
}

.newslist {
	margin: 0 auto;
	overflow: hidden;
}

.newslist ul li {
	position: relative;
	padding: 20px 5px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}

.newslist ul li .new-img {
	display: inline-block;
	overflow: hidden;
}

.newslist ul li .new-img img {
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.newslist ul li:hover .new-img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.newslist ul li .new-title {
	line-height: 40px;
	font-size: 21px;
	color: #333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newslist ul li:hover .new-title {
	color: #c00;
	transition: all 0.5s ease-out;
}

.newslist ul li .new-title a:hover {
	color: #d9241b;
	transition: all 0.5s ease-out;
	text-decoration: none !important;
}

.newslist ul li .new-other {
	height: 20px;
	text-align: left;
	margin-top: 10px;
	overflow: hidden;
}

.newslist li .new-other span {
	padding-right: 15px;
	color: #999;
	font-size: 16px;
}

.newslist ul li .new-other span a {
	color: #999;
}

.newslist ul li .new-other span a:hover {
	color: #d9241b;
}

.newslist ul li .new-other i {
	font-size: 16px;
	color: #aaa;
	margin-right: 5px;
}

.newslist ul li .new-info {
	max-height: 90px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: left;
	text-align: justify;
	overflow: hidden;
}

.newslist ul li .new-more a {
	margin-bottom: 20px;
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 16px;
	color: #333;
}

.newslist ul li .new-more a i {
	width: 24px;
	height: 24px;
	display: block;
	background: #e83d18;
	margin-left: 10px;
}

.newslist ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	z-index: 1;
}

.newslist ul li:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #f29600;
	z-index: 2;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.newslist ul li:hover:after {
	width: 100%;
}

.pagenum {
	margin: 15px 20px 20px 20px;
	text-align: center;
}

.pagenum .pages {
	color: #999;
	_width: 100%;
	_clear: both;
	text-align: center;
}

.pagenum .pages a {
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	margin: 0 5px;
	font-size: 16px;
	color: #333;
}

.pagenum .pages a:hover {
	background: #0066b1;
	color: #fff;
	border: 1px solid #0066b1;
	text-decoration: none;
	font-weight: normal;
}

.pagenum .pages .page-num-current {
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #f29600;
	background: #f29600;
	margin: 0 5px;
	font-size: 16px;
	color: #fff;
}

.detail-article {
	margin: 0 auto;
	position: relative;
	padding: 30px;
	background: #fff;
	overflow: hidden;
}

.article-title h2 {
	margin: 0 auto;
	font-size: 28px;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	color: #363636;
}

.article-author {
	margin: 0 auto;
	color: #999;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.data-article {
	margin: 0 auto;
	line-height: 32px;
	color: #333;
	margin-top: 30px;
	margin-bottom: 30px;
}

.data-article p {
	text-indent: 0;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.data-article p img {
	text-align: center;
	vertical-align: middle;
	max-width: 1000px;
	height: auto;
	margin-top: 5px;
}

.pre_next {
	margin: 20px 0px;
	overflow: auto;
	zoom: 1;
	line-height: 36px;
	text-align: left;
	font-size: 16px;
	color: #363636;
}

.pre_next a {
	font-size: 16px;
}

.pre_next a:hover {
	font-size: 16px;
	color: #d9241b;
}

.pn_wz {
	font-size: 16px;
	color: #303030;
	font-weight: bold;
	text-decoration: none;
}

.ruocyhonor {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.ruocyhonor2 {
	margin-top:25px;
	margin-bottom:-20px;
}

.ruocyhonor li .box {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
	background: #fff;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 20px;
}

.ruocyhonor li .box:hover {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.ruocyhonor li .box .pic {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.ruocyhonor li .box .pic img {
	width: 100%;
	height: 100%;
}

.ruocyhonor li .box h5 {
	padding: 5px 15px;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: normal;
}

.ruocyhonor li:hover .box h5 {
	color: #c00;
}

.ruocy-form {
	overflow: hidden;
	margin-top: 30px;
}

.ruocy-form ul {
	width: 100%;
	overflow: hidden;
}

.ruocy-form li {
	margin-bottom: 14px;
	position: relative;
	float: left;
	width: 49%;
	margin-right: 2%;
	font-family: Roboto-Regular;
}

.ruocy-form li:nth-of-type(even) {
	margin-right: 0;
}

.ruocy-form li:nth-of-type(7) {
	width: 100%;
}

.ruocy-form input,
.ruocy-form textarea {
	width: 100%;
	background: #fff;
	color: #000;
	resize: none;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #E9E9E9;
}

.ruocy-form textarea {
	height: 120px;
	padding-right: 120px;
}

.ruocy-form input:focus,
.ruocy-form textarea:focus {
	border-color: #3399ff;
	outline: none;
}

.ruocy-form input::-webkit-input-placeholder,
.ruocy-form textarea::-webkit-input-placeholder {
	color: #666;
	font-family: Roboto-Light;
}

.ruocy-form input:-moz-placeholder,
.ruocy-form textarea:-moz-placeholder {
	color: #333;
	font-family: Roboto-Light;
}

.ruocy-form button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	cursor: pointer;
	background: #ee1c25;
	color: #fff;
	height: 120px;
}

.ruocy-form button i {
	font-size: 70px;
}

.ruocy-form button:hover {
	opacity: 0.85;
}
.ruocy-flow-list {
	margin: 0 5px;
	padding: 20px 0;
	overflow: hidden
}
.ruocy-flow-pic {
	margin: 0 0 15px 0;
	padding: 12px;
	display: block;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
	transition: all 220ms;
}
.ruocy-flow-pic:hover {
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
	transition: all 220ms;
}
.ruocy-flow-pic img {
	margin: 0 auto 10px;
	display: block;
	max-width: 100%;
}
.ruocy-flow-pic h2 {
	font-size: 15px;
	font-weight: normal;
	color: #666;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ruocy-flow-list {
	position: relative;
	display: block;
}
.ruocy-flow-item {
	padding: 0 8px;
	position: relative;
	display: block;
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.ruocy-select {
	margin-top:15px;
	overflow:hidden;
}
.ruocy-select dl {
	overflow:hidden;
}
.ruocy-select dl dt {
    float:left;
	font-size:15px;
	color:#333;
	width:80px;
	text-align:right;
    line-height:40px;
}

.ruocy-select dl dd {
    float:left;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	margin:  5px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.ruocy-select dl dd:hover {
	background: #0066b1;
	color: #fff;
	border: 1px solid #0066b1;
	text-decoration: none;
	font-weight: normal;
}

.ruocy-select dl dd.active {
	background: #0066b1;
	color: #fff;
	border: 1px solid #0066b1;
	text-decoration: none;
	font-weight: normal;
}
.ruocy-select-text {
	float:left;
	font-size:15px;
	color:#333;
	width:80px;
	text-align:right;
    line-height:40px;
}
.ruocy-select-so {
	float:left;
    width:calc( 100% - 80px);
}
.ruocy-select-box {
	float:left;
	line-height: 36px;
	transition: all 5s ease-out 0s;
}

.ruocy-select-box .search-box {
    float:left;
	padding: 0 12px;
	height: 34px;
	font-size: 16px;
	border: 1px solid #ddd;
	background: #fff;
	outline: none;
}

.ruocy-select-box .search-btn {
	color: #fff;
	width: 60px;
	height: 34px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	background: #0066b1;
	border: 0;
	border-radius: 0;
}

.ruocy-select-box .search-btn:hover {
	background: #c00;
}

.team-pic img{

	width:70%;
	border-radius: 80%;
}

.team-name {
	width:100%;
}
.team-name span{
    display: block;
    color:#666666;
    font-size: 18px;
    line-height: 24px;
    margin-left:15px;
    transform: translateY(45px);
}
.team-name p{
    color:#073190;
    font-size: 36px;
    line-height: 52px;
    margin-top: 24px;
}

.team-other {
	margin-top:25px;
}
.team-other  p{
    color:#333;
    font-size: 16px;
    line-height: 22px;
}

.team-other span{
    display: block;
    color:#666666;
    font-size: 15px;
    line-height: 22px;
}

.g_e5inforbotp{
    display: none;
	font-size: 16px;
	line-height: 30px;
	color:#333;
}
.g_e5inforbotpact{
    display: block;
}
.g_e5infortopfl{
    padding-right: 50px;
}
.g_e5infortopfl span{
    padding-bottom: 14px;
    color:#333333;
    font-size: 16px;
    line-height: 48px;
    position: relative;
    width:auto;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: bold;
}
.g_e5infortop{
    width:100%;
	height:45px;
	margin-top:30px;
}
.g_e5infortopfl.act span::before{
    position: absolute;
    content: '';
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
}
.g_e5infortopfl span::before{
    position: absolute;
    content: '';
    bottom:0;
    left:0;
    width:0;
    transition: all .36s;
    height:2px;
    background-image: linear-gradient(to right, #073190, #a3d5f0);
}
.g_e5infortopfl.act span{
    color:#073190;
}
.g_e5inforbot{
    padding-top: 20px;
    border-top:1px solid #dee2e6;
}
.g_e5inforbotp p{
    font-size: 16px;
    line-height: 30px;
    color:#333;
}