@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
select,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

html,
body,
.view {
	font-size: 2.1334vw;
}

@media (min-width: 900px)and (max-width:2000px) {

	html,
	body {
		font-size: 1.1334vw;
		position: absolute;
		right: 0;
		left: 0;
		width: 46.875rem;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
}

.view {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	background-color: #f3f3f3;
	transform: translateZ(0);
}

.page {
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}




.jq_btn {
	transition: all 0.3s;
}

.jq_btn.animat {
	transform: scale(0.9);
}


.page_box {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.page {
	padding-bottom: 11rem;
	background-image: url(../img/top.jpg?v=4);
}

.page_2 {
	padding-bottom: 0;
}

.part_1 {
	width: 41.875rem;
	height: 33.875rem;
	overflow: hidden;
	margin: 23.125rem auto auto;
	border-radius: 1.875rem;
	background-color: #fff;
}

.part_1 .t {
	display: flex;
	margin-top: 3.375rem;
	justify-content: space-evenly;
}

.part_1 .t img {
	width: 6.875rem;
}

.part_1 .c {
	width: 37.75rem;
	height: 5.625rem;
	color: #fff;
	margin: 2.625rem auto;
	font-size: 1.75rem;
	text-align: center;
	line-height: 5.625rem;
	border-radius: 5.625rem;
	background-color: #0066b3;
}

.part_1 .b {
	width: 41.875rem;
	height: 14.8125rem;
	padding: 2.875rem;
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/actv_bg.png?v=3);
}

.part_1 .b h3 {
	margin-bottom: 0.625rem;
	font-size: 2rem;
	color: #fff;
}


.part_1 .b p {
	font-size: 1.5rem;
	color: #fff;
}

.part_2 {
	width: 41.875rem;
	overflow: hidden;
	margin: auto;
}

.part_2 .list {
	margin-top: 2.375rem;
}

.part_2 .list .tit {
	font-size: 2rem;
}

.part_2 .list .bg {
	width: 100%;
	margin-top: 1.25rem;
	height: 16.5625rem;
	background-size: cover;
}

.part_2 .list .bg a {
	display: block;
	width: 100%;
	height: 100%;
}

.part_3 {
	width: 41.875rem;
	height: 26.875rem;
	margin: 2.5rem auto;
}

.part_3 .swiper {
	width: 100%;
	height: 100%;
}

.part_3 .swiper .swiper-slide {
	height: 23.25rem;
	background-color: #333333;
}

.part_3 .swiper .swiper-slide video {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet-active {
	background-color: #e50012;
}

.foot {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1;
	height: 11.25rem;
	display: flex;
	padding: 0 2rem;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-around;
	background-color: #fff;
}

.foot img {
	height: 5.875rem;
	width: auto;
}

.p_2_wary {
	width: 100%;
	overflow: hidden;
	margin: 22.75rem auto auto;
	background-color: #fff;
	border-radius: 2.25rem 2.25rem 0 0;
}

.p_2_box {
	width: 41.75rem;
	padding-bottom: 6.25rem;
	margin: 4rem auto auto;
}

.p_2_ipt {
	position: relative;
	margin-bottom: 1rem;
}

.p_2_ipt p {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}

.p_2_ipt p span {
	color: #f00;
}

.p_2_ipt input,
.p_2_ipt select {
	width: 100%;
	height: 5.625rem;
	margin-bottom: 1.5rem;
	border-radius: 0.625rem;
	background-color: #f4f7fd;
	display: flex;
	align-items: center;
	padding: 0 1.25rem;
	box-sizing: border-box;
	color: #000;
	font-size: 1.8rem;
	text-align-last: left;
}

.p_2_ipt label {
	display: inline-block;
	width: 16.25rem;
	font-size: 1.625rem;
	vertical-align: middle;
}

.p_2_ipt label img {
	display: inline-block;
	width: 2rem;
	line-height: 2rem;
	margin-right: 1rem;
	vertical-align: middle;
}

.p_2_yzm {
	position: absolute;
	top: 4rem;
	right: 1.25rem;
	width: 10.75rem;
	height: 4.25rem;
	color: #ffffff;
	font-size: 1.8rem;
	text-align: center;
	line-height: 4.25rem;
	border-radius: 0.625rem;
	background-color: #0066b3;
}

.icon_6 {
	position: absolute;
	top: 5.6rem;
	right: 2rem;
	width: 2rem;
}

.p_2_btn {
	width: 40rem;
	height: 5.625rem;
	color: #ffffff;
	margin: 3.2rem auto auto;
	font-size: 1.8rem;
	text-align: center;
	line-height: 5.625rem;
	border-radius: 0.625rem;
	background-color: #0066b3;
}

.p_2_tit {
	display: flex;
	overflow: hidden;
	align-items: center;
	margin: 1.25rem 0;
}

.p_2_tit i {
	display: inline-block;
	width: 0.375rem;
	height: 1.875rem;
	background-color: #0066b3;
	border-radius: 0.375rem;
}

.p_2_tit strong {
	font-size: 2rem;
	margin-left: 1rem;
}

.zyxxsj_txt {
	font-size: 1.5rem;
	color: #969696;
	margin-top: 1rem;
}

.zyxxsj_list {
	margin-top: 1.25rem;
	overflow: hidden;
}

.zyxxsj_itm {
	position: relative;
	float: left;
	width: 11.875rem;
	height: 14.375rem;
	margin-left: 2.825rem;
	margin-bottom: 1.5rem;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/zyxxsj_2.png);
	background-repeat: no-repeat;
}

.zyxxsj_itm .zyxxsj_3 {
	position: absolute;
	width: 2.1875rem;
	bottom: -0.5rem;
	right: -0.5rem;
}

.zyxxsj_list .zyxxsj_itm:nth-child(3n+1) {
	margin-left: 0;
}

.zyxxsj_itm input {
	width: 1px;
	height: 1px;
	opacity: 0;
}

.langImg {
	display: block;
	width: 100%;
}

.ddlb_box {
	position: absolute;
	width: 100%;
	height: 100vh;
	background-color: #f8f8f8;
}

.ddlb_box .tit {
	font-size: 2rem;
	text-align: center;
	line-height: 6.25rem;
}

.ddlb_list {
	position: absolute;
	top: 10.25rem;
	left: 0;
	right: 0;
	bottom: 0;
}

.ddlb_list .ddlb_item {
	position: relative;
	width: 43.125rem;
	padding: 2.5rem 2.375rem;
	margin: 1.25rem auto;
	border-radius: 1.5rem;
	box-sizing: border-box;
	background-color: #fff;
}

.ddlb_list .ddlb_item .ddlb_t {
	position: absolute;
	text-align: right;
	font-size: 1.75rem;
	color: #666666;
	top: 1.25rem;
	right: 2.375rem;
}

.ddlb_list .ddlb_item .ddlb_c {
	display: flex;
	margin-top: 2rem;
	align-items: start;
	justify-content: space-between;
}

.ddlb_list .ddlb_item .ddlb_c .l {
	width: 25.625rem;
}

.ddlb_list .ddlb_item .ddlb_c .l h2 {
	font-size: 2rem;
	margin-bottom: 1.25rem;
}

.ddlb_list .ddlb_item .ddlb_c .l p {
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #666666;
}


.ddlb_list .ddlb_item .ddlb_c .r {
	font-size: 2rem;
	font-weight: 600;
	color: #ff9600;
}


.ddlb_list .ddlb_item .ddlb_b {
    display: flex;
    margin-top: 1.25rem;
    justify-content: end;
    margin-left: 2.4rem;
    width: 37rem;
}

.ddlb_list .ddlb_item .ddlb_b a {
    width: 10.9rem;
    color: #666666;
    font-size: 1.5rem;
    height: 3.75rem;
    margin-left: 1.25rem;
    text-align: center;
    line-height: 3.75rem;
    border-radius: 3.75rem;
    border: 1px solid #969696;
    display: inline-block;
}

.ddxq_list {
	position: absolute;
	top: 8.75rem;
	left: 0;
	right: 0;
	bottom: 6.875rem;
}

.ddxq_item {
	overflow: hidden;
	padding: 1.875rem 0;
	background-color: #fff;
}

.ddxq_itemactiv {
	width: 43.125rem;
	padding: 1.25rem 0;
	margin: 0.625rem auto auto;
	border-bottom: 1px solid #969696;
}

.ddxq_item .ddxq_itemactiv:last-child {
	border-bottom: none;
}

.ddxq_itemactiv h2 {
	font-size: 2rem;
}

.ddxq_itemactiv .b p {
	margin-top: 1.5rem;
	font-size: 1.5rem;
	color: #666666;
}

.ddxq_itemactiv .b p span {
	display: inline-block;
}

.ddxq_itemactiv .b p span:first-child {
	width: 9.75rem;
}

.ddxq_itemactiv .b p span:last-child {
	margin-left: 0.625rem;
}
.ddxq_itemactiv .b p span a {
	display: inline-block;
	color: #0066b3;
}
.ddxq_itemactiv .b p span a img{
	display: inline-block;
	width: 1.125rem;
	margin: 0 0.625rem 0 1.25rem;
}

.ddxq_foot{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 6.875rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: end;
}

.ddxq_foot a{
	width: 11rem;
	color: #fff;
	margin-left: 33.875rem;
	font-size: 1.75rem;
	height: 4.75rem;
	text-align: center;
	line-height: 4.75rem;
	border-radius: 0.3125rem;
	background-color: #04b8f3;
}


.load_page {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

.load_page span {
	position: absolute;
	width: 100%;
	top: 50%;
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;
}
.way label{
	width:10.45rem;

}
.way_3{width: 19rem !important;}
.way label img {
	margin-right: 0rem !important;

}
.order_d_top{
	display: block;
	width: 100%;
}