﻿


html {
	-webkit-tap-highlight-color: transparent;
}

body,
html {
	margin: 0;
	color: #010101;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

body ol,
body ul,
html ol,
html ul {
	list-style: none
}

body a,
html a {
	text-decoration: none;
	outline-offset: 0;
	outline: 0
}

body a:focus-visible,
html a:focus-visible {
	outline-offset: 0;
	outline: 0
}

body h3,
body p,
html h3,
html p {
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0
}

body ::-webkit-input-placeholder,
html ::-webkit-input-placeholder {
	font-size: 12px;
	color: #999
}

body :-moz-placeholder,
html :-moz-placeholder {
	font-size: 12px;
	color: #999
}

body ::-moz-placeholder,
html ::-moz-placeholder {
	font-size: 12px;
	color: #999
}

body :-ms-input-placeholder,
html :-ms-input-placeholder {
	font-size: 12px;
	color: #999
}

body a,
body button,
html a,
html button {
	cursor: pointer
}

body input:-internal-autofill-selected,
html input:-internal-autofill-selected {
	background-color: #fff !important;
	background-image: none !important;
	font-size: 14px
}

body input:-webkit-autofill,
html input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #000;
	font-size: 14px
}

.page-header {
	z-index: 9;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 64px;	

}

.bg {
	background: linear-gradient(0deg, #fff 0, #f9fbfe 100%);
	box-shadow: 0px 6px 10px 0px rgba(38, 38, 38, 0.12);
}

.page-header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 1200px;
	height: 64px;
	color: #000
}

.page-header .content .l {
	display: flex;
	align-items: center
}

.page-header .content .l .logo {
	padding-left: 48px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-family: 'bold';
	font-weight: bold;
	color: #010101;
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: left center
}

.page-header .content .logo-headers {
	display: inline-flex;
	width: 112px;
	height: 26px;
	background-size: 100%;
	background-image: url(../image/logo.png)
}

.page-header .content .logo-headers.shua {
	margin-right: 12px;
	width: 137px;
	height: 47px;
	background-image: url(../image/shuihua.png)
}

.page-header .content .nav {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.page-header .content .nav .menu {
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.page-header .content .nav .menu p{
	margin-top: -5px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
.page-header .content .nav .menu p span{
	font-size: 24px;
	color: #FF8B00;
}
.page-header .content .nav .menu a {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-size: 16px;
	overflow: hidden
}

.page-header .content .nav .menu a:hover {
	color: #fff;
	border-radius: 8px;
	background: #0ad48a
}

.page-header .content .nav .menu a:hover::before {
	content: "";
	position: absolute;
	width: 118px;
	height: 118px;
	left: 0;
	top: 0;
	margin-left: -3px;
	margin-top: -39px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	animation: mask 1s infinite both;
	-webkit-animation: mask 1s infinite both;
	-moz-animation: mask 1s infinite both;
	-o-animation: mask 1s infinite both
}

.page-header .content .r {
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.page-header .content .r .item {
	display: inline-block;
	margin-left: 12px;
	padding-left: 26px;
	height: 32px;
	line-height: 32px;
	color: #000;
	background-image: url(https://dll.shengyanwl.cn/assets/img/icon-qq.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.page-header .content .r .item:last-child {
	margin-right: 0;
	background-image: url(https://dll.shengyanwl.cn/assets/img/icon-message.png)
}
.banner-lift img{
   width: 664px;
}
@media (max-width:1400px) {
	.page-header .content {
		padding: 0 12px;
		width: 100%
	}
}

@-webkit-keyframes success {
	0% {
		top: 230px;
		opacity: 1
	}

	20% {
		top: 250px;
		opacity: 1
	}

	70% {
		top: 250px;
		opacity: 1
	}

	100% {
		top: 250px;
		opacity: 0
	}
}

@keyframes success {
	0% {
		top: 230px;
		opacity: 1
	}

	20% {
		top: 250px;
		opacity: 1
	}

	70% {
		top: 250px;
		opacity: 1
	}

	100% {
		top: 250px;
		opacity: 0
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	flex-wrap: wrap
}


.error {
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	background: #666;
	background: rgba(0, 0, 0, .7);
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 60px;
	-webkit-animation: success 4s;
	animation: success 4s;
	opacity: 0;
	display: none;
	z-index: 100
}

.title,
h3 {
	color: #0a1833
}

.btn {
	position: relative;
	display: inline-flex;
	padding: 18px 48px;
	color: #fff;
	font-size: 20px;
	border-radius: 4px;
	background: linear-gradient(90deg, #07cf7b 36.83%, #00bf6f 100%);
	text-decoration: none;
	overflow: hidden;
	align-items: center;
}

.radio {
	border-radius: 10px;
	font-size: 26px;
	padding: 18px 42px;
	height: 82px;
	box-sizing: border-box;
	background: linear-gradient(90deg, #fca328, #ec7e00);
	box-shadow: 3px 5px 18px 0px rgba(137,75,0,0.21);
}
.radio:hover{
	background: linear-gradient(90deg, #e49222, #ff8800)!important;
}
.btn i {
	display: inline-block;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	background-image: url(../image/bg-win.png);
	background-size: 100%
}
.btn i.on {
	display: inline-block;
margin-left: 10px;
	width: 22px;
	height: 3px;
	background-image: url(../image/xz01.png);
	background-size: 100%;
	margin-top: 25px;
}
.btn i.on img{
	position:relative;left:0px;top:-35px;
	-webkit-animation: downloadMove 1s infinite;
    animation: downloadMove 1s infinite;
}
@keyframes downloadMove {
    0% {
        transform: translateY(0);
    }

    to {
        transform: translateY(6px);
    }

    ;}
.btn:hover {
	background: rgba(7, 207, 123, .9)
}
.btn::before {
	content: "";
	position: absolute;
	width: 222px;
	height: 222px;
	left: 0;
	top: 0;
	margin-left: -3px;
	margin-top: -80px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	animation: mask 1s infinite both;
	-webkit-animation: mask 1s infinite both;
	-moz-animation: mask 1s infinite both;
	-o-animation: mask 1s infinite both
}
.bts {
	position: relative;
	text-decoration: none;
	overflow: hidden;
	align-items: center;
}

.coner .lift a.bts:hover {
	background: rgba(7, 207, 123, .9)
}

.bts::before {
	content: "";
	position: absolute;
	width: 290px;
	height: 290px;
	left: 0;
	top: 0;
	margin-left: -3px;
	margin-top: -112px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	animation: mask 1s infinite both;
	-webkit-animation: mask 1s infinite both;
	-moz-animation: mask 1s infinite both;
	-o-animation: mask 1s infinite both
}
.radio::before {
	width: 400px;
	height: 400px;
	left: -40px;
	top: -143px;
	margin: 0;
}
.texztop .texz1{
	display: flex;
	align-items: center; 
flex-wrap: wrap;
justify-content: space-between; 
}
.texztop .texz1 .xzlift{
	align-items: center; 
	display: flex;
flex-wrap: wrap;
justify-content: space-between; 
}
.texztop .texz1 .xzlift .xztop{
	margin-right: 20px;
}
.texztop .texz1 .xzlift .xzbod h2{
	font-weight: bold;
	font-size: 30px;
	color: #010101;
	display: flex;
align-items: center;     
}
.texztop .texz1 .xzlift .xzbod h2 img{
	margin-left: 8px;
}
.texztop .texz1 .xzlift .xzbod p{
	margin-top: 5px;
	display: flex;
align-items: center;
font-weight: 400;
font-size: 20px;
color: #010101;
background: linear-gradient(-33deg, #00D179 0%, #00DAC8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.texztop .texz1 .xzlift .xzbod p img{
	margin-right: 20px;
}
.texz2 ul{
	margin-top: 35px;
	display: flex;
flex-wrap: wrap;
align-items: center;     
justify-content: space-between;	
 
}
.texz2 ul li{
	width: 20%;
	text-align:center; 
}
.texz2 ul li.on{
	background: #DDDDDD;
	width: 2px;
	height: 28px;
}
.texz2 ul li h5{
	font-weight: 500;
	font-size: 22px;
	color: #333333;
}
.texz2 ul li p{
	font-weight: 400;
	font-size: 18px;
	color: #878787;
	margin-top: 5px;
}
@-webkit-keyframes mask {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes mask {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.page-header .content .l .logo {
	background-image: url(../image/logo.png)
}

.page-header .btn {
	
	margin-left: 20px;
	position: relative;
	display: inline-flex;
	padding: 8px 18px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	background: #0ad48a;
	box-shadow: 0 4px 10px rgba(0, 137, 88, .25), 0 4px 26px rgba(0, 181, 105, .25);
	text-decoration: none;
	overflow: hidden;
	display: none;
}
.bg .btn{
	display: inline-flex;
}
.page-header .btn i {
	display: inline-block;
	margin-right: 16px;
	width: 24px;
	height: 24px;
	background-image: url(../image/icon-windows.png);
	background-size: 100%
}

.page-header .btn:hover {
	background: rgba(10, 212, 138, .9)
}

.page-header .btn::before {
	content: "";
	position: absolute;
	width: 162px;
	height: 162px;
	left: -30px;
	top: 0;
	margin-left: -3px;
	margin-top: -60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	animation: mask 1s infinite both;
	-webkit-animation: mask 1s infinite both;
	-moz-animation: mask 1s infinite both;
	-o-animation: mask 1s infinite both
}

.banner {
	padding-top: 115px;
	width: 100%;
	height: 971px;
	box-sizing: border-box;
	background: url("../image/banner.png") no-repeat;
	background-size: cover;
	background-position: center;
	box-sizing:border-box;
}

.banner .content {
	
	margin: 0 auto;
	width: 1200px;
	height: 100%;
}
.banner .content .banner-top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;  
}
.banner .banner-right{
	width: 41.5%;
}
.banner .content h1 {
	width: 498px;
	display: flex;
align-items: center;  
	font-weight: bold;
	margin-top: 83px;
	font-size: 48px;
	line-height: 1;
	position:relative;
}
.banner .content h1 i{
display: block;
width: 136px;
height: 42px;
position:absolute;right: -70px;top:-50px;
background: url(../image/zs.png); 
background-size:100% 100%;
}
.banner-bod{
	padding: 30px;
	margin-top: 55px;
	width: 100%;
	height: 241px;
	background: #FFFFFF;
	border-radius: 14px;
	box-sizing:border-box;
}
.banner .content h1 img{
	margin-right: 10px;
}
.banner .content h3 {
	font-weight: 400;
	font-size: 24px;
	color: #546960;
	line-height: 1;
	margin-top: 22px;
}

.banner-right ul li{
	display: flex;
align-items: center; 
	font-size: 20px;
	color: #546960;
	font-weight: 500;
	margin-top: 36px;
}
.banner-right ul li img{
	margin-right: 8px;
}
.banner .content h4 {
	font-weight: 400;
	font-size: 16px;
	color: #808F89;
	line-height: 1;
	margin: 18px 0 40px;
}

.banner .content .section {
	display: flex;
	margin-top: 38px;
}

.banner .content .section li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.banner .content .section li span {
	font-weight: 400;
	font-size: 16px;
	color: #546960;
	margin-top: 7px;
}

.banner .content .section li i {
	width: 55px;
	height: 55px;
	background-size: cover !important;
}

.banner .content .section li:first-child i {
	background: url('../image/icon1.png') no-repeat;
}

.banner .content .section li:nth-child(2) i {
	background: url('../image/icon2.png') no-repeat;
}

.banner .content .section li:nth-child(3) i {
	background: url('../image/icon3.png') no-repeat;
}

.banner .content .section li:nth-child(4) i {
	background: url('../image/icon4.png') no-repeat;
}

.banner .content .section li:last-child i {
	background: url('../image/icon5.png') no-repeat;
}

.banner .content .section li:first-child {
	margin-right: 100px;
}

.banner .content .section li:nth-child(2) {
	margin-right: 85px;
}

.banner .content .section li:nth-child(3) {
	margin-right: 60px;
}

.banner .content .section li:nth-child(4) {
	margin-right: 65px;
}

.page-content {
	background: #fff
}



.page-content .section .desc-bx {
	width: 1200px;
	margin: 0 auto;
}

.page-content .section.matter .apply {
	width: 1199px;
	height: 669px;
	margin: 54px auto 0;
	background: url('../image/apply_bg.png') no-repeat;
	background-size: cover;
}

.page-content .section {

	padding: 59px 0 0 0;
}

.page-content .section.step {
	padding: 59px 0 41px;
}

.page-content .section h3 {
	text-align: center;
	font-weight: bolder;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 54px
}

.page-content .section p.title {
	font-weight: 700;
	font-size: 18px;
	line-height: 2;
	margin-top: 40px;
}


.page-content .section.feature {}

.page-content .section.feature h3 {
	margin: 0 auto 20px
}


.page-content .section.step .desc-bx .tab_list {
	display: flex;
	height: 54px;
	align-items: flex-start;
	position: relative;
	border-bottom: 1px solid #DEDEDE;
}

.tab_line {
	position: absolute;
	width: 33.3%;
	background: #1dcb86;
	height: 2px;
	transform: translateX(0px);
	bottom: 0;
	left: 0;
	transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

.tab_img {
	width: 71.5%;
	margin: 31px auto 0;
	display: none;
}

.dll1 {
	display: block;
}


.page-content .section.step .desc-bx .tab_list li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1dcb86;
	font-size: 20px;
	cursor: pointer;
}

.page-content .section.step .desc-bx .tab_list li span:first-child {
	display: block;
	background: #1dcb86;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-right: 9px;
	border-radius: 50%;
}

.page-content .section.step h3 {
	margin: 0 auto 57px
}


.page-footer {
	padding: 80px 0 32px;
	background: #17363A;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	background-position: center;
	background-size: cover
}

.page-footer .content {
	margin: 0 auto;
	padding-bottom: 55px;
	width: 1200px;
	display: flex;
	flex-direction: column;
}

.page-footer .content .l .cont {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-footer .content .l .cont img {
	width: 80px;
	margin-right: 19px;
}

.page-footer .content .l .cont h3 {
	font-weight: bold;
	font-size: 42px;
	color: #FFFFFF;
}

.page-footer .content .r {
	flex: 1;
	display: flex;
	justify-content: center;
	margin-top: 56px;
}

.page-footer .content .r .link-box:not(:last-child) {
	margin-bottom: 53px
}

.page-footer .content .r .link-box li {
	font-size: 16px;
	color: #ccc
}

.page-footer .content .r .link-box li:not(:first-child) {
	margin-top: 15px
}

.page-footer .content .r .link-box li:not(:first-child) a {
	color: #ccc
}

.page-footer .content .r .link-box li:not(:first-child) a:hover {
	text-decoration: underline
}

.page-footer .content .r .link-box li:first-child {
	margin-bottom: 20px;
	font-weight: 700
}

.page-footer .company-msg {
	margin: 0 auto;
	width: 1200px;
	padding-top: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #64766E;
	font-size: 14px;
	line-height: 20px;
}

.page-footer .company-msg .l,
.page-footer .company-msg .r {
	align-self: center
}

.page-footer .company-msg a {
	color: #999
}

.fenge {
	margin: 0 5px;
}

.mc {
	display: none;
}

@keyframes wave {

	0%,
	100% {
		bottom: -13px;
	}

	50% {
		bottom: 10px;
	}
}

@keyframes wave1 {

	0%,
	100% {
		bottom: 13px;
	}

	50% {
		bottom: -10px;
	}
}

@keyframes success {
	0% {
		top: 60px;
		opacity: 1
	}

	20% {
		top: 68px;
		opacity: 1
	}

	70% {
		top: 68px;
		opacity: 1
	}

	100% {
		top: 68px;
		opacity: 0
	}
}


.wh12 {
	width: 1200px;
	margin: 0 auto
}
.coner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pt60 {
	padding-top: 60px
}
.pb60 {
	padding-bottom: 60px
}
.coner .lift {
	width: 45%;
	display: flex;
	align-items: center;
}
.coner .right {
	width: 50%
}
.coner .lift h4 {
	font-weight: bold;
	font-size: 36px;
	color: #1CC981;
}
.coner .lift p {
	font-weight: 400;
	font-size: 20px;
	color: #6E6E6E;
	line-height: 36px;
	margin-top: 20px
}
.coner .lift a {
	display: block;
	width: 290px;
	height: 70px;
	background: linear-gradient(90deg, #20D489, #1BC77F);
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 70px;
	border-radius: 33px;
	margin-top: 40px
}
.coner .lift a span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.coner .lift a span img {
	margin-right: 8px
}
.bj {
	background: #F7F8FA;
}
.footer {
	background: url(../image/foot.png);
	background-size: 100% 100%;
	height: 515px;
	box-sizing: border-box;
	margin-top: 40px
}
.footer h3 {
	font-weight: bold;
	font-size: 32px;
	color: #010101;
	text-align: center;
	padding-top: 66px
}
.footer ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 62px;
	justify-content: space-between;
}
.footer ul li {
	padding: 45px 39px 27px 39px;
	width: 49%;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;

}
.footer ul li h4 {
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
.footer ul li p {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-top: 10px;
}
.footer ul li div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.footer .te {
	font-weight: 400;
	font-size: 14px;
	color: #99A6A1;
	text-align: center;
	margin-top: 40px
}
.right img{
	width: 642px;
}
@media (max-width:1200px) {
	.page-header .content {
		padding: 0 12px;
		width: 100%
	}

	.banner {
		height: auto
	}
	.right img {
		width: 100%
	}
	.banner .content {
		width: 100%;
		padding: 40px 20px;
		box-sizing: border-box;
	}
	.wh12 {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.apply_bg {
		width: 100%
	}
	.page-content .section {
		padding: 45px 12px;
		width: 100%
	}

	.page-footer .content {
		width: 100%;
		padding: 0 12px;
		padding-bottom: 20px
	}

	.page-footer .company-msg {
		width: 100%;
		padding: 0 12px
	}

	.page-footer .company-msg .l,
	.page-footer .company-msg .r {
		line-height: 24px
	}

	.page-content .section .desc-bx {
		width: 80%;
		margin: 0 auto;
	}
	.banner .content h4 {
		line-height: initial;
		text-align: center;
	}
	.banner .content h3 {
		line-height: initial;
		text-align: center;
	}
	.footer {
		height: auto;
		padding-bottom: 30px
	}
	.banner-right{
		display: flex;    
		justify-content:center; 
	}
	.banner-bod{
		height: auto;
		
	}
	.banner .content .banner-top{
		justify-content:center;
	}
	.banner{
		padding-top: 80px
	}
}
@media (max-width:870px) {
	.banner .content h1 {
		margin-top: 50px
	}
	.page-header .content .nav .menu {
		display: none
	}
	.banner .content .section {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}
	.banner .content .section li {
		margin-right: 0 !important;
	}
	.coner {
		display: inline;
	}
	.coner .lift {
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}
	.coner .right {
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}
	.coner .lift a {
		margin: 40px auto 0 auto
	}
	.bj {
		padding: 20px 0 20px 0;
	}
	.footer ul li {
		width: 100%;
		margin-bottom: 20px
	}
	.banner-lift img{
width: 100%;
	}
}