@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
video,
a,
map,
dl,
dt,
dd,
img,
area,
table,
td,
textarea {
	font-family: Microsoft Yahei, SimSun, Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	outline: none;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

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;
}


::selection {
	color: #fff;
	background: #0d6cff;
}

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	background: #f6f6f6;

}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #0d6cff;
	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;
	
}

.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;
}




.language {
	float: right;
	color: #666;
	font-size: 14px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
	padding: 0 5px;
	margin-right: 0px;
	margin-top: 4px;
	position: relative;

}

.language:hover {
	color: #333;
	border: 1px solid #e4e4e4;
}

.language div {
	width: 100px;
	height: 30px;
}

.language div span {
	position: relative;
	width: 60px;
	height: 30px;
	font-size: 14px;
	margin-right: 0;
	display: inline-block;
}

.language div i {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 18px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}

.language ul {
	width: 100px;
	line-height: 30px;
	overflow: hidden;
	display: none;
	top: 28px;
	left: -1px;
	position: absolute;
	background: #fff;
	z-index: 9999;
	border: 1px solid #e4e4e4;
	border-top: 0;
}

.language ul li {
	padding: 0 5px;
	line-height: 28px;
	font-size: 14px;
}

.language ul li:hover {
	color: #0d6cff;
	background: #e7ebf1;
}

.language ul li a {
	width: 100px;
	font-size: 14px;
	display: inline-block;
}

.flag {
	width: 16px;
	height: 11px;
	line-height: 11px;
	display: inline-block;
	background: url(../images/flags.png) no-repeat;
	margin-right: 5px;
}

.flag-en {
	background-position: -192px -66px;
}

.flag-cn {
	background-position: -224px -34px;
}


.ruocyheader {
	position: fixed;
	z-index: 9;
	width: 100%;
}

.ruocyhead {
	position: fixed;
	z-index: 9;
	width: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.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;
}

.ruocyhead .ruocy-nav-bg {
	background: #fff;
}

.topbar {
	width: 100%;
	height: 40px;
	background: #f3f6f8;
	border-bottom: 1px solid #e7ebed;
	position: relative;
}

.welcome {
	float: left;
	font-size: 15px;
	line-height: 40px;
	color: #333;
	margin-left: 0px;
}

#todayWeek {
	font-size: 15px;
	font-weight: normal;
	color: #333;
}

.search {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: -2px;
	right: 120px;
}

.search i {
	font-size: 24px !important;
	color: #999;
}

.search .so {
	width: 280px;
	height: 32px;
	display: block;
	position: absolute;
	top: 5px;
	left: -250px;
	z-index: 9;
}

.search:hover .so {
	display: block;
	z-index: 9;
}

.search .so .input_text {
	float: left;
	padding-left: 10px;
	width: 220px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	border: 1px solid #ddd;
	outline: none;
}

.search .so .input_submit {
	float: right;
	border: 0;
	color: #fff;
	outline: none;
	width: 60px;
	display: block;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	background: #1c2d45;
}

.ruocylogo {
	display: inline-block;
	width: 250px;
	height: 50px;
	font-size: 0;
	margin-top: 20px;
}

.ruocylogo h1 {
	float: left;
	width: inherit;
	height: inherit;
	font-size: 0px;
	background: url("../images/white-logo.png") no-repeat center center;
	background-size: contain;
}

.ruocyhead .ruocylogo h1 {
	background: url("../images/color-logo.png") no-repeat center center;
	background-size: contain;
}


#ruocy-menu {
	float: right;
	height: 90px;
}

.ruocynav li {
	float: left;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	height: 90px;
	line-height: 90px;
	font-weight: normal;
	margin: 0;
}
.ruocynav li a {
	display: block;
	height: 90px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.ruocynav li a:hover {
	display: block;
	color: #fff;
}

.ruocynav li.active {
	display: block;
	color: #f00;
	font-weight: bold;
}

.ruocynav li.active a {
	color: #f00;
	font-weight: bold;
}

.ruocynav li:hover {
	position: relative;
	z-index: 9998;
	color: #f00;
}

.ruocynav li:hover a {
	color: #f00;
}

.ruocyhead .ruocynav li {
	color: #363636;
}

.ruocyhead .ruocynav li a {
	color: #333;
}

.ruocyhead .ruocynav li a:hover {
	color: #254993;
}

.ruocyhead .ruocynav li.active {
	color: #254993;
}

.ruocyhead .ruocynav li.active a {
	color: #254993;
}

.ruocyhead .ruocynav li:hover {
	color: #254993;
}

.ruocyhead .ruocynav li:hover a {
	color: #254993;
}
 .ruocyhead .ruocynav li:nth-child(3) a {
	  color:#f00!important;
  }
 .ruocyhead .ruocynav li:nth-child(5) a {
  	  color:#f00!important;
  }
  .ruocyhead .ruocynav li:nth-child(8) a {
   	  color:#f00!important;
   }
   .mobilenav li:nth-child(3) a {
   	  color:#f00!important;
    }
   .mobilenav li:nth-child(5) a {
    	  color:#f00!important;
    }
    .mobilenav li:nth-child(8) a {
     	  color:#f00!important;
     }
.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;
	font-size: 16px;
	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;
	height: 30px;
	line-height: 30px;
}

.ruocynav li:hover dl.subnav dd:hover {
	color: #fff;
	background: #004385;
}

.ruocynav li:hover dl.subnav dd:hover a {
	color: #fff;
}

.ruocynav li.active dl.subnav dd a {
	font-weight: normal;
}

.ruocy-kong {
		margin: 0 auto;
		width: 100%;
		height: 130px;
	}

.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-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: 20px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	z-index: 8;
}

.ruocybanner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	opacity: .5;
	transition: .6s;
}

.ruocybanner .swiper-pagination-bullet-active {
	width: 30px;
	background: #0d6cff;
	opacity: 1;
	transition: .6s
}


.ruocy-main {
	margin: 0 auto;
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

.ruocy-main-bt {
	margin: 0 auto;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333;
	margin-top: 25px;
	margin-bottom: 20px;
}

.ruocy-main-bt a {
	color: #333;
}

.ruocy-main-bt a:hover {
	color: #0d6bff;
}

.ruocy-main-bt0 {
	color: #fff !important;
}

.ruocy-select {
	margin: 20px auto;
	overflow: hidden;
}

.ruocy-select ul {
	overflow: hidden;
}

.ruocy-select ul li {
	float: left;
	width: 32%;
	margin: 8px 1%;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	background: #fff;
	border: 1px solid #ddd;
}

.ruocy-select ul li:nth-child(1) {
	margin: 8px 1% 8px 0px !important;
}

.ruocy-select ul li:nth-child(3n) {
	margin: 8px 0% 8px 1% !important;
}

.ruocy-select ul li:nth-child(3n+1) {
	margin: 8px 1% 8px 0px !important;
}

.ruocy-select ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: #333;
}

.ruocy-select ul li:hover a {
	color: #0f57fb;
}

.ruocy-select ul li.active {
	color: #0f57fb;
	text-decoration: none;
	font-weight: normal;
}

.ruocy-select ul li.active a {
	color: #0f57fb;
}

.rc-pro {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.ruocy-product {
	padding: 10px 5px;
	width: 100%;
	overflow: hidden;
	clear: both;
}


.ruocy-product .box {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.ruocy-product .box:hover {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin-top: -10px;
}

.ruocy-product .box .pic {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.ruocy-product .box .pic img {
	width: 100%;
	height: 100%;
}

.ruocy-product .box h5 {
	display: block;
	padding: 5px 5px;
	font-size: 14px;
	color: #888;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
}

.ruocy-product .box h2 {
	display: block;
	padding: 10px 5px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ruocy-product:hover .box h2 {
	color: #0d6bff;
}


.about-jn {
	background: url(../images/about-bg.png) top center no-repeat;
	background-size: cover;
	padding: 30px 15px;
	overflow: hidden;
	margin-top: 20px;
}

.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: 32px;
	color: #333;
	font-weight: bold;
}

.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: #2a7efb;
	border: 1px solid #2a7efb;
	color: #fff;
}

.perfor {
	background: url(../images/perfor-bg.jpg) bottom center no-repeat;
	background-size: cover;
	padding: 15px 0 35px 0;
}

.perfor-swiper {
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}


.perfor-swiper .perfor-pagination {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	overflow: hidden;
	z-index: 8;
}

.perfor-swiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 100%
}

.perfor-swiper .swiper-pagination-bullet-active {
	background: #2a7efb;
}

.ruocy-perfor {
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}

.ruocy-perfor .item {
	position: relative;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ruocy-perfor .item:hover {}

.ruocy-perfor .item img {
	display: block;
	width: 100%;
	position: relative;
	object-fit: cover;
}

.ruocy-perfor .item .box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.ruocy-perfor .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-perfor .item .box .sigle {
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 100%;
	transform: translateX(-50%);
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	z-index: 9;
	text-align: center;
	line-height: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 5px;
	background: rgba(0, 51, 163, .8)
}

.ruocy-perfor .item:hover .box .sigle {
	background: rgba(204, 0, 0, .8)
}

.ruocy-perfor .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-perfor .item:hover .box .cont {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.ruocy-perfor .item .box .cont h5 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.ruocy-perfor .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-perfor .item:hover .box .cont .des {
	opacity: 1;
	visibility: visible;
}

.ruocy-perfor .item .box .cont .icon-more {
	margin-top: 20px;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}

.rc-news {
	margin-top: 20px;
	background: rgba(255, 255, 255, 0.39);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}

.rc-new-card {
	width: 100%;
	overflow: hidden;
}

.rc-new-card img {
	width: 100%;
	height: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.rc-new-card:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.rc-new-body {
	width: 100%;
}

.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: 18px;
	text-align: left;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new-first .new-title a:hover {
	color: #2a7efb;
}

.new-first .new-dec {
	width: 100%;
	height: 50px;
	line-height: 25px;
	font-size: 15px;
	color: #999;
	text-align: left;
	overflow: hidden;
}



.footer {
	width: 100%;
	padding: 15px 0;
	background: #171717;
	overflow: hidden;
}

.footer .f-tit {
	height: 50px;
	line-height: 40px;
	position: relative;
	margin-bottom: 10px;
}

.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: 0px;
	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 .colm-list {
	margin: 0 auto;
	display: table;
	width: 100%;
}

.footer .colm-list ul {
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-top: 8px;
}

.footer .colm-list ul li {
	float: left;
	width: 49%;
	margin-right: 1%;
	font-size: 16px;
	color: #dae8f7;
	line-height: 35px;
	text-align: left;
}

.footer .colm-list ul li i {
	margin-right: 5px;
	font-size: 15px;
}

.footer .colm-list ul li a {
	color: #989898;
	width: 100%;
}

.footer .colm-list ul li a:hover {
	color: #0d6cff;
}

.footer .bot-logo {
	margin: 0 auto;
	width: 200px;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}

.footer .bot-logo img {
	width: 200px;
	height: 50px;
}

.footer .tool {
	margin: 0 auto;
	width: 240px;
	margin-top: 30px;
}

.footer .tool ul li {
	float: left;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	margin: 0 10px 15px 10px;
	position: relative;
}

.footer .tool ul li i {
	display: block;
	font-size: 25px;
	line-height: 40px;
	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;
}

.ruocy-weixin:hover~.foot-code {
	opacity: 0.9;
	top: -140px;
}

.ruocy-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: #2a7efb;
	transition: .5s;
}

.copyright {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	background: #111;
	text-align: center;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #ff0000;
}


.copyright em {
	font-style: normal;
	margin-left: 20px;
}

#side {
	width: 120px;
	height: 250px;
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

#side .zixun {
	width: 120px;
	height: 190px;
	background: #fff;
	border-radius: 63px 63px 4px 4px;
	box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#side .zixun .ruocy-guanbi {
	font-size: 12px;
	color: #b7c8e8;
	position: absolute;
	right: 5px;
	top: 0;
}

#side .zixun .kefu_avatar {
	width: 90px;
	height: 90px;
	margin-top: 15px;
}

#side .zixun .hot_phone {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	padding-left: 2px;
}

#side .zixun .phone_number {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 16px;
	color: #333333;
	margin-top: 8px;
}

#side .backTop {
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
	color: #333;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
}

.backTop i {
	font-size: 20px;
	line-height: 40px;
	color: #666;
}

.backTop:hover {
	color: #2a7efb;
}

.backTop:hover i {
	color: #2a7efb;
}

.backTop b {
	font-weight: normal;
	font-size: 15px;
	vertical-align: middle;
}

#sm_side {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 20px;
	bottom: 60px;
	z-index: 99;
}

#sm_side .hide_kefu {
	width: 50px;
	height: 50px;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
}

#sm_side .hide_kefu i {
	font-size: 30px;
	line-height: 50px;
	color: #2a7efb;
}


.d-none {
	display: none;
}

.d-block {
	display: flex;
}


.page-ban {
	position: relative;
	overflow: hidden;
	margin-bottom: -5px;

}

.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;
}

.ruocy-new-class {
	margin-top: 20px;
	overflow: hidden;
}

.ruocy-new-class ul {
	overflow: hidden;
}

.ruocy-new-class ul li {
	float: left;
	width: 18.4%;
	margin: 0px 1%;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	background: #fff;
	border: 1px solid #ddd;
}

.ruocy-new-class ul li:nth-child(1) {
	margin: 0px 1% 0px 0px !important;
}

.ruocy-new-class ul li:nth-child(5) {
	margin: 0px 0% 0px 1% !important;
}

.ruocy-new-class ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	color: #333;
}

.ruocy-new-class ul li:hover a {
	color: #0f57fb;
}

.ruocy-new-class ul li.active {
	color: #0f57fb;
	text-decoration: none;
	font-weight: normal;
}

.ruocy-new-class ul li.active a {
	color: #0f57fb;
}

.newslist {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}

.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: #0d6bff;
	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: 25px;
	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;
	overflow: hidden;
}

.newslist ul li .new-more a {
	margin-bottom: 20px;
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 16px;
	color: #333;
	background: #fff;
}

.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: #0d6bff;
	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 40px 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: #0d6bff;
	color: #fff;
	border: 1px solid #0d6bff;
	text-decoration: none;
	font-weight: normal;
}

.pagenum .pages .page-num-current {
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #0d6bff;
	background: #0d6bff;
	margin: 0 5px;
	font-size: 16px;
	color: #fff;
}

.pagenum .pages .current {
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #0d6bff;
	background: #0d6bff;
	margin: 0 5px;
	font-size: 16px;
	color: #fff;
}

.detail-article {
	margin: 20px auto;
	position: relative;
	padding: 30px;
	background: #fff;
	overflow: hidden;
}

.article-title h2 {
	margin: 0 auto;
	font-size: 28px;
	text-align: center;
	line-height: 30px;
	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;
	color: #333;
	margin-top: 30px;
	margin-bottom: 30px;
}
.data-article .table {
	margin:0 auto;
	width: 80% !important;
	overflow-x: auto;
}
.data-article table {
	margin:0 auto;
	text-align: center;
	min-width: 960px;
	width: 80% !important;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	border-collapse: collapse;
	border-spacing: 0;
}

.data-article table td {
	padding: 5px;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
}

.data-article p {
	text-indent: 2em;
	font-size: 18px;
	line-height: 36px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.data-article2 {
	font-size: 16px;
	line-height: 30px;
}

.data-article2 p {
	font-size: 16px;
	line-height: 25px;
}

.data-article p img {
	text-align: center;
	vertical-align: middle;
	max-width: 1000px;
	height: auto;
	margin-top: 5px;
}
.data-article2 p img {
	text-align: center;
	vertical-align: middle;
	max-width: 700px;
	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;
}

.ruocy-form {
	overflow: hidden;
	margin-top: 0px;
}

.ruocy-form-txt {
	font-size: 16px;
	color: #333;
	line-height: 21px;
	margin-bottom: 15px;
}

.ruocy-form ul {
	width: 100%;
	overflow: hidden;
}

.ruocy-form li {
	margin-bottom: 14px;
	position: relative;
	float: left;
	width: 49%;
	margin-right: 2%;
}

.ruocy-form li:nth-of-type(even) {
	margin-right: 0;
}

.ruocy-form li:nth-of-type(6) {
	width: 50%;
	height: 0;
	margin-bottom: 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;
	font-size: 16px;
}

.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-size: 16px;
}

.ruocy-form input:-moz-placeholder,
.ruocy-form textarea:-moz-placeholder {
	color: #333;
	font-size: 16px;
}

.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: #0757d2;
	color: #fff;
	height: 120px;
}

.ruocy-form button i {
	font-size: 70px;
}

.ruocy-form button:hover {
	opacity: 0.85;
}

.ruocy-case {
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
}

.ruocy-case ul {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.ruocy-case li .box {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	background: #fff;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 20px;
}

.ruocy-case 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);
}

.ruocy-case li .box .pic {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.ruocy-case li .box .pic img {
	width: 100%;
	height: 100%;
}

.ruocy-case li .box h5 {
	padding: 5px 15px;
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: normal;
}

.ruocy-case li:hover .box h5 {
	color: #0d6bff;
}

.contact {
	margin: 20px auto;
	width: 80%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
}

.contact h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}

.contact .contact-list {
	width: 100%;
	overflow: hidden;
}

.contact .contact-list li {
	float: left;
	width: 100%;
	line-height: 35px;
	font-size: 18px;
	color: #333;
}

.contact .contact-list li i {
	margin-right: 10px;
	color: #999;
}

.ruocy-map {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.ruocy-map img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}

.xin-tip {
	margin: 0 auto;
	width: 80%;
	padding: 10px;
	border: 1px dashed #ccc;
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
	margin-top: 30px;
}

.ruocy-gbook {
	margin: 0 auto;
	width: 80%;
	overflow: auto;
	zoom: 1;
	margin-top: 30px;
	margin-bottom: 30px;
}

.ruocy-gbook label {
	float: left;
	width: 20%;
	height: 60px;
	line-height: 60px;
	text-align: right;
	color: #363636;
	font-size: 16px;
}

.ruocy-gbook label em {
	color: #f00;
	margin-right: 5px;
	font-size: 16px;
}

.ruocy-gbook .ybox {
	float: left;
	width: 80%;
	height: 60px;
}

.ruocy-gbook .ybox input {
	height: 42px;
	text-align: left;
	border: 1px solid #ddd;
	margin-top: 9px;
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
}

.ruocy-gbook .ybox span {
	margin-left: 20px;
	color: #f00;
	font-size: 14px;
}

.ruocy-gbook .ybox2 {
	float: left;
	width: 80%;
	height: 120px;
}

.ruocy-gbook .ybox2 textarea {
	text-align: left;
	border: 1px solid #ddd;
	margin-top: 9px;
	font-size: 14px;
	padding-left: 10px;
	width: 100%;
	height: 120px;
}

.ruocy-gbook .ybox3 {
	float: left;
	width: 30%;
	height: 60px;
	margin-top: 15px;
}

.ruocy-gbook .ybox3 input {
	height: 42px;
	text-align: left;
	border: 1px solid #ddd;
	margin-top: 9px;
	font-size: 14px;
	padding-left: 10px;
	width: 50%;
}

.ruocy-gbook .ybox3 button {
	height: 45px;
	border: 0px solid #ddd;
	margin-top: 9px;
	padding-left: 10px;
}

.ruocy-gbook .ybox4 {
	float: left;
	width: 80%;
	height: 60px;
	margin-top: 15px;
}

.ruocy-gbook .ybox4 input {
	height: 42px;
	text-align: left;
	border: 1px solid #ddd;
	margin-top: 9px;
	font-size: 14px;
	padding-left: 10px;
	width: 40%;
}

.ysub {
	width: 100%;
	line-height: 45px;
	background: #0368cd;
	background-image: linear-gradient(to bottom right, #2d88e2, #0368cd);
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	border: 0;
	cursor: pointer
}

.showpic_box,
.proinfo_box {
	margin: 30px 0px 20px 0px;
}

.product_h1 {
	margin: 0px;
	line-height: 22px;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #c00;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}

.product_info {
	list-style: none;
	padding: 0px;
	margin-top: 10px;
}

.product_info p {
	line-height: 28px;
}

.product_btn {
	margin-top: 25px;
}

.showpic_box {
	border: 1px solid #ccc;
	padding:10px;
}
.showpic_box img {
	width:100%;
	height:auto;
}
#pic-page {
	text-align: center;
	margin-top: 10px;
}

#pic-page a {
	margin: 0 2px;
}

#pic-page a img {
	width: 50px;
	padding: 2px;
	border: solid #ccc 1px;
	margin-bottom: 5px;
}

#pic-page a:hover img,
#pic-page a.active img {
	border: solid #5280DD 1px;
}

#pic-page a img {
	width: 45px;
	height: 45px;
}

.product-breif {
	width: 100%;
	height: 100%;
	min-height: 420px;
	line-height: 32px;
	float: right;
	position: relative;
	margin-top: 25px;
	padding-bottom: 30px;

}

.product-breif h1 {
	font-size: 24px;
	color: #0d6cff;
	padding-bottom: 5px;
}


.product-specification {
	line-height: 26px;
	padding: 15px 0;
	height: 100%;
	overflow: hidden;
	border-top: 1px dashed #e5e9f1;
	border-bottom: 1px dashed #e5e9f1;
}

.product-specification li {
	float: left;
	font-size: 16px;
	line-height: 21px;
	color: #333;
}

.product-specification li span {
	color: #999;
	width: 80px;
	font-size: 16px;
	display: inline-block;
}

.product-abstract {
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
}



.btn-contact {
	height: 40px;
	padding: 20px 0;
	position: relative;
}

.btn-contact>a {
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	text-align: center;
	float: left;
	margin-right: 20px;
	border-radius: 20px;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, #007bff, #2f90f9, #57a6fb, #007bff);
	box-shadow: 0 2px 6px 0 rgba(65, 132, 234, 0.75);
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn-contact>a:nth-child(2) {
	background-image: linear-gradient(to right, #07b403, #5ec05c, #7bc779, #07b403);
	box-shadow: 0 2px 6px 0 rgba(23, 168, 108, 0.75);
}

.btn-contact>a:hover,
.btn-contact>a:last-child:hover {
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.chat-type {
	background: #e5e9f1;
	width: auto;
	position: absolute;
	line-height: 20px;
	text-align: center;
	left: 380px;
	top: 20px;
	border-radius: 4px;
	display: none;
	z-index: 9;
}

.chat-type::before {
	margin-left: -20px;
	margin-top: 10px;
	float: left;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px;
	border-style: solid;
	border-color: transparent #e5e9f1 transparent transparent;
}

.chat-type ul li {
	height: 100%;
	overflow: hidden;
	padding: 10px;
	float: left;
	border-right: 1px solid #d9e0ec;
}

.chat-type ul li:last-child {
	border-right: none;
}

.chat-type ul li p {
	font-size: 15px;
}

.chat-type a {
	color: #e7ffea;
	height: 22px;
	line-height: 22px;
	text-align: center;
	padding: 0 10px;
	background: #1ad230;
	display: inline-block;
	border-radius: 11px;
	float: left;
}

.download-pdf {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #e5e9f1;
	padding: 0 10px;
	background: #fff;
	line-height: 30px;
	display: inline-block;
}

.download-pdf i {
	font-size: 18px;
	margin-right: 10px;
}

.download-pdf:hover {
	color: #ee3137;
	border: 1px solid #ee3137;
}

.download-pdf-disabled,
.download-pdf-disabled:hover {
	color: #999;
	background: #ddd;
	cursor: not-allowed;
	pointer-events: none;
	border: 1px solid #ccc;
}

.product-detail {
	margin: 15px auto 0 auto;
	overflow-x: auto !important;
}

.product-detail h3 {
	color: #333;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	background: #fff;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.product-detail .content {
	background: #f6f6f6;

}

.product-detail .content .table {
	margin:0 auto;
	width: 80% !important;
	overflow-x: auto;
}

.product-detail .content table {
	margin:0 auto;
	text-align: center;
	min-width: 960px;
	width: 80% !important;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	border-collapse: collapse;
	border-spacing: 0;
}

.product-detail .content table td {
	padding: 5px;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
}

.product-detail .content p {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

#video {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

#video video {
	width: 100%;
	height: auto;
	object-fit: fill;
}

#video .VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 10;
}

.product-detail .content .VideoBtn img {
	width: 40px;
	height: 40px;
	z-index: 10;
}

.product-detail .content img {
	text-align: center !important;
}

#tabs-container {
	height: auto;
	overflow: hidden;
}

.tabs {
	background: #fff;
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin-top: 20px;
}

.tabs a {
	font-weight: normal;
	text-align: center;
	float: left;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

.tabs a.active {
	border-bottom: 2px solid #0d6cff;
	color: #0d6cff;
}


#product-inquiry {
	padding-top: 15px;
}

.ruocy-gbook {
	margin: 0 auto;
	font-size: 15px;
}

.ruocy-gbook .gbook input[type=text] {
	margin-bottom: 15px;
	padding: 5px 5px 5px 10px;
	width: 100%;
	height: 45px;
	font-size: 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 5px 6px 0px rgba(236, 236, 236, .5);
}

.ruocy-gbook .gbook textarea[type=text] {
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	width: 100%;
	height: 135px;
	font-size: 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 5px 6px 0px rgba(236, 236, 236, .5);
}

.ruocy-gbook .ver img {
	position: absolute;
	top: -13px;
	left: 120px;
	width: 120px;
	height: 45px;
	vertical-align: middle;
	box-shadow: 1px 5px 6px 0px rgba(236, 236, 236, .5);
}

.ruocy-gbook input[type=text]:focus,
.ruocy-gbook textarea[type=text]:focus {
	border-color: #3399ff;
	outline: none;
}

.ruocy-gbook label {
	position: relative;
}

.ruocy-gbook label i.iconfont {
	position: absolute;
	top: 0px;
	left: 15px;
	font-size: 16px;
	color: #ccc;
}

.ruocy-gbook input[type=text]:focus+i.iconfont,
.ruocy-gbook textarea[type=text]:focus+i.iconfont {
	color: #3399ff;
}

.ruocy-gbook button {
	margin: 0 auto !important;
	display: block;
	padding: 8px 18px;
	width: 150px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	white-space: normal;
	-webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	-o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #0d6cff;
	border: 1px solid transparent;
	border-radius: 20px;
	cursor: pointer;
	outline: none;
}

.ruocy-gbook button[disabled],
.ruocy-gbook button[disabled]:hover {
	color: #fff;
	background-color: #397EC7;
	border-color: #397EC7;
	cursor: not-allowed;
	opacity: .65;
}

.ruocy-gbook button:hover {
	background-color: #0472e0;
	border-color: #0472e0;
}

.ruocy-why {
	background: url(../images/why-bg.png) top center no-repeat;
	background-size: cover;
	padding: 30px 15px;
	overflow: hidden;
}

.ruocy-service {
	width: 100%;
	height: 160px;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	margin-top: 10px;
	clear: both;
	border-radius: 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.ruocy-service a {
	display: block;
	width: 100%;
	height: 130px;
}


.ruocy-service:hover {
	border: 1px solid #eee;
}


.ruocy-service i {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	font-size: 80px;
	color: #0a87de;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	margin-top: 15px;
}


.ruocy-service h2 {
	margin: 0 auto;
	width: 98%;
	height: 60px;
	font-weight: normal;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
}

.ruocy-service:hover {
	background: #0d6bff;
	transition: .6s;
}

.ruocy-service:hover h2,
.ruocy-service:hover i {
	color: #fff;
}

.ruocybanner {
	height: 75vh;
	position: relative;
}

.ruocybanner video {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1920px;
	height: 1080px;
	margin: -540px 0 0 -960px;
}

.ruocybanner .text {
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
	background: url(../images/screen.png);
}

.ruocybanner .text .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ruocybanner .text h4 {
	font-size: 45px;
	color: #fff;
	text-shadow: 0 2px 2px #333333;
	margin: 0 0 30px;
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.ruocybanner .text p {
	font-size: 22px;
	color: #fff;
	margin: 0;
	text-shadow: 0 2px 2px #333333;
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.ruocybanner .text a {
	display: block;
	color: #fff;
	margin: 40px auto 0;
	border: 1px solid #fff;
	border-radius: 50px;
	line-height: 42px;
	font-size: 18px;
	width: 180px;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.ruocybanner .text a:hover {
	color: #fff;
	background-color: #e62022;
	border-color: #e62022;
}

.ruocybanner .img-cover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ruocybanner .swiper-pagination {
	display: none;
}

.ruocybanner .ani-slide h4,
.ruocybanner .ani-slide p {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.ruocy-huoban {
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
}

.ruocy-huoban ul {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.ruocy-huoban li .box {
	display: block;
	width: 100%;
	padding: 10px;
	background: #fff;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 20px;
}

.ruocy-huoban 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);
}

.ruocy-huoban li .box .pic {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.ruocy-huoban li .box .pic img {
	width: 100%;
	height: 100%;
}