body {
	margin: auto;
	cursor: default;
	font-family: "Poppins-Regular";
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1250px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
}
.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination-bullet {
	width: 75px;
	height: 4px;
	background: white;
	border-radius: 4px;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background:#0A9CA8;
}
.banne {
	width: 100%;
	height: 800px;
	position: relative;
}

.banne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.banne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banne3 {
	width: 100%;
	text-align: center;
}

.banne3_1 {
	width: 100%;
	font-size: 44px;
	color: white;
	font-family: "Poppins-Bold";
}

.banne3_2 {
	width: 100%;
	font-size: 28px;
	color: white;
}
.inde_servides{
	width: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inde_servide{
	width: 100%;
	margin: 100px auto;
}
.inde_servide1{
	width: 100%;
	font-family: "Poppins-Bold";
	font-size: 40px;
	color: #133359;
	text-align: center;
}
.inde_servide2{
	width: 100%;
	display: inline-block;
}
.inde_servide3{
	width: 25%;
	float: left;
	padding: 0 30px;
	display: block;
	margin-top: 50px;
}
.inde_servide3_1{
	max-width: 100%;
	height: 115px;
	display: block;
	margin: auto;
}
.inde_servide3_2{
	width: 100%;
	min-height: 60px;
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #333333;
	font-family: "Poppins-Bold";
	 display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  overflow: hidden;
}
.inde_servide3_3{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.inde_advantages{
	width: 100%;
}
.inde_advantage{
	width: 100%;
	margin: 80px auto;
}
.inde_advantage1{
	width: 100%;
	margin-top: 25px;
	display: flex;
}
.inde_advantage2{
	width: 32.66%;
	height: 420px;
	margin-right: 1%;
	display: block;
	position: relative;
	 transition:all 0.5s ease 0s;
		  -o-transition:all 0.5s ease 0s;
		  -moz-transition:all 0.5s ease 0s;
		  -webkit-transition:all 0.5s ease 0s;
}
.inde_advantage2:nth-child(3n){
	margin-right: 0;
}
.inde_advantage2::after{
	content: '';
	background: rgba(19,51,89, .43);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.inde_advantage2_1{
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.inde_advantage2_2{
	width: 100%;
	padding: 0 18%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
.inde_advantage2_3{
	width: 100%;
	font-size: 32px;
	color: white;
	font-family: "Poppins-Bold";
}
.inde_advantage2_4{
	width: 20px;
	display: block;
	margin: auto;
	margin-top: 20px;
}
.inde_advantage2_5{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: white;
	line-height: 25px;
	display: none;
}
.inde_advantage2.on{
	width: 50%;
}
.inde_advantage2.on::after{
	background: rgba(3,163,159, .8);
}
.inde_advantage2.on .inde_advantage2_3{
	font-size: 34px;
}
.inde_advantage2.on .inde_advantage2_4{
	display: none;
}
.inde_advantage2.on .inde_advantage2_5{
	display: block;
}
.inde_abouts{
	width: 100%;
}
.inde_about{
	width: 100%;
	margin-bottom: 65px;
}
.inde_about1{
	width: 36%;
	display: inline-block;
	vertical-align: middle;
}
.inde_about1_1{
	width: 100%;
	font-family: "Poppins-Bold";
	font-size: 40px;
	color: #133359;
}
.inde_about1_2{
	width: 100%;
	margin-top: 30px;
	font-size: 20px;
	color: #133359;
	font-family: "Poppins-Bold";
}
.inde_about1_3{
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.inde_about1_4{
	width: 205px;
	height: 55px;
	border-radius: 55px;
	text-align: center;
	background: #34B0AA;
	font-size: 20px;
	color: white;
	font-weight: bold;
	display: block;
	line-height: 55px;
	margin-top: 30px;
}
.inde_about2{
	width: 51%;
	margin-left: 12%;
	display: inline-block;
	vertical-align: middle;
}
.inde_orders{
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inde_order{
	width: 100%;
	margin:65px auto;
}
.inde_order1{
	width: 100%;
	text-align: center;
	font-family: "Poppins-Bold";
	font-size: 40px;
	color: white;
}
.inde_order2{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	color: white;
}
.inde_order3{
	border: 1px solid white;
	width: 205px;
	height: 55px;
	border-radius: 55px;
	text-align: center;
	font-size: 20px;
	color: white;
	font-weight: bold;
	display: block;
	line-height: 55px;
	margin: auto;
	margin-top: 20px;
}
.inde_reviews{
	width: 100%;
}
.inde_review{
	width: 100%;
	margin:80px auto;
}
.inde_review1{
	    width: 100%;
	    font-family: "Poppins-Bold";
	    font-size: 40px;
	    color: #133359;
}
.inde_review2{
	width: 100%;
	margin-top: 35px;
}
.inde_review2 .swiper-father{
	width: 100%;
	height: 100%;
	position: relative;
}
.inde_review2 .swiper{
	width: 100%;
	height: 100%;
}
.inde_review2 .swiper-slide{
	width: 100%;
	height: 100%;
}
.inde_review2 .swiper-button{
	border: 1px solid #D3D9E0;
	width: 60px;
	height: 30px;
	background: #F9FAFB;
	position: absolute;
	right: 0;
	top: -75px;
}
.inde_review2 .swiper-button-prev::after,.inde_review2 .swiper-button-next::after{
	display: none;
}
.inde_review2 .swiper-button-prev{
	border-right: 1px solid #ACB7C5;
	width: 30px;
	height: 30px;
	background-image: url(../img/prev_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 10px;
	left: 0;
	top: 22px;
}
.inde_review2 .swiper-button-next{
	width: 30px;
	height: 30px;
	background-image: url(../img/next_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 10px;
	right: 0;
	top: 22px;
}
.inde_review3{
	width: 100%;
	border-radius: 5px;
	background: #F3F5F7;
	padding: 0 20px;
	padding-bottom: 20px;
	display: block;
}
.inde_review3_1{
	border-bottom: 1px solid #DEE2E8;
	width: 100%;
	padding: 30px 0;
	display: inline-block;
}
.inde_review3_1_1{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-left: 15px;
}
.inde_review3_1_2{
	width: calc(100% - 90px);
	float: left;
}
.inde_review3_1_3{
	width: 100%;
	font-size: 16px;
	color: #333333;
		font-family: "Poppins-Bold";
}
.inde_review3_1_4{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 100px;
	background: #DCE1E7;
	margin-top: 15px;
	font-size: 14px;
	color: #133359;
}
.inde_review3_2{
	width: 100%;
	padding: 20px 0;
}
.inde_review3_2_1{
	width: 100%;
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}
.inde_review3_2_2{
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}
.inde_review3_2_3{
	float: left;
	font-size: 14px;
	color: #999999;
}
.inde_review3_2_4{
	float: right;
	display: flex;
}
.inde_review3_2_4 img{
	width: 10px;
	display: block;
	margin-right: 5px;
}
.inde_review3_2_4 img:last-child{
	margin-right: 0;
}
.inde_forms{
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inde_form{
	width: 100%;
	margin: 85px auto;
	display: inline-block;
}
.inde_form1{
	width: 52%;
	height: 535px;
	margin-right: 4%;
	float: left;
	position: relative;
}
.inde_form1 video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde_form1 div{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.inde_form1 img{
	width: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.inde_form2{
	width: 44%;
	float: left;
}
.inde_form2_1{
	width: 100%;
	font-size: 40px;
	color: #133359;
		font-family: "Poppins-Bold";
}
.inde_form2_2{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
}
.inde_form2_3{
	width: 100%;
	margin-top: 40px;
}
.inde_form2_4{
	width: 100%;
	margin-bottom: 15px;
	display: flex;
}
.inde_form2_4:last-child{
	margin-bottom: 0;
}
.inde_form2_4_1{
	width: 80px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	font-family: "Poppins-Bold";
}
.inde_form2_4_2{
	border: none;
	outline: none;
	width: calc(100% - 80px);
	height: 40px;
	border-radius: 10px;
	padding: 0 20px;
	font-size: 14px;
	background: white;
		color: #333333;
}
.inde_form2_4_3{
	border: none;
	outline: none;
	width: calc(100% - 80px);
	height: 115px;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 14px;
	background: white;
		color: #333333;
}
.inde_form2_5{
	border: none;
	outline: none;
	width: 170px;
	height: 60px;
	border-radius: 60px;
	display: block;
	margin-top: 30px;
	margin-left: calc(100% - 170px);
	background: #34B0AA;
	font-size: 20px;
	color: white;
	font-family: "Poppins-Bold";
}
.nybanner{
	width: 100%;
	height: 500px;
	position: relative;
}
.nybanne1{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.nybanne2{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nybanne3{
	width: 100%;
	text-align: center;
}
.nybanne3_1{
	width: 100%;
		font-family: "Poppins-Bold";
		font-size: 44px;
		color: white;
}
.nybanne3_2{
	width: 100%;
	font-size: 28px;
	color: white;
}
.about_box{
	width: 100%;
}
.about_bo{
	width: 100%;
	margin: 80px auto;
}
.about_bo1{
	width: 100%;
	text-align: center;
}
.about_bo1_1{
	width: 100%;
	font-size: 40px;
	color: #133359;
	font-family: "Poppins-Bold";
}
.about_bo1_2{
	width: 100%;
	font-size: 16px;
	color: #133359;
}
.about_bo2{
	width: 100%;
	margin-top: 95px;
}
.about_bo3{
	width: 100%;
	display: inline-block;
	margin-bottom: 130px;
}
.about_bo3:last-child{
	margin-bottom: 0;
}
.about_bo3_1{
	border: 1px solid #E1E1E1;
	width: 52%;
	padding: 70px 85px;
	padding-right: 165px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	float: left;
	margin-right: -2%;
}
.about_bo3_2{
	float: left;
	width: 50%;
	height: 400px;
	display: block;
	margin-top: -45px;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
}
.about_bo3:nth-child(even) .about_bo3_1{
	float: right;
	margin-left: -2%;
	margin-right: 0;
	padding-right: 85px;
	padding-left: 165px;
}
.wj_box{
	width: 100%;
	background: #F5F7F9;
}
.wj_bo{
	max-width: 100%;
	width: 1000px;
	margin:50px auto;
}
.wj_bo1{
	width: 100%;
	text-align: center;
	font-family: "Poppins-Bold";
	font-size: 30px;
	color: #333333;
}
.wj_bo2{
	width: 100%;
	margin-top: 15px;
}
.wj_bo3{
	width: 100%;
	border-radius: 15px;
	background: white;
	margin-bottom: 30px;
	padding: 30px;
}
.wj_bo3:last-child{
	margin-bottom: 0;
}
.wj_bo3_1{
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333333;
	font-family: "Poppins-Bold";
}
.wj_bo3_2{
	width: 100%;
}
.wj_bo3_3{
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 14px;
	color: #333333;
}
.wj_bo3_3:last-child{
	margin-bottom: 0;
}
input[type=radio] {
	border: 1px solid #333333;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	position: relative;
	width: 15px;
	height: 15px;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
}

input[type=radio]::after {
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
}

input[type=radio]:checked {
	border: none;
}

input[type=radio]:checked::after {
	content: "✓";
	font-size: 11px;
	font-weight: bold;
	background: #05A1AA;
	color: white;
	border-radius: 0;
}
.wj_bo3_3 input{
	float: left;
	margin-right: 5px;
}
.wj_bo3_3 div{
	width: calc(100% - 20px);
	float: left;
}
.wj_bo4{
	    width: 100%;
	    border-radius: 15px;
	    background: white;
	    margin-top: 35px;
	    padding: 30px;
}
.wj_bo4_1{
	width: 100%;
	font-size: 16px;
	color: #22B1B2;
	font-family: "Poppins-Bold";
}
.wj_bo4_2{
	width: 100%;
	display: inline-block;
}
.wj_bo4_3{
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-top: 35px;
}
.wj_bo4_3:nth-child(3n){
	margin-right: 0;
}
.wj_bo4_4{
	width: 100%;
	font-size: 16px;
	color: #333333;
}
.wj_bo4_5{
	border: none;
	border-bottom: 1px solid #E5E5E5;
	outline: none;
	width: 100%;
	height: 40px;
	font-size: 12px;
	color: #333333;
}
.wj_bo5{
	border: none;
	outline: none;
	width: 315px;
	height: 55px;
	border-radius: 55px;
	display: block;
	margin: auto;
	margin-top: 35px;
	background: #22B1B2;
	font-family: "Poppins-Bold";
	font-size: 22px;
	color: white;
}
.mine_tops{
	width: 100%;
	background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mine_top{
	width: 100%;
	margin: 25px auto;
}
.mine_top1{
	width: 100%;
	display: inline-block;
}
.mine_top1_1{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
	object-fit: cover;
	object-position: center;
	float: left;
}
.mine_top1_2{
	width: calc(100% - 45px);
	float: left;
}
.mine_top1_3{
	width: 100%;
	font-size: 14px;
	color: white;
	font-family: "Poppins-Bold";
}
.mine_top1_4{
	width: 100%;
	font-size: 12px;
	color: white;
}
.mine_top2{
	width: 100%;
	display: flex;
}
.mine_top2_1{
	width: 25%;
	padding: 30px 0;
	text-align: center;
}
.mine_top2_2{
	width: 100%;
	font-family: "Poppins-Bold";
	font-size: 38px;
	color: white;
}
.mine_top2_3{
	width: 100%;
	font-size: 14px;
	color: white;
}
.mine_cens{
	width: 100%;
}
.mine_cen{
	width: 100%;
	margin: 40px auto;
}
.mine_orfls{
	width: 100%;
	display: inline-block;
}
.mine_orfl{
	border-bottom: 3px solid transparent;
	height: 50px;
	line-height: 50px;
	font-family: "Poppins-Bold";
	color: #999999;
	font-size: 14px;
	display: block;
	float: left;
	margin-right: 40px;
}
.mine_orfl:last-child{
	margin-right: 0;
}
.mine_orfl.on{
	border-color: #0EA29F;
	font-size: 24px;
	color: #333333;
}
.mine_orlist{
	border-top: 1px solid #EBEBEB;
	width: 100%;
	/* overflow: hidden;
	overflow-x: auto; */
}
.mine_orli{
	border-bottom: 1px solid #EBEBEB;
	width: 100%;
	padding: 40px 30px;
}
.mine_orli:nth-child(even){
	background: #FAFAFA;
}
.mine_orlia{
	width: 100%;
	display: inline-block;
}
.mine_orlia1{
	float: left;
	font-size: 20px;
	color: #333333;
		font-family: "Poppins-Bold";
}
.mine_orlia2{
	float: right;
	font-size: 16px;
}
.mine_orlia2.on1{
	color: #FF3333;
}
.mine_orlia2.on2{
	color: #009966;
}
.mine_orlia2.on3{
	color: #6666FF;
}
.mine_orlia2.on4{
	color:#FF6600;
}
.mine_orlia2.on5{
	color: #0099FF;
}
.mine_orlia2.on6{
	color: #009966;
}
.mine_orlia2.on7{
	color: #003366;
}
.mine_orlib{
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}
.mine_orlib1{
	width: 80px;
	height: 80px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 15px;
}
.mine_orlib2{
	width: calc(100% - 95px);
	float: left;
}
.mine_orlib2_1{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: #999999;
}
.mine_orlib2_1 span{
	margin-left: 10px;
	color: #333333;
}
.mine_orlib2_2{
	width: 100%;
	display: inline-block;
}
.mine_orlib2_3{
	font-size: 14px;
	color: #999999;
	float: left;
}
.mine_orlib2_3 span{
	margin-left: 10px;
	color: #333333;
}
.mine_orlib2_4{
	float: right;
	display: flex;
}
.mine_orlib2_4_1{
	height: 40px;
	border-radius: 40px;
	padding: 0 20px;
	line-height: 40px;
	margin-right: 10px;
	font-size: 14px;
	color: white;
	display: block;
	opacity: 0.8;
}
.mine_orlib2_4_1:hover{
    opacity: 1;
}
.mine_orlib2_4_1:last-child{
	margin-right: 0;
}
.mine_orlib2_4_1.on1{
	background:#13355B ;
}
.mine_orlib2_4_1.on2{
	background: #FF6600;
}
.mine_orlib2_4_1.on3{
	background: #06A6A6;
}
.mine_orlic{
	width: 100%;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.mine_orlic::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #A9B5C3;
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	z-index: -1;
}
.mine_orlic1{
	max-width: 14.28%;
	position: relative;
	/* z-index: 1; */
}
.mine_orlic2{
	width: 20px;
	height: 20px;
	margin: auto;
	position: relative;
}
.mine_orlic2_1{
	width: 8px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mine_orlic2_2{
	width: 8px;
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mine_orlic2_3{
	width: 100%;
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mine_orlic3{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: rgba(19,53,91, .5);
	font-size: 14px;
}
.mine_orlic4{
	border: 1px solid #9CAAB9;
	width: 580px;
	background: white;
	border-radius: 10px;
	box-shadow: 0 0 11px rgba(229,233,237, .75);
	padding: 10px 25px;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 50;
}
.mine_orlic4_1{
	border-bottom: 1px solid #EBEBEB;
	width: 100%;
	padding: 20px 0;
}
.mine_orlic4_2{
	width: 100%;
		font-family: "Poppins-Bold";
		font-size: 20px;
		color: #333333;
}
.mine_orlic4_3{
	width: 100%;
	font-size: 14px;
	color: #999999;
}
.mine_orlic4_4{
	width: 100%;
	padding: 25px 0;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
.mine_orlic4_4 img{
	max-width: 100%;
}
.mine_orlic1.on1 .mine_orlic2_1{
	display: none;
}
.mine_orlic1.on1 .mine_orlic2_2{
	display: block;
}
.mine_orlic1.on1 .mine_orlic3{
	color: #13355B;
}
.mine_orlic1.on2 .mine_orlic2_1{
	display: none;
}
.mine_orlic1.on2 .mine_orlic2_3{
	display: block;
}
.mine_orlic1.on2 .mine_orlic3{
	color: #FF6600;
}
.mine_orlic1.on2 .mine_orlic4{
	display: block;
}
.pages {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	/* border: 1px solid #DDDDDD; */
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 30px;
	height: 30px;
	font-size: 12px;
	padding: 0 10px;
	background: white;
	color: #333333;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
	border-radius: 2px;
}

.pagination img {
	height: 10px;
}

.pagination span {
	/* border: 1px solid #DCDCDC; */
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 30px;
	height: 30px;
	font-size: 12px;
	padding: 0 10px;
	background: white;
	color: #333333;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
	border-radius: 2px;
}

.pagination a.active {
	/* border: 1px solid #2468F1; */
	background: #06A6A6;
	color: white;
}

.pagination a:active {
	/* border: 1px solid #2468F1; */
	background: #06A6A6;
	color: white;
}
.ordeta_tops{
	width: 100%;
	display: inline-block;
}
.ordeta_top1{
	float: left;
}
.ordeta_top1_1{
	width: 100%;
	font-size: 20px;
	color: #333333;
	font-family: "Poppins-Bold";
}
.ordeta_top1_2{
	width: 100%;
	font-size: 14px;
	color: #999999;
}
.ordeta_top1_2 span{
	margin-left: 10px;
	font-size: 16px;
	color: #FF6600;
}
.ordeta_top2{
	float: right;
	display: flex;
}
.ordeta_top2_1{
	    height: 40px;
	    border-radius: 40px;
	    padding: 0 20px;
	    line-height: 40px;
	    margin-right: 10px;
	    font-size: 14px;
	    color: white;
	    display: block;
		    background: #13355B;
}
.ordeta_top2_2{
	height: 40px;
	border-radius: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
	color: white;
	display: block;
	    background: #FF6600;
}
.ordeta_xxs{
		border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	width: 100%;
	background: #FAFAFA;
	padding: 40px 30px;
	margin-top: 35px;
}
.ordeta_xxa{
	width: 100%;
	margin-bottom: 25px;
}
.ordeta_xxa:last-child{
	margin-bottom: 0;
}
.ordeta_xxa1{
	width: 100%;
	font-size: 14px;
	color: #999999;
}
.ordeta_xxa2{
	width: 100%;
	font-size: 14px;
	color: #333333;
}
.ordeta_xxb{
	width: 100%;
	display: inline-block;
}
.ordeta_xxb1{
	width: 32%;
	float: left;
	margin-bottom: 25px;
	margin-right: 2%;
}
.ordeta_xxb1:nth-child(3n){
	margin-right: 0;
}
.ordeta_xxc{
	width: 215px;
	height: 40px;
	display: block;
	border-radius: 40px;
	text-align: center;
	font-size: 14px;
	color: white;
	font-weight: bold;
	background: #1AA2A2;
}
.ordeta_xxc img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.ordeta_xxc span{
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.ordeta_tables{
	width: 100%;
	/* overflow: hidden;
	overflow-x: auto; */
	margin-top: 50px;
}
.ordeta_tables table{
	width: 100%;
}
.ordeta_tables tr{
	width: 100%;
}
.ordeta_tables td{
	border-bottom: 1px solid #EBEBEB;
	padding: 20px 10px;
	font-size: 14px;
	color: #333333;
}
.ordeta_tables td:last-child{
	font-size: 16px;
	color: #06A6A6;
}
.ordeta_tables tr:first-child td{
	border-top: 4px solid #425D7C;
	background: #FAFAFA;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.ordeta_tables td img{
	width: 100%;
	/*height: 55px;*/
	display: block;
	object-fit: cover;
	object-position: center;
}
.ordeta_gcs{
	width: 100%;
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.ordeta_gcs::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #A9B5C3;
	position: absolute;
	left: 50%;
	top: 10px;
	transform: translateX(-50%);
	z-index: -1;
}
.ordeta_down{
	width: 100%;
	margin-top: 75px;
}
.ordeta_down1{
	width: 100%;
	position: relative;
	display: inline-block;
}
.ordeta_down1::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #999999;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ordeta_down1_1{
	float: left;
	font-size: 20px;
	color: #003366;font-weight: bold;
	background: white;
	position: relative;
	z-index: 1;
}
.ordeta_down1_2{
	width: 15px;
	background: white;
	display: block;
	float: right;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
.ordeta_down2{
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	display: none;
}
.ordeta_down.on .ordeta_down1_2{
	transform: rotate(180deg);
}
.ordeta_down.on .ordeta_down2{
	display: block;
}
.payment_cover{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}
.payment_tcs{
	width: 475px;
	border-radius: 10px;
	background: white;
	padding: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.payment_tc1{
	width: 25px;
	position: absolute;
	right: -20px;
	top: -25px;
}
.payment_tc2{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.payment_tc3{
	width: 195px;
	display: block;
	margin: auto;
	margin-top: 25px;
}
.payment_tc4{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
}
.payment_tc5{
	border: none;
	outline: none;
	width: 200px;
	height: 55px;
	border-radius: 55px;
	display: block;
	margin: auto;
	margin-top: 40px;
	background: #06A6A6;
	font-size: 20px;
	color: white;
	font-weight: bold;
}
.ordeta_nums{
	width: 100%;
	margin-top: 60px;
}
.ordeta_num1{
	width: 45px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.ordeta_num2{
	width: calc(100% - 65px);
	display: inline-block;
	vertical-align: middle;
}
.ordeta_num3{
	width: 100%;
	font-size: 16px;
	color: #999999;
}
.ordeta_num3 span{
	margin-left: 10px;
	color: #333333;
	font-weight: bold;
}
.ordeta_wls{
	width: 100%;
	margin-top: 60px;
	position: relative;
}
.ordeta_wls::after{
	content: '';
	width: 1px;
	height: 100%;
	background: #EBEBEB;
	position: absolute;
	left: 10px;
	top: 0;
	z-index: -1;
}
.ordeta_wl{
	width: 100%;
	margin-bottom: 75px;
	position: relative;
	z-index: 2;
}
.ordeta_wl:last-child{
	margin-bottom: 0;
}
.ordeta_wl1{
	width: 20px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.ordeta_wl1_1{
	width: 15px;
	display: block;
	margin: auto;
}
.ordeta_wl1_2{
	width: 100%;
	display: none;
	margin: auto;
}
.ordeta_wl2{
	width: calc(100% - 45px);
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
.ordeta_wl2 span{
	margin-right: 20px;
	color: #999999;
}
.ordeta_wl.on .ordeta_wl1_1{
	display: none;
}
.ordeta_wl.on .ordeta_wl1_2{
	display: block;
}
.ordeta_wl.on .ordeta_wl2 span{
	color: #06A6A6;
}
.ordeta_paids{
	width: 100%;
	margin-top: 80px;
}
.ordeta_paid1{
	width: 100%;
	font-size: 24px;
	color: #333333;
}
.ordeta_paid1 img{
	width: 40px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.ordeta_paid1 span{
	display: inline-block;
	vertical-align: middle;
}
.ordeta_paid2{
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #999999;
}
.ordeta_paid3{
	width: 100%;
	margin-top: 20px;
}
.ordeta_paid3_1{
	width: 100%;
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #333333;
	    text-decoration: underline;
}
.ordeta_paid3_1:last-child{
	margin-bottom: 0;
}
.ordeta_paid4{
	width: 250px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	margin-top: 25px;
	display: block;
	font-size: 16px;
	color: #06A7A8;
	background: #F5FCFC;
}
.ordeta_paid4 span{
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}
.ordeta_paid4 img{
	width: 25px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.ordeta_paid5{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}
.ordeta_paid5 img{
	max-width: 100%;
}
.register_box{
	width: 100%;
	background: #F5F7F9;
}
.register_bo{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: white;
	margin:75px auto;
	display: flex;
}
.register_bo1{
	width: 50%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.register_bo2{
	width: 50%;
	padding: 35px 60px;
	position: relative;
}
.register_bo3{
	width: 145px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-decoration: underline;
	background: #06A6A6;
	font-size: 14px;
	color: white;
	border-radius: 0 0 0 10px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.register_bo4{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.register_bo5{
	width: 100%;
	margin-bottom: 25px;
}
.register_bo5_1{
	width: 100%;
	font-size: 16px;
	color: #333333;
}
.register_bo5_2{
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	height: 40px;
}
.register_bo5_2 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.register_bo5_2 input{
	border: none;
	outline: none;
	width: calc(100% - 30px);
	height: 100%;
	font-size: 14px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
.register_bo5_2 select{
    	border: none;
	outline: none;
	width: calc(100% - 30px);
	height: 100%;
	font-size: 14px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
.register_bo5_3{
	width: 100%;
	display: flex;
}
.register_bo5_3_1{
	border: 1px solid #C2E9EA;
	outline: none;
	width: 70px;
	height: 40px;
	border-radius: 5px;
	margin-left: 20px;
	background: #EEF9F9;
	font-size: 16px;
	color: #06A7A8;
}
.register_bo5_3_2{
	width: calc(100% - 90px);
	border-bottom: 1px solid #E5E5E5;
	height: 40px;
}
.register_bo5_3_2 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.register_bo5_3_2 input{
	border: none;
	outline: none;
	width: calc(100% - 30px);
	height: 100%;
	font-size: 14px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
.register_bo6{
	border: none;
	outline: none;
	width: 290px;
	height: 55px;
	border-radius: 55px;
	display: block;
	margin: auto;
	background: #22B1B2;
	font-size: 22px;
	color: white;
	font-weight: bold;
}
.login_box{
	width: 100%;
	background-image: url(../img/bg_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.login_bo{
	max-width: 100%;
	width: 600px;
	background: white;
	border-radius: 10px;
	margin:100px auto;
	padding: 50px 70px;
}
.login_bo1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.login_bo2{
	width: 100%;
	display: flex;
}
.login_bo2_1{
	width: 50%;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
}
.login_bo2_1.on{
	color: #22B1B2;
	position: relative;
}
.login_bo2_1.on::after{
	content: '';
	width: 45px;
	height: 3px;
	background: #22B1B2;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.login_bo3{
	width: 100%;
	margin-top: 50px;
}
.login_bo3_1{
	width: 100%;
	display: none;
}
.login_bo4{
	width: 100%;
}
.login_bo4_1{
	width: 290px;
	margin: auto;
	margin-top: 45px;
}
.login_bo4_2{
	border: none;
	outline: none;
	width: 100%;
	height: 55px;
	border-radius: 55px;
	display: block;
	margin: auto;
	background: #22B1B2;
	font-size: 22px;
	color: white;
	font-weight: bold;
}
.login_bo4_3{
	border: 1px solid #E0E0E0;
	width: 100%;
	height: 55px;
	border-radius: 55px;
	display: block;
	text-align: center;
	line-height: 55px;
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}
.login_bo4_3 span{
	font-weight: bold;
	color: #22B1B2;
	margin-left: 15px;
}