.box_pane_title {
	font-size: 28px;
	padding: 10px;
}

.row {
	margin: 0;
}

.box_pane1 {
	width: 100%;
	height: 80vh;
	/*background-image: url("../img/img3.jpg");*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	position: relative;
}

.box_pane1_bg_color {
	background: rgba(1, 84, 120, 0.24);
	width: 100%;
	height: 100%;
}

.box_pane1_title {
	width: 60%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
}


.box_pane1_title p {
	font-family: "PingFang SC";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	font-size: 60px;
	text-align: left;
	font-weight: bold;

}

.btn-default:hover {
	color: rgba(9, 131, 184, 1) !important;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.box_pane2 {
	margin: -136px 0 0;
	z-index: 22;
	position: relative;
}

.box_pane2_content {
	width: 700px;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 19px 3px;
	padding: 10px 20px 20px;
	margin: 0 auto;
	border-radius: 10px;
}

.box_pane2_content_title {
	color: rgb(0, 0, 0);
	font-size: 32px;
	text-align: center;
}

.box_pane2_content .form-horizontal {
	padding: 20px 0 0;
}

.box_pane2_content .radio-inline {
	margin-right: 30px;
}

.box_pane2_content .col-sm-2 {
	width: calc(17% - 15px);
}

.box_pane3 {
	padding-top: 120px;
}

.box_pane3_content {
	position: relative;
}

.box_title {
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	line-height: 1.5;
	font-size: 36px;
	text-align: center;
}

.box_pane3_content_tip {
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
}

.box_pane3_type {
	padding: 20px 0;
	position: relative;
}

.box_pane3_type>div {
	padding: 20px;
}

.box_pane3_bg {
	height: 360px;
	width: 100%;
	background-image: url("../img/details_bg.jpg");
	background-attachment: inherit;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: -1;
}

.box_pane3_type_item-wrapper {
	transition: transform .3s, -webkit-transform .3s;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.box_pane3_type_item-wrapper .img {
	width: 100%;
	overflow: hidden;
	padding-top: 100%;
}

.box_pane3_type_item-wrapper .img img {
	width: 100%;
	height: 100%;
}

.box_pane3_type_item-wrapper .text {
	opacity: 0;
	transition: all .3s linear 0s;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	justify-items: center;
	align-items: center;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 6px;
}

.box_pane3_type_item-wrapper .text .text-body {
	width: 100%;
}

.box_pane3_type_item-wrapper .text .title {
	color: rgb(255, 255, 255);
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

.box_pane3_type_item-wrapper .text .des {
	color: rgb(255, 255, 255);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.box_pane3_type_item-wrapper:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	z-index: 999;
	-webkit-box-shadow: 0 30px 28px 0 rgba(17, 36, 73, .14);
	box-shadow: 0 30px 28px 0 rgba(17, 36, 73, .14);
	border-radius: 6px;
}

.box_pane3_type_item-wrapper:hover .text {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.3);
}


.box_pane3_details_item-wrapper {
	margin-top: 100px;
	box-shadow: rgba(0, 0, 0, 0.06) 0 0 16px 2px;
	padding: 20px;
	background: rgb(255, 255, 255);
	position: relative;

	z-index: 100;
	height: 100%;
	overflow: hidden;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.box_pane3_details_item-wrapper>.img {
	position: relative;
	overflow: hidden;
	padding-top: 31.9149%;
}

.box_pane3_details_item-wrapper .do-img-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	-webkit-box-pack: center;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
}

.box_pane3_details_item-wrapper>.img img {
	width: 25%;
	max-height: 100%;
	height: 100%;
	object-fit: contain;
}

.box_pane3_details_item-wrapper .text {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 0;
}

.box_pane3_details_item-wrapper .title {
	color: rgb(51, 51, 51);
	font-size: 18px;
	line-height: 2;
	text-align: inherit;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	visibility: visible;
}

.box_pane3_details_item-wrapper>.text .des {}

.box_pane3_details_item-wrapper>.text .des .content {
	color: rgb(153, 153, 153);
	font-size: 14px;
	line-height: 1.7;
	text-align: inherit;
	height: 135px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.box_pane3_details_item-wrapper>.text .des_btn {
	margin-top: 10px;
	text-align: right;
	font-size: 14px;
	color: rgba(9, 131, 184, 1);
	cursor: pointer;
}

.box_pane3_details_item-wrapper>.text .des_btn:hover {
	opacity: .8;
}

.box_pane4 {
	padding: 100px;
}


.box_pane4_left__wrapper .image__wrapper {
	position: relative;
	padding-top: 79%;
}

.box_pane4_left__wrapper .image__wrapper .img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: transparent;
	color: rgb(255, 255, 255);
}

.box_pane4_left__wrapper .img img {
	width: 100%;
	height: 100%;
	max-height: 100%;
}

.box_pane4_right__wrapper {
	/*align-items: center;*/
	/*display: flex;*/
	height: 100%;
}

.box_pane4_right__wrapper .comp-text {
	padding: 5px 0;
}

.box_pane4_right__wrapper .text,
.box_pane4_right__wrapper .text>p {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.box_pane4_right__wrapper .bigText {
	font-family: "PingFang SC";
	line-height: 1.5;
	font-size: 32px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 45px;
}

.box_pane4_right__wrapper .des {
	color: rgb(152, 152, 152);
	font-size: 14px;
}

.box_pane4_right__wrapper .total {
	margin-top: 45px;
}

.box_pane4_right__wrapper .total .num {
	color: rgb(51, 51, 51);
	line-height: 1.3;
	text-align: left;
}

.box_pane4_right__wrapper .total .num span {
	font-size: 36px;
}

.box_pane5 {
	padding-top: 16px;
}

.box_pane5_title {
	padding-bottom: 40px;
}

.box_pane5_title>p {
	color: rgb(51, 51, 51);
	line-height: 1.5;
	font-size: 28px;
	font-weight: bold;
}

.box_pane5_content {
	padding: 40px 0 120px;
}

.box_pane5_content .swiper-slide {
	padding: 6px;
}

.box_pane5_type_item-wrapper {
	border: 0 solid #000;
	padding: 0;
	border-radius: 5px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	z-index: 1;
	height: 100%;
	/*transition: transform .3s, -webkit-transform .3s;*/

}

.box_pane5_type_item-wrapper .img {
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	padding-top: 100%;
}

.do-img-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.box_pane5_type_item-wrapper .img img {
	width: 100%;
	height: 100%;
	max-height: 100%;
}

.object-fit-cover {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.box_pane5_type_item-wrapper .text {
	opacity: 0;
	transition: all .3s linear 0s;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	justify-items: center;
	align-items: center;
	overflow: hidden;
}

.box_pane5_type_item-wrapper .text .text-body {
	width: 100%;
}

.box_pane5_type_item-wrapper .text .title {
	color: rgb(255, 255, 255);
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

.box_pane5_type_item-wrapper .text .des {
	color: rgb(255, 255, 255);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.box_pane5_type_item-wrapper:hover {
	z-index: 999;
	border-radius: 6px;
}

.box_pane5_type_item-wrapper:hover .text {
	opacity: 1;
	background-color: rgba(1, 84, 120, 0.4);
}

.box_pane5 .swiper-container .swiper-pagination:not(.swiper-pagination-progressbar) {
	position: relative;
	margin-top: 30px;
}

.box_pane5 .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	border-radius: 0;
}

.box_pane6 {
	padding: 80px 0;
	background: rgb(249, 249, 249);
}

.box_pane6_title p {
	font-family: "PingFang SC";
	color: rgb(51, 51, 51);
	font-size: 36px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}

.box_pane6_content {
	padding-top: 40px;
}

.box_pane6_content_ul {
	width: 100%;
}

.box_pane6_content .list__item {
	transition: all .5s linear;
	padding: 12px;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
	height: auto !important;
}

.box_pane6_content .list__item:hover {
	transform: translateY(-10px);
}

.list__item-wrapper {
	background: rgb(255, 255, 255);
	border-radius: 4px;
	position: relative;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	z-index: 1;
	height: 100%;
	overflow: hidden;
}

.list__item-wrapper .img {
	border-radius: 0;
	position: relative;
	padding-top: 56%;
	overflow: hidden;
}

.list__item-wrapper .do-img-cover {
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
}

.list__item-wrapper .img img {
	max-height: 100%;
	width: 80%;
	height: 100%;
	object-fit: contain;
}

.box_pane7 {
	background: rgba(201, 200, 200, 0.51);
	padding: 120px 0;
}

.box_pane7_left__wrapper .title p {
	color: rgb(51, 51, 51);
	line-height: 1.5;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 30px;
}

.box_pane7_left__wrapper .des p {
	color: rgb(102, 102, 102);
	line-height: 1.5;
	font-size: 16px;
}

.box_pane7_right__wrapper {
	text-align: center;
}

.box_pane7_right__wrapper .box_button {
	color: rgb(0, 0, 0);
	font-size: 18px;
	background: rgb(255, 255, 255);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(9, 131, 184, 1);
	border-image: initial;
	border-radius: 60px;
	padding: 14px 80px;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	font-weight: 500;
	-webkit-box-align: center;
	align-items: center;
	outline: none;
	transition: all 0.1s ease 0s;
}

.box_pane7_right__wrapper .box_button:hover {
	color: rgb(255, 255, 255);
	background: rgba(9, 131, 184, .86);
}

@media screen and (max-width: 768px) {
	.box_pane1_title p {
		font-size: 32px;
	}

	.box_title,
	.box_title p {
		font-size: 28px;
	}

	.box_pane3_content_title p {
		font-size: 28px;
	}

	.box_pane3_mobile {
		padding: 0 30px;
	}

	.box_pane3_mobile .swiper-slide {
		margin: 50px 0 30px;
	}

	.box_pane3_mobile .box_pane3_details_item-wrapper {
		margin-top: 50px;
	}

	.box_pane5_title {
		text-align: center;
	}

	.box_pane5_content {
		padding: 40px 0;
	}

	.box_pane5_type_item-wrapper .text .title {
		font-size: 14px;
	}

	.box_pane5_type_item-wrapper .text p {
		margin: 0;
	}

	.box_pane5_type_item-wrapper .text .des {
		font-size: 12px;
	}

	.box_pane6_title p {
		font-size: 28px;
	}

	.box_pane7_left__wrapper {
		text-align: center;
	}

	.box_pane7_right__wrapper {
		margin-top: 50px;
	}


}

#myfixed {
	position: fixed;
	right: 20px;
}
