@font-face {
	font-family: puhui;
	src: url("../fonts/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.eot");
}

@font-face {
	font-family: puhuiB;
	src: url("../fonts/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.otf");
}

body {
	font-family: puhui;
	font-size: 0.16rem;
	background-color: rgb(255, 255, 255);
	color: rgb(51, 51, 51);
	overflow-x: hidden;
}

html {
	font-size: 100px;
}

.bg1 {
	position: relative;
	/* margin-bottom: .8rem; */
	/* background-color: #f0f3fb; */
	min-height: 8.24rem;
}

.bg1::before {
	width: 100%;
	min-height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: #f0f3fb url("../img/bg1.png") top center no-repeat;
	background-size: cover;
	z-index: -10;
}

.bg1 .ypt-bg1-top {
	width: 5.32rem;
	height: 4.02rem;
	position: absolute;
	left: -20%;
	top: 0px;
	background: url("../img/top-img.png") top center no-repeat;
	background-size: contain;
	z-index: -1;
}

.bg1 .ypt-contain-box {
	padding: 0;
	position: relative;
}

.ypt-contain-box {
	max-width: 16.4rem;
	margin: 0px auto;
	padding: 0.4rem 0px;
}

.ypt-contain-padding {
	padding: 0px 10px;
}

.ypt-jgdt-box {
	position: relative;
}

.ypt-jgdt-box .login {
	position: absolute;
	top: .4rem;
	right: 0px;
}

.ypt-jgdt-box .login a {
	display: inline-block;
	padding: 0.08rem 0.2rem;
	font-size: 0.24rem;
	color: rgb(255, 255, 255);
	border-radius: 4px;
	background: rgb(19, 118, 223);
	border: 2px solid rgb(19, 118, 223);
	transition: all 0.2s ease 0s;
}

.ypt-jgdt-box .login a:hover {
	background: rgba(19, 118, 223, 0.9);
}

.ypt-left {
	float: left;
	width: 40%;
	margin-top: 1.64rem;
}

.ypt-left .h1 {
	font-family: "puhuiB";
	font-size: 0.6rem;
	color: rgb(79, 118, 223);
}

.ypt-left .h3 {
	font-size: 0.35rem;
	color: rgb(51, 51, 51);
	margin: 0.26rem 0 .2rem 0;
}

.ypt-left .des {
	font-size: 0.24rem;
	color: rgb(119, 119, 119);
	line-height: 0.36rem;
	margin-bottom: .2rem;
}

.ypt-left .more {
	float: left;
	padding: 0.12rem 0.34rem;
	font-size: 0.24rem;
	color: rgb(79, 118, 223);
	border: 2px solid rgb(79, 118, 223);
	border-radius: 4px;
	margin-top: 0.8rem;
	margin-right: 1.02rem;
	transition: all 0.2s ease 0s;
}

.ypt-left .more:hover {
	color: rgb(255, 255, 255);
	background: rgb(19, 118, 223);
}

.ypt-left .code {
	float: left;
	text-align: center;
}

.ypt-left .code .txt {
	font-size: 0.2rem;
	color: rgb(79, 118, 223);
}

.ypt-right {
	float: left;
	width: 60%;
	margin-top: 1.06rem;
}

.ypt-right .img img {
	max-width: 100%;
}

.ypt-title {
	font-family: "puhuiB";
	font-size: 0.44rem;
	text-align: center;
	margin-bottom: 0.3rem;
}

.ypt-subTitle {
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: 0.5rem;
}

.bg2 {
	position: relative;
	margin-top: .6rem;
}

.bg2::before {
	width: 100%;
	min-height: 21.97rem;
	content: "";
	position: absolute;
	left: 0px;
	top: 40%;
	background: url("../img/bg2.png") top center no-repeat;
	background-size: cover;
	z-index: -10;
}

.ypt-yycj-warp {
	float: left;
	width: 28.5%;
	min-height: 7.28rem;
	position: relative;
	box-shadow: rgba(13, 52, 158, 0.09) 0px 4px 17px 0px;
	background-color: rgb(255, 255, 255);
}

.ypt-yycj-box {
	opacity: 0;
	display: none;
	transition: all 0.2s ease 0s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
}

.ypt-yycj-box.on {
	opacity: 1;
	display: block;
}

.ypt-yycj-title {
	font-family: "puhuiB";
	font-size: 0.4rem;
	margin-bottom: 0.22rem;
}

.ypt-yycj-txt {
	font-size: 0.2rem;
	line-height: 0.34rem;
}

.ypt-yycj-bg-warp {
	float: left;
	width: 71.5%;
	height: 7.28rem;
	position: relative;
}

.ypt-yycj-bg-list {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.ypt-yycj-bg {
	width: 100%;
	height: 100%;
	position: relative;
}

.ypt-yycj-bg .bg {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.2s ease 0s;
}

.ypt-yycj-bg .bg.on {
	opacity: 1;
}

.ypt-yycj-list {
	position: relative;
	width: 100%;
	height: 100%;
}

.ypt-yycj-list li {
	float: left;
	width: 19.9%;
	height: 100%;
	position: relative;
}

.ypt-yycj-list li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.ypt-yycj-list li .box {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.deco {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	transition: all 0.1s ease 0s;
	transform: translateZ(0px);
	margin: 0px auto;
}

.deco::before {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px) scale(0.75);
	transition: all 0.4s ease 0s;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	height: 0.5rem;
	width: 0.5rem;
}

.deco i,
.deco em {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgb(255, 255, 255);
	border-radius: 100%;
	height: 0.3rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px) scale(0.5);
	transition: all 0.4s ease 0s;
	width: 0.3rem;
}

.deco::after {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px) scale(0.75);
	transition: all 0.4s ease 0s;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	height: 0.8rem;
	width: 0.8rem;
}

.ypt-yycj-list li:hover .deco::before {
	animation: 1.3s linear 0.3s infinite normal both running scalepulse;
	transform: translate3d(-50%, -50%, 0px) scale(.5);
}

.ypt-yycj-list li:hover .deco i,
.ypt-yycj-list li:hover .deco em {
	background: rgb(255, 255, 255);
	animation: 1.3s linear 0s infinite normal both running scalepulse;
	transform: translate3d(-50%, -50%, 0px) scale(.5);
}

.ypt-yycj-list li:hover .deco::after {
	animation: 1.3s linear 0.15s infinite normal both running scalepulse;
	transform: translate3d(-50%, -50%, 0px) scale(.5);
}

@keyframes scalepulse {
	20% {
		transform: translate3d(-50%, -50%, 0px) scale(.8);
		animation-timing-function: ease;
	}

	50% {
		transform: translate3d(-50%, -50%, 0px) scale(.6);
		animation-timing-function: ease;
	}
}

.ypt-yycj-list li .box .title {
	font-size: 0.28rem;
	color: rgb(255, 255, 255);
	margin-top: 0.2rem;
}

.ypt-yptys-list ul {
	margin-left: -1%;
}

.ypt-yptys-list li {
	width: 24%;
	float: left;
	margin-left: 1%;
	margin-bottom: 1.2%;
	background-color: rgb(255, 255, 255);
	min-height: 1.97rem;
}

.ypt-yptys-list li .item {
	padding: 0.24rem;
}

.ypt-yptys-list li .title {
	font-size: 0.3rem;
	margin-bottom: 0.12rem;
}

.ypt-yptys-list li .title .icon1,
.ypt-yptys-list li .title .icon2,
.ypt-yptys-list li .title .icon3,
.ypt-yptys-list li .title .icon4,
.ypt-yptys-list li .title .icon5,
.ypt-yptys-list li .title .icon6,
.ypt-yptys-list li .title .icon7,
.ypt-yptys-list li .title .icon8 {
	display: inline-block;
	width: 0.37rem;
	height: 0.37rem;
	vertical-align: -6px;
	background-size: cover !important;
	margin-right: .1rem;
}

.ypt-yptys-list li .title .icon1 {
	background: url("../img/pt1.png") center top no-repeat;
}

.ypt-yptys-list li .title .icon2 {
	background: url("../img/pt2.png") center top no-repeat;
}

.ypt-yptys-list li .title .icon3 {
	background: url("../img/pt3.png") center top no-repeat;
}

.ypt-yptys-list li .title .icon4 {
	background: url("../img/pt4.png") center top no-repeat;
}

.ypt-yptys-list li .title .icon5 {
	background: url("../img/pt5.png") center top no-repeat;
}

.ypt-yptys-list li .title .icon6 {
	background: url("../img/pt6.png") center top no-repeat;
}

.ypt-yptys-list li .title .icon7 {
	background: url("../img/pt7.png") center top no-repeat;
}

.ypt-yptys-list li .title .icon8 {
	background: url("../img/pt8.png") center top no-repeat;
}

.ypt-yptys-list li .des {
	font-size: 0.2rem;
	color: rgb(119, 119, 119);
	line-height: 0.32rem;
}

.bg3 {
	position: relative;
}

.bg3::before {
	width: 100%;
	min-height: 11.54rem;
	content: "";
	position: absolute;
	left: 0px;
	top: 1.8rem;
	background: url("../img/bg4.png") center top no-repeat;
	background-size: contain;
	z-index: -10;
}

.ypt-pty-list>ul {
	margin-bottom: 0.8rem;
}

.ypt-pty-list>li {
	float: left;
	width: 20%;
	text-align: center;
}

.ypt-pty-list li>.img>img {
	max-width: 100%;
}

.ypt-pty-list>li .h3 {
	font-size: 0.24rem;
	margin-top: 0.1rem;
}

.ypt-pty-left,
.ypt-pty-right {
	float: left;
	width: 35%;
	min-height: 5rem;
}

.ypt-pty-center {
	float: left;
	width: 30%;
	min-height: 5rem;
}

.ypt-pty-left .item1 {
	position: relative;
}

.ypt-pty-left .box {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.ypt-pty-left .box .img {
	text-align: center;
}

.ypt-pty-left .box .img img {
	max-width: 100%;
}

.ypt-pty-left .box .h3 {
	font-size: 0.2rem;
	color: rgb(255, 255, 255);
}

.ypt-pty-left .item1 li {
	position: absolute;
	background: linear-gradient(139deg, rgb(147, 176, 255) 0%, rgb(79, 118, 223) 100%);
	border: 16px solid rgb(226, 234, 255);
	border-radius: 50%;
	animation: 2s linear 0s infinite normal none running ud;
}

.ypt-pty-left .item1 .li1 {
	left: 40%;
	top: 0px;
	width: 1.57rem;
	height: 1.57rem;
}

.ypt-pty-left .item1 .li2 {
	left: 82%;
	top: 0.4rem;
	width: 1.48rem;
	height: 1.48rem;
}

.ypt-pty-left .item1 .li3 {
	left: 1.4rem;
	top: 2.3rem;
	width: 1.81rem;
	height: 1.81rem;
}

.ypt-pty-left .item1 .li4 {
	left: 72%;
	top: 2.6rem;
	width: 1.71rem;
	height: 1.71rem;
}

.ypt-pty-center {
	background: url("../img/yun.png") center center no-repeat;
	position: relative;
}

.ypt-pty-center .title {
	font-size: 0.32rem;
	color: rgb(79, 118, 223);
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3.19rem;
	height: 3.19rem;
	border: 2px dashed rgba(44, 87, 255, 0.3);
	border-radius: 78%;
	font-family: "puhuiB";
}

.ypt-pty-center .title span {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 56%;
	transform: translate(-50%, -50%);
}

.ypt-pty-right .item2 {
	position: relative;
}

.ypt-pty-right .box {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.ypt-pty-right .box .img {
	text-align: center;
}

.ypt-pty-right .box .img img {
	max-width: 100%;
}

.ypt-pty-right .box .h3 {
	font-size: 0.2rem;
	color: rgb(255, 255, 255);
}

.ypt-pty-right .item2 li {
	position: absolute;
	background: linear-gradient(139deg, rgb(147, 176, 255) 0%, rgb(79, 118, 223) 100%);
	border: 16px solid rgb(226, 234, 255);
	border-radius: 50%;
	animation: 2s linear 0s infinite normal none running ud;
}

.ypt-pty-right .item2 .li1 {
	left: 20%;
	top: 0.4rem;
	width: 1.48rem;
	height: 1.48rem;
}

.ypt-pty-right .item2 .li2 {
	left: 62%;
	top: 0px;
	width: 1.57rem;
	height: 1.57rem;
}

.ypt-pty-right .item2 .li3 {
	left: 30%;
	top: 2.5rem;
	width: 1.71rem;
	height: 1.71rem;
}

.ypt-pty-right .item2 .li4 {
	left: 80%;
	top: 2.15rem;
	width: 1.81rem;
	height: 1.81rem;
}

.ypt-sys-list {
	margin-top: 1rem;
}

.ypt-sys-img img {
	max-width: 100%;
}

.ypt-sys-ul {
	margin-left: -1%;
	margin-bottom: 0.92rem;
	margin-top: .5rem;
	position: relative;
}

.ypt-sys-ul::before {
	content: "";
	position: absolute;
	left: 54%;
	top: 0.92rem;
	width: 0.41rem;
	height: 0.42rem;
	background: url("../img/jt1.png") center top / cover no-repeat;
}

.ypt-sys-ul li {
	float: left;
	width: 17%;
	height: 0.7rem;
	line-height: 0.7rem;
	margin-left: 1%;
	border-radius: 8px;
	font-size: 0.3rem;
	color: rgb(255, 255, 255);
	text-align: center;
}

.ypt-sys-ul li.li1 {
	width: 9%;
	background: rgb(79, 118, 223);
}

.ypt-sys-ul li.li2 {
	background: rgb(33, 223, 166);
}

.ypt-sys-ul li.li3 {
	background: rgb(26, 117, 224);
}

.ypt-sys-ul li.li4 {
	background: rgb(246, 168, 50);
}

.ypt-sys-ul li.li5 {
	background: rgb(234, 81, 81);
}

.ypt-sys-ul li.li6 {
	background: rgb(136, 110, 240);
}

.ypt-sys-col1 {
	float: left;
	width: 1.35rem;
	height: 2.5rem;
	background: rgb(79, 118, 223);
	border-radius: 8px;
	position: relative;
}

.ypt-sys-col1 span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.3rem;
	color: rgb(255, 255, 255);
}

.ypt-sys-col2,
.ypt-sys-col3,
.ypt-sys-col4 {
	float: left;
	margin-left: 1.8rem;
}

.ypt-sys-col2 li,
.ypt-sys-col3 li,
.ypt-sys-col4 li {
	width: 2.77rem;
	height: 0.7rem;
	line-height: 0.7rem;
	background: rgb(234, 240, 255);
	border-radius: 8px;
	color: rgb(79, 118, 223);
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: 0.21rem;
}

.ypt-sys-list .item1,
.ypt-sys-list .item2 {
	margin-top: 0.92rem;
	position: relative;
}

.ypt-sys-list .item1::before {
	content: "";
	position: absolute;
	left: 54%;
	top: -0.8rem;
	width: 0.41rem;
	height: 0.42rem;
	background: url("../img/jt1.png") center top / cover no-repeat;
}

.ypt-sys-list .item1 li {
	float: left;
	width: 15%;
	text-align: center;
	position: relative;
}

.ypt-sys-list .item1 li.li3::before,
.ypt-sys-list .item1 li.li4::before,
.ypt-sys-list .item1 li.li5::before {
	content: "";
	position: absolute;
	left: -0.18rem;
	top: 0.5rem;
	width: 0.42rem;
	height: 0.41rem;
	background: url("../img/jt2.png") center top / cover no-repeat;
}

.ypt-sys-list .item1 li.li6::before,
.ypt-sys-list .item1 li.li7::before {
	content: "";
	position: absolute;
	left: -0.42rem;
	top: 0.6rem;
	width: 0.88rem;
	height: 0.33rem;
	background: url("../img/jt4.png") center top / cover no-repeat;
}

.ypt-sys-list .item1 li.li1 {
	width: 1.35rem;
	height: 0.7rem;
	line-height: 0.7rem;
	background: rgb(79, 118, 223);
	border-radius: 8px;
	margin-top: 0.3rem;
}

.ypt-sys-list .item1 li .img {
	width: 1.06rem;
	height: 1.06rem;
	margin: 0px auto;
}

.ypt-sys-list .item1 li .img img {
	max-width: 100%;
}

.ypt-sys-list .item1 li.li1 h3 {
	font-size: 0.3rem;
	color: rgb(255, 255, 255);
	margin-top: 0px;
}

.ypt-sys-list .item1 li h3 {
	font-size: 0.24rem;
	color: rgb(51, 51, 51);
	margin-top: 0.1rem;
}

.ypt-sys-list .item2 li {
	float: left;
	width: 15%;
	text-align: center;
	position: relative;
}

.ypt-sys-list .item2 li.li7::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -.7rem;
	width: 0.25rem;
	height: 0.66rem;
	background: url("../img/jt5.png") center top / cover no-repeat;
}

.ypt-sys-list .item2 li.li8::before {
	content: "";
	position: absolute;
	left: -0.42rem;
	top: 0.6rem;
	width: 0.88rem;
	height: 0.33rem;
	background: url("../img/jt4.png") center top / cover no-repeat;
}

.ypt-sys-list .item2 li.li3::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -0.6rem;
	transform: translateX(-50%);
	width: 0.41rem;
	height: 0.42rem;
	background: url("../img/jt3.png") center top / cover no-repeat;
}

.ypt-sys-list .item2 li.li1 {
	width: 1.35rem;
	height: 0.7rem;
	line-height: 0.7rem;
	background: rgb(79, 118, 223);
	border-radius: 8px;
	margin-top: 0.3rem;
}

.ypt-sys-list .item2 li .img {
	width: 1.06rem;
	height: 1.06rem;
	margin: 0px auto;
}

.ypt-sys-list .item2 li .img img {
	max-width: 100%;
}

.ypt-sys-list .item2 li.li1 h3 {
	font-size: 0.3rem;
	color: rgb(255, 255, 255);
	margin-top: 0px;
}

.ypt-sys-list .item2 li h3 {
	font-size: 0.24rem;
	color: rgb(51, 51, 51);
	margin-top: 0.1rem;
}

.ypt-sys-list .item2 li.li4,
.ypt-sys-list .item2 li.li5,
.ypt-sys-list .item2 li.li6 {
	width: 10%;
}

.ypt-sys-list .show-img {
	display: none;
}

.ypt-sys-list .show-img img {
	max-width: 100%;
}

.ypt-cases-list {
	padding-bottom: 0.8rem;
}

.ypt-an-list {
	position: relative;
}

.ypt-an-list .swiper-slide .alBox {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.ypt-an-list .img {
	width: 12.39rem;
	height: 6.85rem;
	overflow: hidden;
}

.ypt-an-list .img span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover !important;
}

.ypt-an-list .swiper-pagination {
	height: 62px;
	right: 0.6rem !important;
	bottom: 1.2rem !important;
	z-index: 10 !important;
}

.ypt-an-list .swiper-pagination-bullet {
	width: 0.3rem;
	height: 0.06rem;
	background: rgb(234, 234, 234);
	border-radius: 2px;
	margin: 0px 0.1rem;
	opacity: 1;
}

.ypt-an-list .swiper-pagination-bullet-active {
	background: rgb(79, 118, 223);
	opacity: 1;
}

.ypt-an-list .swiper-button-prev::after,
.ypt-an-list .swiper-rtl .swiper-button-next::after {
	content: "";
}

.ypt-an-list .swiper-button-next::after,
.ypt-an-list .swiper-rtl .swiper-button-prev::after {
	content: "";
}

.ypt-an-list .item {
	width: 7.08rem;
	height: 5.01rem;
	background: rgb(255, 255, 255);
	box-shadow: rgba(45, 84, 188, 0.13) 4px 4px 21px 0px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50px 0px;
}

.ypt-an-list .box {
	width: 90%;
	padding: 0px 5%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ypt-an-list .title {
	font-family: "puhuiB";
	color: rgb(51, 51, 51);
	line-height: 0.4rem;
	max-height: 0.8rem;
	font-size: 0.36rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ypt-an-list .des {
	margin: 0.2rem 0px 0.26rem;
	/* height: 1.8rem; */
	line-height: 0.45rem;
	color: rgb(51, 51, 51);
	font-size: 0.28rem;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 4; */
	/* -webkit-box-orient: vertical; */
}

.ypt-an-list .more {
	color: rgb(41, 72, 154);
	font-size: 24px;
	text-align: right;
	position: relative;
	padding-right: 35px;
}

.ypt-an-list .more::after {
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../img/more.png") no-repeat;
}

.ypt-footer-box {
	background: rgb(79, 118, 223);
}

.ypt-footer-box .ypt-contain-box {
	padding: 0.4rem 0px 0px;
}

.ypt-footer-box .ypt-contain-box .clearfix {
	margin-bottom: 0.5rem;
}

.ypt-footer-left {
	float: left;
	width: 32%;
}

.ypt-footer-left img {
	max-width: 100%;
}

.ypt-footer-center {
	float: left;
	width: 48%;
	font-size: 0.22rem;
	color: rgb(255, 255, 255);
}

.ypt-footer-center p {
	margin: 0.15rem 0px;
	position: relative;
	padding: 0px 0px 0px 0.3rem;
}

.ypt-footer-center .tel::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;
	/* transform: translateY(-50%); */
	width: 0.18rem;
	height: 0.18rem;
	background: url("../img/tel.png") center top / cover no-repeat;
}

.ypt-footer-center .email::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;
	/* transform: translateY(-50%); */
	width: 0.18rem;
	height: 0.18rem;
	background: url("../img/email.png") center top / cover no-repeat;
}

.ypt-footer-center .address::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;
	/* transform: translateY(-50%); */
	width: 0.18rem;
	height: 0.18rem;
	background: url("../img/address.png") center top / cover no-repeat;
}

.ypt-footer-right {
	float: left;
	width: 20%;
	text-align: right;
}

.ypt-footer-right img {
	max-width: 100%;
	width: 144px;
	height: 144px;
}

.ypt-footer-box .copyright {
	padding: 0.2rem 0px;
	border-top: 1px solid rgba(217, 217, 217, 0.2);
	font-size: 0.18rem;
	color: rgb(255, 255, 255);
	text-align: center;
}

.ypt-footer-box .copyright a {
	color: #fff;
}

@keyframes ud {
	0% {
		transform: translate(-50%, 0px);
		opacity: 1;
	}

	50% {
		transform: translate(-50%, 8px);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, 0px);
		opacity: 1;
	}
}

@keyframes animtran {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

@keyframes animtrans {
	0% {
		transform: rotateZ(360deg);
	}

	100% {
		transform: rotateZ(0deg);
	}
}

@-webkit-keyframes animtran {
	0% {
		transform: rotateZ(0deg);
	}

	100% {
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes animtrans {
	0% {
		transform: rotateZ(360deg);
	}

	100% {
		transform: rotateZ(0deg);
	}
}

#advert {}

#advert .yuan1 {
	width: 3.59rem;
	height: 3.59rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

#advert .yuan1 div {
	width: 3.59rem;
	height: 3.59rem;
	border: 2px solid rgb(44, 87, 255);
	border-radius: 50%;
	position: relative;
	animation: 12s linear 0s infinite normal none running animtrans;
}

#advert .yuan1 span {
	display: inline-block;
	width: 16px;
	height: 17px;
	background: linear-gradient(139deg, rgb(199, 214, 255) 0%, rgb(79, 118, 223) 100%);
	overflow: hidden;
	border-radius: 15em;
	position: absolute;
	animation: 6s linear 0s infinite normal none running animtran;
}

#advert .yuan1 .icon01 {
	top: 0px;
	left: 1.18rem;
}

#advert .yuan2 {
	width: 4.27rem;
	height: 4.27rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
}

#advert .yuan2 div {
	width: 4.27rem;
	height: 4.27rem;
	border: 2px solid rgba(44, 87, 255, 0.3);
	border-radius: 50%;
	position: relative;
	animation: 8s linear 0s infinite normal none running animtran;
}

#advert .yuan2 span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: linear-gradient(139deg, rgb(199, 214, 255) 0%, rgb(79, 118, 223) 100%);
	overflow: hidden;
	border-radius: 15em;
	position: absolute;
	animation: 4s linear 0s infinite normal none running animtrans;
}

#advert .yuan2 .icon02 {
	top: 0px;
	left: 1.62rem;
}