.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}


.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
}

@media (min-width:1600px) {
	.ruocy-nav-bg {
		height: 90px;
	}

	.ruocylogo {
		width: 250px;
		height: 50px;
		margin-top: 20px;
		margin-left: 100px;
	}

	.ruocy-nav-box {
		width: calc(100% - 600px);
		margin-right: 100px;
	}

}

@media (min-width:1441px) and (max-width: 1599px) {
	.ruocy-nav-bg {
		height: 90px;
	}

	.ruocylogo {
		width: 250px;
		height: 50px;
		margin-top: 20px;
		margin-left: 80px;
	}

	.ruocy-nav-box {
		width: calc(100% - 450px);
		margin-right: 80px;
	}

}

@media (min-width:1200px) and (max-width: 1440px) {
	.ruocy-nav-bg {
		height: 80px;
	}

	.ruocylogo {
		width: 250px;
		height: 50px;
		margin-top: 15px;
	}

	.ruocy-nav-box {
		width: calc(100% - 360px);
	}

	.ruocynav li {
		margin-right: 10px;
		height: 80px;
		font-size: 17px;
		line-height: 80px;
	}

	.ruocynav li:hover dl.subnav {
		top: 80px;
	}

	.ruocynav li:hover dl.subnav dd {
		width: 100px;
		line-height: 25px;
		font-size: 14px;
	}

	.ruocy-search {
		margin-top: 22px;
	}

}

@media (min-width:992px) and (max-width: 1199px) {
	.ruocy-nav-bg {
		height: 70px;
	}

	.ruocylogo {
		width: 200px;
		height: 40px;
		margin-top: 15px;
	}

	.ruocy-nav-box {
		width: calc(100% - 220px);
	}

	.ruocynav li {
		margin-right: 6px;
		height: 70px;
		font-size: 16px;
		line-height: 70px;
	}

	.ruocynav li:hover dl.subnav {
		top: 70px;
	}

	.ruocynav li:hover dl.subnav dd {
		width: 100px;
		line-height: 25px;
		font-size: 14px;
	}

	.ruocy-search {
		width: 40px;
		height: 30px;
		margin-top: 20px;
		margin-left: 10px;
	}

	.ruocy-so {
		width: 30px;
		height: 30px;
	}

	.ruocy-so i {
		line-height: 30px;
		font-size: 25px;
	}


	.ruocybanner .rc-yc {
		bottom: 120px;
	}

	.ruocybanner .text h4 {
		font-size: 50px;
	}

	.ruocybanner .text p {
		font-size: 24px;
	}

	.ruocy-main {
		padding: 25px 0;
	}

	.ruocy-main-bt {
		margin-top: 20px;
		font-size: 36px;
	}
.about-title h2 {
font-size: 36px;
}
	.data-article p img {
		max-width: 800px;
	}

}

@media (min-width:768px) and (max-width: 991px) {
	.ruocy-mobile-logo {
		width: 200px;
		height: 40px;
	}

	.ruocybanner {
		margin-top: 70px;
		height: auto;
	}

	.ruocybanner .swiper-slide {
		height: 0;
		padding-bottom: 56%;
	}

	.ruocybanner .swiper-slide img {
		height: 100%;
	}

	.ruocybanner .text h4 {
	font-size: 44px;
	margin: 0 0 15px;
	letter-spacing: 5px;
	}

	.ruocybanner .text p {
	font-size: 21px;
	letter-spacing: 3px;
	}

	.ruocy-main {
		padding: 20px 0;
	}

	.ruocy-main-bt {
		margin-top: 20px;
		font-size: 30px;
	}
 .about-title h2 {
font-size: 30px;
}
	.ruocy-person .item:hover .box .sigle {
		opacity: 1;
	}

	.promotion li em {
		font-size: 45px;
	}

	.copyright {
		margin-bottom: 20px;
	}

	.ruocykong {
		height: 70px;
	}

	.data-article p img {
		width: 90%;
	}
	.ruocy-flow-item {
		width: 50%;
	}
}

@media (max-width: 767px) {

	.team-name p{
	    font-size: 24px;
	}
	
	.team-other {
		margin-top:10px;
	}

	.ruocy-mobile-logo {
		width: 200px;
		height: 40px;
	}

	.ruocy-search-box {
		width: 80%;
		padding-top: 25%;
	}

	.ruocybanner {
		margin-top: 70px;
		height: auto;
	}

	.ruocybanner .swiper-slide {
		height: 0;
		padding-bottom: 56%;
	}

	.ruocybanner .swiper-pagination {
		bottom: 10px;
	}

	.ruocybanner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		background: #fff;
		border-radius: 100%
	}

	.ruocybanner .swiper-pagination-bullet-active {
		width: 10px;
		background: #d5b054;
		border-radius: 100%
	}
.ruocybanner .text h4 {
	font-size: 40px;
	margin: 0 0 5px;
	letter-spacing: 0px;

}

.ruocybanner .text p {
	font-size: 20px;
	letter-spacing: 0px;
}
	.ruocy-main {
		padding: 15px 0;
	}

	.ruocy-main-bt {
		margin-top: 30px;
		margin-bottom: 0px;
		font-size: 24px;
	}
   .about-title h2 {
	font-size: 24px;
	}
	.ruocy-service {
		height: 130px;
		background: none;
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 40px;
	}

	.ruocy-service a {
		display: block;
		width: 100%;
		height: 90px;
		padding-top: 0px;
	}

	.ruocy-service:hover {
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.ruocy-service i {
		width: 70px;
		height: 70px;
		font-size: 40px;
		line-height: 70px;
	}

	.ruocy-person .item .box .sigle {
		font-size: 18px;
		font-weight: normal;
	}

	.ruocy-person .item:hover .box .sigle {
		opacity: 1;
	}

	.person-swiper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.ruocy-person .item .box .sigle {
		background-image: none;
	}

	.rc-new-card h4 {
		font-size: 20px;

	}

	.promotion li em {
		font-size: 40px;
	}

	.promotion li span {
		font-size: 24px;
	}

	.copyright {
		margin-bottom: 10px;
	}


	.backTop {
		bottom: 220px;
		right: 15px;
		width: 35px;
		height: 35px;
	}

	.backTop i {
		font-size: 25px;
		line-height: 35px;
	}

	.page-ban-pic {
		width: 100%;
		height: 200px;
		background-size: cover !important;
		overflow: hidden;
	}

	.ruocykong {
		height: 70px;
	}

	.page-ban-link h2 {
		font-size: 20px;
	}

	.newslist ul li .new-title {
		line-height: 30px;
		font-size: 18px;
	}

	.newslist ul li .new-info {
		max-height: 90px;
	}

	.page-num {
		display: none;
	}

	.pagenum .pages a:hover {
		background: #d9241b;
		border: 1px solid #d9241b;
	}

	.article-title h2 {
		font-size: 24px;
		line-height: 40px;
	}

	.article-author {
		font-size: 15px;
		line-height: 30px;
	}

	.data-article p img {
		width: 90%;
	}

	.data-article {
		line-height: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.data-article p {
		font-size: 16px;
	}
	.ruocy-flow-item {
		width: 50%;
	}
}

@media (max-width: 480px) {
	#ruocy-mobile-header {
		height: 50px;
	}

	.ruocy-mobile-header {
		margin: 0px 20px 0px 10px;
	}

	#ruocy-mobile-menu {
		top: 50px;
	}

	.ruocy-mobile-logo {
		width: 150px;
		height: 30px;
		margin-top: 10px;
	}

	.ruocybanner {
		margin-top: 50px;
		height: auto;
	}
.ruocybanner .text h4 {
	font-size: 30px;
	margin: 0 0 5px;
	letter-spacing: 0px;
}

.ruocybanner .text p {
	font-size: 18px;
	letter-spacing: 0px;
}
	.ruocy-person .item .box .sigle {
		font-size: 16px;
		font-weight: normal;
	}

	.promotion li em {
		font-size: 30px;
	}

	.promotion li span {
		font-size: 20px;
	}

	.ruocykong {
		height: 50px;
	}
	.ruocy-flow-item {
		width: 100%;
	}
.ruocy-select-box .search-box {
	width:calc( 100% - 90px);
}
}

@media (max-width: 320px) {
	.ruocy-mobile-logo {
		width: 140px;
		height: 25px;
		margin-top: 11px;
	}
.ruocybanner .text h4 {
	font-size: 24px;
}
.ruocybanner .text p {
	font-size: 15px;
}
}
