@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	display: block;
	max-width: 100%;
}
a, a:hover {
	color: inherit;
	text-decoration: none;
}
ul, li {
	list-style: none;
}
html {
	background-color: #c2edef;
}
body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
}
.virtual-scroll {
	position: fixed;
	width: 17px;
	height: 100vh;
	right: 0;
	top: 0;
	z-index: 35;
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
}
.virtual-scroll:hover {
	opacity: 1;
	background-color: #f1f1f1;
}
.virtual-scroll:before {
	content: '';
	position: absolute;
	width: 100vw;
	right: 0;
	height: 100vh;
	top: 0;
	display: none;
	z-index: -1;
}
.virtual-scroll.dblclick:hover:after {
	content: '双击返回顶部';
	position: absolute;
	line-height: 40px;
	padding: 0 30px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	right: 25px;
	bottom: 50px;
	white-space: nowrap;
	pointer-events: none;
	font-size: 14px;
}
.virtual-scroll.active {
	opacity: 1;
}
.virtual-scroll.mousedown:before {
	display: block;
}
.virtual-scroll .virtual-scroll-thumb {
	position: absolute;
	width: 13px;
	height: 200px;
	background-color: #55dce6;
	left: 2px;
	top: 0;
	-webkit-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	transition: background-color 0.25s;
	cursor: pointer;
}
.virtual-scroll .virtual-scroll-thumb:hover {
	background-color: #01c8fd;
}
.virtual-scroll .virtual-scroll-thumb:hover.active {
	background-color: #087bff;
}
.virtual-scroll .virtual-scroll-thumb.active {
	background-color: #087bff;
}
html, body {
	scrollbar-width: none;
}
::-webkit-scrollbar {
 display: none;
}
@font-face {
	font-family: 'LEMON';
	src: url('../fonts/fonteditor.eot');
	src: url('../fonts/fonteditor.eot?#iefix') format('embedded-opentype'), url('../fonts/fonteditor.woff2') format('woff2'), url('../fonts/fonteditor.woff') format('woff'), url('../fonts/fonteditor.ttf') format('truetype'), url('../fonts/fonteditor.svg#iconfont') format('svg');
}
@font-face {
	font-family: 'iconfont';
	/* project id 1912107 */
	src: url('../fonts/font_icon.eot');
	src: url('../fonts/font_icon.eot?#iefix') format('embedded-opentype'), url('../fonts/font_icon.woff2') format('woff2'), url('../fonts/font_icon.woff') format('woff'), url('../fonts/font_icon.ttf') format('truetype'), url('../fonts/font_icon.svg#iconfont') format('svg');
}
.iconfont {
	font-family: 'iconfont';
}
body {
	font-family: 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 14px;
	color: #3e3e3e;
	position: relative;
	background-color: #fff;
}
@media (min-width: 1366px) {
a:hover {
	color: #0099cb !important;
}
}
.pages, .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0 0;
	font-size: 14px;
}
.pages a {
	display: block;
	line-height: 35px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	padding: 0 10px;
	min-width: 37px;
	text-align: center;
	margin: 0 3px;
}
.pages a.active {
	background-color: #2fa9ce;
	color: #fff !important;
	border-color: #2fa9ce;
	pointer-events: none;
}
.pages a:hover {
	color: #fff !important;
	border-color: rgba(47, 169, 206, 0.5);
	background-color: rgba(47, 169, 206, 0.5);
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none !important;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.nav {
	height: 80px;
	-webkit-transition: height 0.55s;
	-o-transition: height 0.55s;
	transition: height 0.55s;
}
.nav.on-search {
	height: 210px;
}
.nav.on-search .fixed-box .search-box {
	height: 130px;
	padding-top: 35px;
}
@media (max-width: 767px) {
.nav.on-search .fixed-box .search-box {
	height: 120px;
}
.nav.on-search {
	height: 190px;
}
}
.nav .fixed-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 20;
	-webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.25);
	box-shadow: 0 0 15px rgba(55, 55, 55, 0.25);
}
.nav .fixed-box > .common-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
}
@media (max-width: 768px) {
.nav .fixed-box > .common-box {
	padding: 0 50px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.nav .fixed-box > .common-box .logo {
	width: 350px;
}
.nav .fixed-box > .common-box .menu_btn {
	display: block !important;
	position: absolute;
	width: 40px;
	height: 27px;
	right: 40px;
}
.nav .fixed-box > .common-box .menu_btn span {
	display: block;
	height: 3px;
	background-color: #222;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.nav .fixed-box > .common-box .menu_btn span:nth-child(2) {
	top: 12px;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.nav .fixed-box > .common-box .menu_btn span:nth-child(3) {
	top: 24px;
}
.nav .fixed-box > .common-box .menu_btn.active span:nth-child(2) {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.nav .fixed-box > .common-box .menu_btn.active span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav .fixed-box > .common-box .menu_btn.active span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}
@media (max-width: 1280px) and (max-width: 767px) {
.nav .fixed-box > .common-box .menu_btn {
	width: 35px;
	right: 5vw;
}
}
@media (max-width: 960px) {
.nav .fixed-box > .common-box {
	padding: 0 5%;
}
.nav .fixed-box > .common-box .logo {
	width: 250px;
}
}
@media (max-width: 767px) {
.nav .fixed-box > .common-box {
	height: 70px;
}
.nav .fixed-box > .common-box .logo {
	width: 150px;
}
.nav .fixed-box > .common-box .menu_btn {
	right: 5vw;
}
.nav .fixed-box {
	position: relative;
}
}
.nav .fixed-box .links {
	font-size: 18px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav .fixed-box .links a {
	line-height: 80px;
	position: relative;
	display: block;
	padding: 0 30px;
	white-space: nowrap;
}
.nav .fixed-box .links a.active:before {
	content: '';
	position: absolute;
	left: 15%;
	bottom: 0;
	height: 5px;
	width: 70%;
	background-color: #0099cb;
}
.nav .fixed-box .links a.hover {
	color: #0099cb;
}
@media (max-width: 768px) {
.nav .fixed-box .links {
	display: none;
}
}
.nav .fixed-box .r-box {
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav .fixed-box .r-box .lang {
	position: relative;
}
.nav .fixed-box .r-box .lang .lang-lists {
	position: absolute;
	width: 100px;
	right: 0;
	top: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.15);
	box-shadow: 0 0 15px rgba(55, 55, 55, 0.15);
	border-radius: 5px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.nav .fixed-box .r-box .lang .lang-lists a {
	display: block;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
}
.nav .fixed-box .r-box .lang .lang-lists a:hover {
	text-decoration: underline;
}
.nav .fixed-box .r-box .lang:hover .lang-lists {
	opacity: 1;
	visibility: visible;
}
.nav .fixed-box .r-box .lang .n {
	cursor: pointer;
	line-height: 30px;
}
.nav .fixed-box .r-box .lang .n .iconfont {
	font-size: 16px;
}
.nav .fixed-box .r-box .lang .n .t {
	margin-left: 5px;
	padding-right: 10px;
}
@media (max-width: 767px) {
.nav .fixed-box .r-box .lang .n .t {
	display: none;
}
}
.nav .fixed-box .r-box .search {
	margin-left: 40px;
	font-size: 20px;
	cursor: pointer;
}
@media (min-width: 1366px) {
.nav .fixed-box .r-box .search:hover {
	color: #0abfd3;
}
}
@media (max-width: 767px) {
.nav .fixed-box .r-box .search {
	margin-left: 30px;
}
}
@media (max-width: 1280px) {
.nav .fixed-box .r-box {
	padding-left: 30px;
}
}
@media (max-width: 767px) {
.nav .fixed-box .r-box {
	display: none;
}
}
.nav .fixed-box .nav_extra {
	overflow: hidden;
	display: none;
	-webkit-box-shadow: 0 5px 5px rgba(55, 55, 55, 0.1);
	box-shadow: 0 5px 5px rgba(55, 55, 55, 0.1);
	border-top: 1px solid #e5e5e5;
}
.nav .fixed-box .b_f {
	background-color: #f9f9f9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav .fixed-box .b_f .left {
	width: 62%;
	background-color: #fff;
	padding-left: calc((100vw - 1400px) / 2);
	height: 310px;
}
@media (max-width: 1440px) {
.nav .fixed-box .b_f .left {
	padding-left: calc((100vw - 1200px) / 2);
	width: 70%;
}
}
@media (max-width: 1280px) {
.nav .fixed-box .b_f .left {
	width: 100%;
	height: auto;
	padding: 50px;
}
}
@media (max-width: 960px) {
.nav .fixed-box .b_f .left {
	padding: 5vw;
}
}
.nav .fixed-box .b_f .left .i {
	display: none;
	padding: 0 60px;
}
.nav .fixed-box .b_f .left .i .nav_extra_title {
	display: none;
}
.nav .fixed-box .b_f .left .i ol {
	height: 310px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 65px;
}
@media (max-width: 1280px) {
.nav .fixed-box .b_f .left .i ol {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	padding: 30px 0 60px;
}
}
.nav .fixed-box .b_f .left .i ol li {
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 2;
}
@media (max-width: 960px) {
.nav .fixed-box .b_f .left .i ol li {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nav .fixed-box .r-box {
	padding-left: 20px;
}
}
.nav .fixed-box .b_f .left .i ol li a {
	display: block;
	opacity: 0.85;
}
@media (max-width: 1280px) {
.nav .fixed-box .b_f .left .i ol li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 25px;
	text-decoration: underline;
}
}
@media (max-width: 1480px) {
.nav .fixed-box .links a {
	padding: 0 25px;
}
}
@media (max-width: 1280px) {
.nav .fixed-box .links a {
	padding: 0 15px;
}
}
@media (max-width: 980px) {
.nav .fixed-box .links a {
	padding: 0 5px;
}
}
.nav .fixed-box .b_f .left .i ol li a:hover {
	text-decoration: underline;
}
.nav .fixed-box .b_f .left .i ol li a:nth-child(1) {
	font-size: 18px;
	font-weight: 700;
	opacity: 1;
}
@media (max-width: 1280px) {
.nav .fixed-box .b_f .left .i ol li a:nth-child(1) {
	margin-right: 30px;
	width: 200px;
	display: block;
	text-align: left;
	text-decoration: unset;
}
}
@media (max-width: 960px) {
.nav .fixed-box .b_f .left .i ol li a:nth-child(1) {
	width: 100%;
}
}
@media (max-width: 1280px) {
.nav .fixed-box .b_f .left .i ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.nav .fixed-box .b_f .left .i ol li + li {
	margin-top: 15px;
}
}
.nav .fixed-box .b_f .left .i ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 310px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1280px) {
.nav .fixed-box .b_f .left .i ul {
	height: auto;
}
}
.nav .fixed-box .b_f .left .i ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}
.nav .fixed-box .b_f .left .i ul li div.title {
	width: calc(100% - 65px);
}
.nav .fixed-box .b_f .left .i ul li a:hover {
	text-decoration: underline;
}
.nav .fixed-box .b_f .left .i ul li .iconfont {
	font-size: 52px;
	font-style: normal;
	width: 65px;
	display: block;
}
@media (max-width: 768px) {
.nav .fixed-box .b_f .left .i ul li .iconfont {
	display: none;
}
}
.nav .fixed-box .b_f .left .i ul li p:first-of-type {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
@media (max-width: 1280px) {
.nav .fixed-box .b_f .left .i ul li p:first-of-type {
	width: 230px;
}
}
@media (max-width: 767px) {
.nav .fixed-box .b_f .left .i ul li p:first-of-type {
	margin-bottom: 10px;
}
}
.nav .fixed-box .b_f .left .i ul li p:last-of-type {
	color: #b3b3b3;
}
.nav .fixed-box .b_f .left .i ul li p:last-of-type span {
	margin: 0 5px;
	white-space: nowrap;
}
@media (max-width: 768px) {
.nav .fixed-box .b_f .left .i ul li p:last-of-type {
	display: none;
}
.nav .fixed-box .b_f .left .i ul li {
	width: 100%;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.nav .fixed-box .b_f .left .i ul li + li {
	margin-top: 10px;
}
.nav .fixed-box .b_f .left .i ul li .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
}
@media (max-width: 767px) {
.nav .fixed-box .b_f .left .i ul li .title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
}
.nav .fixed-box .b_f .left .i ul.ss {
	padding: 50px 0;
}
@media (max-width: 1280px) {
.nav .fixed-box .b_f .left .i ul.ss {
	padding: 30px 0 60px;
}
}
.nav .fixed-box .b_f .left .i ul.dd {
	padding: 30px 0;
}
@media (max-width: 1280px) {
.nav .fixed-box .b_f .left .i {
	display: block;
	padding: 0;
}
.nav .fixed-box .b_f .left .i .nav_extra_title {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	font-size: 17px;
}
}
.nav .fixed-box .b_f .left .i:nth-child(3) {
	display: block;
}
@media (max-width: 767px) {
.nav .fixed-box .b_f .left {
	padding-bottom: 50px;
}
.nav .fixed-box .b_f .left .i {
	display: block!important;
}
.nav .fixed-box .b_f .left .i ol, .nav .fixed-box .b_f .left .i ul {
	display: none;
}
.nav .fixed-box .b_f .left .i .nav_extra_title {
	padding: 20px 0;
	position: relative;
}
.nav .fixed-box .b_f .left .i .nav_extra_title:before, .nav .fixed-box .b_f .left .i .nav_extra_title:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 1px;
	background-color: #777;
	right: 10px;
	top: 50%;
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}
.nav .fixed-box .b_f .left .i .nav_extra_title:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav .fixed-box .b_f .left .i .nav_extra_title.active:after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.nav .fixed-box .b_f .left .i .nav_extra_title.active {
	color: #2fa9ce;
}
.nav .fixed-box .b_f .left .i .nav_extra_title.no-plus:before, .nav .fixed-box .b_f .left .i .nav_extra_title.no-plus:after {
	display: none;
}
}
.nav .fixed-box .b_f .right {
	width: 38%;
	height: 310px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 80px;
}
@media (max-width: 1440px) {
.nav .fixed-box .b_f .right {
	width: 30%;
}
}
.nav .fixed-box .b_f .right h3 {
	font-size: 18px;
}
.nav .fixed-box .b_f .right a, .nav .fixed-box .b_f .right .nn {
	margin-top: 15px;
}
.nav .fixed-box .b_f .right a {
	font-size: 15px;
	opacity: 0.8;
}
@media (max-width:768px) {
.nav .fixed-box .b_f .right {
	width: 100%;
	padding: 40px 50px;
}
}
@media (max-width: 767px) {
.nav .fixed-box .b_f .right {
	padding: 8vw 5vw;
	height: auto;
}
}
@media (max-width: 768px) {
.nav .fixed-box .b_f {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100vh - 81px);
	overflow-y: auto;
}
}
@media (max-width: 767px) {
.nav .fixed-box .b_f {
	height: calc(100vh - 71px);
}
}
.nav .fixed-box .search-box {
	height: 0;
	background: -o-linear-gradient(205deg, #00999a, #0099cb);
	background: linear-gradient(-115deg, #00999a, #0099cb);
	color: #fff;
	position: relative;
	padding-top: 0;
	overflow: hidden;
	-webkit-transition: height 0.55s, padding-top 0.55s;
	-o-transition: height 0.55s, padding-top 0.55s;
	transition: height 0.55s, padding-top 0.55s;
}
.nav .fixed-box .search-box .close {
	position: absolute;
	right: 20px;
	top: 0;
	background-color: #2fa9ce;
	padding: 8px 25px;
	cursor: pointer;
	font-size: 16px;
}
.nav .fixed-box .search-box .input-box {
	position: relative;
}
.nav .fixed-box .search-box .input-box input {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	height: 65px;
	padding: 0 80px;
	border: none;
	border-radius: 65px;
	width: 100%;
	outline: none;
	font-size: 24px;
}
@media (max-width: 767px) {
.nav .fixed-box .search-box .input-box input {
	height: 50px;
	padding: 0 50px;
	font-size: 18px;
}
}
.nav .fixed-box .search-box .input-box .ss {
	position: absolute;
	line-height: 65px;
	left: 35px;
	font-size: 24px;
	color: #3e3e3e;
}
@media (max-width: 767px) {
.nav .fixed-box .search-box .input-box .ss {
	font-size: 18px;
	line-height: 50px;
	left: 20px;
}
}
.nav .fixed-box .search-box .input-box .clear {
	position: absolute;
	line-height: 40px;
	width: 40px;
	right: 15px;
	font-size: 34px;
	color: #3e3e3e;
	top: 50%;
	cursor: pointer;
	text-align: center;
	margin-top: -20px;
	display: none;
}
.nav .fixed-box .search-box .hot-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nav .fixed-box .search-box .hot-list a {
	display: block;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 40px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #ec3846;
	background-color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-right: 15px;
}
@media (max-width: 1440px) {
.nav .fixed-box .search-box .hot-list a {
	font-size: 16px;
	font-weight: 400;
}
}
.nav .fixed-box .search-box .hot-list a:hover {
	color: #fff !important;
	background-color: #ec3846;
}
@media (max-width: 767px) {
.nav .fixed-box .search-box .hot-list a {
	font-size: 13px;
}
}
@media (max-width: 1280px) {
.nav .fixed-box .search-box .common-box {
	padding: 0 50px;
}
}
@media (max-width: 767px) {
.nav .fixed-box .search-box .common-box {
	padding: 0 5vw;
}
}
@media (max-width: 767px) {
.nav {
	height: 70px;
}
}
.common-box {
	max-width: 1400px;
	margin: 0 auto;
}
@media (max-width: 1440px) {
.common-box {
	max-width: 1200px;
	padding: 0 30px;
}
}
.home .banner {
	max-height: 890px;
	height: calc(100vh - 80px);
	position: relative;
}
.home .banner .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.home .banner .text {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}
@media (max-width: 1440px) {
.home .banner .text {
	max-width: 1200px;
}
}
.home .banner .text .cn {
	font-size: 64px;
	letter-spacing: 5px;
}
@media (max-width: 1440px) {
.home .banner .text .cn {
	font-size: 50px;
}
}
.home .banner .text .en {
	font-size: 18px;
	font-family: 'LEMON';
	font-weight: 100;
	letter-spacing: 11px;
	margin-top: 10px;
}
@media (max-width: 1440px) {
.home .banner .text .en {
	font-size: 16px;
	letter-spacing: 8px;
}
}
@media (max-width: 768px) {
.home .banner {
	height: 500px;
}
.home .banner .text {
	padding: 0 50px;
}
.home .banner .text .cn {
	font-size: 40px;
}
.home .banner .text .en {
	font-size: 14px;
	letter-spacing: 5px;
}
}
@media (max-width: 767px) {
.home .banner {
	height: 350px;
}
.home .banner .text {
	padding: 0 5vw;
}
.home .banner .text .cn {
	font-size: 30px;
}
.home .banner .text .en {
	font-size: 12px;
	letter-spacing: 2px;
}
}
.ally.intro {
	padding: 8% 0 0;
}
.product .ally.intro {
	padding:0;
}
.home .box1 .slogan {
	font-size: 48px;
	color: #2fa9ce;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 40px;
}
.home .box1 .slogan span {
	display: block;
}
@media (max-width: 1280px) {
.home .box1 .slogan {
	font-size: 38px;
}
}
@media (max-width: 960px) {
.home .box1 .slogan {
	font-size: 32px;
}
}
@media (max-width: 767px) {
.home .box1 .slogan {
	margin-bottom: 0;
}
.home .box1 .slogan svg {
	width: 100%;
}
}
.home .box2 {
	position: relative;
	background: -o-linear-gradient(333deg, #00999a, #0099cb);
	background: linear-gradient(117deg, #00999a, #0099cb);
}
.home .box2 .bg-lists {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
}
@media (max-width: 768px) {
.home .box2 .bg-lists {
	display: none;
}
}
.home .box2 .bg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #0099cb;
	background-size: cover;
	background-position: center center;
}
.home .box2 .bg:before {
	content: '';
	position: absolute;
	width: 36%;
	height: 100%;
	background: -o-linear-gradient(333deg, #00999a, #0099cb);
	background: linear-gradient(117deg, #00999a, #0099cb);
	left: 0;
	top: 0;
	opacity: 0.8;
}
.home .box2 .common-box {
	position: relative;
	z-index: 5;
	color: #fff;
	padding: 100px 0;
}
.home .box2 .common-box .lists {
	margin-top: 50px;
}
.home .box2 .common-box .lists .item {
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 700px;
	position: relative;
}
.home .box2 .common-box .lists .item > .iconfont {
	line-height: 110px;
	font-size: 54px;
	width: 70px;
	opacity: 0.75;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	padding-right: 30px;
	text-align: center;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.home .box2 .common-box .lists .item > .iconfont.icon-gd {
	background-image: url(../images/gangdai-icon.png);
}
.home .box2 .common-box .lists .item > .iconfont.icon-qq {
	background-image: url(../images/qiangqu-icon.png);
}
.home .box2 .common-box .lists .item > .iconfont.icon-bb {
	background-image: url(../images/beibao-icon.png);
}
.home .box2 .common-box .lists .item > .iconfont.icon-lm {
	background-image: url(../images/longmen-icon.png);
}
.home .box2 .common-box .lists .item > .iconfont.icon-jx {
	background-image: url(../images/jiaoxiang-icon.png);
}
@media (max-width: 1440px) {
.home .box2 .common-box .lists .item > .iconfont {
	font-size: 40px;
}
}
.home .box2 .common-box .lists .item:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 200%;
	right: 0;
	top: 0;
	background-color: #10c8de;
	-webkit-transform: scaleX(0) translate3d(0, 0, 0);
	transform: scaleX(0) translate3d(0, 0, 0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.home .box2 .common-box .lists .item .right {
	padding-right: 35px;
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.home .box2 .common-box .lists .item .right .l .name {
	font-size: 24px;
	font-weight: 700;
}
@media (max-width: 768px) {
.home .box2 .bg {
	background-position: right center;
}
}
@media (max-width: 1440px) {
.home .box2 .common-box .lists .item .right .l .name {
	font-size: 20px;
}
}
.home .box2 .common-box .lists .item .right .l .des {
	width: 450px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	opacity: 0;
	padding-top: 8px;
	height: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.home .box2 .common-box .lists .item .right .more {
	font-size: 12px;
	width: 36px;
	line-height: 34px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	opacity: 0;
	cursor: pointer;
	-webkit-transform: translateX(-100%) translate3d(0, 0, 0);
	transform: translateX(-100%) translate3d(0, 0, 0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.home .box2 .common-box .lists .item.active {
	width: 700px;
}
.home .box2 .common-box .lists .item.active:before {
	-webkit-transform: scaleX(1) translate3d(0, 0, 0);
	transform: scaleX(1) translate3d(0, 0, 0);
}
.home .box2 .common-box .lists .item.active > .iconfont {
	background-color: #0abfd3;
	width: 118px;
	opacity: 1;
	padding-right: 0;
}
.home .box2 .common-box .lists .item.active .right {
	padding-left: 25px;
	width: calc(100% - 118px);
}
.home .box2 .common-box .lists .item.active .right .l .des {
	height: 30px;
	opacity: 0.8;
}
.home .box2 .common-box .lists .item.active .right .more {
	opacity: 1;
	-webkit-transform: translateX(0) translate3d(0, 0, 0);
	transform: translateX(0) translate3d(0, 0, 0);
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.home .box2 .common-box .lists .item + .item {
	margin-top: 10px;
}
.home .box2 .common-box .lists .item:hover {
	color: inherit !important;
}
@media (max-width: 768px) {
.home .box2 .common-box .lists {
	display: none;
}
}
.home .box2 .common-box .swiper-container {
	display: none;
}
.home .box2 .common-box .swiper-container .swiper-slide {
	height: 500px;
	background-color: #00999a;
	background-position: center center;
	background-size: cover;
}
.home .box2 .common-box .swiper-container .swiper-slide .item {
	position: absolute;
	left: 50px;
	bottom: 50px;
	background-color: #0abfd3;
	padding: 25px 30px;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
}
.home .box2 .common-box .swiper-container .swiper-slide .item > .iconfont {
	font-size: 40px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .l {
	width: 400px;
	padding-right: 40px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .more {
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .des {
	opacity: 0.75;
}
.home .box2 .common-box .swiper-container .swiper-slide .img-box {
	height: 100%;
}
.home .box2 .common-box .swiper-container .swiper-slide .img-box .bg:before {
	display: none;
}
@media (max-width: 767px) {
.home .box2 .common-box .swiper-container .swiper-slide {
	height: 320px;
	padding: 0 5vw 5vw;
	background-color: transparent;
}
.home .box2 .common-box .swiper-container .swiper-slide .img-box {
	height: 250px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item {
	left: 5vw;
	bottom: 0;
	width: 90vw;
	border-radius: 0;
	padding: 15px 20px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item > .iconfont {
	font-size: 30px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right {
	width: calc(100% - 30px);
	padding-left: 5vw;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .name {
	font-size: 16px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .l {
	width: calc(100% - 30px);
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .more {
	font-size: 12px;
	width: 30px;
	height: 30px;
}
.home .box2 .common-box .swiper-container .swiper-slide .item .right .des {
	font-size: 12px;
}
}
@media (max-width: 768px) {
.home .box2 .common-box .swiper-container {
	display: block;
}
}
@media (max-width: 1280px) {
.home .box2 .common-box {
	padding: 30px;
}
.home .box2 .bg {
	background-position: right center;
}
}
@media (max-width: 767px) {
.home .box2 .common-box .common-title {
	margin-bottom: 8vw;
	color: #fff;
}
.home .box2 .common-box {
	padding: 0;
}
}
@media (max-width: 1280px) {
.home .box2 {
	background: none;
}
}
@media (max-width: 767px) {
.home .box2 {
	background: -o-linear-gradient(333deg, #00999a, #0099cb);
	background: linear-gradient(117deg, #00999a, #0099cb);
	padding: 8vw 0 5vw;
}
}
.home .box3 {
	padding: 100px 0 50px;
}
.home .box4 {
	padding-bottom: 100px;
  background: #f0f0f0;
}
.vr-img {
	margin-top: 20px;
}
.home .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 5px;
}
@media (max-width: 1280px) {
.home .box3 .top {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.home .box3 .top .common-more {
	display: none;
}
}
.home .box3 .swiper-container {
	padding: 35px 0;
}
@media (max-width: 767px) {
.home .box3 .swiper-container {
	padding: 25px 0;
}
}
.home .box3 .swiper-container .swiper-slide {
	width: 420px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px rgba(55, 55, 55, 0.2);
	box-shadow: 0 0 20px rgba(55, 55, 55, 0.2);
}
@media (max-width: 1440px) {
.home .box3 .swiper-container .swiper-slide {
	width: 380px;
}
}
@media (max-width: 767px) {
.home .box3 .swiper-container .swiper-slide {
	width: 300px;
}
.home .box3 .swiper-container .swiper-slide .common-more {
	font-size: 14px;
}
}
.home .box3 .swiper-container .swiper-slide .w-box {
	height: 280px;
	position: relative;
}
@media (max-width: 767px) {
.home .box3 .swiper-container .swiper-slide .w-box {
	height: 230px;
}
}
.home .box3 .swiper-container .swiper-slide .info {
	padding: 27px;
	background-color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
}
@media (max-width: 1440px) {
.home .box3 .swiper-container .swiper-slide .info {
	padding: 20px 25px 25px;
}
}
.home .box3 .swiper-container .swiper-slide .info .m {
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	margin-top: 20px;
}
@media (max-width: 767px) {
.home .box3 .swiper-container .swiper-slide .info .m {
	height: auto;
	opacity: 1;
	margin-top: 10px;
}
.home .box3 .swiper-container .swiper-slide .info .m .iconfont {
	font-size: 34px;
}
}
.home .box3 .swiper-container .swiper-slide .info .time {
	color: #bdbdbd;
	font-family: 'LEMON';
	margin-bottom: 8px;
}
@media (max-width: 1440px) {
.home .box3 .swiper-container .swiper-slide .info .time {
	font-size: 13px;
}
}
@media (max-width: 767px) {
.home .box3 .swiper-container .swiper-slide .info .time {
	font-size: 12px;
}
}
.home .box3 .swiper-container .swiper-slide .info .title {
	font-size: 24px;
	line-height: 1.5;
	height: 72px;
	overflow: hidden;
	text-align: justify;
	margin-bottom: 20px;
	opacity: 0.85;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
@media (max-width: 1440px) {
.home .box3 .swiper-container .swiper-slide .info .title {
	font-size: 20px;
	height: 60px;
	margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.home .box3 .swiper-container .swiper-slide .info .title {
	font-size: 17px;
	line-height: 25px;
	height: 50px;
	margin-bottom: 5px;
}
}
.home .box3 .swiper-container .swiper-slide .info .des {
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-align: justify;
	opacity: 0.55;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
@media (max-width: 1440px) {
.home .box3 .swiper-container .swiper-slide .info .des {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
}
}
.home .box3 .swiper-container .swiper-slide .info .iconfont {
	color: #0abfd3;
	font-size: 54px;
}
@media (min-width: 1366px) {
.home .box3 .swiper-container .swiper-slide:hover .info .m {
	height: 60px;
	opacity: 1;
}
.home .box3 .swiper-container .swiper-slide:hover .img-box img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
}
@media (max-width: 1280px) {
.home .box3 .swiper-container .mobile-more {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
}
.home .box3 .pagination {
	text-align: center;
}
.home .box3 .pagination .swiper-pagination-bullet, .home .box2 .pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 2px solid #4cb7ba;
	background-color: #fff;
	opacity: 1;
	margin: 0 7px;
}
.home .box3 .pagination .swiper-pagination-bullet-active, .home .box2 .pagination .swiper-pagination-bullet-active {
	background-color: #4cb7ba;
}
@media (max-width: 767px) {
.home .box3 {
	padding: 8vw 0;
}
}
.common-box4 {
	height: 454px;
	background: -webkit-gradient(linear, left top, left bottom, from(#00999a), to(#0099cb));
	background: -o-linear-gradient(top, #00999a, #0099cb);
	background: linear-gradient(to bottom, #00999a, #0099cb);
	color: rgba(255, 255, 255, 0.9);
}
.common-box4 .common-box {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.common-box4 .common-box .title {
	font-size: 36px;
	font-weight: 700;
}
@media (max-width: 1440px) {
.common-box4 .common-box .title {
	font-size: 30px;
}
}
.common-box4 .common-box .lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 42px;
}
.common-box4 .common-box .lists .item {
	width: calc(100% / 3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.common-box4 .common-box .lists .item .iconfont {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 44px;
	color: rgba(255, 255, 255, 0.7);
}
.common-box4 .common-box .lists .item .name {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
@media (max-width: 1440px) {
.common-box4 .common-box .lists .item .name {
	font-size: 20px;
	margin-bottom: 5px;
}
}
.common-box4 .common-box .lists .item .des {
	font-size: 16px;
	text-transform: uppercase;
}
.common-box4 .common-box .lists .item .phone {
	font-size: 32px;
	margin-top: 15px;
	letter-spacing: 2px;
	color: #fff;
}
.common-box4 .common-box .lists .item:last-child .phone {
	letter-spacing: 0;
}
.common-box4 .common-box .lists .item a.phone:hover {
	color: #fff !important;
}
@media (max-width: 1440px) {
.common-box4 .common-box .lists .item .phone {
	font-size: 26px;
	letter-spacing: 1px;
	margin-top: 10px;
}
}
.common-box4 .common-box .lists .item .link {
	width: 135px;
	line-height: 37px;
	background: #fff;
	color: #0abfd3;
	text-align: center;
	border-radius: 37px;
	margin-top: 15px;
	display: inline-block;
}
.common-box4 .common-box .lists .item .link:hover {
	color: #fff !important;
	background-color: #0099cb;
}
@media (max-width: 960px) {
.common-box4 .common-box .lists .item {
	padding: 0 20px;
}
.common-box4 .common-box .lists .item .des {
	font-size: 12px;
}
.common-box4 .common-box .lists .item .name {
	font-size: 16px;
}
.common-box4 .common-box .lists .item .phone {
	font-size: 20px;
	margin-top: 5px;
}
.common-box4 .common-box .lists .item .iconfont {
	width: 70px;
	height: 70px;
	font-size: 34px;
}
}
@media (max-width: 767px) {
.common-box4 {
	height: auto;
	padding: 10vw 0;
}
.common-box {
	padding: 0 15px;
}
.common-box4 .common-box .title {
	font-size: 22px;
}
.common-box4 .common-box .lists {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.common-box4 .common-box .lists .item {
	width: 100%;
	padding: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.common-box4 .common-box .lists .item .r {
	width: calc(100% - 70px);
	text-align: left;
	padding-left: 5vw;
}
.common-box4 .common-box .lists .item .name {
	margin-top: 0;
}
.common-box4 .common-box .lists .item + .item {
	margin-top: 8vw;
}
}
.common-title .e {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 100;
}
@media (max-width: 1440px) {
.common-title .e {
	font-size: 14px;
}
}
.common-title .c {
	font-size: 36px;
	letter-spacing: 2px;
	margin-top: 3px;
	font-weight: 700;
}
@media (max-width: 1440px) {
.common-title .c {
	font-size: 28px;
	letter-spacing: 1px;
}
}
@media (max-width: 768px) {
.common-title {
	text-align: center;
}
}
@media (max-width: 767px) {
.common-title .e {
	font-size: 12px;
}
.common-title .c {
	font-size: 20px;
}
}
.common-more {
	color: #0abfd3;
}
.common-more .iconfont {
	font-size: 46px;
	font-weight: 100;
	vertical-align: middle;
	margin-left: 2px;
}
.common-more:hover {
	color: #0abfd3;
}
@media (max-width: 767px) {
.common-more {
	text-transform: uppercase;
	font-size: 12px;
}
.common-more .iconfont {
	font-size: 32px;
}
}
.footer {
	color: #6a6a6a;
}
.footer .top {
	border-bottom: 1px solid rgba(181, 181, 181, 0.2);
}
.footer .top .common-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 168px;
}
.footer .top .common-box .l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer .top .common-box .l .info {
	width: 420px;
	text-align: justify;
	margin-left: 70px;
	line-height: 1.8;
	font-size: 16px;
}
.footer .top .common-box .r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer .top .common-box .r .item {
	text-align: center;
	font-size: 16px;
	position: relative;
}
.footer .top .common-box .r .item .ewm {
	position: absolute;
	width: 150px;
	height: 150px;
	background: #36c64e;
	top: 23px;
	margin: -75px 0 0 -170px;
	left: 0;
	padding: 10px;
	opacity: 0;
	pointer-events: none;
}
.footer .top .common-box .r .item .ewm:before {
	position: absolute;
	content: '';
	border-left: 13px solid #36c64e;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.footer .top .common-box .r .item:hover .ewm {
	opacity: 1;
}
.footer .top .common-box .r .item:hover .iconfont:not(.wx) {
	background-color: #0099cb !important;
}
.footer .top .common-box .r .item .iconfont {
	width: 45px;
	line-height: 45px;
	color: #fff;
	background: #36c64e;
	border-radius: 50%;
	font-size: 24px;
	margin-bottom: 5px;
}
.footer .top .common-box .r .item .iconfont.lx {
	background: #4cb7d6;
	font-size: 22px;
}
.footer .top .common-box .r .item + .item {
	margin-left: 30px;
}
@media (max-width: 1280px) {
.footer .top .common-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px;
	height: auto;
}
.footer .top .common-box .logo-f {
	width: 180px;
}
.footer .top .common-box .l {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.footer .top .common-box .l .info {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
.footer .top .common-box .r {
	margin-top: 30px;
}
}
@media (max-width: 767px) {
.footer .top .common-box {
	padding: 12vw 5vw 8vw;
}
.footer .top .common-box .logo-f {
	width: 150px;
}
.footer .top .common-box .l {
	text-align: center;
}
.footer .top .common-box .l .info {
	text-align: center;
}
.footer .top .common-box a.item {
	display: none !important;
}
.footer .top .common-box .r .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.footer .top .common-box .r .item .iconfont {
	display: none;
}
.footer .top .common-box .r .item .ewm {
	position: relative;
	margin: 0;
	pointer-events: all;
	top: 0;
	opacity: 1;
	padding: 5px;
	margin-bottom: 8px;
}
.footer .top .common-box .r .item .ewm:before {
	display: none;
}
}
.footer .center .common-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer .center .common-box .l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer .center .common-box .l .item + .item {
	margin-left: 120px;
}
.footer .center .common-box .l a {
	display: block;
	font-size: 16px;
	color: #a2a2a2;
}
.footer .center .common-box .l a.main {
	font-size: 20px;
	color: #414141;
	font-weight: 700;
}
.footer .center .common-box .l a.main .iconfont {
	font-size: 13px;
	vertical-align: middle;
	padding-left: 3px;
}
.footer .center .common-box .l a + a {
	margin-top: 15px;
}
.footer .center .common-box .l a + a:hover {
	text-decoration: underline;
}
.footer .center .common-box .l a.main {
	margin-bottom: 25px;
}
.footer .center .common-box .ewm {
	width: 200px;
}
@media (max-width: 768px) {
.footer .center .common-box .l {
	display: none;
}
}
@media (max-width: 1440px) {
.footer .center .common-box .r {
	padding-right: 30px;
}
.footer .center .common-box .l .item + .item {
	margin-left: 80px;
}
}
@media (max-width: 1280px) {
.footer .center .common-box .r {
	padding-right: 0;
}
}
.footer .center .common-box .r .item + .item {
	margin-top: 25px;
}
.footer .center .common-box .r .item .name {
	font-size: 16px;
	color: #a2a2a2;
}
@media (max-width: 767px) {
.footer .center .common-box .r .item .name {
	margin-bottom: 8px;
}
.footer .center .common-box .ewm {
	width: 100%;
}
}
.footer .center .common-box .r .item a {
	color: #4cb7d6;
	font-size: 16px;
}
.footer .center .common-box .r .item a.mail {
	font-size: 24px;
}
.footer .center .common-box .r .item a.tel {
	font-size: 32px;
	letter-spacing: 1px;
}
@media (max-width: 1280px) {
.footer .center .common-box .r .item a.mail {
	font-size: 21px;
}
.footer .center .common-box .r .item a.tel {
	font-size: 26px;
}
.footer .center .common-box .l .item + .item {
	margin-left: 80px;
}
}
@media (max-width: 767px) {
.footer .center .common-box .r .item a.mail {
	font-size: 19px;
}
.footer .center .common-box .r .item a.tel {
	font-size: 22px;
}
.footer .center .common-box {
	flex-wrap: wrap;
}
.footer .center .common-box .ewm img {
	display: inline-block;
}
}
.footer .center .common-box .r .item a:hover {
	text-decoration: underline;
}
@media (max-width: 768px) {
.footer .center .common-box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
}
.footer .bottom {
	padding-top: 60px;
}
.footer .bottom .main {
	font-size: 20px;
	color: #414141;
	font-weight: 700;
}
.footer .bottom .links {
	font-size: 16px;
	color: #a2a2a2;
	margin-top: 13px;
}
.footer .bottom .links a:hover {
	text-decoration: underline;
}
.footer .bottom .links span {
	display: inline-block;
	height: 13px;
	width: 1px;
	background-color: #dfdfdf;
	margin: 0 17px;
}
@media (max-width: 1280px) {
.footer .bottom {
	text-align: center;
}
}
.footer .site-info {
	margin-top: 55px;
	color: #d5d5d5;
	padding-bottom: 60px;
}
.footer .site-info .common-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer .site-info .common-box a {
	margin-left: 30px;
}
@media (max-width: 1280px) {
.footer .site-info .common-box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
}
@media (max-width: 1280px) {
.footer .site-info {
	padding-bottom: 30px;
	margin-top: 35px;
}
}
@media (max-width: 767px) {
.footer .site-info .common-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 5vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.footer .site-info .common-box a {
	margin-left: 0;
	margin-top: 10px;
	display: block;
}
}
.back-top {
	position: fixed;
	right: 55px;
	bottom: 50px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transform: translateY(100px) translate3d(0, 0, 0);
	transform: translateY(100px) translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	color: #222;
	z-index: 5;
}
.back-top.active {
	-webkit-transform: translateY(0) translate3d(0, 0, 0);
	transform: translateY(0) translate3d(0, 0, 0);
}
.back-top:before {
	content: '\e605';
	font-family: 'iconfont';
	font-size: 38px;
}
.back-top:hover {
	color: #fff;
	background-color: #222;
}
@media (max-width: 1440px) {
.back-top {
	left: auto;
	right: 40px;
	bottom: 40px;
}
}
@media (max-width: 1280px) {
.back-top {
	display: none;
}
}
.service {
	background-color: #f2fcff;
}
.service .title {
	font-size: 34px;
	letter-spacing: 2px;
	color: #2fa9ce;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	font-weight: 700;
}
@media (max-width: 1280px) {
.service .title {
	font-size: 28px;
	margin-bottom: 15px;
}
}
@media (max-width: 767px) {
.service .title {
	font-size: 20px;
}
}
.service.case .box1 {
	padding: 60px 0;
}
.service.case .box1 .name {
	font-size: 24px;
	color: #717171;
	line-height: 60px;
	padding-left: 25px;
	border-bottom: 1px solid #eeeeee;
}
.service.case .box1 .common-box {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #eeeeee;
}
.service.case .box1 .lists {
	padding: 15px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service.case .box1 .lists .item {
	height: 40px;
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	color: #2fa9ce;
}
.service.case .box1 .lists .item a:hover:not(.active) {
	text-decoration: underline;
}
.service.case .box1 .lists .item a.active {
	background-color: #2fa9ce;
	color: #fff;
	padding: 5px 15px;
}
.service.case .box1 .lists .item a.active:hover {
	color: #fff !important;
}
@media (max-width: 1280px) {
.service.case .box1 {
	padding: 50px;
}
}
@media (max-width: 767px) {
.service.case .box1 {
	padding: 8vw 5vw;
}
.service.case .box1 .name {
	font-size: 18px;
	padding-left: 5vw;
	line-height: 45px;
}
.service.case .box1 .lists {
	padding: 15px;
}
.service.case .box1 .lists .item {
	width: 50%;
	font-size: 14px;
}
}
.service.case .box2 .lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service.case .box2 .lists .item {
	width: calc((100% - 36px) / 2);
	margin-right: 36px;
}
/*.service.case .box2 .lists .item:nth-child(2n) {
	margin-right: 0;
}*/
/*.service.case .box2 .lists .item:nth-child(n + 3) {
	margin-top: 36px;
}*/
.service.case .box2 .lists .item .text {
	padding: 30px 35px;
	background-color: #fff;
}
@media (max-width: 1280px) {
.service.case .box2 .lists .item .text {
	padding: 20px;
}
}
.service.case .box2 .lists .item .text .name {
	font-size: 24px;
	opacity: 0.85;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
@media (max-width: 1280px) {
.service.case .box2 .lists .item .text .name {
	font-size: 18px;
}
}
.service.case .box2 .lists .item .text .des {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-align: justify;
	color: #b2b2b2;
}
@media (max-width: 1280px) {
.service.case .box2 .lists {
	padding: 30px 50px 0;
}
}
@media (max-width: 767px) {
.service.case .box2 .lists {
	padding: 3vw 5vw;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service.case .box2 .lists .item {
	width: 100%;
	margin-right: 0;
}
.service.case .box2 .lists .item .text {
	padding: 15px;
}
.service.case .box2 .lists .item .text .name {
	font-size: 16px;
}
.service.case .box2 .lists .item + .item {
	margin-top: 5vw;
}
}
.service.case .box2 {
	padding-top: 65px;
	padding-bottom: 90px;
}
/*.service.case .box2 .lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}*/
.service.case .box2 .lists .item {
	width: calc((100% - 70px) / 3);
	margin-right: 34px;
}
.service.case .box2 .lists .item:nth-child(3n) {
	margin-right: 0;
}
.service.case .box2 .lists .item:nth-child(n + 4) {
	margin-top: 35px;
}
/*.service.case .box2 .lists .item .text {
	padding: 40px 25px;
	background-color: #fff;
}*/
/*.service.case .box2 .lists .item .text .name {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	opacity: 0.85;
}*/
.service.case .box2 .lists .item .text .des {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-align: justify;
	opacity: 0.65;
}
@media (max-width: 1280px) {
.service.case .box2 .lists .item {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
}
.service.case .box2 .lists .item .text {
	padding: 20px;
}
.service.case .box2 .lists .item .text .name {
	font-size: 15px;
}
}
@media (max-width: 1280px) {
.service.case .box2 .lists {
	padding: 30px 50px 0;
}
}
@media (max-width: 767px) {
.service.case .box2 {
	padding: 8vw 5vw;
}
.service.case .box2 .lists {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5vw 0;
}
.service.case .box2 .lists .item {
	width: 100%;
	margin-right: 0;
}
.service.case .box2 .lists .item .text {
	padding: 15px;
}
.service.case .box2 .lists .item:nth-child(n + 2) {
	margin-top: 5vw;
}
.service.case .box2 .lists .item:nth-child(n + 4) {
	margin-top: 5vw;
}
}
.service.service-page {
	background-color: #fff;
}
.service.service-page .box1 {
	padding: 70px 0;
}
@media (max-width: 767px) {
.service.service-page .box1 {
	padding: 30px 0 0;
}
}
.service.service-page .box1 .lists {
	padding-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service.service-page .box1 .lists .item {
	width: calc(100% / 3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 60px;
	position: relative;
}
.service.service-page .box1 .lists .item .iconfont {
	font-size: 80px;
	color: #2fa9ce;
	line-height: 1;
	margin-bottom: 30px;
}
@media (max-width: 1440px) {
.service.service-page .box1 .lists .item .iconfont {
	font-size: 60px;
	margin-bottom: 20px;
}
}
@media (max-width: 1280px) {
.service.service-page .box1 .lists .item .iconfont {
	font-size: 46px;
}
}
.service.service-page .box1 .lists .item .line {
	width: 35px;
	height: 4px;
	background-color: #2fa9ce;
}
.service.service-page .box1 .lists .item .name {
	font-size: 24px;
	color: #656565;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
}
@media (max-width: 1440px) {
.service.service-page .box1 .lists .item .name {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}
}
.service.service-page .box1 .lists .item .des {
	font-size: 16px;
	line-height: 1.8;
	color: #b2b2b2;
	text-align: center;
}
@media (max-width: 1440px) {
.service.service-page .box1 .lists .item .des {
	font-size: 15px;
}
}
.service.service-page .box1 .lists .item + .item {
	border-left: 1px solid #eee;
}
@media (max-width: 767px) {
.service.service-page .box1 .lists {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5vw;
}
.service.service-page .box1 .lists .item {
	width: 100%;
	border: 1px solid #0099cb !important;
	border-radius: 10px;
	padding: 8vw;
}
.service.service-page .box1 .lists .item .iconfont {
	font-size: 34px;
	margin-bottom: 15px;
}
.service.service-page .box1 .lists .item .line {
	height: 3px;
}
.service.service-page .box1 .lists .item .name {
	margin-top: 15px;
	font-size: 17px;
	margin-bottom: 0;
}
.service.service-page .box1 .lists .item .des {
	font-size: 14px;
	line-height: 1.6;
}
.service.service-page .box1 .lists .item + .item {
	margin-top: 5vw;
}
}
.service.service-page .box2 {
	padding: 70px 0 188px;
	position: relative;
}
@media (max-width: 767px) {
.service.service-page .box2 {
	padding: 8vw 0;
}
}
.service.service-page .box2:before {
	content: '';
	position: absolute;
	left: 40px;
	height: 342px;
	width: calc(100% - 80px);
	background-image: url("../images/H1200.jpg");
	background-position: center center;
	background-size: cover;
	bottom: 0;
}
@media (max-width: 1280px) {
.service.service-page .box2:before {
	width: 100%;
	left: 0;
	height: 300px;
}
}
@media (max-width: 767px) {
.service.service-page .box2:before {
	height: 200px;
}
}
.service.service-page .box2 .common-box {
	position: relative;
	z-index: 2;
}
.service.service-page .box2 .title {
	margin-bottom: 45px;
}
@media (max-width: 767px) {
.service.service-page .box2 .title {
	margin-bottom: 0;
}
}
.service.service-page .box2 .lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.service.service-page .box2 .lists .item {
	width: 260px;
	height: 310px;
	padding: 35px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.2);
	box-shadow: 0 0 15px rgba(55, 55, 55, 0.2);
	background-image: url("../images/HCover.jpg");
	background-size: cover;
}
@media (max-width: 1440px) {
.service.service-page .box2 .lists .item {
	width: calc((100% - 100px) / 5);
	padding: 25px 20px;
	height: 280px;
}
}
@media (max-width: 1280px) {
.service.service-page .box2 .lists .item {
	width: calc((100% - 60px) / 5);
	padding: 25px 20px;
	height: 240px;
}
}
.service.service-page .box2 .lists .item p:first-of-type {
	font-size: 56px;
	color: #2fa9ce;
}
.service.service-page .box2 .lists .item p:first-of-type span {
	font-size: 22px;
}
@media (max-width: 1440px) {
.service.service-page .box2 .lists .item p:first-of-type {
	font-size: 40px;
}
.service.service-page .box2 .lists .item p:first-of-type span {
	font-size: 20px;
}
}
.service.service-page .box2 .lists .item .des {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 10px;
	text-align: justify;
}
@media (max-width: 1280px) {
.service.service-page .box2 .lists {
	padding: 0 50px;
}
}
@media (max-width: 767px) {
.service.service-page .box2 .lists {
	display: none;
}
}
@media (max-width: 767px) {
.service.service-page .box2 .swiper-container {
	display: block!important;
	padding: 8vw 0;
}
.service.service-page .box2 .swiper-container .swiper-slide {
	width: 60vw;
	background-color: #fff;
	height: 230px;
	-webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.1);
	box-shadow: 0 0 15px rgba(55, 55, 55, 0.1);
	border-radius: 10px;
	padding: 8vw 5vw;
	background-image: url("../images/HCover.jpg");
	background-size: cover;
	background-position: right bottom;
	font-size: 16px;
}
.service.service-page .box2 .swiper-container .swiper-slide p:first-of-type {
	font-size: 30px;
	color: #2fa9ce;
}
.service.service-page .box2 .swiper-container .swiper-slide p:first-of-type span {
	font-size: 18px;
}
.service.service-page .box2 .swiper-container .swiper-slide .des {
	margin-top: 8px;
	text-align: justify;
	line-height: 1.5;
}
}
.service.service-page .box3 {
	padding-top: 85px;
	padding-bottom: 115px;
}
.service.service-page .box1 .info {
	text-align: center;
	font-size: 18px;
	line-height: 2;
	font-weight: 700;
	margin-bottom: 65px;
}
.service.service-page .box1 .info span {
	display: block;
}
.service.service-page .box3 .wrap {
	position: relative;
}
.service.service-page .box3 .wrap .common-box {
	z-index: 2;
	position: relative;
}
@media (max-width: 1280px) {
.service.service-page .box3 .wrap {
	padding: 0 50px;
}
}
.service.service-page .box3 .lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service.service-page .box3 .lists .item {
	min-width: 230px;
}
.service.service-page .box3 .lists .item .n {
	font-size: 30px;
	font-weight: 700;
	color: #2fa9ce;
	line-height: 1;
}
.service.service-page .box3 .lists .item .line {
	width: 1px;
	height: 18px;
	background-color: #2fa9ce;
	margin: 8px 0 10px 15px;
}
.service.service-page .box3 .lists .item .des {
	font-size: 16px;
	line-height: 1.8;
}
.service.service-page .box3 .lists .item .des span {
	display: block;
}
@media (max-width: 1280px) {
.service.service-page .box3 .lists .item {
	min-width: unset;
	width: 20%;
}
}
.service.service-page .box3 .ss {
	text-align: center;
	background-image: url("../images/ss.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 24px;
}
.service.service-page .box3 .ss svg {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
	z-index: 3;
	max-width: 100%;
}
.service.service-page .box6 {
	padding: 0;
	background: none;
	margin-bottom: 100px;
}
.service.service-page .box6 .box-content .right, .service.service-page .box6 .box-content .right .form ul li.wid-100 {
	width: 100%;
}
.service.service-page .box6 .box-content .right{
	background-image:url(../images/join-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.service.service-page .box6 .grid-box.three > .column {
	width: 33.33%;
}
@media (max-width: 767px) {
.service.service-page .box3 .ss svg {
	font-size: 18px;
}
}
.service.service-page .box3 .ss .gradient-text-three {
	fill: url(#SVGID_1_);
}
@media (max-width: 767px) {
.service.service-page .box3 {
	padding: 8vw 0;
}
.service.service-page .box3 .wrap {
	padding: 0 5vw;
}
.service.service-page .box3 .lists {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.service.service-page .box3 .lists .item {
	width: 100%;
	position: relative;
}
.service.service-page .box3 .lists .item + .item {
	margin-top: 5vw;
}
.service.service-page .box3 .lists .des span {
	display: inline;
}
.service.service-page .box1 .info {
	font-size: 15px;
	line-height: 1.7;
	padding: 0 5vw;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	margin-bottom: 5vw;
}
.service.service-page .box1 .info span {
	display: inline;
}
.service.service-page .box3 .ss {
	margin-top: 5vw;
}
}
.service.results {
	background-color: #fff;
}
.service.results .box1 {
	position: relative;
	margin-bottom: 100px;
}
.service.results .box1:before {
	content: '';
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("../images/history-cover.jpg");
	background-size: cover;
	position: absolute;
	background-position: center right;
}
@media (max-width: 1440px) {
.service.results .box1:before {
 width: calc(480px + (100vw - 1200px) / 2);
}
}
@media (max-width: 1280px) {
.service.results .box1:before {
	display: none;
}
}
.service.results .box1 .common-box {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 90px 0;
}
.service.results .box1 .common-box .left {
	width: 50%;
	color: #fff;
}
@media (max-width: 1440px) {
.service.results .box1 .common-box .left {
	width: 40%;
}
}
.service.results .box1 .common-box .left h2 {
	font-size: 48px;
	letter-spacing: 1px;
}
@media (max-width: 1440px) {
.service.results .box1 .common-box .left h2 {
	font-size: 38px;
}
}
@media (max-width: 1280px) {
.service.results .box1 .common-box .left h2 {
	font-size: 28px;
}
}
@media (max-width: 767px) {
.service.results .box1 .common-box .left h2 {
	font-size: 18px;
}
}
.service.results .box1 .common-box .left p {
	font-size: 20px;
	font-weight: 700;
	opacity: 0.75;
	letter-spacing: 1px;
}
@media (max-width: 1440px) {
.service.results .box1 .common-box .left p {
	font-size: 17px;
}
}
@media (max-width: 767px) {
.service.results .box1 .common-box .left p {
	font-size: 14px;
}
}
@media (max-width: 1280px) {
.service.results .box1 .common-box .left {
	width: 100%;
	color: #3e3e3e;
	padding-left: 50px;
	margin-bottom: 50px;
}
}
@media (max-width: 767px) {
.service.results .box1 .common-box .left {
	padding-left: 5vw;
	margin-bottom: 5vw;
}
}
.service.results .box1 .common-box .right {
	width: 50%;
}
@media (max-width: 1440px) {
.service.results .box1 .common-box .right {
	width: 60%;
}
}
@media (max-width: 1280px) {
.service.results .box1 .common-box .right {
	width: 100%;
	padding-right: 50px;
}
}
@media (max-width: 767px) {
.service.results .box1 .common-box .right {
	padding-right: 0;
}
}
.service.results .box1 .common-box .right .lists .item {
	position: relative;
}
.service.results .box1 .common-box .right .lists .item .year {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	left: -125px;
	top: 0;
	position: absolute;
}
@media (max-width: 1440px) {
.service.results .box1 .common-box .right .lists .item .year {
	left: -110px;
}
}
@media (max-width: 767px) {
.service.results .box1 .common-box .right .lists .item .year {
	display: none;
}
}
.service.results .box1 .common-box .right .lists .item .month {
	position: relative;
	padding-left: 60px;
}
@media (max-width: 1440px) {
.service.results .box1 .common-box .right .lists .item .month {
	padding-left: 45px;
}
}
@media (max-width: 767px) {
.service.results .box1 .common-box .right .lists .item .month {
	padding: 5vw 5vw 0;
	border-top: 1px solid rgba(47, 169, 206, 0.2);
}
}
.service.results .box1 .common-box .right .lists .item .month:before {
	content: '';
	position: absolute;
	width: 38px;
	height: 1px;
	background-color: #2fa9ce;
	left: -19px;
	top: 13px;
}
@media (max-width: 767px) {
.service.results .box1 .common-box .right .lists .item .month:before {
	display: none;
}
}
.service.results .box1 .common-box .right .lists .item .month h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.service.results .box1 .common-box .right .lists .item .month .des {
	text-align: justify;
	line-height: 2;
	font-size: 15px;
	color: #8e8e8e;
}
.service.results .box1 .common-box .right .lists .item .month + .month {
	margin-top: 30px;
}
.service.results .box1 .common-box .right .lists .item .month + .month:before {
	width: 19px;
	left: 0;
}
.service.results .box1 .common-box .right .lists .item + .item {
	margin-top: 30px;
}
@media (max-width: 1280px) {
.service.results .box1 .common-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 50px 0;
}
}
.service.results .box2 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.service.results .box2 .item .left {
	width: 700px;
	padding: 70px 70px 40px 0;
	max-width: 50%;
}
.service.results .box2 .item .left h2 {
	font-size: 30px;
	color: #2fa9ce;
	margin-bottom: 5px;
}
@media (max-width: 1440px) {
.service.results .box2 .item .left h2 {
	font-size: 24px;
}
.service.results .box2 .item .left {
	padding: 70px 70px 40px 45px;
}
}
@media (max-width: 1280px) {
.service.results .box2 .item .left {
	padding: 40px;
}
}
.service.results .box2 .item .left h3 {
	font-size: 18px;
	color: #2fa9ce;
	margin-bottom: 20px;
}
@media (max-width: 1440px) {
.service.results .box2 .item .left h3 {
	font-size: 17px;
}
}
.service.results .box2 .item .left p {
	font-size: 16px;
	opacity: 0.8;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: justify;
}
.service.results .box2 .item .left p + p {
	margin-top: 15px;
}
@media (max-width: 1440px) {
.service.results .box2 .item .left p + p {
	margin-top: 10px;
}
}
.service.results .box2 .item .right {
	width: 50%;
	height: 576px;
	background-position: right center;
	background-size: cover;
}
@media (max-width: 768px) {
.service.results .box2 .item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.service.results .box2 .item .left {
	padding: 40px calc((100vw - 1200px) / 2) 40px 45px;
	width: calc(50vw + 120px);
}
.service.results .box2 .item .right {
 width: calc(480px + (100vw - 1200px) / 2);
	height: auto;
}
}
@media (max-width: 768px) {
.service.results .box2 .item {
	border-top: 1px solid #0099cb;
}
.service.results .box2 .item .left {
	padding: 50px;
	width: 100%;
	max-width: none;
}
.service.results .box2 .item .right {
	display: none;
}
}
@media (max-width: 767px) {
.service.results .box2 .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.service.results .box2 .item .left {
	padding: 5vw;
}
.service.results .box2 .item .left p {
	font-size: 14px;
}
.service.results .box2 .item .right {
	display: block;
	height: 200px;
	width: 100%;
}
}
.service.results .box2 .lists:nth-child(2n) .item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.service.results .box2 .lists:nth-child(2n) .item .left {
	padding: 70px 0 40px 70px;
}
@media (max-width: 767px) {
.service.results .box2 .lists:nth-child(2n) .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.service.results .box2 .lists:nth-child(2n) .item .left {
	padding: 5vw;
}
}
@media (max-width: 768px) {
.service.results .box2 {
	padding-bottom: 50px;
}
}
.service .banner, .common-banner {
	height: 550px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.service .banner .bg, .common-banner .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.service .banner .text, .common-banner .text {
	position: relative;
	z-index: 2;
	width: 550px;
	height: 210px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -o-linear-gradient(333deg, rgba(0, 153, 154, 0.78), rgba(0, 153, 203, 0.78));
	background: linear-gradient(117deg, rgba(0, 153, 154, 0.78), rgba(0, 153, 203, 0.78));
	color: #fff;
}
@media (max-width: 1440px) {
.service .banner .text, .common-banner .text {
	width: 450px;
}
}
@media (max-width: 767px) {
.service .banner .text, .common-banner .text {
	width: 80vw;
	height: 170px;
}
}
.service .banner .text .en, .common-banner .text .en {
	font-size: 20px;
	font-family: "LEMON";
	letter-spacing: 8px;
}
@media (max-width: 1440px) {
.service .banner .text .en, .common-banner .text .en {
	font-size: 16px;
}
}
@media (max-width: 767px) {
.service .banner .text .en, .common-banner .text .en {
	font-size: 12px;
	letter-spacing: 4px;
}
}
.service .banner .text .cn, .common-banner .text .cn {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 8px;
}
@media (max-width: 1440px) {
.service .banner .text .cn, .common-banner .text .cn {
	font-size: 40px;
}
}
@media (max-width: 767px) {
.service .banner .text .cn, .common-banner .text .cn {
	font-size: 24px;
	margin-top: 5px;
	letter-spacing: 4px;
}
}
.service .banner .text ._link, .common-banner .text ._link {
	line-height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px;
}
.service .banner .text ._link a, .common-banner .text ._link a {
	display: block;
	text-align: center;
	width: 165px;
	font-size: 18px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin: 0 12px;
	font-weight: 700;
}
.service .banner .text ._link a.active, .common-banner .text ._link a.active {
	border-color: #fff;
}
.service .banner .text ._link a:hover, .common-banner .text ._link a:hover {
	background-color: #fff;
	color: #00999a !important;
}
@media (max-width: 767px) {
.service .banner .text ._link a, .common-banner .text ._link a {
	font-size: 13px;
	width: 120px;
}
}
@media (max-width: 767px) {
.service .banner, .common-banner {
	height: 280px;
}
}
@-webkit-keyframes bg {
 0% {
 background-position: 0 0;
}
 0% {
 background-position: 100% 0;
}
}
@keyframes bg {
 0% {
 background-position: 0 0;
}
 0% {
 background-position: 100% 0;
}
}
.ally .title {
	font-size: 30px;
	letter-spacing: 1px;
	color: #2fa9ce;
}
.ally.intro .banner {
	position: relative;
}
.ally.intro .since {
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: center;
}
.ally.intro .since .gradient-text-three {
	font-size: 24px;
}
.ally.intro .since .p1 {
	font-family: 'LEMON';
	letter-spacing: 4px;
}
.ally.intro .since .p2 {
	font-weight: 700;
}
@media (max-width: 767px) {
.ally.intro .since {
	padding: 5vw 0;
}
.ally.intro .since svg {
	width: 100%;
	font-size: 15px;
}
.ally.intro .since .gradient-text-three {
	font-size: 13px;
}
}
.ally.intro .box1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	flex-wrap: wrap;
}
.ally.intro .box1 .left {
	width: 50%;
	/*height: 685px;*/
	background-position: center center;
	background-size: cover;
	display: flex;
}
.ally.intro .box1 .left img{
	width:100%;
}
.ally.intro .box1 .right {
	width: 50%;
	padding: 40px 60px;
	line-height: 2;
	background: #fff;
}
.ally.intro .box1 .right .text p {
	font-size: 16px;
	color: #797979;
	text-align: justify;
	text-indent: 32px;
	padding-top: 20px;
}
.ally.intro .box1 .right .text a.more {
	text-align: center;
	color: #fff;
	transition: 0.5s;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #3fdadc 0%, #0259af 51%, #3fdadc 100%);
	font-size: 14px;
	cursor: pointer;
	width: 144px;
	height: 45px;
	line-height: 45px;
	display: block;
	margin: 30px;
}
.ally.intro .box1 .right .text a.more:hover {
	background-position: right center;
	border-radius: 50px;
	color: #fff !important;
}
 @media (max-width: 1440px) {
.ally.intro .box1 .right {
	width: 50%;
	padding: 45px;
}
}
@media (max-width: 767px) {
.ally.intro .box1 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.ally.intro .box1 .left {
	width: 100%;
	height: auto;
	pointer-events: none;
}
.ally.intro .box1 .right {
	width: 100%;
	padding: 5vw;
}
.ally.intro .box1 .right .title {
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
}
.ally.intro .box1 .right .text p {
	font-size: 14px;
	text-indent: 28px;
	padding-top: 0;
}
}
.ally.intro .box2 {
	padding-top: 160px;
	position: relative;
	padding-bottom: 120px;
	background: #f0f0f0;
}
/*.ally.intro .box2:before {
	position: absolute;
	width: 1px;
	height: 110px;
	top: 30px;
	content: '';
	left: 50%;
	background-color: #e5e5e5;
}*/
.ally.intro .box2 h3.title {
	text-align: center;
	margin-bottom: 60px;
}
.ally.intro .box2 .icons {
	padding-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ally.intro .box2 .icons .icon {
	width: 170px;
	text-align: center;
}
.ally.intro .box2 .icons .icon .img-box {
	width: 122px;
	height: 110px;
	margin: 0 auto;
	background-image: url("../images/aly-icons.png");
	background-size: 500% auto;
	background-repeat: no-repeat;
}
@media (max-width: 1280px) {
.ally.intro .box2 .icons .icon .img-box {
	width: 100px;
	height: 95px;
}
}
.ally.intro .box2 .icons .icon p {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px;
	font-weight: 700;
}
@media (max-width: 1280px) {
.ally.intro .box2 .icons .icon p {
	margin-top: 10px;
	font-size: 16px;
}
}
.ally.intro .box2 .icons .icon:nth-child(1) .img-box {
	background-position: 0% 0;
}
.ally.intro .box2 .icons .icon:nth-child(2) .img-box {
	background-position: 25% 0;
}
.ally.intro .box2 .icons .icon:nth-child(3) .img-box {
	background-position: 50% 0;
}
.ally.intro .box2 .icons .icon:nth-child(4) .img-box {
	background-position: 75% 0;
}
.ally.intro .box2 .icons .icon:nth-child(5) .img-box {
	background-position: 100% 0;
}
@media (max-width: 1280px) {
.ally.intro .box2 .icons {
	padding: 50px;
}
}
@media (max-width: 767px) {
.ally.intro .box2 {
	padding-top: 75px;
	padding-bottom: 8vw;
}
.ally.intro .box2:before {
	height: 50px;
	top: 0;
}
.ally.intro .box2 .title {
	font-size: 18px;
}
.ally.intro .box2 .icons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 8vw 5vw;
}
.ally.intro .box2 .icons .icon {
	width: 100%;
	border: 1px solid rgba(0, 153, 203, 0.4);
	border-radius: 10px;
	padding: 5vw;
}
.ally.intro .box2 .icons .icon + .icon {
	margin-top: 5vw;
}
}
.ally.intro .box3 .common-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 90px;
}
.ally.intro .box3 .common-box .left {
	background-color: #f7f7f7;
	padding: 40px 45px 30px;
	width: 970px;
}
.ally.intro .box3 .common-box .left ._title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
}
.ally.intro .box3 .common-box .left ._title .iconfont {
	color: #0099cb;
	font-size: 26px;
}
.ally.intro .box3 .common-box .left ._title .text {
	font-size: 18px;
	font-weight: 700;
	margin-left: 5px;
}
.ally.intro .box3 .common-box .left .lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ally.intro .box3 .common-box .left .lists .item {
	width: 33%;
	font-size: 16px;
	margin-top: 35px;
	position: relative;
	padding: 0 35px 0 15px;
	line-height: 1.6;
	text-align: justify;
}
.ally.intro .box3 .common-box .left .lists .item:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #2fa9ce;
	left: 0;
	top: 10px;
}
@media (max-width: 1440px) {
.ally.intro .box3 .common-box .left .lists .item {
	margin-top: 25px;
	font-size: 15px;
}
}
@media (max-width: 767px) {
.ally.intro .box3 .common-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding-bottom: 0;
}
.ally.intro .box3 .common-box .right {
	width: 100%;
	height: 200px;
}
.ally.intro .box3 .common-box .left {
	width: 100%;
	padding: 8vw 5vw;
}
.ally.intro .box3 .common-box .left .lists .item {
	width: 100%;
	margin-top: 20px;
	padding-right: 0;
}
}
.ally.news {
	background-color: #f2fcff;
}
.ally.news .box1 {
	padding-top: 120px;
	padding-bottom: 130px;
}
@media (max-width: 1280px) {
.ally.news .box1 {
	padding: 50px;
}
}
@media (max-width: 767px) {
.ally.news .box1 {
	padding: 8vw 5vw;
}
}
.ally.news .box1 .news-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -35px;
}
@media (max-width: 767px) {
.ally.news .box1 .news-lists {
	margin-right: 0;
}
}
.ally.news .box1 .news-lists .item {
	width: calc(100% / 3 - 35px);
	margin-right: 35px;
	margin-bottom: 35px;
	background-color: #fff;
	display: block;
	overflow: hidden;
}
.ally.news .box1 .news-lists .item .info {
	padding: 20px 40px 15px 30px;
}
@media (max-width: 1440px) {
.ally.news .box1 .news-lists .item .info {
	padding: 20px 25px 25px;
}
}
.ally.news .box1 .news-lists .item .time {
	font-size: 15px;
	font-family: 'LEMON';
	opacity: 0.4;
}
@media (max-width: 1440px) {
.ally.news .box1 .news-lists .item .time {
	font-size: 13px;
}
}
.ally.news .box1 .news-lists .item .n-title {
	font-size: 24px;
	line-height: 35px;
	height: 70px;
	overflow: hidden;
	text-align: justify;
	font-weight: 700;
	margin: 10px 0;
}
@media (max-width: 1440px) {
.ally.news .box1 .news-lists .item .n-title {
	font-size: 20px;
	line-height: 1.5;
	height: 60px;
}
}
.ally.news .box1 .news-lists .item .des {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	opacity: 0.75;
	height: 84px;
	overflow: hidden;
}
@media (max-width: 1440px) {
.ally.news .box1 .news-lists .item .des {
	font-size: 14px;
	line-height: 24px;
	height: 72px;
}
}
.ally.news .box1 .news-lists .item .iconfont {
	font-size: 56px;
	color: #0abfd3;
	margin-top: 20px;
}
.ally.news .box1 .news-lists .item.big {
 width: calc((100% / 3 - 35px) * 2 + 35px);
}
@media (min-width: 1366px) {
.ally.news .box1 .news-lists .item:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
}
.ally.news .box1 .news-lists .item img {
	width: 100%;
}
@media (max-width: 767px) {
.ally.news .box1 .news-lists .item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5vw;
}
.ally.news .box1 .news-lists .item .n-title {
	height: 50px;
	line-height: 25px;
	font-size: 17px;
	margin: 5px 0;
}
.ally.news .box1 .news-lists .item .time {
	font-size: 12px;
}
.ally.news .box1 .news-lists .item .iconfont {
	font-size: 34px;
	margin-top: 10px;
}
.ally.news .box1 .news-lists .item.big {
	width: 100%;
}
.ally.news .box1 .news-lists .item.big .info {
	display: block !important;
}
}
.product .box1 {
	padding: 100px 55px;
	text-align: center;
}
.product .box1 h2 {
	font-size: 42px;
	color: #2fa9ce;
	font-weight: 400;
}
@media (max-width: 1366px) {
.product .box1 h2 {
	font-size: 34px;
}
}
.product .box1 h3 {
	font-size: 22px;
	color: #2fa9ce;
	margin: 3px 0 30px;
}
@media (max-width: 1366px) {
.product .box1 h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
}
.product .box1 .info {
	/*padding: 0 10%;
	font-size: 17px;*/
	line-height: 1.8;
	/*color: #828282;*/
	text-align: justify;
}
@media (max-width: 1280px) {
.product .box1 {
	padding: 80px 50px 30px;
}
.product .box1 .info {
	padding: 0;
}
}
@media (max-width: 960px) {
.product .box1 {
	padding: 5vw;
}
.product .box1 .info {
	font-size: 15px;
	font-weight: 400;
}
.product .box1 h3 {
	font-size: 16px;
}
.product .box1 h2 {
	font-size: 24px;
}
}
.product .box2 .swiper-slide {
	width: 1400px;
	opacity: 0.3;
	cursor: pointer;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.product .box2 .swiper-slide.swiper-slide-active {
	opacity: 1;
	cursor: auto;
}
@media (max-width: 1440px) {
.product .box2 .swiper-slide {
	width: 1200px;
}
}
@media (max-width: 1280px) {
.product .box2 .swiper-slide {
	width: calc(100vw - 100px);
}
}
@media (max-width: 767px) {
.product .box2 .swiper-slide {
	width: 90vw;
}
}
.product .box3 {
	padding-top: 90px;
}
.product .box3 .wrapper {
	height: 112px;
}
@media (max-width: 1280px) {
.product .box3 .wrapper {
	padding: 0 50px;
}
}
@media (max-width: 960px) {
.product .box3 .wrapper {
	padding: 0 5%;
	height: 95px;
}
}
.product .box3 .wrapper.active .icons {
	position: fixed;
	left: 0;
	top: 80px;
	width: 100%;
	border-radius: 0;
	z-index: 10;
	height: 90px;
	padding: 0 calc((100vw - 1400px) / 2);
}
.product .box3 .wrapper.active .icons .icon .iconfont {
	font-size: 30px;
}
.product .box3 .wrapper.active .icons .icon .name {
	font-size: 17px;
}
.product .box3 .wrapper .icons .icon.active:before {
	display: block;
}
.product .box3 .icons {
	padding: 0 25px;
	height: 122px;
	border-radius: 122px;
	background-color: #f1f1f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
@media (max-width: 1440px) {
.product .box3 .icons {
	height: 110px;
}
}
@media (max-width: 960px) {
.product .box3 .icons {
	height: 95px;
}
}
.product .box3 .icons .icon {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	text-align: center;
	position: relative;
}
.product .box3 .icons .icon .name {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin-top: 8px;
}
@media (max-width: 1440px) {
.product .box3 .icons .icon .name {
	font-size: 17px;
}
}
@media (max-width: 960px) {
.product .box3 .icons .icon .name {
	font-size: 15px;
}
}
.product .box3 .icons .icon .iconfont {
	text-align: center;
}
.product .box3 .icons .icon .iconfont img {
	display: inline-block;
}
.product .box3 .icons .icon + .icon {
	border-left: 1px solid #dcdcdc;
}
.product .box3 .icons .icon:hover a, .product .box3 .icons .icon.active a {
	color: #0099cb;
	display: block;
}
.product .box3 .icons .icon:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 4px;
	left: 50%;
	margin-left: -50px;
	bottom: -17px;
	background-color: #0099cb;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	display: none;
}
.product .box3 .icons .icon.active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
@media (max-width: 1280px) {
.product .box3 {
	padding-top: 50px;
}
}
.product .box4 .item {
	padding: 100px 0;
	border-bottom: 1px solid #ececec;
}
@media (max-width: 1440px) {
.product .box4 .item {
	padding: 80px 0;
}
}
@media (max-width: 1280px) {
.product .box4 .item {
	padding: 50px;
}
}
@media (max-width: 767px) {
.product .box4 .item {
	padding: 8vw 5vw;
}
}
.product .box4 .item .iconfont {
	line-height: 98px;
	width: 98px;
	text-align: center;
	background: -o-linear-gradient(333deg, #00999a, #0099cb);
	background: linear-gradient(117deg, #00999a, #0099cb);
	color: #fff;
	border-radius: 50%;
	font-size: 50px;
	margin: 0 auto;
}
@media (max-width: 1440px) {
.product .box4 .item .iconfont {
	width: 80px;
	line-height: 80px;
	font-size: 40px;
}
}
@media (max-width: 960px) {
.product .box4 .item .iconfont {
	width: 65px;
	line-height: 65px;
	font-size: 30px;
}
}
.product .box4 .item .name {
	font-size: 30px;
	font-weight: 700;
	color: #2fa9ce;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}
@media (max-width: 1440px) {
.product .box4 .item .name {
	font-size: 24px;
}
}
@media (max-width: 960px) {
.product .box4 .item .name {
	font-size: 18px;
}
}
.product .box4 .item .content {
	font-size: 17px;
	line-height: 1.8;
	text-align: center;
	font-weight: 700;
	color: #828282;
	overflow: hidden;
	text-align: justify;
}
@media (max-width: 767px) {
.product .box4 .item .content {
	font-weight: 400;
	font-size: 15px;
}
}
.product .box4 .item .content img {
	margin-top: 55px;
	display: inline-block;
	width: 100%;
}
.product .box5 {
	padding-top: 70px;
	padding-bottom: 125px;
}
.product .box5 .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 50px;
}
@media (max-width: 1280px) {
.product .box5 .top {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 30px;
}
}
.product .box5 .lists {
	width: 100%;
	display: inline-block;
}
.product .box5 .lists a {
	float: left;
	width: calc((100% - 80px) / 4);
	-webkit-box-shadow: 0 0 15px rgba(55, 55, 55, 0.2);
	box-shadow: 0 0 15px rgba(55, 55, 55, 0.2);
	border-radius: 10px;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	margin: 0 10px 20px;
}
.product .box5.parts .lists {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.product .box5.parts .lists a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: end;
	width: calc((100% - 100px) / 5);
}
.product .box5 .lists a .s {
	color: #bdbdbd;
}
.product .box5 .lists a .t {
	font-size: 20px;
	font-weight: 700;
}
.product .box5 .lists a .text {
	padding: 10px 30px;
}
.product .box5.parts .lists a .text {
	padding: 10px 20px;
}
.product .box5 .lists a:hover .bg {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
@media (max-width: 1280px) {
.product .box5 .lists a {
	width: calc((100% - 60px) / 3);
}
.product .box5.parts .lists a {
	width: calc((100% - 80px) / 4);
}
}
@media (max-width: 1280px) {
.product .box5 .lists {
	padding: 0 50px;
}
}
@media (max-width: 767px) {
.product .box5 .lists {
	padding: 0;
}
.product .box5 .lists a {
	width: calc(50% - 20px);
}
.product .box5.parts .lists a {
	width: calc(50% - 20px);
}
.product .box5 .lists a .text {
	padding: 10px;
}
}
.content-detail {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 100px;
	text-align: justify;
}
.content-detail img {
	display: inline-block;
	margin-top: 10px;
}
.content-detail .car-img, .content-detail .car-content {
	width: 50%;
}
.content-detail .car-content {
	padding-left: 50px;
}
.content-detail .car-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.news-detail.common-box .content-detail .car-content .title {
	text-align: left;
	margin: 0;
}
.news-detail.common-box .content-detail .car-content h2 {
	color: #006dac;
}
.news-detail.common-box .car-detail {
	display: flex;
	flex-wrap: wrap;
}
.content-detail .car-content p b {
	font-size: 22px;
}
.news-detail.common-box {
	max-width: 1100px;
	padding: 20px 60px 60px;
	background-color: #fff;
	margin-top: 80px;
	color: #666;
}
.news-detail.common-box .title {
	font-size: 30px;
	color: #222;
}
.news-detail.common-box .hbb {
	margin-bottom: 50px;
	font-size: 14px;
}
.news-detail.common-box .hbb a {
	padding: 0 10px;
}
@media (max-width: 767px) {
.news-detail.common-box {
	margin-top: 5vw;
	padding: 5vw;
}
.news-detail.common-box .title {
	font-size: 17px;
	text-align: left;
	line-height: 1.6;
}
.news-detail.common-box .content-detail .car-content .title {
	font-size: 26px;
}
.news-detail.common-box .hbb {
	margin-bottom: 10px;
}
.content-detail .car-img, .content-detail .car-content {
	width: 100%;
}
.content-detail .car-content {
	padding: 0;
}
}
.img-box {
	background-position: center center;
	background-size: cover;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.img-box img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}
@-webkit-keyframes kf_scale {
 0% {
 -webkit-transform: scale(0.7);
 transform: scale(0.7);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
 opacity: 0;
}
}
@keyframes kf_scale {
 0% {
 -webkit-transform: scale(0.7);
 transform: scale(0.7);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
 opacity: 0;
}
}
.parallax {
	overflow: hidden;
}
.main-timeline {
	width: 70%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.main-timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background:#2fa9ce;
	position: absolute;
	top: 15px;
	left: 50%;
}
.main-timeline .timeline {
	margin-bottom: 20px;
	position: relative;
}
.main-timeline .timeline:before, .main-timeline .timeline:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.main-timeline .timeline-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/*background: #000;*/
	overflow: hidden;
	margin-left: -23px;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center;
}
.main-timeline .timeline-icon i {
	width: 100%;
	height: 100%;
	display: inline-block;
	background: url(../images/fa-dahome.png) no-repeat center;
	background-size: cover;
}
.main-timeline .timeline-content {
	width: 45%;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	text-align: right;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before {
	content: "";
	border-left: 7px solid #2fa9ce;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	left: 45%;
	top: 20px;
}
.main-timeline .title {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	padding: 10px;
	background: #2fa9ce;
	border-radius: 3px 3px 0 0;
	margin: -20px -20px 10px;
}
.main-timeline .description {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
}
.main-timeline .read-more {
	display: inline-block;
	font-size: 12px;
	color: #64d8c1;
	text-transform: uppercase;
	padding: 5px 15px;
	border: 2px solid #64d8c1;
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 0 #64d8c1;
	-moz-box-shadow: 2px 2px 0 #64d8c1;
	-ms-box-shadow: 2px 2px 0 #64d8c1;
	box-shadow: 2px 2px 0 #64d8c1;
}
.main-timeline .read-more:hover {
	top: 2px;
	left: 2px;
	box-shadow: none;
}
.main-timeline .timeline:nth-child(even) .timeline-content {
	float: right;
	text-align: left;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
	content: "";
	right: 45%;
	left: inherit;
	border-left: 0;
	border-right: 7px solid #2fa9ce;
}
.home-pro {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.home-pro .hpro_img {
	width: calc(50% - 25px);
	margin-right: 50px;
	margin-bottom: 50px;
	overflow: hidden;
}
.home-pro .hpro_img:nth-child(2n) {
	margin-right: 0;
}
.home-pro .hpro_img img, .vr-img img {
	width: 100%;
	transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
	z-index: 1;
	position: relative;
}
.home-pro .hpro_img img:hover, .vr-img img:hover {
	transform: scale3d(1.05, 1.05, 1);
}
.home-pro .hpro_img h4 {
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 2;
	padding: 10px 0;
	z-index: 9;
	position: relative;
	background: #f0f0f0
}
.box6 {
	padding: 80px 0;
	background: #f0f0f0;
}
.box6 .box-content {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}
.box6 .box-content .left {
	width: 36%;
/*	padding: 50px;
	color: white;
	background: #2f2f2f;*/
	position: relative;
	z-index: 1;
}
.box6 .box-content .left img{
	width: 100%;}
.box6 .box-content .left h2 {
	display: block;
	color: inherit;
}
.box6 .box-content .left h2:after {
	content: '';
	width: 60px;
	height: 3px;
	background: white;
	margin-top: 15px;
	display: block;
}
.box6 .box-content .left .content {
	margin-top: 20px;
	line-height: 30px;
}
.box6 .box-content .right {
	width: 64%;
	padding: 50px;
	background: #fff;
}
.box6 .box-content .right h2{
	font-size: 36px;
  letter-spacing: 2px;
  font-weight: 700;
}
.box6 .box-content .right h2:after {
	content: '';
	width: 60px;
	height: 3px;
	background: black;
	margin-top: 15px;
	display: block;
}
.box6 .box-content .right .form {
	display: block;
	padding-top: 40px;
}
.box6 .box-content .right .form ul {
	margin: -8px;
	display: flex;
	flex-wrap: wrap;
}
.box6 .box-content .right .form ul li {
	padding: 8px;
}
.box6 .box-content .right .form ul li .box {
	position: relative;
}
.box6 .box-content .right .form ul li .box h5 {
	font-size: 18px;
	color: black;
	position: absolute;
	left: 5px;
	top: 10px;
}
.box6 .box-content .right .form ul li input, .box6 .box-content .right .form ul li textarea, .box6 .box-content .right .form ul li button {
	width: 100%;
	border: none;
	outline: none;
	text-indent: 3em;
	border-bottom: 1px solid #656565;
	line-height: 44px;
	height: 44px;
	font-size: 18px;
	color: #333;
	padding: 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: transparent;
}
.box6 .box-content .right .form ul li input::-webkit-input-placeholder, .box6 .box-content .right .form ul li textarea::-webkit-input-placeholder, .box6 .box-content .right .form ul li button::-webkit-input-placeholder {
 color: rgba(0, 0, 0, 0.2);
}
.box6 .box-content .right .form ul li input:-moz-placeholder, .box6 .box-content .right .form ul li textarea:-moz-placeholder, .box6 .box-content .right .form ul li button:-moz-placeholder {
 color: rgba(0, 0, 0, 0.2);
}
.box6 .box-content .right .form ul li input::-moz-placeholder, .box6 .box-content .right .form ul li textarea::-moz-placeholder, .box6 .box-content .right .form ul li button::-moz-placeholder {
 color: rgba(0, 0, 0, 0.2);
}
.box6 .box-content .right .form ul li input:-ms-input-placeholder, .box6 .box-content .right .form ul li textarea:-ms-input-placeholder, .box6 .box-content .right .form ul li button:-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.2);
}
.box6 .box-content .right .form ul li input:focus, .box6 .box-content .right .form ul li textarea:focus, .box6 .box-content .right .form ul li button:focus {
	border-color: #e0640d;
}
.box6 .box-content .right .form ul li textarea {
	height: 100px;
	line-height: 28px;
	padding: 8px 5px;
	resize: vertical;
	-webkit-transition: 0s all, 0.5s border-color;
	-moz-transition: 0s all, 0.5s border-color;
	-ms-transition: 0s all, 0.5s border-color;
	-o-transition: 0s all, 0.5s border-color;
	transition: 0s all, 0.5s border-color;
}
.box6 .box-content .right .form ul li.wid-100 {
	width: 100%;
}
.box6 .box-content .right .form ul li .box.fleshVerify input {
	max-width: 65%;
	width: 280px;
	display: inline-block;
	vertical-align: bottom;
	text-indent: 3.5em;
}
.box6 .box-content .right .form ul li .box.fleshVerify img {
	display: inline-block;
	vertical-align: bottom;
	margin-left: -5px;
}
.box6 .box-content .right .form ul li .box.fleshVerify h5 {
	top: auto;
	bottom: 8px;
}
.box6 .box-content .right .form ul li .mail input {
	padding-left: 15px;
}
.box6 .box-content .right .form ul li button {
	float: right;
	border-bottom: none;
	width: 145px;
	text-indent: 0;
	background: none;
	text-align: center;
	color: #fff;
	transition: 0.5s;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #3fdadc 0%, #0259af 51%, #3fdadc 100%);
	font-size: 14px;
	cursor: pointer;
	height: 45px;
	line-height: 45px;
	display: block;
}
.box6 .box-content .right .form ul li button:hover {
	background-position: right center;
	border-radius: 50px;
	color: #fff !important;
}
.box6 .box-content .right .form ul li button img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: -4px;
}
.ui.container {
	padding: 0 15px;
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.grid-box .column {
	display: inline-block;
	vertical-align: top;
}
.grid-box.three > .column {
	width: 50%;
}
.box6 .box-content .right .form ul li .box.jzlx {
	padding-left: 90px;
	border-bottom: 1px solid #656565;
}
.box6 .box-content .right .form ul li .box.cengzhanlou {
	padding-left: 80px;
	border-bottom: 1px solid #656565;
}
select {
	width: 100%;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	outline: none;
	line-height: 44px;
	height: 44px;
	font-size: 18px;
	color: #333;
	padding: 0 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: transparent;
}
@media screen and (max-width: 1600px) {
.box6 .box-content .right .form ul li .box h5, .box6 .box-content .right .form ul li input, .box6 .box-content .right .form ul li textarea, .box6 .box-content .right .form ul li button {
	font-size: 16px;
}
}
@media screen and (max-width: 1200px) {
.box6 {
	padding-top: 30px;
}
.box6 {
	padding-bottom: 30px;
}
.box6 .box-content .right {
	padding: 25px;
}
.box6 .box-content .left {
	/*padding: 25px;*/
}
}
@media screen and (max-width: 1000px) {
.box6 .box-content .left {
	width: 100%;
	/*padding: 25px;*/
	margin-bottom: 0;
}
.box6 .box-content .right {
	width: 100%;
}
}
 @media only screen and (max-width: 990px) {
.main-timeline .title {
	font-size: 25px;
}
.main-timeline .timeline-content::before {
	top: 16px;
}
}
 @media only screen and (max-width: 767px) {
.box6 .box-content .right .form ul li {
	padding: 5px;
}
.box6 .box-content .right .form ul {
	margin: -5px;
}
.box6 .box-content .right .form ul li:nth-child(3) {
	width: 100%;
}
.box6 .box-content .left .content {
	font-size: 12px;
	line-height: 26px;
}
.box6 .box-content .right .form ul li .box h5, .box6 .box-content .right .form ul li input, .box6 .box-content .right .form ul li textarea, .box6 .box-content .right .form ul li button {
	font-size: 14px;
}
.box6 .box-content .right .form ul li button {
	float: none;
}
.box6 .box-content .right .form ul li .box.fleshVerify input {
	max-width: 60%;
}
.box6 .box-content .right .form ul li .box.fleshVerify img {
	max-width: 40%;
}
.main-timeline:before {
	left: 0;
}
.main-timeline .timeline-content {
	width: 90%;
	float: right;
	text-align: left;
}
.main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
	left: 10%;
	right: inherit;
	margin-left: -6px;
	border-left: 0;
	border-right: 7px solid #000;
}
.main-timeline .timeline-icon {
	left: 0;
}
}
 @media only screen and (max-width: 479px) {
.main-timeline .timeline-content {
	width: 85%;
}
.main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
	left: 15%;
}
.main-timeline .title {
	font-size: 20px;
}
.main-timeline .timeline-content:before {
	top: 13px;
}
}
.w1400 {
	width: 90%;
	max-width: 1600px;
	margin: 0px auto;
	position: relative;
}
.product .box1 .common_title {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1;
	margin-bottom: 4vw;
	z-index: 5;
}
.product .box1 .common_title p {
	font-size: 120px;
	font-family: Geometr;
	opacity: .05;
	text-transform: capitalize;
}
.product .box1 .common_title b {
	font-size: 36px;
	background-image: -webkit-linear-gradient(45deg, #40dbdd, #0157ae);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.product .box1 .common_title strong {
	display: block;
	width: 100%;
	margin-top: 1.5vw;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
}
.product .box1 .welf {
	width: 100%;
}
.product .box1 .welf ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product .box1 .welf ul li {
	width: 46%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4vw;
	direction: rtl;
	align-items: center;
}
.product .box1 .welf ul li .thum {
	width: 100px;
	height: 100px;
	/*border-radius: 50%;*/
	position: relative;
	overflow: hidden;
}
.product .box1 .pic {
	background: center center no-repeat;
	background-image: none;
	background-size: auto;
	background-size: cover;
	-webkit-transition: all .5s;
}
.product .box1 img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.product .box1 .welf ul li .info {
	width: calc(100% - 130px);
	direction: initial;
	position: relative;
}
.product .box1 .welf ul li .info .name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.product .box1 .welf ul li .info .name b {
	display: block;
	margin-bottom: 5px;
}
.product .box1 .welf ul li .info .name p {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}
.product .box1 .welf ul li .info .des {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 16px;
	line-height: 1.7;
}
.product .box1 .welf ul li .info .num {
	width: auto;
	height: auto;
	position: absolute;
	right: 0%;
	top: 50%;
	font-family: BrownBlod;
	-webkit-transform: translateY(-50%);
	font-size: 10vw;
	opacity: .1;
}
.service .box1 .other_outer {
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5vw;
}
.service .box1 .other_outer:nth-child(2n) {
	direction: rtl;
}
.service .box1 .other_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	min-height: 60vh;
	align-items: center;
	background: #f0f0f0;
}
.service .box1 .other_top .thum {
	width: 50%;
	position: relative;
	height: 100%;
	background: center center no-repeat;
	background-image: none;
	background-size: auto;
	background-size: cover;
}
.service .box1 .other_top .info {
	width: 50%;
	position: relative;
	padding: 5%;
}
.service .box1 .other_top .info .name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.service .box1 .other_top .info .des {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	min-height: 150px;
	margin-bottom: 35px;
}
.service .box1 .ylBtn {
	width: 160px;
	height: auto;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	transition: 0.5s;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #3fdadc 0%, #0259af 51%, #3fdadc 100%);
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.service .box1 .ylBtn.down span {
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	right: 20%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}
.service .box1 .ylBtn.down span::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/arrow_dicon.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: cover;
	left: 0px;
	-webkit-transition: all .4s;
	background-position: 0% 100%;
}
.service .box1 .ylBtn:hover {
	background-position: right center;
	border-radius: 50px;
}
.service .box1 .ylBtn.down:hover p {
	color: #fff;
}
.service .box1 .ylBtn.down:hover span::after {
	background-position: 0% 0%;
}
@media screen and (max-width: 1440px) {
.product .box1 .common_title p {
	font-size: 100px;
}
.product .box1 .common_title b {
	font-size: 30px;
}
.product .box1 .common_title strong, .product .box1 .welf ul li .info .des {
	font-size: 14px;
}
}
@media screen and (max-width: 1200px) {
.product .box1 .common_title p {
	font-size: 70px;
}
.product .box1 .common_title b {
	font-size: 24px;
}
.product .box1 .welf ul li .info .name b {
	font-size: 16px;
}
.product .box1 .welf ul li .info .name p {
	font-size: 12px;
	opacity: .5;
}
}
@media screen and (max-width: 768px) {
.product .box1 .common_title p {
	font-size: 10vw;
}
.product .box1 .common_title strong {
	margin-top: 3vw;
}
.ui.container, .service.service-page .box6 .grid-box.three > .column, .grid-box.three > .column, .product .box1 .welf ul li {
	width: 100%;
}
.box6 .box-content .right .form {
	padding-top: 20px;
}
.home-pro .hpro_img {
	width: calc(50% - 7px);
	margin-right: 14px;
	margin-bottom: 14px;
}
.product .box1 .welf ul li .thum {
	width: 100px;
	height: 100px;
}
.product .box1 .welf ul li .info {
	width: calc(100% - 120px);
}
.product .box1 .welf ul li .info .name {
	font-size: 16px;
	margin-bottom: 5px;
}
.home-pro .hpro_img h4, select {
	font-size: 14px;
}
.product .box3 .wrapper.active .icons {
	top: 0;
	height: auto;
}
.product .box3 .icons {
	height: auto;
	width: auto;
	flex-wrap: wrap;
	padding: 10px;
	border-radius: 5px;
}
.product .box3 .icons .icon {
	width: 50%;
	margin: 5px 0;
}
.product .box3 .wrapper {
	height: auto;
}
.common-box {
	padding: 0 15px;
}
.product .box3 .icons .icon:nth-child(2n+1) {
  border:none;
}
.product .box3 .icons .icon .name{font-size: 14px;line-height: 50px;margin: 0;}
.product .box3 .icons .icon::before {bottom: 0;}
}
