* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

	*:not(.fa) {
		font-family: Arial, Helvetica, sans-serif;
	}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

img,
video {
	vertical-align: top;
	outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
	.pchead {
		width: 100%;
		height: 100px;
		background-color: #fff;
		padding: 0 20px;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}

	.pcheader {
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.hidden {
		opacity: 0;
		visibility: hidden;
	}

	.menuBtn {
		cursor: pointer;
	}

	.ml_mb_head {
		display: none;
	}

	.ml_mb_nav {
		display: none;
	}

	.pcnav {
		position: fixed;
		top: 0;
		left: -320px;
		width: 320px;
		height: 100%;
		background-color: #000000;
		z-index: 989999;
		padding: 120px 20px;
		transition: all ease .5s;
	}

	.close {
		position: absolute;
		left: 20px;
		top: 20px;
		cursor: pointer;
	}

	.pcnav ul li a {
		display: block;
		color: #fff;
		padding-bottom: 10px;
		font-size: 18px;
		border-bottom: 1px solid #fff;
		font-weight: bold;
		margin-bottom: 40px;
	}

	.show {
		left: 0 !important;
	}

	.banner {
		margin-top: 100px;
	}

		.banner video {
			width: 100%;
		}

	.con1 {
		width: 100%;
	}

	.con1con {
		width: 100%;
	}

	.con1item1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.con1item3 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.con1left {
		width: 50%;
	}

		.con1left img {
			width: 100%;
		}

	.con1right {
		background-color: #001231;
		padding: 7.9375rem;
		width: 50%;
	}

		.con1right strong {
			color: #faf6db;
			font-size: 2.25rem;
			display: block;
		}

	.con1item1 .con1right {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

		.con1item1 .con1right p {
			word-break: keep-all;
			text-align: justify;
			display: block;
		}

	.con1right p {
		color: #faf6db;
		font-size: 1.5rem;
		text-align: left;
		margin: 1.875rem 0;
		line-height: 2.5rem;
		text-transform: uppercase;
	}

	.con1right a {
		display: block;
		font-size: 1.5rem;
		color: #faf6db;
		font-weight: bold;
		border-radius: 2.5rem;
		border: .0625rem solid #faf6db;
		width: 14.375rem;
		text-align: center;
		height: 3.75rem;
		line-height: 3.75rem;
	}

	.con1item2 {
		width: 100%;
		position: relative;
	}

		.con1item2 img {
			width: 100%;
		}

	.con1pos {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		top: 0;
		padding: 1.25rem;
	}

		.con1pos strong {
			width: 26.25rem;
			font-size: 2.1875rem;
			color: #faf6db;
			display: block;
			margin-bottom: 3.75rem;
		}

		.con1pos p {
			color: #faf6db;
			font-size: 1.5rem;
			line-height: 2.5rem;
			text-transform: uppercase;
			width: 26.25rem;
		}

		.con1pos a {
			display: block;
			font-size: 1.5rem;
			color: #faf6db;
			font-weight: bold;
			border-radius: 2.5rem;
			border: .0625rem solid #faf6db;
			width: 14.375rem;
			text-align: center;
			height: 3.75rem;
			line-height: 3.75rem;
			margin-top: 1.875rem;
		}

	.sub {
		padding: 3.125rem 0;
	}

	.subcon {
		max-width: 800px;
		margin: 0 auto;
	}

		.subcon strong {
			display: block;
			text-align: center;
			font-size: 35px;
			color: #001231;
		}

		.subcon p {
			color: #000;
			text-align: center;
			font-size: 27px;
			margin: 25px auto;
			text-transform: uppercase;
		}

	.sub_box {
		width: 700px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		border: 2px solid #030303;
		border-radius: 10px;
		overflow: hidden;
		height: 50px;
		justify-content: space-between;
	}

		.sub_box input {
			width: 520px;
			border: none;
			height: 40px;
			outline: none;
			padding-left: 15px;
		}

		.sub_box a {
			display: block;
			flex: 1;
			height: 50px;
			line-height: 50px;
			text-align: center;
			background-color: #001231;
			color: #fff;
			font-size: 18px;
			font-weight: bold;
		}

	.con2con {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.con2item {
		width: 50%;
		position: relative;
	}

		.con2item img {
			width: 100%;
		}

	.con2pos {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
	}

		.con2pos a {
			display: inline-block;
			padding: 10px 20px;
			font-size: 16px;
			color: #fff;
			font-weight: bold;
			border: 2px solid #fff;
			border-radius: 50px;
		}

	.foot {
		padding: 35px 0;
		background-color: #fff;
	}

	.footer {
		width: 100%;
		padding: 0 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.f1 {
		width: 18%;
	}

		.f1 a img {
			width: 120px;
			height: 120px;
			display: block;
			margin: 0 auto;
		}

	.f_tit {
		color: #808080;
		font-size: 16px;
		margin-bottom: 25px;
	}

	.fitem p {
		font-size: 12px;
		color: #000;
		margin-bottom: 20px;
	}

	.f2 {
		width: 23%;
	}

	.f2box {
		display: flex;
		border-radius: 10px;
		overflow: hidden;
		align-items: center;
		height: 50px;
		border: 1px solid #000;
	}

		.f2box input {
			padding-left: 15px;
			outline: none;
			height: 40px;
			border: none;
			width: 75%;
		}

		.f2box a {
			flex: 1;
			background-color: #000;
			height: 50px;
			line-height: 50px;
			text-align: center;
			color: #fff;
			font-size: 14px;
		}

	.f3 {
		width: 22%;
	}

	.f4 {
		width: 22%;
	}

	.f3 ul li a {
		display: block;
		font-size: 14px;
		color: #000;
		margin-bottom: 15px;
	}

	.links {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

		.links a img {
			width: 25px;
			height: 25px;
			margin-right: 15px;
		}

	.copy {
		padding: 25px;
		width: 100%;
	}

	.copycon {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.bq {
		font-size: 12px;
		color: #000;
	}

	.r_A a {
		font-size: 12px;
		color: #000;
	}

	.inbanner {
		margin-top: 100px;
	}

		.inbanner img {
			width: 100%;
		}

	.conHf {
		width: 100%;
	}

		.conHf img {
			width: 100%;
		}

	.cess {
		width: 100%;
		padding: 30px 0;
	}

	.cessCon {
		max-width: 73.125rem;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cessleft {
		width: 48%;
	}

		.cessleft strong {
			font-size: 36px;
			color: #000033;
		}

	.cessright {
		width: 48%;
	}

	.cessleft a {
		display: block;
		font-size: 1.5rem;
		color: #000033;
		font-weight: bold;
		border-radius: 2.5rem;
		border: .0625rem solid #000033;
		width: 14.375rem;
		text-align: center;
		height: 3.75rem;
		line-height: 3.75rem;
		margin-top: 2.5rem;
	}

	.cessright p {
		text-transform: uppercase;
		font-size: 1.3rem;
		color: #000;
		line-height: 2rem;
		word-break: keep-all;
		text-align: justify;
		display: block;
	}

	.abITem:nth-child(even) {
		flex-direction: row-reverse;
	}

		.abITem:nth-child(even) .con1right {
			background-color: #fff;
			align-items: flex-start;
		}

			.abITem:nth-child(even) .con1right strong {
				color: #333;
				width: 100%;
			}

			.abITem:nth-child(even) .con1right p {
				color: #333;
				width: 100%;
				text-align: left !important;
			}

			.abITem:nth-child(even) .con1right a {
				border-color: #001231;
				color: #001231;
			}

	.ab {
		width: 100%;
		padding: 50px;
	}

		.ab strong {
			display: block;
			text-align: center;
			color: #001231;
			font-size: 36px;
			margin-bottom: 30px;
		}

		.ab p {
			text-align: center;
			text-transform: uppercase;
			font-size: 24px;
			line-height: 40px;
			color: #001231;
		}

	.tact {
		padding: 106px 0;
	}

	.tactcon {
		max-width: 1170px;
		margin: 0 auto;
	}

	.tact1 strong {
		color: #333;
		font-size: 36px;
		text-transform: uppercase;
		display: block;
		text-align: center;
	}

	.tact2 strong {
		color: #333;
		font-size: 16px;
		text-transform: uppercase;
		display: block;
		text-align: center;
		font-weight: bolder;
		margin-bottom: 15px;
	}

	.tact2 a {
		display: block;
		text-align: center;
		color: #333;
		font-size: 19px;
	}

	.tact1 {
		border-bottom: 2px solid #000;
		padding-bottom: 50px;
	}

	.tact2 {
		border-bottom: 2px solid #000;
		padding: 50px 0;
	}

	.tact3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 50px 0;
	}

		.tact3 input {
			width: 49%;
			height: 48px;
			padding-left: 15px;
			outline: none;
			border: 1px solid #000000;
			border-radius: 5px;
			display: block;
			padding-left: 15px;
			margin-bottom: 30px;
		}

		.tact3 textarea {
			width: 100%;
			height: 350px;
			padding-left: 15px;
			padding-top: 15px;
			outline: none;
			border: 1px solid #000000;
			border-radius: 5px;
			display: block;
			padding-left: 15px;
			margin-bottom: 30px;
		}

	.full {
		width: 100% !important;
	}

	.send {
		width: 100%;
		height: 40px;
		text-align: center;
		color: #333;
		line-height: 40px;
		font-weight: bold;
		border: 1px solid #333;
	}

	.prob {
		width: 100%;
		padding: 30px;
		margin-top: 100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.probleft {
		width: 48%;
	}

		.probleft img {
			width: 100%;
		}

	.probright {
		width: 50%;
	}

		.probright strong {
			display: block;
			font-size: 30px;
			margin-bottom: 20px;
		}

		.probright p {
			font-size: 16px;
			line-height: 25px;
		}

	.inside {
		width: 100%;
		padding: 40px 0;
	}

	.insideCon {
		max-width: 1300px;
		padding: 0 20px;
		margin: 0 auto;
	}

		.insideCon p {
			font-size: 14px;
			color: #333;
		}
}

@media only screen and (max-width: 996px) {
	.inside {
		width: 100%;
		padding: 30px 15px;
	}

	.insideCon {
		margin: 0 auto;
	}

		.insideCon p {
			font-size: 14px;
			color: #333;
		}

	.prob {
		width: 100%;
		padding: 30px 15px;
		margin-top: 60px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.probleft {
		width: 100%;
		margin-bottom: 20px;
	}

		.probleft img {
			width: 100%;
		}

	.probright {
		width: 100%;
	}

		.probright strong {
			display: block;
			font-size: 30px;
			margin-bottom: 20px;
		}

		.probright p {
			font-size: 16px;
			line-height: 25px;
		}

	.tact {
		padding: 30px 15px;
	}

	.tact1 strong {
		color: #333;
		font-size: 20px;
		text-transform: uppercase;
		display: block;
		text-align: center;
	}

	.tact2 strong {
		color: #333;
		font-size: 14px;
		text-transform: uppercase;
		display: block;
		text-align: center;
		font-weight: bolder;
		margin-bottom: 15px;
	}

	.tact2 a {
		display: block;
		text-align: center;
		color: #333;
		font-size: 14px;
	}

	.tact1 {
		border-bottom: 2px solid #000;
		padding-bottom: 20px;
	}

	.tact2 {
		border-bottom: 2px solid #000;
		padding: 20px 0;
	}

	.tact3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 0;
	}

		.tact3 input {
			width: 100%;
			height: 48px;
			padding-left: 15px;
			outline: none;
			border: 1px solid #000000;
			border-radius: 5px;
			display: block;
			padding-left: 15px;
			margin-bottom: 30px;
		}

		.tact3 textarea {
			width: 100%;
			height: 150px;
			padding-left: 15px;
			padding-top: 15px;
			outline: none;
			border: 1px solid #000000;
			border-radius: 5px;
			display: block;
			padding-left: 15px;
			margin-bottom: 30px;
		}

	.full {
		width: 100% !important;
	}

	.send {
		width: 100%;
		height: 40px;
		text-align: center;
		color: #333;
		line-height: 40px;
		font-weight: bold;
		border: 1px solid #333;
		font-size: 14px;
	}

	.ab {
		width: 100%;
		padding: 30px 15px;
	}

		.ab strong {
			display: block;
			text-align: center;
			color: #001231;
			font-size: 20px;
			margin-bottom: 20px;
		}

		.ab p {
			text-align: center;
			text-transform: uppercase;
			font-size: 16px;
			line-height: 30px;
			color: #001231;
		}

	.conHf {
		width: 100%;
	}

		.conHf img {
			width: 100%;
		}

	.cess {
		width: 100%;
		padding: 30px 15px;
	}

	.cessCon {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cessleft {
		width: 100%;
	}

		.cessleft strong {
			font-size: 36px;
			color: #000033;
		}

	.cessright {
		width: 100%;
		margin-top: 20px;
	}

	.cessleft a {
		display: block;
		font-size: 1.5rem;
		color: #000033;
		font-weight: bold;
		border-radius: 2.5rem;
		border: .0625rem solid #000033;
		width: 14.375rem;
		text-align: center;
		height: 3.75rem;
		line-height: 3.75rem;
		margin-top: 2.5rem;
	}

	.cessright p {
		text-transform: uppercase;
		font-size: 1.5rem;
		color: #000;
		line-height: 2.5rem;
	}

	.inbanner {
		margin-top: 65px;
	}

		.inbanner img {
			width: 100%;
		}

	.copy {
		padding: 25px;
		width: 100%;
	}

	.copycon {
		display: flex;
		text-align: center;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.bq {
		font-size: 12px;
		color: #000;
	}

	.r_A a {
		font-size: 12px;
		color: #000;
	}

	.foot {
		padding: 30px 15px;
		background-color: #fff;
	}

	.fitem {
		margin-bottom: 25px;
	}

	.footer {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.f1 {
		width: 100%;
	}

		.f1 a img {
			width: 80px;
			height: 80px;
			display: block;
			margin: 0 auto;
		}

	.f_tit {
		color: #808080;
		font-size: 16px;
		margin-bottom: 15px;
	}

	.fitem p {
		font-size: 12px;
		color: #000;
		margin-bottom: 15px;
	}

	.f2 {
		width: 100%;
	}

	.f2box {
		display: flex;
		border-radius: 10px;
		overflow: hidden;
		align-items: center;
		height: 40px;
		border: 1px solid #000;
	}

		.f2box input {
			padding-left: 15px;
			outline: none;
			height: 30px;
			border: none;
			width: 75%;
		}

		.f2box a {
			flex: 1;
			background-color: #000;
			height: 40px;
			line-height: 40px;
			text-align: center;
			color: #fff;
			font-size: 12px;
		}

	.f3 {
		width: 100%;
	}

	.f4 {
		width: 100%;
	}

	.f3 ul li a {
		display: inline-block;
		font-size: 14px;
		color: #000;
		margin-bottom: 15px;
	}

	.links {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

		.links a img {
			width: 20px;
			height: 20px;
			margin-right: 15px;
		}

	.con2con {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.con2item {
		width: 100%;
		position: relative;
	}

		.con2item img {
			width: 100%;
		}

	.con2pos {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
	}

		.con2pos a {
			display: inline-block;
			padding: 10px 20px;
			font-size: 16px;
			color: #fff;
			font-weight: bold;
			border: 2px solid #fff;
			border-radius: 50px;
		}

	.sub {
		padding: 30px 15px;
	}

	.subcon {
		width: 100%;
		margin: 0 auto;
	}

		.subcon strong {
			display: block;
			text-align: center;
			font-size: 25px;
			color: #001231;
		}

		.subcon p {
			color: #000;
			text-align: center;
			font-size: 18px;
			margin: 25px auto;
			text-transform: uppercase;
		}

	.sub_box {
		margin: 0 auto;
		display: flex;
		align-items: center;
		border: 2px solid #030303;
		border-radius: 10px;
		overflow: hidden;
		height: 40px;
		justify-content: space-between;
	}

		.sub_box input {
			width: 75%;
			border: none;
			height: 30px;
			outline: none;
			padding-left: 15px;
		}

		.sub_box a {
			display: block;
			flex: 1;
			height: 40px;
			line-height: 40px;
			text-align: center;
			background-color: #001231;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
		}

	.con1 {
		width: 100%;
	}

	.con1con {
		width: 100%;
	}

	.con1item1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.con1item3 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.con1left {
		width: 100%;
	}

		.con1left img {
			width: 100%;
		}

	.con1right {
		background-color: #001231;
		padding: 30px;
		width: 100%;
	}

		.con1right strong {
			color: #faf6db;
			font-size: 25px;
			line-height: 30px;
			display: block;
		}

		.con1right p {
			color: #faf6db;
			font-size: 16px;
			text-align: left;
			margin: 20px 0;
			line-height: 30px;
			text-transform: uppercase;
		}

		.con1right a {
			display: block;
			font-size: 14px;
			color: #faf6db;
			font-weight: bold;
			border-radius: 40px;
			border: 1px solid #faf6db;
			width: 150px;
			text-align: center;
			height: 40px;
			line-height: 40px;
		}

	.con1item2 {
		width: 100%;
		position: relative;
	}

		.con1item2 img {
			width: 100%;
		}

	.con1pos {
		padding: 20px;
	}

		.con1pos strong {
			font-size: 25px;
			color: #faf6db;
			color: #001231;
			display: block;
			text-align: center;
			margin-bottom: 30px;
		}

		.con1pos p {
			color: #faf6db;
			font-size: 16px;
			line-height: 25px;
			text-transform: uppercase;
			text-align: center;
			color: #444;
		}

		.con1pos a {
			display: block;
			font-size: 14px;
			color: #001231;
			font-weight: bold;
			border-radius: 40px;
			border: 1px solid #001231;
			width: 150px;
			text-align: center;
			height: 40px;
			line-height: 40px;
			margin: 0 auto;
			margin-top: 30px;
		}

	.banner video {
		width: 100%;
	}

	.banner {
		margin-top: 60px;
	}

	.pcnav {
		display: none;
	}

	.pcnav {
		display: none;
	}

	.ml_mb_arrowChange {
		transform: rotate(90deg);
	}

	.ml_mbnav_3 {
		display: none;
	}

	.ml_mbnav_3_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		background-color: #efefef;
	}

		.ml_mbnav_3_item > a {
			display: block;
			width: 100%;
			height: 40px;
			line-height: 40px;
			color: #333;
			font-size: 14px;
			padding-left: 35px;
		}

	.ml_mb_nav i {
		font-size: 22px !important;
		transition: var(--main-transition);
	}

	.ml_mbnav_2_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		background-color: #e3e3e3;
	}

		.ml_mbnav_2_item > a {
			display: block;
			height: 40px;
			width: 100%;
			line-height: 40px;
			color: #333;
			font-size: 14px;
			padding-left: 20px;
		}

	.ml_mbnav_2 {
		display: none;
	}

	.ml_mbnav_1_item > a {
		display: block;
		height: 40px;
		line-height: 40px;
		color: #333;
		font-size: 14px;
		width: 100%;
	}

	.ml_mbnav_1_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
	}

	.ml_mb_nav {
		width: 100%;
		height: calc(100% - 60px);
		position: fixed;
		top: 60px;
		right: -100%;
		background-color: #fff;
		z-index: 100;
		border-top: 1px solid #ccc;
		overflow: scroll;
		padding: 20px 0;
		transition: all ease .5s;
	}

	.mb_navShow {
		right: 0 !important;
	}

	.hb_fadeout {
		opacity: 0 !important;
	}

	.change2 {
		transform: translateY(-10px) rotate(-45deg);
	}

	.change1 {
		transform: translateY(10px) rotate(45deg);
	}

	.hb span {
		display: block;
		width: 30px;
		height: 1px;
		background-color: #333;
		transition: all ease .5s;
	}

	.hb {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 20px;
		flex-direction: column;
	}

	.ml_mb_logo img {
		height: 40px;
	}

	.ml_mb_head {
		display: flex;
		height: 60px;
		padding: 0 20px;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 0;
		align-items: center;
		justify-content: space-between;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		width: 100%;
		z-index: 99;
	}

	.pchead {
		display: none;
	}
}
