body {
	background: url("../img/bg.png") no-repeat top / cover;
	width: 100%;
	margin: 0;
}

a:hover {
	text-decoration: none;
}

.container {
	margin: 0px auto;
	width: 1396px;
}

.row {
	display: flex;
	flex-direction: row;
}

.column {
	display: flex;
	flex-direction: column;
}

.flex-1 {
	flex: 1 1 0px;
}

.empty-header {
	width: 100%;
	height: 100px;
}

.header {
	top: 0px;
	width: 100%;
	height: 75px;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 4px 10px 0px rgba(0, 72, 129, 0.1);
	background-color: rgb(255, 255, 255);
}

.header-mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.center {
	justify-content: center;
	align-items: center;
}

.header-container {
	height: 75px;
	justify-content: space-between;
	align-items: center;
}

.header-logo {
	height: 75px;
	justify-content: center;
	align-items: center;
}

.header-span-1 {
	color: rgb(0, 30, 54);
	font-size: 24px;
}

.header-img-1 {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}

.header-a {
	width: 80px;
	height: 20px;
	text-align: center;
	color: rgb(0, 30, 54);
	font-size: 18px;
	text-decoration: none;
	margin-right: 60px;
	display: inline-block;
}

.header-contact {
	background: rgb(32, 116, 250);
	border-radius: 25px;
	width: 200px;
	height: 50px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 50px;
	font-size: 18px;
	margin-left: 90px;
	display: inline-block;
}

.swiper { 

 
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

.swiper-body{
	width: 1396px;
	background-color: white;
	border-radius: 20px;
	height: 610px;
	position: relative;
	margin: auto;
}
 
.swiper-image {
	border-radius: 20px;
	position: absolute;
	left: 50px;
	width: 1296px;
	top: 30px;
	height: 550px;
}

.swiper-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.left-1 {
	height: 106px;
}

.left-1 img {
	width: 86px;
	height: 86px;
	margin-top: 10px;
}

.left-2 {
	height: 110px;
	color: rgb(0, 0, 0);
	line-height: 110px;
	font-size: 40px;
	font-weight: bold;
}

.left-2-1 {
	height: 50px;
	color: rgb(0, 0, 0);
	line-height: 20px;
	font-size: 36px;
	font-weight: bold;
}

.left-3 {
	height: 64px;
	color: rgb(255, 255, 255);
	line-height: 64px;
	font-size: 45px;
	font-weight: bolder;
	text-shadow: 0px 0px 4px #2074fa, 0px 0px 4px #ff0000, 0px 0px 4px #2074fa, 0px 0px 4px #2074fa, 0px 0px 4px #2074fa, 0px 0px 4px #ff0000, 0px 0px 4px #2074fa;
}

.left-4 {
	color: rgb(0, 0, 0);
	line-height: 46px;
	font-size: 24px;
	margin-top: 10px;
}

.left-5 {
	margin-top: 70px;
	align-items: center;
}

.left-5 a:nth-of-type(1) {
	background: rgb(20, 115, 230);
	border-radius: 10px;
	width: 240px;
	height: 70px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	margin-right: 27px;
}

.left-5 a:nth-of-type(2) {
	width: 120px;
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: bold;
}

.left-5 a:nth-of-type(2) img {
	width: 28px;
	height: 28px;
	margin-right: 7px;
}

.left-6 {
	height: 25px;
	color: rgb(38, 38, 38);
	line-height: 25px;
	font-size: 16px;
	margin-top: 20px;
}

.goods {
	width: 100%;
	margin-top: 30px;
}

.goods-container {
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
}

.goods-title {
	height: 40px;
	text-align: center;
	color: rgb(13, 13, 37);
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}

.goods-desc {
	padding: 0px 20px;
	height: auto;
	text-align: center;
	color: rgba(107, 114, 128, 1);
	line-height: 40px;
	font-size: 25px;
	margin-top: 20px;
}

.goods-desc span {
	color: rgb(255, 0, 0);
}

.goods-list {
	flex-flow: row wrap;
	margin-top: 35px;
	margin-left: 30px;
	display: flex;
}

.goods-item {
	background: rgb(255, 255, 255);
	margin: 0px 16px 50px 18px;
	padding: 30px 20px 20px;
	border-radius: 10px;
	width: 300px;
	height: 280px;
	box-sizing: border-box;
	box-shadow: 0px 4px 20px 0px rgba(0, 27, 48, 0.15);
	align-items: center;
}

.goods-img {
	width: 70px;
	height: 70px;
}

.goods-name {
	height: 35px;
	color: rgb(13, 13, 37);
	line-height: 30px;
	font-size: 24px;
	margin-top: 20px;
}

.goods-name span {
	color: rgb(255, 0, 0);
}

.goods-tip-1 {
	height: 38px;
	color: rgb(102, 102, 102);
	line-height: 38px;
	font-size: 18px;
	font-weight: 400;
}

.goods-tip-2 {
	height: 38px;
	color: rgb(102, 102, 102);
	line-height: 38px;
	font-size: 18px;
	font-weight: 400;
}

.goods-tip-3 {
	height: 40px;
	color: rgb(13, 13, 37);
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.goods-button {
	background: rgb(32, 116, 250);
	border-radius: 10px;
	width: 240px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.appraise {
	width: 100%;
	height: 500px;
	margin-top: 30px;
}

.appraise-container {
	padding: 0px 40px;
	border-radius: 20px;
	height: 500px;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
}

.appraise-title {
	height: 40px;
	text-align: center;
	color: rgb(13, 13, 37);
	line-height: 40px;
	padding-top: 35px;
	font-size: 45px;
	font-weight: bold;
}

.appraise-desc {
	height: 40px;
	text-align: center;
	color: rgb(0, 0, 0);
	line-height: 35px;
	font-size: 20px;
	margin-top: 20px;
}

.appraise-item {
	padding: 20px;
	border-radius: 10px;
	height: 345px;
	margin-right: 10px;
	margin-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

// :nth-of-type(1).appraise-item {
// 	background: rgb(245, 235, 254);
// 	margin-top: 150px;
// }

// :nth-of-type(3).appraise-item {
// 	background: rgb(235, 237, 255);
// 	margin-top: 150px;
// }

// :nth-of-type(2).appraise-item {
// 	background: rgb(254, 245, 230);
// 	margin-top: 70px;
// }

// :nth-of-type(4).appraise-item {
// 	background: rgb(253, 231, 241);
// 	margin-top: 70px;
// }

.appraise-item-img {
	width: 38px;
	height: 38px;
}

.appraise-item-tip-1 {
	height: 45px;
	color: rgb(0, 0, 0);
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.appraise-item-tip-2 {
	color: rgb(0, 0, 0);
	line-height: 24px;
	font-size: 18px;
	margin-top: 13px;
}

.evaluate {
	width: 100%;
	margin-top: 30px;
}

.evaluate-container {
	border-radius: 20px;
	height: 750px;
	background-color: rgb(244, 244, 244);
}

.evaluate-title {
	height: 60px;
	text-align: center;
	color: rgb(13, 13, 37);
	line-height: 60px;
	padding-top: 50px;
	font-size: 40px;
	font-weight: bolder;
	margin-bottom: 60px;
}

.evaluate .swiper {
	width: 1300px;
}

.evaluate .swiper-slide {
	background: rgb(255, 255, 255);
	border-radius: 10px;
	height: 530px;
	box-shadow: 4px 7px 20px 0px rgba(0, 72, 129, 0.1);
}

.evaluate-item-desc {
	padding: 93px 37px 0px 46px;
	color: rgb(13, 13, 37);
	line-height: 46px;
	font-size: 28px;
	font-weight: bold;
}

.evaluate-item-detail {
	padding: 0px 50px 50px;
	height: 100px;
}

.evaluate-item-detail img {
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.detail-name {
	height: 45px;
	color: rgb(13, 13, 37);
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
}

.detail-profession {
	height: 23px;
	color: rgb(157, 157, 157);
	line-height: 23px;
}

.QandA {
	width: 100%;
	height: auto;
}

.QandA-container {
	height: 100%;
	background-color: rgb(255, 255, 255);
}

.QandA-title {
	height: 60px;
	text-align: center;
	color: rgb(13, 13, 13);
	line-height: 60px;
	padding-top: 60px;
	font-size: 40px;
	font-weight: bold;
}

.QA-list {
	padding: 50px;
	margin-top: 70px;
}

.QA-item {
	margin-bottom: 30px;
	box-shadow: 4px 7px 20px 0px rgba(0, 72, 129, 0.2);
}

.question {
	padding: 0px 20px 0px 36px;
	height: 84px;
	color: rgb(48, 50, 61);
	line-height: 84px;
	font-size: 24px;
	font-weight: bold;
	background-color: rgb(255, 255, 255);
}

.active .question {
	color: rgb(255, 255, 255);
	background-color: rgb(20, 115, 230);
}

.active .question img {
	display: none;
}

.answer {
	padding: 45px 36px;
	color: rgb(135, 137, 145);
	line-height: 44px;
	font-size: 20px;
	display: none;
	background-color: rgb(255, 255, 255);
}

.active .answer {
	display: block;
}

.question img {
	cursor: pointer;
}

.fotter-container {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	align-items: center;
	background-color: rgb(255, 255, 255);
}

.fotter-img {
	width: 100px;
	height: 100px;
	padding-top: 30px;
}

.fotter-title {
	color: rgb(13, 13, 13);
	font-size: 30px;
	font-weight: bold;
	margin-top: 15px;
}

.fotter-desc {
	color: rgb(13, 13, 37);
	font-size: 18px;
	margin-top: 15px;
}

.fotter-button {
	background: rgb(32, 116, 250);
	border-radius: 35px;
	width: 240px;
	height: 70px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 70px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.fotter-empty-1 {
	width: 100%;
	height: 8px;
	margin-top: 20px;
}

.footer-href {
	width: 100%;
	height: 50px;
}

.footer-href span {
	margin-right: 50px;
}

.footer-href a {
	color: rgb(0, 0, 0);
	font-size: 24px;
	margin-top: 35px;
}

.footer-href a img {
	height: 30px;
	margin-right: 10px;
}

.fotter-tip-1 {
	height: 37px;
	color: rgb(51, 51, 51);
	line-height: 37px;
	font-size: 16px;
	margin-top: 56px;
}

.fotter-tip-2 {
	height: 37px;
	color: rgb(51, 51, 51);
	line-height: 37px;
	font-size: 16px;
}

.video-mask {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 999999;
	background-color: rgba(0, 0, 0, 0.85);
}

.video-mask-container {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.close-mask {
	top: 100px;
	width: 60px;
	height: 60px;
	right: 100px;
	position: absolute;
	cursor: pointer;
}

.video {
	width: 1000px;
	height: 600px;
}

.video-mask.show {
	display: block;
}