body,
div,
p,
ul,
li,
nav,
span,
label,
input,
radio,
form {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #FFFFFF !important;

}

a:visited {
	text-decoration: none;
	color: #FFFFFF !important;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}

a:active {
	text-decoration: none;
	color: #FFFFFF !important;
}
nav>ul>li,nav>ul>li>a{
	color: #FFFFFF !important;
}
/*---------------------------第一部分-------------------------------------*/
.bg-one {
	width: 100%;
	height: 750px;
	background-size: cover;
	display: flex;
}

.logo {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}

.nav {
	display: flex;
	flex-direction: column;
	margin-left: 53px;
}

/* 
.search {
	z-index: 10;
}

.search-view {
	width: 244px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 18px;
	float: right;
	margin-right: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 0 3px 0 10px;
	margin-top: 12px;
}

#search {
	flex: 1;
	border: 0;
	outline: none;
}

.search-view button {
	width: 66px;
	height: 32px;
	background: #0A54AB;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	outline: none;
} */

nav {
	margin-top: 20px;
	z-index: 10;
}

nav>ul {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	list-style-type: none;
	display: flex;
	position: relative;
}

nav>ul li {
	margin-right: 58px;
	position: relative;
	cursor: pointer;
}

.select {
	width: 470px;
	list-style-type: none;
	position: absolute;
	top: 50px;
	left: 90px;
	display: none;
}

.select>a>li {
	background: #FFFFFF;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 2px;
}

.select>a>li>div:first-child,
.select2>li>a {
	font-size: 18px;
	font-weight: 500;
	color: #565656 !important;
}

.select>a>li>div:last-child {
	font-size: 16px;
	font-weight: 400;
	color: #898989;
}
.select>a>li>div:last-child:hover{
	color: #579EFF;
}
.select2 {
	max-width: 235px;
	list-style-type: none;
	position: absolute;
	top: 50px;
	left: 560px;
	display: none;
}

.select2>li {
	background: #FFFFFF;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 2px;
}

/*-----------------------------------------------第六部分-----------------------------------------*/
.detail {
	background-color: #FFFFFF;
	position: relative;
	padding-bottom: 110px;
}

.detail-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 115px;
}

.detail-title>div:first-child,
.detail-title>div:last-child {
	width: 200px;
	height: 1px;
	background: #444444;
}

.detail-title>div:nth-child(2) {
	font-size: 34px;
	font-weight: 500;
	color: #444444;
	margin: 0 30px;
}

.detail>ul {
	max-width: 1250px;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 86px auto 0;
}

.detail>ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center
}

.detail>ul li>div:first-child {
	font-size: 36px;
	font-weight: bold;
	color: #595961;
}

.detail>ul li>div:last-child {
	font-size: 14px;
	font-weight: 400;
	color: #595961;
}


/*------------------------------------------页脚----------------------------------------*/
.info>div {
	width: 100%;
	height: 60px;
	background: #0A54AB;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info>div>a {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}

.info>div>div ul li a {
	color: #565656;
}

/*-----------------------------------联系我们----------------------------------------------*/
.contact {
	width: 116px;
	height: 140px;
	background: #2C8DFF;
	border-radius: 58px 58px 0px 0px;
	position: fixed;
	top: 50%;
	right: 28px;
	cursor: pointer;
	opacity: 0;
}

.logo3 {
	width: 84px;
	height: 84px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 17px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-we {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 11px auto 0;
	text-align: center;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 999;
}

.form {
	width: 60%;
	background: #FFFFFF;
	padding: 14px 19px 117px;
}

.cancel {
	width: 40px;
	height: 40px;
	background: #E0E0E0;
	border-radius: 50%;
	float: right;
	display: flex;
	justify-content: center;
	cursor: pointer;
	align-items: center;
}

.from-title {
	font-size: 35px;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-top: 54px;
}

.item {
	margin: 61px auto 0;
	padding-right: 77px;
	padding-left: 95px;
}

.lable {
	font-weight: bold;
}

.radio>.all-radio {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 27px;
	padding-right: 26px;
}

.yzm {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.submit {
	background-color: #2C8DFF;
	border-radius: 3px;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	width: 50%;
	height: 40px;
	margin-top: 50px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
}

.detail {
	padding-bottom: 170px !important;
}

.info>div:first-child {
	margin-top: 62px important;
}



.scale-up-center {
	-webkit-animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1.000) both;
	animation: scale-up-center .4s cubic-bezier(.39, .575, .565, 1.000) both
}

@-webkit-keyframes scale-up-center {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale-up-center {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}



/* 自定义弹出框 */
._alert {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	box-sizing: border-box;
	padding: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	list-style: none;
	font-feature-settings: "tnum";
	z-index: 9999;
	width: 384px;
	max-width: calc(100vw - 32px);
	-webkit-animation: slide-in-elliptic-right-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-elliptic-right-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}


@-webkit-keyframes slide-in-elliptic-right-fwd {
	0% {
		-webkit-transform: translateX(200%) rotateY(-10deg) scale(0.5);
		transform: translateX(200%) rotateY(-10deg) scale(0.5);
		-webkit-transform-origin: -100% 50%;
		transform-origin: -100% 50%;
		opacity: 0.5;
	}

	100% {
		-webkit-transform: translateX(0) rotateY(0) scale(1);
		transform: translateX(-50%) rotateY(-50%) scale(1);
		-webkit-transform-origin: -1800px 50%;
		transform-origin: -1800px 50%;
		opacity: 1;
	}
}

@keyframes slide-in-elliptic-right-fwd {
	0% {
		-webkit-transform: translateX(800px) rotateY(-30deg) scale(0);
		transform: translateX(800px) rotateY(-30deg) scale(0);
		-webkit-transform-origin: -100% 50%;
		transform-origin: -100% 50%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(-50%) rotateY(-50%) scale(1);
		transform: translateX(-50%) rotateY(-50%) scale(1);
		-webkit-transform-origin: -1800px 50%;
		transform-origin: -1800px 50%;
		opacity: 1;
	}
}



._view {
	position: relative;
	margin-bottom: 16px;
	padding: 16px 24px;
	overflow: hidden;
	line-height: 1.5;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}


._title {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}
.remove{
	padding-left: 10px;
	cursor: pointer;
}
._text {
	font-size: 14px;
	word-wrap: break-word;
}

