.plicy {
	width: 75%;
	padding: 80px 12.5%;
	margin: 0 auto;
	background: url('/images/seBg.jpg') no-repeat;
	background-size: cover;
}

.plicy .t1 {
	width: 70%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.plicy .t1 p:nth-child(1) {
	color: rgba(255, 255, 255, .15);
	font-size: 49px;
	font-family: "Oswald-Regular";
	text-transform: uppercase;
}

.plicy .t1 p:nth-child(2) {
	color: #ffffff;
	font-size: 36px;
	font-weight: bolder;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}

.plicy .t2 {
	color: #F5AB18;
	font-size: 40px;
	margin-top: 80px;
}

.plicy .allImgs {
	width: 100%;
	margin: 20px auto 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.plicy .allImgs .item {
	width: 18%;
	transition: all 600ms;
	position: relative;
	overflow: hidden;
	background: #F7F7F7;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 40px;
}

.plicy .allImgs .item .pic {
	width: 66px;
	height: 66px;
	border: 1px solid #BBBBBB;
	border-radius: 50%;
	line-height: 66px;
	margin: 0 auto;
	transition: all 600ms;
	color: #999999;
}

.plicy .allImgs .item .pic i {
	font-size: 32px;
}

.plicy .allImgs .item .p1 {
	margin-top: 20px;
	color: #333333;
	font-size: 24px;
	transition: all 600ms;
}

.plicy .allImgs .item .p2 {
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
	transition: all 600ms;
}

.plicy .allImgs .item:hover .pic {
	border-color: rgb(0, 64, 152);
	color: rgb(0, 64, 152);
}

.plicy .allImgs .item:hover .p1,
.plicy .allImgs .item:hover .p2 {
	color: rgb(0, 64, 152);
}

.process {
	width: 100%;
	padding: 80px 0 100px 0;
	background: url("../images/serBg.png") no-repeat;
	background-size: cover;
	position: relative;
}

.process #particles {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.process .t1 {
	width: 70%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.process .t1 p:nth-child(1) {
	color: rgba(51, 51, 51, 0.04);
	font-size: 80px;
	font-family: "Oswald-Regular";
	text-transform: uppercase;
}

.process .t1 p:nth-child(2) {
	color: #333333;
	font-size: 30px;
	font-weight: bolder;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}

.process .allItems {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 300px 0 200px 0;
}

.process .allItems .item {
	position: absolute;
	z-index: 100;
	text-align: center;
	animation: 3s movedom linear infinite;
}

.process .allItems .item .pic {
	width: 90px;
	height: 90px;
	background: #EAEAEA;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: all 600ms;
	color: #999999;
}

.process .allItems .item .pic i {
	transition: all 600ms;
	font-size: 40px;
}

.process .allItems .item p {
	color: #999999;
	font-size: 20px;
	margin: 10px 0;
	position: relative;
	transition: all 600ms;
}

.process .allItems .item::after {
	width: 16px;
	height: 16px;
	background: #DFDFDF;
	border-radius: 50%;
	content: "";
	display: block;
	margin: 0 auto;
	margin-top: 45px;
	transition: all 600ms;
	display: none;
}

.process .allItems .item:hover .pic {
	background-color: #F5AD1A;
}

.process .allItems .item:hover .pic i {
	color: white;
}

.process .allItems .item:hover p {
	color: #F5AD1A;
}

.process .allItems .item:hover::after {
	background-color: #F5AD1A;
}

@keyframes movedom {
	0% {
		transform: translate(10px, 15px);
	}

	25% {
		transform: translate(20px, 30px);
	}

	50% {
		transform: translate(10px, 15px);
	}

	75% {
		transform: translate(20px, 30px);
	}

	100% {
		transform: translate(10px, 15px);
	}
}

.process .allItems .item:nth-child(1) {
	left: 14%;
	top: 100px;
	animation-delay: 200ms;
}

.process .allItems .item:nth-child(2) {
	left: 35%;
	top: 274px;
	flex-direction: column-reverse;
	display: flex;
	animation-delay: 600ms;
}

.process .allItems .item:nth-child(2) .pic {
	margin: 20px auto;
}

.process .allItems .item:nth-child(3) {
	left: 60%;
	top: 120px;
	animation-delay: 1s;
}

.process .allItems .item:nth-child(4) {
	left: 80%;
	top: 250px;
	flex-direction: column-reverse;
	display: flex;
	animation-delay: 1400ms;
}

.process .allItems .item:nth-child(4) .pic {
	margin: 20px auto;
}


.u-a {
	width: 100%;
	position: relative;
	padding-top: .4rem;
	padding-bottom: .8rem;
	overflow: hidden;
	background-image: url('../images/b13.jpg');
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.u-form {
	width: 100%;
}

.u-main {
	width: 16rem;
	margin: 0 auto;
}

.u-top {
	width: 100%;
	margin-bottom: .35rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.u-lt {
	display: block;
}

.u-en {
	/* color: rgb(0, 64, 152); */
	/* font-weight: bold; */
	margin-bottom: .08rem;
	line-height: 1;
}

.u-titles {
	color: rgb(0, 64, 152);
	font-weight: bold;
	line-height: 1;
	font-size: 36px;
}

.u-tip {
	line-height: 1.6;
	color: #000000;
}

.u-list {
	width: 100%;
	font-size: 0;
}

.u-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: .3rem;
}

.u-input {
	display: block;
	width: 98%;
	/* padding: 0 .22rem; */
	height: 0.6rem;
	color: #333333;
	background-color: #f5f5f5;
	border: solid 1px #eeeeee;
	font-size: 16px;
	text-indent: 1em;
}

.u-textarea {
	display: block;
	width: 100%;
	padding: .1rem .22rem;
	height: 2.5rem;
	line-height: .4rem;
	color: #333333;
	background-color: #f5f5f5;
	border: solid 1px #eeeeee;
}

.u-cont {
	width: 100%;
	font-size: 0;
}

.u-code {
	display: inline-block;
	vertical-align: middle;
	width: 3.4rem;
	margin-right: .06rem;
}

.u-exchange {
	display: inline-block;
	vertical-align: middle;
}

.u-img {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: .1rem;
}

.u-img img {
	display: block;
	width: 1.6rem;
	height: .6rem;
	background-color: #f0f4f7;
	border-radius: .08rem;
	object-fit: contain;
}

.u-text {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	line-height: 1.3;
}

.u-buttom {
	width: 100%;
	text-align: center;
	padding-top: 0.1rem;
}

.u-submit {
	display: inline-block;
	vertical-align: middle;
	border: none;
	margin: .2rem .08rem 0;
	padding: .16rem .65rem;
	color: #ffffff;
	cursor: pointer;
	background-color: rgb(0, 64, 152);
}

.u-reset {
	display: inline-block;
	vertical-align: middle;
	border: none;
	margin: .2rem .08rem 0;
	padding: .16rem .65rem;
	color: #ffffff;
	cursor: pointer;
	background-color: #898989;
}

.bdBox ul {
    width: 100%;
}

.bdBox ul li {
    height: 200px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.bdBox ul li:nth-child(3n) {
    margin-right: 0;
}

.bdBox ul li span {
    font-size: 14px;
    color: #777;
    display: block;
    height: 55px;
    line-height: 65px;
}

.bdBox ul li p {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.bdBox ul li .load {
    width: 100%;
    height: 36px;
    margin-top: 15px;
}

.bdBox ul li .load .loadLeft {
    display: block;
    width: 110px;
    height: 36px;
    background: linear-gradient(to right, #009ee7, #004fa3);
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    float: left;
}

.bdBox ul li .load .loadMore {
    display: block;
    float: right;
}


@media(min-width: 900px) {
	.u-list .u-item {
		width: 32.08%;
		margin-right: 1.87%;
	}

	.u-list .u-item:nth-child(3n) {
		margin-right: 0;
	}

	.a6 .u-item {
		width: 32.08%;
		margin-right: 1.57%;
	}

	.a6 .u-item:nth-child(3n) {
		margin-right: 0;
	}
}

@media(max-width: 900px) {
	.u-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.u-tip {
		width: 100%;
		margin-top: .3rem;
	}

	.u-input {
		height: 30px;
		font-size: 14px;
		border-radius: 30px !important;
	}

	.u-img img {
		height: 30px;
	}
}

@media all and (max-width:768px) {
	.plicy .allImgs .item {
		width: 43%;
	}

	.plicy .t1 p:nth-child(1) {
		font-size: 16px;
	}

	.plicy .t1 p:nth-child(2) {
		font-size: 18px;
	}
	.plicy .allImgs .item .p1{font-size: 15px;}
	.u-titles{font-size: 18px;}
	.bdBox ul li{ width: 49%; margin-right: 2%; padding: 0 10px;}
		.bdBox ul li:nth-child(3n){ margin-right: 2%;}
		.bdBox ul li:nth-child(2n){ margin-right: 0;}
		.bdBox ul li p{ font-size: 14px;}
}
