@import "bootstrap.min.css";
@import "animate.min.css";
@import "swiper.min.css";
@import "mobile_nav.css";
@import "../fonts/iconfont.css";
@import "../layui/css/layui.css";


/***

====================================================================
	Reset
====================================================================

 ***/
:root {
	--yosun-color: #ff0000;
	--gray: rgba(244, 244, 244, 1);
	--gray9: #999;
	--gray6: #666;
	--gray3: #333;
}

* {
	margin: 0;
	padding: 0;
	text-size-adjust: inherit;
	text-size-adjust: initial;
	text-size-adjust: unset;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/
@font-face {
	font-family: Yosun;
	src: url(../fonts/Rubik-Regular.eot?#iefix);
	src: url(../fonts/Rubik-Regular.eot?#iefix) format("eot"), url(../fonts/Rubik-Regular.woff) format("woff"), url(../fonts/Rubik-Regular.woff2) format("woff2"), url(../fonts/Rubik-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Yosun-Light;
	src: url(../fonts/Rubik-Light.eot?#iefix);
	src: url(../fonts/Rubik-Light.eot?#iefix) format("eot"), url(../fonts/Rubik-Light.woff) format("woff"), url(../fonts/Rubik-Light.woff2) format("woff2"), url(../fonts/Rubik-Light.ttf) format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Yosun-LightItalic;
	src: url(../fonts/Rubik-LightItalic.eot?#iefix);
	src: url(../fonts/Rubik-LightItalic.eot?#iefix) format("eot"), url(../fonts/Rubik-LightItalic.woff) format("woff"), url(../fonts/Rubik-LightItalic.woff2) format("woff2"), url(../fonts/Rubik-LightItalic.ttf) format("truetype");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: Yosun-bold;
	src: url(../fonts/Rubik-Bold.eot?#iefix);
	src: url(../fonts/Rubik-Bold.eot?#iefix) format("eot"), url(../fonts/Rubik-Bold.woff) format("woff"), url(../fonts/Rubik-Bold.woff2) format("woff2"), url(../fonts/Rubik-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}


html,
body {
	position: relative;
	color: #000;
	font-size: 14px;
	text-size-adjust: inherit;
	text-size-adjust: initial;
	text-size-adjust: unset;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	height: 100%;
	font-family: Yosun;
	letter-spacing: 1px;
}



a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	display: inline-block;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0;
	background: none;
}

input,
button,
select,
textarea {
	font-weight: normal;
}

input:focus {
	outline: none;
}


ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

img {
	max-width: 100%;
}



.text-right {
	text-align: right;
}

.clearfix {
	clear: both;
	*zoom: 1
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font24 {
	font-size: 24px;
}

.font30 {
	font-size: 30px;
}

.font32 {
	font-size: 32px;
}

.font36 {
	font-size: 36px;
}

.font-light {
	font-weight: 100;
}

.font-normal {
	font-weight: 500;
}

.font-bold {
	font-weight: bold;
}

.blank10 {
	height: 10px;
}

.blank15 {
	height: 15px;
}

.blank20 {
	height: 20px;
}

.blank30 {
	height: 30px;
}

.blank40 {
	height: 40px;
}

.blank50 {
	height: 50px;
}

.blank60 {
	height: 60px;
}

.blank70 {
	height: 70px;
}

.blank80 {
	height: 80px;
}

.blank90 {
	height: 90px;
}

.blank100 {
	height: 100px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.flex-pack {
	display: -webkit-flex;
	display: flex;
	height: 100%;
	width: 100%;
	justify-items: center;
}

.flex-auto {
	margin: auto !important;

}

.flex-row {
	margin: 0 auto !important;
}

.flex-line {
	margin: auto 0 !important;
}



.animated-element {
	opacity: 0;
	transition: opacity 1s, transform 1s;
}

.yosun-fluid {
	padding-left: 150px;
	padding-right: 150px;
}

.transition {
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}


.gray-bg {
	position: relative;
	background: #fafafb;
	overflow-x: hidden;
}

.service-titlt-dec {
	padding: 0 100px 0 150px;


}

.service-titlt-dec img {
	max-width: 100%;
}

.service-web-left {
	height: 570px;
	font-family: Yosun-Light;

}

.service-web-left h2 {
	color: #fff;
	font-size: 48px;
}

.service-web-left p {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
}

.service-web-right {
	height: 570px;
	font-family: Yosun-Light;

}

.service-web-right h2 {
	color: #000;
	font-size: 48px;
}

.service-web-right p {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #000;
}

.more-btn{
	position: relative;
	display: inline-block;
	padding: 7px 30px;
	border: 1px solid rgba(255,255,255,1);
	color: #fff;
	border-radius: 50px;
	font-size: 18px;
	cursor: pointer;
}
.more-btn-black{
	position: relative;
	display: inline-block;
	padding: 7px 30px;
	border: 1px solid rgba(0,0,0,.8);
	color: #000;
	border-radius: 50px;
	font-size: 18px;
	cursor: pointer;
}

.more-btn-black:hover{
	border: 1px solid rgba(255,255,255,1);
}

.more-btn>div, .more-btn-black>div {
	position: relative;
	z-index: 100;
}

.more-btn label, .more-btn-black label {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background:#fff;
	border-radius: 46px;
	z-index: 50;
	opacity: 0;
}

.more-btn:hover>div, .more-btn-black:hover>div {
	color: #f00;
}

.more-btn:hover label, .more-btn-black:hover label {
	width: 100%;
	opacity: 1;
}

.service-img img {
	max-height: 130px;
}



/* web top & menu */
.header-transparent {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}


.header-sticky {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.header-sticky.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	display: block;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}


.yosun-logo {
	padding: 20px 0;
}

.yosun-logo .logo-black {
	display: none;
}

.sticky .logo-black {
	display: block;
}

.sticky .logo-white {
	display: none;
}

.logo-white img,
.logo-black img {
	width: 168px;
	height: 40px;
}


.navigation {
	padding: 30px 0 0 0;
	text-align: center;
}

.navigation a {
	margin: 0 20px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
	position: relative;
}

.navigation a:hover {
	color: #fff;
}

.sticky .navigation a:hover {
	color: var(--yosun-color);
}





.sticky .navigation a {
	color: #333;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}


.btn-solution {
	margin: 25px 0 0 0;
	position: relative;
	padding: 0 50px 0 0;
	color: #fff;
	font-size: 18px;
	z-index: 300 !important;
	cursor: pointer;
}

.btn-solution span {
	position: absolute;
	content: ' ';
	padding: 0 20px;
	top: 0;
	right: 0;
	width: 160px;
	line-height: 35px;
	background: #f00;
	border-radius: 30px;
	z-index: 100;
	font-size: 24px;
	font-weight: 100;
	cursor: pointer;
}

.btn-solution label {
	display: block;
	position: relative;
	z-index: 200;
	line-height: 35px;
	cursor: pointer;
}

.btn-solution:hover span {
	padding: 0;
	width: 35px;
	color: #fff;
	text-align: center;
	line-height: 35px;
}

.btn-solution:hover label {
	color: #fff;
}

.sticky .btn-solution:hover label {
	color: #000 !important;
}






.nav-up-selected a {
	color: #cb5219 !important;
}


.navigation-down {
	position: fixed;
	top: 80px;
	left: 0px;
	width: 100%;
	z-index: 10000000;
}

.navigation-down .nav-down-menu {
	border-top: 1px #eaeaea solid;
	width: 100%;
	margin: 0;
	padding: 50px 0;
	background: rgba(245, 245, 245, 1);
	position: absolute;
	top: 0px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.navigation-down .nav-down-menu .navigation-down-inner {
	margin: auto;
	width: 1400px;
	position: relative
}

.current-menu {
	margin: 0 0 20px 0;
	font-size: 20px;
}

.current-slogin {
	padding: 0 50px 0 0;
	font-size: 30px;
}

.current-menu span {
	margin: 0 10px 0 0;
	display: inline-block;
	font-size: 24px;
	color: var(--yosun-color)
}


.waimao-handbook {
	margin: 0 0 50px 0;
	height: 180px;
	border-radius: 20px;
	background: url(../images/waimao-hankbook.jpg) no-repeat;
	background-size: cover;
}

.more-know {
	color: #666;
}

.more-know a,
.more-know a:visited {
	margin: 10px 0;
	display: block;
	color: #000 !important;
}

.more-know a span {
	float: right;
}

.more-know a:hover {
	margin: 10px 0 10px 15px;
	color: #f00 !important;
}

.more-know a:hover span {
	margin: 0 15px 0 0;
}

.sub-menu {
	display: block;

}

.sub-menu a,
.sub-menu a:visited {
	position: relative;
	margin: 10px;
	display: inline-block;
	padding: 15px 20px;
	border-radius: 10px;
	color: #000 !important;
	background: #eaeaea;
	width: 200px;
}

.sub-menu a:hover {
	background: rgba(255, 0, 0, .08);
	color: #f00 !important;
}

.sub-menu a span {
	position: absolute;
	right: 18%;
	top: 38%;
	opacity: 0;
}

.sub-menu a:hover span {
	position: absolute;
	right: 8%;
	top: 38%;
	opacity: 1;
}



/* ad part */
.bannerPart {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.bannerPart .swiper {
	display: block;
	height: 100%;
}

.bannerPart .swiper-button-next,
.bannerPart .swiper-button-prev {
	color: rgba(255, 255, 255, .5) !important;
	display: none;
}

.bannerPart .swiper-button-next:hover,
.bannerPart .swiper-button-prev:hover {
	color: rgba(255, 255, 255, 1) !important;
}


.bannerPart .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 40px;
	width: 100%;
	z-index: 999999;
	justify-content: center;
}

.bannerPart .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 10px;
	background: rgba(255, 255, 255, .5);
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;

}

.bannerPart .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
	width: 30px;
}




.yousnVideo video {
	position: relative;
	width: 100% !important;
	height: 100%;
	object-fit: cover !important;
	z-index: 120;
}

.mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 200;
}

.mask h2 {
	font-size: 72px;
	color: #fff;
	font-weight: 200;
}

.mask h4 {
	font-size: 36px;
	color: #fff;
	font-weight: 400;

}


.yousnVideo .sroll {
	margin-left: -30px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 60px;
	height: 60px;
	z-index: 210;
	animation: scroll-down-animation 1.5s infinite;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.mouse-pointer {
	width: 20px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mouse-pointer::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@keyframes scroll-down-animation {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0);
	}
}

.banner-two {
	background: url(../images/bannerBg.jpg) center center;
	background-size: cover;
}

.banner-two-text {
	color: #fff;
}

.banner-two-text h3 {
	margin: 0 0 20px 0;
	font-size: 32px;
	font-weight: 100;
}

.banner-text-item {
	margin: 50px 0;
	display: block;
}

.banner-text-item li {
	margin: 0 30px 0 0;
	float: left;
	font-size: 18px;
}

.banner-text-item li span {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 20px;
}

.banner-three {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/bannerBgCase.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	animation: zoom 10s infinite;
}

@keyframes zoom {
	0% {
		background-size: 100%;
	}

	50% {
		background-size: 120%;
	}

	100% {
		background-size: 100%;
	}
}

.btn-icon {
	margin-left: 10px;
	font-weight: 100;
}


/* number */
.homeNumber {
	background: var(--gray);
	padding: 50px 0;
	font-size: 16px;
	color: #333;
	font-weight: 400;
}

.homeNumber h2 {
	font-size: 48px;
	margin: 0 0 10px 0;
	color: var(--yosun-color);
}

.homeNumber h2 span {
	color: var(--gray6);
	font-weight: 400;
	font-size: 24px;
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

.homeNumber .col {
	border-right: 1px rgba(204, 204, 204, .8) solid;
}

.homeNumber .col:last-child {
	border: none !important;
}






/* 业务介绍模块 */
.service {
	padding-top: 150px;
	padding-bottom: 150px;
}

.service-intro {
	position: relative;
}

.service-intro h2 {
	font-size: 36px;
}

.service-intro h2:before {
	position: absolute;
	left: 0;
	top: -50px;
	content: '“';
	font-size: 68px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--yosun-color);
}

.service-intro h2::after {
	position: absolute;
	right: 0;
	bottom: -130px;
	content: '”';
	font-size: 68px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--yosun-color);
}

.service-intro p {
	margin: 5px 0;
	color: var(--gray3);
	font-size: 16px;
}

.service-intro p:after {
	position: absolute;
	right: 40px;
	bottom: 0;
	content: ' ';
	width: 350px;
	height: 3px;
	background: #333;
}

.service-item {
	position: relative;
	display: flex;
	width: 100%;
	height: 500px;
}

.service-item>div {
	padding: 30px 40px;
	flex: 1;

	transition: flex 0.3s ease;
	background: rgba(245, 245, 245, 1);
	border-radius: 10px;
}

.service-item>div:hover {
	flex: 1.9;
}

.container>div:hover~div {
	flex: 0.7;
}

.service-item>div:nth-child(1),
.service-item>div:nth-child(3),
.service-item>div:nth-child(4) {
	background: rgba(245, 245, 245, 1) url(../images/service_icon1.jpg) no-repeat right center;
	background-size:cover;
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}

.service-item>div:nth-child(1):hover,
.service-item>div:nth-child(3):hover,
.service-item>div:nth-child(4):hover {
	background: rgba(245, 245, 245, 1) url(../images/service_icon1.jpg) no-repeat right center;
	background-size:cover;
}

.service-item>div:nth-child(2) {
	background: rgba(245, 245, 245, 1) url(../images/service_icon2.jpg) no-repeat 0 center;
	background-size: cover;
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}

.service-item>div:nth-child(2):hover {
	background: rgba(245, 245, 245, 1) url(../images/service_icon2.jpg) no-repeat right center;
	background-size: cover;
}

.service-item>div:nth-child(3) {
	background: rgba(245, 245, 245, 1) url(../images/service_icon3.jpg) no-repeat 0 center;
	background-size: cover;
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}

.service-item>div:nth-child(3):hover {
	background: rgba(245, 245, 245, 1) url(../images/service_icon3.jpg) no-repeat right center;
	background-size: cover;
}

.service-item>div:nth-child(4) {
	background: rgba(245, 245, 245, 1) url(../images/service_icon4.jpg) no-repeat 0 center;
	background-size: cover;
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}

.service-item>div:nth-child(4):hover {
	background: rgba(245, 245, 245, 1) url(../images/service_icon4.jpg) no-repeat right center;
	background-size: cover;
}

.service-item>div:nth-child(2) {
	margin: 0 30px;
}

.service-item>div:nth-child(3) {
	margin: 0 30px 0 0;
}

.service-list {
	position: relative;
	cursor: pointer;
}

.service-list h2 {
	margin: 10px 0;
	font-size: 24px;
	font-weight: 600;
}

.service-list:hover h2 {
	color: var(--yosun-color);
}

.service-list p {
	color: var(--gray6);
	font-size: 16px;
}

.service-list ul {
	display: block;
	padding: 20px 0;
}

.service-list ul li {
	position: relative;
	padding: 5px 0 5px 20px;
	color: var(--gray3);
}

.service-list ul li:before {
	position: absolute;
	left: 0;
	top: 4px;
	content: '■';
	color: #333;
}

.service-list a span {
	font-size: 32px;
	font-weight: 100;
	color: var(--yosun-color);
}

.service-btn {
	position: absolute;
	left: 40px;
	bottom: 40px;
	opacity: 0;
}

.service-list:hover .service-btn {
	left: 80px;
	opacity: 1;
}

/* cases parts */
.yosun-title,
.case-btngroup {
	position: relative;
	z-index: 100;
}

.yosun-title h2 {
	font-size: 36px;
	z-index: 100;
}

.yosun-title:before {
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	content: ' ';
	background: url(../images/overview_shape.png) no-repeat;
	background-size: cover;
	left: -50px;
	top: -50px;
	z-index: 50;
	opacity: .5;
	animation: scroll-down-animation 3s infinite;
}


@keyframes scroll-down-animation {
	0% {
		transform: translate(0, 0);
	}

	20% {
		transform: translate(15px, 15px);
	}

	100% {
		transform: translate(0, 0);
	}
}

.case-margin>div {
	padding: 2px 3px !important;
}

.case-item {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.case-item .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
	opacity: 1;
}

.case-item:hover .mask {
	opacity: 0;
}

.case-item .case-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}

.case-item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.case-item .case-logo img {
	transform: scale(.7);
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-o-transform: scale(.7);
	-ms-transform: scale(.7);
}

.case-item .case-logo p {
	color: #fff;
	font-size: 20px;
	height: 0 !important;
	overflow: hidden;
	font-weight: bold;
}

.case-item .case-logo p label {
	margin: 10px 0 0 0;
	padding: 5px 0;
	display: block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.case-item:hover .case-logo p {
	height: 100px !important;

}

.case-item .mask-red {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background: linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 0, .2));
	z-index: 150;
	opacity: 0;
}

.case-item:hover .mask-red {
	background: linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 0, .2));
	opacity: 1;
	height: 100%;
}


/* customer parts */
.customer {

	padding: 100px 0;
	background: url(../images/customer_bg.jpg) no-repeat center center;
	background-size: 100%;
}

.customer-title h2 {
	margin: 0 0 20px 0;
	font-size: 32px;
	color: #fff;
}

.customer-slogin {
	padding: 40px 100px 0 0;
	color: #fff;
}

.customer-slogin h2 {
	font-size: 52px;

	font-weight: 100;
	/* color: var(--yosun-color); */
}

.customer-slogin p {
	padding: 20px 0;
	font-size: 24px;
	font-weight: 100;

}

.moveCustomer {
	height: 100%;
	position: relative;
	background: url(../images/customer-logowall.png) repeat-x 0 50%;
	background-size: 1450px auto;
	animation-name: moveCustomer;
	animation-duration: 50s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes moveCustomer {
	from {
		background-position: 0 50%;
	}

	to {
		background-position: -1450px 50%;
	}
}

.handbook {
	position: relative;
	padding: 40px 40px 40px 350px;
	background: rgba(245, 245, 245, 1);
	border-radius: 20px;
	height: 300px;
}

.handbook h2 {
	margin: 0 0 20px 0;
	font-size: 48px;
	font-weight: 100;

}

.handbook p {
	font-size: 24px;
	color: #666;
}

.handbook-pic {
	position: absolute;
	left: 0;
	top: -100px;
}

.handbook-pic img {
	width: 400px
}


.handbook-icon-up {
	position: absolute;
	left: 360px;
	top: -50px;
	opacity: .5;
	z-index: 10;
}

.handbook-icon-right {
	position: absolute;
	right: 20px;
	bottom: 0;
	opacity: .5;
	z-index: 10;
}

.news-first {
	padding: 20px 0;
}

.news-first-pic {
	border: 1px solid #eaeaea;
	padding: 15px;
}

.news-first-pic img {
	max-width: 100%;
}

.news-first h2 {
	margin: 20px 0;
	font-size: 18px;
	font-weight: 500;
}

.news-date {
	margin: 0 0 20px 0;
	color: #666;
}

.news-dec {
	color: #999;
	height: 40px;
	overflow: hidden;
}

.news-list {
	list-style: none;
}

.news-list li {
	padding: 15px 0;
	border-bottom: 1px #eaeaea solid;
}

.news-list li a,
.news-list li a:visited {
	color: #333;
	line-height: 20px;
}

.news-list li a:hover {
	color: var(--yosun-color);
}

.news-margin>div:nth-child(1) {
	margin: 0 20px 0 0;
}

.news-margin>div:nth-child(2) {
	margin: 0 0 0 20px;
}

.news-list span {
	float: right;
	color: rgba(200, 200, 200, 1);
	font-weight: 100;
}



.footer {
	position: relative;
	padding-top: 100px;
	padding-bottom: 20px;
	background: #222;
}

.footer-logo {
	padding: 50px 80px 0 0;
	background: url(../images/footer-logo.png) no-repeat;
	background-size: 150px auto;
	color: rgba(255, 255, 255, .7);
	line-height: 20px;
}

.hot-tel {
	padding: 50px 0 0 60px;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 2px;
	background: url(../images/hot-tel.png) no-repeat 0 50px;
	background-size: 50px auto;
}

.hot-tel h2 {
	font-size: 24px;
}

.footer-menu {
	padding-left: 50px;
	color: #fff;
}

.footer-menu h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
}

.footer-menu li {
	width: 25%;
}

.footer-menu li a,
.footer-menu li a:visited {
	display: block;
	margin: 15px 0;
	color: rgba(255, 255, 255, .5)
}

.footer-link {
	margin: 30px 0;
	color: rgba(255, 255, 255, .5);
}

.footer-link a:link,
.footer-link a:visited {
	display: inline-block;
	margin: 0 15px;
	color: rgba(255, 255, 255, .5);
}

.copy-info {
	padding-top: 20px;
	color: rgba(255, 255, 255, .5);
}

.copy-info a,
.copy-info a:visited {
	display: inline-block;
	margin: 0 10px;
	color: rgba(255, 255, 255, .5);
}

.copy-info a img {
	display: inline-block;
	margin: 0 5px 0 0;
	max-width: 15px;
}

.pattern-2 {
	position: absolute;
	width: 8rem;
	height: 7.6rem;
	right: 50px;
	top: 80px;
	animation: dt_fullrotate 3s ease-in-out 3s forwards infinite alternate;
}

.pattern-2:before {
	content: " ";
	width: 6.2rem;
	height: 6.2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: #fff;
}

.pattern-2::after {
	content: " ";
	width: 6.5rem;
	height: 6.5rem;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	border: 0.7rem solid #f00;
}

@keyframes dt_fullrotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* 栏目页banner设置 */
.sub-banner {
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sub-banner h2,
.sub-banner h3 {
	color: #fff;
	letter-spacing: 4px;
}

.sub-banner h2 {
	padding: 20px 0;
	font-size: 42px !important;
}

.sub-banner h2 span {
	font-size: 90px;
}

.sub-banner h3 {
	font-size: 32px !important;
}


/* 服务领域样式设置 */
.sub-main-title {
	padding: 100px 0;

}

.sub-main-title h2 {
	font-size: 36px;
	z-index: 100;
}

.sub-small-title {
	font-size: 20px;
	color: #666;
	line-height: 30px;
}

.case-sort {
	position: relative;
	padding: 100px 30px;
}

.case-sort a,
.case-sort a:visited {
	position: relative;
	display: inline-block;
	padding: 12px 50px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 30px;
	font-size: 16px;
	color: #666;
	z-index: 200;
	background: #fff;
}

.case-acitve {
	border: 1px solid var(--yosun-color) !important;
	background: #ff0000 !important;
	color: #fff !important;
}

.case-sort a span {
	margin: 0 0 0 5px;
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
}

.case-sort .title-en {
	position: absolute;
	right: 50px;
	top: 50px;
	z-index: 100;
	font-size: 150px;
	color: rgba(0, 0, 0, .05);
	animation: leftRightScroll 6s ease-in-out infinite;
}


@keyframes leftRightScroll {
	0% {
		transform: translateX(-150px);
	}

	50% {
		transform: translateX(100px);
	}

	100% {
		transform: translateX(-150px);
	}
}



.case-filter-data {
	padding: 30px 0 0 0;
	color: #666;

}

.case-filter-data strong {
	color: var(--yosun-color);
}

.case-list-box>div {
	padding: 0 30px;
}

.case-list-item {
	margin: 0 0 30px 0;
}

.case-item-name-tag {
	padding: 20px 0;
}

.case-list-topborder {
	position: relative;
	height: 2px;
	background: #ddd;
}

.case-list-topborder::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: -webkit-linear-gradient(left, #f00, #a20000);
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}

.case-list-item:hover .case-list-topborder::after {
	width: 100%;
}

.case-item-name-tag div:nth-child(1) {
	font-size: 30px;
	line-height: 40px;
}

.case-item-name-tag div:nth-child(2) span {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 30px;
	background: -webkit-linear-gradient(left, #666, #666);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.case-company {
	padding: 30px 0 15px 0;
	font-size: 20px;
	color: #333;
}

.case-dec {
	height: 130px;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}

.case-list-box a:hover .case-item-name-tag div:nth-child(1) {
	background: -webkit-linear-gradient(left, #f00, #a20000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.case-pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.case-list-box a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	filter: blur(5px)
}




/* news parts style */
.news-list-box {
	margin: 50px 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.news-list-right {
	padding: 0 0 0 20px;

}

.news-title {
	padding: 30px 40px;
}

.news-top {
	padding: 0 40px 30px 40px;
}


.news-img img {
	border-radius: 10px;
}

.news-top-list .news-list-title {
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.news-list-title span,
.newsList-info span {
	margin: 0 5px 0 0;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: var(--yosun-color);
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
}

.news-top-list .news-list-tag {
	color: #999;
}

.news-top3>div {
	padding: 0 20px;
}

.newsList {
	padding: 40px;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.newsList-info {
	padding: 0 0 0 30px;
}

.newsList-thumb img {
	border-radius: 8px;
}

.newsList-info h2 {
	font-size: 20px;
}

.newsList-dec {
	padding: 15px 0;
	color: #999;
}

.newsList-date {
	padding: 0;
	color: #999;
}

.newsList-date label {
	display: inline-block;
	margin: 0 10px;
}

.newsList ul li {
	padding: 35px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.yosun-page {
	padding: 50px 0 20px 0;
	text-align: center;
}

.yosun-page a,
.yosun-page a:visited {
	display: inline-block;
	margin: 0 4px;
	padding: 0 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	min-height: 36px;
	border-radius: 5px;
	line-height: 36px;
	font-size: 16px;
	color: #999;
}

.yosun-page a:hover {
	background: var(--yosun-color);
	color: #fff;
	border: 1px solid var(--yosun-color);
}

.yosun-page .active {
	background: var(--yosun-color) !important;
	color: #fff !important;
	border: 1px solid var(--yosun-color) !important;
}


.search-news {
	margin: 0 0 20px 0;
	position: relative;
}

.search-news .search-input {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 10px;
	width: 100%;
	padding: 15px 15px;
}

.search-news .search-btn {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 30px;
	height: 30px;
	border: none;
	background: #fff url(../images/search-btn.png) no-repeat center center;
	background-size: 20px;
}

.article-hot {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 10px;
}

.article-hot h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.article-hot ul li {
	padding: 15px 0;
}

.article-hot a {
	display: block;
	clear: both;
	font-size: 16px;
	letter-spacing: 0;
}

.article-hot a label {
	float: left;
	width: 50px;
	font-size: 26px;
	color: #ccc;
	font-weight: bolder;
	text-align: center;

}

.article-hot a:hover .article-name {
	color: var(--yosun-color);
}

.article-hot a>div {
	float: right;
	width: calc(100% - 55px);
}

.article-name {
	color: #333;
}

.article-date {
	padding: 10px 0 0 0;
	color: #999;
	font-weight: 100;
	font-size: 14px;
}

.article-date span {
	margin: 0 0 0 10px;
	display: inline-block;
	color: var(--yosun-color);

}

.hot-1 {
	color: var(--yosun-color) !important;
}

.hot-2 {
	color: #fd9030 !important;
}

.hot-3 {
	color: #f7bf42 !important;
}

.article-tag a {
	margin: 5px 3px;
	display: inline-block;
	padding: 4px 5px;
	background: rgba(0, 0, 0, .05);
	color: #999;
	font-size: 14px;

}



/* about us */

.about-introduce-con>div {
	float: left;
}

.about-introduce-con>div:last-child {
	float: right !important;
}

.about-introduce {
	position: relative;
}

.about-introduce-thumb {
	position: relative;
	z-index: 100;
}

.about-introduce-thumb img {
	-webkit-animation: about-image 5s ease infinite;
	animation: about-image 5s ease infinite;
}

@-webkit-keyframes about-image {
	0% {
		transform: scale(1)
	}

	20% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1)
	}
}

.about-introduce-creat {

	position: absolute;
	width: 200px;
	height: 150px;
	background: #222;
	right: -100px;
	top: 22%;
	z-index: 200;
	margin-top: -75px;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%);
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
	color: #fff;
}

.about-introduce-creat h2 {
	padding: 25px 0 0 0;
	font-size: 52px;
	color: #fff;
	font-weight: bold;
}

.about-introduce-creat h2 span {
	color: #f20c2b;
}


.about-introduce-circle {
	position: absolute;
	right: -60px;
	bottom: 0;
	z-index: 50;
	-webkit-animation: about-ani 15s ease infinite;
	animation: about-ani 15s ease infinite;
}

@-webkit-keyframes about-ani {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}


	100% {
		transform: rotate(360deg);
	}
}

.about-introduce-text {
	padding: 0;
	width: calc(100% - 650px);
	font-size: 18px;
}

.introduce-text-title,
.introduce-text-title-white {
	padding: 10px 0 15px 70px;
	font-size: 18px;
	position: relative;
}

.introduce-text-title::before {
	position: absolute;
	left: 0;
	top: 22px;
	width: 50px;
	height: 2px;
	background: #666;
	content: " ";
}

.introduce-text-title-white::before {
	position: absolute;
	left: 0;
	top: 22px;
	width: 50px;
	height: 2px;
	background: rgba(255, 255, 255, .9);
	content: " ";
}




.about-advantage-text h2 {
	font-size: 48px !important;
	padding: 20px 0;
	font-weight: bold;
}

.about-introduce-text h2 span {
	color: #f20c2b;
}


.about-introduce-text p {
	margin: 20px 0;
	color: #666;
}

.about-advantage {
	position: relative;
	background: #221f3c;
}



.about-advantage-text {
	padding: 100px;
	color: #fff;
}


.advantage-icon {
	margin: 10px 0;
	padding: 20px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 5px;
	font-size: 16px;
}

.advantage-icon span {
	display: block;
	font-size: 60px;
	line-height: 100px;
	font-weight: 100;
}

.title-line,
.title-line-white {
	position: relative;
}

.title-line-text {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	font-size: 20px;
	color: #696969;
	font-weight: 200;
}

.title-line-text::before {
	position: absolute;
	left: 0;
	top: 12px;
	width: 40px;
	height: 1px;
	background: #696969;
	content: ' ';
}

.title-line-text::after {
	position: absolute;
	right: 0;
	top: 12px;
	width: 40px;
	height: 1px;
	background: #696969;
	content: ' ';
}

.title-line h2 {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 300;
	color: #222;
}

.title-line-text-white {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	font-size: 20px;
	color: #fff;
	font-weight: 200;
}

.title-line-text-white::before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 40px;
	height: 1px;
	background: #fff;
	content: ' ';
}

.title-line-text-white::after {
	position: absolute;
	right: 0;
	top: 10px;
	width: 40px;
	height: 1px;
	background: #fff;
	content: ' ';
}

.title-line-white h2 {
	margin: 20px 0;
	font-size: 32px;
	font-weight: 300;
	color: #fff;
}


.flow-path {
	position: relative;
	padding: 150px 0 200px 0;
	background: #221f3c url(../images/about-introduce-img7.jpg) no-repeat center center;
	background-size: cover;
}

.flow-Box {
	position: relative;
	margin: 0 100px;
}

.flow-itemBox {
	padding: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 410px;
	overflow: hidden;
}

.flow-itemBox img {
	max-width: 100%;
}

.flow-content {
	position: relative;
	background: #fff;
	padding: 20px 40px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	height: 400px;
}

.flow-content span {
	padding: 50px 0;
	display: block;
	font-size: 72px;
	color: rgba(242, 12, 43, .9);
	font-weight: 100;
}

.flow-content h2 {
	margin: 0 0 20px 0;
	display: block;
	font-size: 24px;
	font-weight: bold;
}

.flow-process {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 70px;
	height: 55px;
	background: linear-gradient(90deg, #FF6C1C, #FF3A33);
	;
	border-radius: 0 0 0 270px;
	-webkit-transition: .7s;
	transition: .7s;
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	color: #fff;
	opacity: .3;
}

.flow-btn {
	position: relative;
	width: 100%;
}

.flow-btn a:nth-child(1) {
	position: absolute;
	left: -100px;
	top: 110px;

}

.flow-btn a:nth-child(2) {
	position: absolute;
	right: -100px;
	top: 110px;
}

.flow-btn a span {
	color: rgba(255, 255, 255, .5);
	font-size: 32px;
	font-weight: 100;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}


.flow-btn a {
	width: 60px;
	height: 60px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, .5);
	line-height: 60px;
	text-align: center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.flow-btn a:hover {
	border: 1px solid rgba(242, 12, 43, 1);
	background: rgba(242, 12, 43, 1);
}

.flow-btn a:hover span {
	color: rgba(255, 255, 255, 1);
}

.flow-Box .swiper-pagination,
.flow-Box .swiper-button-next,
.flow-Box .swiper-button-prev {
	opacity: 0;
}

.flow-content ul li {
	display: block;
	color: #666;
	line-height: 30px;
}

.flow-content ul li i {
	display: inline-block;
	margin: 0 10px 0 0;
}

.serviceAll {
	background: url(../images/service-bg-left.png) no-repeat 0 center, url(../images/service-bg-right.png) no-repeat right bottom, rgb(242, 243, 248);

}

.serviceBox {
	margin: 15px;
	padding: 30px 0;
	background: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}

.service-line-text {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	font-size: 20px;
	color: #000;
}

.service-line-text::before {
	position: absolute;
	left: 0;
	top: 12px;
	width: 30px;
	height: 1px;
	background: #696969;
	content: ' ';
}

.service-line-text::after {
	position: absolute;
	right: 0;
	top: 12px;
	width: 30px;
	height: 1px;
	background: #696969;
	content: ' ';
}

.service_list {
	padding: 20px 0 0 0;
}

.service_list a,
.service_list a:visited {
	display: block;
	color: #333;
	line-height: 30px;
}

.about-certificate {
	padding: 350px 0;
	position: relative;
	background: url(../images/certificate-bg.jpg) no-repeat right center;
	background-size: cover;
}




/* online */
.onlineBtn {
	position: fixed;
	right: 0;
	top: 50%;
	width: 50px;
	z-index: 10000000;
}

.onlineBtn ul li {
	position: relative;
	margin: 3px 0;
	display: block;
	color: #fff;
	font-size: 14px;

}

.chat-qq-icon {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #f20c2b url(../images/online-tel.gif) no-repeat center center;
	cursor: pointer;
}

.onlineBtn ul li .chat-qq-box {
	position: absolute;
	top: -30px;
	right: 50px;
	display: none;
}

.onlineBtn ul li:hover .chat-qq-box {
	display: block;
}

.chat-square {
	position: absolute;
	top: 50px;
	right: 7px;
	width: 14px;
	height: 22px;
	background: url(../images/chat-squar.png) no-repeat
}

.chat-qq-con {
	margin: 0 20px 0 0;
	padding: 20px;
	width: 300px;
	height: auto;
	background: #fff;
	border: 1px #ccc solid;
	border-top: 3px #f20c2b solid;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	color: #333;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	border-radius: 5px;
}

.chat-qq-con .chat-tit {
	padding: 0 0 0 65px;
	background: url(../images/chat-qq-icon.png) no-repeat 0 center;
}

.chat-qq-con .chat-tit h2 {
	font-size: 22px;
	color: #f20c2b;
	font-weight: 500;
}

.chat-qq {
	margin: 5px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px #eaeaea solid;
}

.chat-qq-con .chat-qq a {
	margin: 0 15px 10px 0;
	padding: 0 0 0 40px;
	display: inline-block;
	background: url(../images/online-qq.gif) no-repeat 0 0;
	color: #666;
	line-height: 35px;

}

.chat-qq-con .chat-qq a:hover {
	color: #f20c2b;
}

.chat-wechat-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background: rgba(204, 204, 204, 1);
	color: #333;
	cursor: pointer;
	text-align: center;
	font-size: 28px;
}

.chat-backtop-icon {
	padding: 5px 0;
	width: 50px;
	height: 50px;
	line-height: 20px;
	border-radius: 5px;
	background: rgba(204, 204, 204, 1);
	color: #333;
	cursor: pointer;
	text-align: center;

}

.chat-backtop-icon span {
	display: block;
	font-size: 28px;
}

.chat-account {
	margin: 0 20px 0 0;
	padding: 10px;
	width: 180px;
	height: auto;
	background: #fff;
	border: 1px #ccc solid;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	border-radius: 5px;
}


.est-ani {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}


.getSolutionBox {
	padding: 0 100px;
	background: url(../images/getFreeSolutions.png) no-repeat 0 bottom;
	background-size: cover;
	background-attachment: fixed;
	height: 630px;
}

.getSolutionBox h2 {
	padding: 50px 0 10px 0;
	font-size: 28px;
	font-weight: bold;
	color: #f20c2b;
}

.getSolutionBox p {
	color: #000;
	font-size: 16px;
}

.getSolutionBox .container {
	padding: 0 50px;
}

.getSolutionBox h4 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}

.getService {
	list-style: none;
}

.getService li {
	float: left;
	width: 50%;
	color: #666;
	cursor: pointer;
	line-height: 24px;
}

.getService li input[type=checkbox] {
	margin: 0 5px 0 0;
	display: inline-block !important;
}

.getService li>div {
	display: none;
}

/* 解决方案 */

.webSite .solNet-text {
	width: 80%;
}

.webProc {
	padding: 37vw 0 18vw;
	background: url('../images/pages/webProc-bg.jpg') no-repeat center/cover;
}

.webProc .indjz-info .text.text1 {
	top: 6.25vw;
}

.webProc .indjz-info .text.text2 {
	top: 15.6vw;
}

.webProc-list li {
	position: relative;
}

.webProc-list .title {
	width: 11vw;
	height: 11vw;
	border-radius: 50%;
	position: relative;
	background: rgba(255, 255, 255, .2);
}

.webProc-list .title span {
	position: relative;
	z-index: 2;
}

.webProc-list .title::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 133%;
	height: 133%;
	border-radius: 50%;
	background: rgba(255, 255, 255, .05);
}

.webProc-list .text {
	padding-top: 1.8vw;
	white-space: nowrap;
	position: absolute;
	top: calc(100% + 4vw);
	transform: translateX(-50%);
	text-align: center;
}

.webProc-list .title-top {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 5.2vw);
	transform: translateX(-50%);
	white-space: nowrap;
}

.webProc-list li:nth-child(1) .text {
	width: 100%;
	left: 100%;
	border-top: 1px solid #e10f1c;
}

.webProc-list li:nth-child(1) .text::after,
.webProc-list li:nth-child(1) .text::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 1px;
	height: 4vw;
	background: #e10f1c;
}

.webProc-list li:nth-child(1) .text::after {
	left: auto;
	right: 0;
}

.webProc-list li:nth-child(4) .text {
	left: 50%;
}

.webProc-list li:nth-child(6) .text {
	left: 0;
}

.webProc-list li:nth-child(6) .text::after {
	content: "";
	position: absolute;
	left: calc(50% - 1px);
	bottom: 100%;
	width: 1px;
	height: 9vw;
	background: #e10f1c;
}

.webProc-list li:nth-child(-n+5):nth-child(n+3) .title {
	background: rgba(255, 255, 255, .1);
}

.webProc-list li:nth-child(-n+5):nth-child(n+3) .title::after {
	display: none;
}

.webProc-list .arrow {
	width: calc(100% - 12px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.webProc-list .arrow img {
	width: 100%;
	animation: rotateAni 4s linear infinite;
}

.webProc-list .logo {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: 4;
}

.webProc-list .arrow-big {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 33.33vw;
	z-index: 3;
}

.webProc-list .arrow-big img {
	width: 100%;
	animation: rotateAni 6s linear infinite;
}

@keyframes rotateAni {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.webYS .contain {
	justify-content: space-between;
	align-items: flex-start;
}

.webYS-desc {
	width: 31.5%;
	position: sticky;
	top: 120px;
}

.webYS-list {
	width: 51%;
}

.webYS-list li {
	position: sticky;
	top: 120px;
	margin-top: 30px;
	border-radius: 15px;
	border: 1px solid #eaeaea;
	padding: 65px 35px 15px 65px;
	background: #fff;
	will-change: transfrom;
}

.webYS-list .page {
	text-align: right;
}

.webYS-list .text {
	width: 65%;
}

.webYS-list li:first-child {
	margin-top: 0;
}

.webYS-list li:last-child {
	border-color: #e10f1c;
	background: #e10f1c;
}

.webYS-list li:last-child .title,
.webYS-list li:last-child .text,
.webYS-list li:last-child .page {
	color: #fff;
}

.webFA-title-box {
	justify-content: center;
}

.webFA-con {
	margin-top: 370px;
	position: relative
}

.webFA-list li {
	position: sticky;
	border-radius: 30px;
	background: #f8edec;
	padding: 5vw 5vw 0 40px;
	height: 35vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.webFA-list li:nth-child(2n) {
	background: #fef8f7;
}

.webFA-list li:last-child {
	margin-top: 30px;
}

.webFA-desc {
	padding-left: 13vw;
	position: relative;
	flex: 1;
}

.webFA-desc .title {
	padding: 20px 0;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 36px;
}

.webFA-desc .text {
	margin-top: 70px;
	width: 50%;
	font-size: 18px;
	color: #666;
}

.webFA-desc .img {
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 30%;
	height: 100%;
}

.webFA-desc .img img {
	max-height: 100%;
}

.webFA-page {
	height: 50px;
	align-items: center;
}

.webFA-page .page {
	width: 13vw;
	font-size: 24px;
}

.webFA-page .title {
	flex: 1;
	font-size: 24px;
}

.webFA-list li:nth-child(5) {
	z-index: 1;
	bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

.webFA-list li:nth-child(4) {
	z-index: 2;
	bottom: calc(10px + 50px);
	margin-top: -50px;
	margin-bottom: 30px;
}

.webFA-list li:nth-child(3) {
	z-index: 3;
	bottom: calc(10px + 100px);
	margin-top: -100px;
	margin-bottom: 80px;
}

.webFA-list li:nth-child(2) {
	z-index: 4;
	bottom: calc(10px + 150px);
	margin-top: -150px;
	margin-bottom: 130px;
}

.webFA-list li:nth-child(1) {
	z-index: 5;
	bottom: calc(10px + 200px);
	margin-top: -200px;
	margin-bottom: 180px;
}

.webFA-nav {
	padding: 130px 0 0 0;
	position: absolute;
	z-index: 10;
	top: -200px;
	left: 40px;
	margin-top: 0;
}

.webFA-nav.fixed {
	position: fixed;
}

.webFA-nav-box {
	padding-left: 24px;
	position: relative;
}

.webFA-nav-dot {
	position: absolute;
	left: 2px;
	top: calc(22px * 0.5);
	width: 4px;
	height: calc(100% - 22px);
}

.webFA-nav-dot .line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 25%;
	background: #c5c5c5;
	transition: all .2s linear;
}

.webFA-nav-dot .line::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ff0000;
}

.webFA-nav-list li {
	user-select: none;
	cursor: pointer;
	margin-top: 6px;
	transition: all .4s ease;
	font-size: 14px;
	color: #333;
}

.webFA-nav-list li:first-child {
	margin-top: 0;
}

.webFA-nav-list li.active,
.webFA-nav-list li:hover {
	color: #ff0000;
}

.sonTitle {
	display: inline-block;
	line-height: 1.2;
}

.sonTitle .max {
	overflow: hidden;
	position: relative;
	font-size: 40px;
	font-weight: bold;
}

.sonTitle i {
	position: absolute;
	width: 100%;
	height: 110%;
	left: 0;
	top: -5%;
	transform-origin: 100% 50%;
	transform: translateZ(0);
	background: rgba(255, 255, 255, 0.7);
}

.sonTitle.active i {
	animation: sonTitleRight 2.6s ease both;
}

@keyframes sonTitleRight {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(110%);
	}
}





@media (max-width: 767px) {
	.yosun-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.yosun-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.yosun-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.yosun-fluid {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1401px) and (max-width: 1600px) {
	.yosun-fluid {
		padding-left: 80px;
		padding-right: 80px;
	}
}