#menu {
	position: fixed;
	top: 50%;
	left: -100px;
	transform: translate(0, -50%);
	list-style-type: none;
	z-index: 70;
	transition: all .3s;
}
#menu li {
	margin-bottom: 20px;
}
#menu li em {
	position: relative;
	display: block;
	height: 20px;
	line-height: 22px;
	text-align: right;
	font-size: 14px;
	color: #666666;
	font-style: normal;
	cursor: pointer;
}
#menu li em p {
	display: none;
}
#menu li.active em:before {
	position: absolute;
	content: '';
	width: 13px;
	height: 1px;
	background: #ad825a;
	left: 0;
	top: 50%;
}
#menu li.active em span {
	display: none;
}
#menu li.active em p {
	position: absolute;
	display: block;
	left: 0;
	text-align: left;
	padding-left: 18px;
	color: #ad825a;
	width: 100px;
}
#menu.active {
	left: 25px;
}
.copy-bottom {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	left: 0;
	text-align: right;
}
.copy-bottom p {
	font-size: 14px;
	color: #757575;
	height: 40px;
	line-height: 40px;
}
.copy-bottom.active p {
	color: #fff;
}
.section {
	box-sizing: border-box;
}
.overturn {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.page-table {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
.page-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.section .overturn {
	transform: translate(20px, 20px) scale(0.5);
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	opacity: 1;
	transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	height: 100%;
}
.section.active .overturn {
	transform: translate(0px, 0px) scale(1);
	-webkit-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	opacity: 1;
	transition: all 0.9s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.section_1 {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.section_1 .banner-box {
	position: relative;
	height: 100%;
	padding-top: 141px;
	padding-bottom: 200px;
	box-sizing: border-box;
	padding-left: 75px;
	padding-right: 75px;
}
.section_1 .banner-box .swiper-container {
	height: 100%;
}
.section_1 .swiper-slide {
	height: 100%;
	background-size: cover;
	background-position: 50%;
}
.section_1 .swiper-button-prev {
	left: 10px;
	transition: all .3s;
}
.section_1 .swiper-button-prev span {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 12px solid #434343;
	vertical-align: middle;
	text-align: left;
}
.section_1 .swiper-button-prev span:before {
	position: absolute;
	content: '';
	width: 0px;
	height: 1px;
	background: #434343;
	transition: all .3s;
}
.section_1 .swiper-button-prev:hover {
	padding-left: 20px;
}
.section_1 .swiper-button-prev:hover span:before {
	width: 60px;
}
.section_1 .swiper-button-next {
	right: 10px;
	text-align: right;
	transition: all .3s;
}
.section_1 .swiper-button-next span {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #434343;
	vertical-align: middle;
	text-align: right;
}
.section_1 .swiper-button-next span:before {
	position: absolute;
	content: '';
	right: 0px;
	height: 1px;
	width: 0;
	background: #434343;
	transition: all .3s;
}
.section_1 .swiper-button-next:hover {
	padding-right: 20px;
}
.section_1 .swiper-button-next:hover span:before {
	width: 60px;
}
.section_1 .swiper-button-next,
.section_1 .swiper-button-prev {
	outline: none;
	top: 45%;
	background: transparent;
	width: 60px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
.section_1 .swiper-button-next:after,
.section_1 .swiper-button-prev:after {
	display: none;
}
.section_1 .swiper-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 125px;
}
.section_1 .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: transparent;
	color: #898989;
	font-size: 0;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
}
.section_1 .swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #898989;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	transition: all .3s;
	opacity: 1;
}
.section_1 .swiper-pagination .swiper-pagination-bullet:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 50%;
	border: 1px solid #898989;
	box-sizing: border-box;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	opacity: 0;
}
.section_1 .swiper-pagination .swiper-pagination-bullet:hover {
	font-size: 18px;
	box-sizing: border-box;
}
.section_1 .swiper-pagination .swiper-pagination-bullet:hover:before {
	opacity: 0;
}
.section_1 .swiper-pagination .swiper-pagination-bullet:hover:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section_1 .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 18px;
	box-sizing: border-box;
}
.section_1 .swiper-pagination .swiper-pagination-bullet-active:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section_1 .swiper-pagination .swiper-pagination-bullet-active:before {
	opacity: 0;
}
.section_2 .centent-box {
	height: 100%;
	padding-top: 13vh;
	padding-bottom: 80px;
	box-sizing: border-box;
	background: #f5f6fb;
}
.section_2 .item-box .small-box {
	position: relative;
	float: left;
	margin-right: 150px;
}
.section_2 .item-box .small-box img {
	height: 45vh;
	position: relative;
}
.section_2 .item-box .small-box:before {
	position: absolute;
	content: '';
	top: 20px;
	bottom: -20px;
	right: -20px;
	left: 20px;
	background: #d1d2d5;
}
.section_2 .item-box .txt-box {
	float: left;
	width: 750px;
}
.section_2 .item-box .txt-box .top-box h3 {
	font-size: 110px;
	color: #505050;
	line-height: 1;
	margin-bottom: 20px;
}
.section_2 .item-box .txt-box .top-box h3 span {
	display: inline-block;
	margin-left: 15px;
	font-size: 60px;
}
.section_2 .item-box .txt-box .top-box p {
	font-size: 24px;
	color: #505050;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #b5b6b7;
}
.section_2 .item-box .txt-box .des-box h4 {
	line-height: 60px;
	font-size: 20px;
	color: #323131;
	font-weight: 400;
}
.section_2 .item-box .txt-box .des-box p {
	font-size: 14px;
	line-height: 1.8;
	color: #313131;
}
.section_2 .item-box .txt-box .more-box {
	margin-top: 70px;
}
.section_2 .item-box .txt-box .more-box a {
	font-size: 14px;
	color: #2c2c2c;
	line-height: 1;
}
.section_2 .item-box .txt-box .more-box a:after {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 0px;
	height: 1px;
	content: '';
	background: #1b1b1b;
	vertical-align: middle;
	margin-left: 5px;
	transition: all .3s;
}
.section_2 .item-box .txt-box .more-box a:hover:after {
	width: 30px;
}
.section_2 .item-box .bottom-img {
	margin-top: 8vh;
}
.section_2 .swiper-pagination {
	position: absolute;
	width: 400px;
	right: 0;
	left: auto;
	top: 40vh;
	text-align: right;
}
.section_2 .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	text-align: center;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: transparent;
	color: #898989;
	font-size: 0;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
}
.section_2 .swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #898989;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	transition: all .3s;
	opacity: 1;
}
.section_2 .swiper-pagination .swiper-pagination-bullet:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 50%;
	border: 1px solid #898989;
	box-sizing: border-box;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	opacity: 0;
}
.section_2 .swiper-pagination .swiper-pagination-bullet:hover {
	font-size: 18px;
	box-sizing: border-box;
}
.section_2 .swiper-pagination .swiper-pagination-bullet:hover:before {
	opacity: 0;
}
.section_2 .swiper-pagination .swiper-pagination-bullet:hover:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section_2 .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 18px;
	box-sizing: border-box;
}
.section_2 .swiper-pagination .swiper-pagination-bullet-active:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section_2 .swiper-pagination .swiper-pagination-bullet-active:before {
	opacity: 0;
}
.section_3 .table-box {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.section_3 .centent-box {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.section_3 .centent-box .title-box {
	font-size: 30px;
	margin-bottom: 8vh;
	color: rgba(50, 50, 50, 0.7);
}
.section_3 .centent-box .title-box span {
	font-weight: 700;
	color: #505050;
	display: inline-block;
	margin-right: 28px;
}
.section_3 .centent-box .item-box {
	height: 50vh;
}
.section_3 .centent-box .item-box .img-box {
	position: relative;
	float: left;
}
.section_3 .centent-box .item-box .img-box img {
	width: 100%;
	position: relative;
	z-index: 2;
}
.section_3 .centent-box .item-box .img-box:after {
	position: absolute;
	content: '';
	top: 20px;
	bottom: -20px;
	right: -20px;
	left: 20px;
	background: #d1d2d5;
}
.section_3 .centent-box .item-box .txt-box {
	float: right;
}
.section_3 .centent-box .item-box .txt-box .top-box {
	text-align: right;
}
.section_3 .centent-box .item-box .txt-box .top-box h3 {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 3px;
}
.section_3 .centent-box .item-box .txt-box .top-box p {
	font-size: 16px;
	color: #5b5b5b;
}
.section_3 .centent-box .item-box .txt-box .info-box {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translateY(-50%);
	background: #eeeeee;
	width: 760px;
	box-sizing: border-box;
	padding: 5%;
	z-index: 3;
}
.section_3 .centent-box .item-box .txt-box .info-box .title {
	margin-bottom: 20px;
}
.section_3 .centent-box .item-box .txt-box .info-box .title span {
	font-size: 30px;
	color: #3d3d3d;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 18px;
	position: relative;
}
.section_3 .centent-box .item-box .txt-box .info-box .title span:before {
	position: absolute;
	content: '';
	width: 36px;
	height: 1px;
	background: #959595;
	bottom: 0;
	left: 0;
}
.section_3 .centent-box .item-box .txt-box .info-box .des-box h3 {
	font-weight: 400;
	font-size: 24px;
	color: #3d3d3d;
	line-height: 1;
	margin-bottom: 15px;
}
.section_3 .centent-box .item-box .txt-box .info-box .des-box p {
	font-size: 14px;
	color: #4a4a4a;
	opacity: .8;
}
.section_3 .swiper-pagination {
	position: static;
	margin-top: 8vh;
}
.section_3 .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: transparent;
	color: #898989;
	font-size: 0;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
}
.section_3 .swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #898989;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	transition: all .3s;
	opacity: 1;
}
.section_3 .swiper-pagination .swiper-pagination-bullet:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 50%;
	border: 1px solid #898989;
	box-sizing: border-box;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	opacity: 0;
}
.section_3 .swiper-pagination .swiper-pagination-bullet:hover {
	font-size: 18px;
	box-sizing: border-box;
}
.section_3 .swiper-pagination .swiper-pagination-bullet:hover:before {
	opacity: 0;
}
.section_3 .swiper-pagination .swiper-pagination-bullet:hover:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section_3 .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 18px;
	box-sizing: border-box;
}
.section_3 .swiper-pagination .swiper-pagination-bullet-active:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section_3 .swiper-pagination .swiper-pagination-bullet-active:before {
	opacity: 0;
}
.section_3 .arr-box {
	position: absolute;
	bottom: 50px;
	right: 120px;
}
.section_3 .arr-box .swiper-button-prev:before {
	position: absolute;
	right: 0;
	top: 20px;
	bottom: 20px;
	width: 1px;
	background: #bfbfbf;
	content: '';
}
.section_3 .arr-box .swiper-button-next,
.section_3 .arr-box .swiper-button-prev {
	position: relative;
	float: right;
	width: 70px;
	height: 70px;
	right: 0;
	left: 0;
}
.section_3 .arr-box .swiper-button-next:before,
.section_3 .arr-box .swiper-button-prev:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #eeeeee;
	z-index: 9;
	width: 100%;
}
.section_3 .arr-box .swiper-button-next:after,
.section_3 .arr-box .swiper-button-prev:after {
	font-size: 20px;
	color: #333;
	z-index: 10;
}
.section_3 .arr-box .swiper-button-next .img-box,
.section_3 .arr-box .swiper-button-prev .img-box {
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 200px;
	width: 200px;
	border: 1px solid #f5f6fb;
	box-sizing: border-box;
	background-size: cover;
}
.section_3 .arr-box .swiper-button-next:before {
	background: #282828;
}
.section_3 .arr-box .swiper-button-next:after {
	color: #fff;
}
.section_4 .table-box {
	width: 100%;
	height: 100%;
	padding-bottom: 200px;
	box-sizing: border-box;
	padding-top: 56px;
}
.section_4 .centent-box {
	position: relative;
	height: 100%;
	padding-top: 6vh;
	vertical-align: middle;
	box-sizing: border-box;
	background: #131313 url(../images/img_5.jpg) top center no-repeat;
	background-size: cover;
}
.section_4 .centent-box .bottom-img {
	position: absolute;
	bottom: -86px;
	left: 0;
	right: 0;
	text-align: center;
}
.section_4 .block {
	position: relative;
	z-index: 3;
}
.section_4 .top-box {
	text-align: center;
}
.section_4 .top-box .title {
	margin-bottom: 35px;
}
.section_4 .top-box .title h3 {
	color: #fff;
	font-size: 48px;
}
.section_4 .top-box .title p {
	font-size: 30px;
	color: #fff;
}
.section_4 .top-box .des-box p {
	font-size: 14px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.65);
}
.section_4 .top-box .des-box .more-box {
	margin-top: 70px;
}
.section_4 .top-box .des-box .more-box a {
	font-size: 14px;
	color: #fff;
	line-height: 1;
}
.section_4 .top-box .des-box .more-box a:after {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 0px;
	height: 1px;
	content: '';
	background: #fff;
	vertical-align: middle;
	margin-left: 5px;
	transition: all .3s;
}
.section_4 .top-box .des-box .more-box a:hover:after {
	width: 30px;
}
.section_4 .bottom-box {
	text-align: center;
	margin-top: 80px;
}
.section_4 .bottom-box .item-box {
	position: relative;
	display: inline-block;
	width: 170px;
}
.section_4 .bottom-box .item-box:before {
	position: absolute;
	content: '';
	top: 20px;
	width: 1px;
	bottom: 20px;
	right: 0;
	background: rgba(255, 255, 255, 0.4);
}
.section_4 .bottom-box .item-box .icon-box {
	height: 73px;
	line-height: 73px;
}
.section_4 .bottom-box .item-box .icon-box img {
	vertical-align: top;
}
.section_4 .bottom-box .item-box p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	color: #6d6d6d;
}
.section_4 .bottom-box .item-box:last-child:before {
	display: none;
}
.section_5 .block {
	position: relative;
	height: 100%;
	background: #fff;
}
.section_5 .block:before {
	position: absolute;
	width: 500px;
	top: 0;
	bottom: 0;
	content: '';
	background: #282828;
	right: -500px;
}
.section_5 .table-box {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.section_5 .centent-box {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
}
.section_5 .title-box {
	font-size: 30px;
	margin-bottom: 12vh;
	color: rgba(50, 50, 50, 0.7);
}
.section_5 .title-box span {
	font-weight: 700;
	color: #505050;
	display: inline-block;
	margin-right: 28px;
}
.section_5 .title {
	text-align: center;
	margin-bottom: 85px;
}
.section_5 .title h3 {
	font-size: 30px;
	color: #3c3c3c;
	margin-bottom: 10px;
}
.section_5 .title p {
	font-size: 26px;
	color: #787878;
}
.section_5 .list-box .swiper-slide {
	padding-bottom: 7px;
}
.section_5 .list-box .item-box {
	position: relative;
	border-bottom: 1px solid #7d7d7d;
	height: 215px;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	transition: all .3s;
	box-sizing: border-box;
}
.section_5 .list-box .item-box .dian {
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	bottom: -7px;
	background: #fff;
	left: 50%;
	margin-left: -7px;
	box-sizing: border-box;
}
.section_5 .list-box .item-box .dian:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 40px;
	bottom: 14px;
	border-left: 1px dashed #3c3c3c;
}
.section_5 .list-box .item-box .dian:after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #626262;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section_5 .list-box .item-box .icon-box {
	height: 85px;
	line-height: 85px;
}
.section_5 .list-box .item-box .icon-box img {
	vertical-align: top;
}
.section_5 .list-box .item-box .item-title h3 {
	font-size: 20px;
	color: #3c3c3c;
	line-height: 1;
	margin-bottom: 15px;
}
.section_5 .list-box .item-box .item-title p {
	font-size: 18px;
	color: #3c3c3c;
}
.section_5 .list-box .item-box .nub {
	opacity: 0;
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translate(-50%);
	font-size: 90px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.1);
	transition: all .3s;
}
.section_5 .list-box .item-box .des-box {
	opacity: 0;
	height: 0;
}
.section_5 .list-box .item-box.active,
.section_5 .list-box .item-box:hover {
	background: #393939;
	padding-top: 35px;
	box-sizing: border-box;
}
.section_5 .list-box .item-box.active .icon-box,
.section_5 .list-box .item-box:hover .icon-box {
	display: none;
}
.section_5 .list-box .item-box.active .item-title h3,
.section_5 .list-box .item-box:hover .item-title h3 {
	color: #fff;
}
.section_5 .list-box .item-box.active .item-title p,
.section_5 .list-box .item-box:hover .item-title p {
	color: #fff;
}
.section_5 .list-box .item-box.active .des-box,
.section_5 .list-box .item-box:hover .des-box {
	opacity: 1;
	height: auto;
	margin-top: 15px;
}
.section_5 .list-box .item-box.active .des-box p,
.section_5 .list-box .item-box:hover .des-box p {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.6;
}
.section_5 .list-box .item-box.active .nub,
.section_5 .list-box .item-box:hover .nub {
	bottom: -40px;
	opacity: 1;
}
.section_5 .list-box .item-box.active .dian,
.section_5 .list-box .item-box:hover .dian {
	border: 1px solid #626262;
}
.section_5 .list-box .item-box.active .dian:before,
.section_5 .list-box .item-box:hover .dian:before {
	border-color: #fff;
}
.section_5 .more-box {
	margin-top: 90px;
	text-align: center;
}
.section_5 .more-box a {
	font-size: 14px;
	color: #2c2c2c;
	line-height: 1;
}
.section_5 .more-box a:after {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 0px;
	height: 1px;
	content: '';
	background: #1b1b1b;
	vertical-align: middle;
	margin-left: 5px;
	transition: all .3s;
}
.section_5 .more-box a:hover:after {
	width: 30px;
}
.section_6 .block {
	position: relative;
	height: 100%;
	background: #fff;
}
.section_6 .table-box {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.section_6 .centent-box {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
}
.section_6 .title-box {
	font-size: 30px;
	margin-bottom: 8vh;
	color: rgba(50, 50, 50, 0.7);
}
.section_6 .title-box span {
	font-weight: 700;
	color: #505050;
	display: inline-block;
	margin-right: 28px;
}
.section_6 .all-box {
	position: relative;
	padding-top: 30px;
	padding-left:260px;
	box-sizing:border-box;
}
.section_6 .all-box:before {
	position: absolute;
	content: '';
	width: 700px;
	top: 0;
	height: 90vh;
	left: -440px;
	background: url(../images/img_6.jpg) center center no-repeat;
	background-size: cover;
}
.section_6 .title {
	text-align: center;
	margin-bottom: 10vh;
}
.section_6 .title h3 {
	font-size: 60px;
	color: #3b3b3b;
	font-weight: 700;
	line-height: 1;
	margin-top: -30px;
}
.section_6 .title span {
	color: rgba(59, 59, 59, 0.15);
	font-size: 48px;
	line-height: 1;
}
.section_6 li {
	position: relative;
	float: left;
	width: 33.33%;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 28px;
	padding-right: 28px;
	box-sizing: border-box;
}
.section_6 li:before {
	position: absolute;
	bottom: 0;
	left: 28px;
	right: 28px;
	height: 1px;
	background: #d7d7d7;
	content: '';
}
.section_6 li:after {
	position: absolute;
	top: 28px;
	bottom: 28px;
	right: 0;
	width: 1px;
	background: #d7d7d7;
	content: '';
}
.section_6 li:nth-child(3n+3):after {
	display: none;
}
.section_6 .item-box {
	width: 280px;
	height: 90px;
	background: #fff;
	line-height: 90px;
	text-align: center;
	transition: all .3s;
}
.section_6 .item-box img {
	max-height: 60px;
	max-width: 80%;
}
.section_6 li:hover .item-box {
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}
.section_6 .swiper-pagination {
	position: static;
	margin-top: 8vh;
}
.section_6 .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: transparent;
	color: #898989;
	font-size: 0;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
}
.section_6 .swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #898989;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	transition: all .3s;
	opacity: 1;
}
.section_6 .swiper-pagination .swiper-pagination-bullet:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 50%;
	border: 1px solid #898989;
	box-sizing: border-box;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	opacity: 0;
}
.section_6 .swiper-pagination .swiper-pagination-bullet:hover {
	font-size: 18px;
	box-sizing: border-box;
}
.section_6 .swiper-pagination .swiper-pagination-bullet:hover:before {
	opacity: 0;
}
.section_6 .swiper-pagination .swiper-pagination-bullet:hover:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section_6 .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 18px;
	box-sizing: border-box;
}
.section_6 .swiper-pagination .swiper-pagination-bullet-active:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section_6 .swiper-pagination .swiper-pagination-bullet-active:before {
	opacity: 0;
}






.section_7 .table-box {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.section_7 .centent-box {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.section_7 .centent-box .title-box {
	font-size: 30px;
	margin-bottom: 8vh;
	color: rgba(50, 50, 50, 0.7);
}
.section_7 .centent-box .title-box span {
	font-weight: 700;
	color: #505050;
	display: inline-block;
	margin-right: 28px;
}
.section_7 .item-box {
	position: relative;
	height: 330px;
	border: 1px solid #cacaca;
	padding: 45px;
	box-sizing: border-box;
}
.section_7 .item-box .top-box {
	border-bottom: 1px solid #cacaca;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.section_7 .item-box .top-box span {
	font-size: 24px;
	color: #1f1f1f;
	line-height: 1.8;
}
.section_7 .item-box .top-box p {
	font-size: 20px;
	color: #111111;
	line-height: 1.8;
}
.section_7 .item-box .des-box p {
	line-height: 1.8;
	color: rgba(63, 63, 63, 0.7);
}
.section_7 .item-box .more-box {
	margin-top: 30px;
}
.section_7 .item-box .more-box a {
	font-size: 14px;
	color: #2c2c2c;
	line-height: 1;
}
.section_7 .item-box .more-box a:after {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 30px;
	height: 1px;
	content: '';
	background: #1b1b1b;
	vertical-align: middle;
	margin-left: 5px;
	transition: all .3s;
}
.section_7 .item-box .img-box {
	position: absolute;
	top: 0;
	height: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
	opacity: 0;
	transition: all .3s;
}
.section_7 .item-box .img-box:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
}
.section_7 .item-box .other-box {
	opacity: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	padding-left: 45px;
	padding-right: 45px;
	box-sizing: border-box;
	z-index: 9;
	color: #fff;
	transition: all .3s;
}
.section_7 .item-box .other-box p {
	position: relative;
	font-size: 19px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	height: 55px;
	line-height: 55px;
	margin-bottom: 15px;
}
.section_7 .item-box .other-box p em {
	position: absolute;
	right: 0;
	top: 30px;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 6px solid transparent;
}
.section_7 .item-box .other-box span {
	font-size: 25px;
}
.section_7 .item-box:hover .img-box {
	opacity: 1;
	height: 100%;
}
.section_7 .item-box:hover .other-box {
	opacity: 1;
	bottom: 15px;
}
.section_7 .swiper-pagination {
	position: static;
	margin-top: 8vh;
}
.section_7 .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: transparent;
	color: #898989;
	font-size: 0;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	outline: none;
}
.section_7 .swiper-pagination .swiper-pagination-bullet:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: #898989;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	transition: all .3s;
	opacity: 1;
}
.section_7 .swiper-pagination .swiper-pagination-bullet:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 50%;
	border: 1px solid #898989;
	box-sizing: border-box;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	opacity: 0;
}
.section_7 .swiper-pagination .swiper-pagination-bullet:hover {
	font-size: 18px;
	box-sizing: border-box;
}
.section_7 .swiper-pagination .swiper-pagination-bullet:hover:before {
	opacity: 0;
}
.section_7 .swiper-pagination .swiper-pagination-bullet:hover:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section_7 .swiper-pagination .swiper-pagination-bullet-active {
	font-size: 18px;
	box-sizing: border-box;
}
.section_7 .swiper-pagination .swiper-pagination-bullet-active:after {
	opacity: 1;
	width: 100%;
	height: 100%;
}
.section_7 .swiper-pagination .swiper-pagination-bullet-active:before {
	opacity: 0;
}
.section_8 {
	background: #282828;
}
.section_8 .block {
	position: relative;
	height: 100%;
}
.section_8 .block:before {
	position: absolute;
	width: 550px;
	top: 0;
	bottom: 0;
	content: '';
	background: url(../images/img_9.jpg) center center no-repeat;
	background-size: cover;
	left: -380px;
}
.section_8 .table-box {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}
.section_8 .centent-box {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	padding-left: 300px;
}
.section_8 .centent-box .txt-box .top-box .title {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 15px;
}
.section_8 .centent-box .txt-box .top-box .other-box {
	margin-bottom: 30px;
}
.section_8 .centent-box .txt-box .top-box .other-box p {
	font-size: 16px;
	color: #fff;
	line-height: 2.2;
}
.section_8 .centent-box .txt-box .top-box .other-box p span {
	display: inline-block;
	margin-left: 50px;
	margin-right: 50px;
}
.section_8 .centent-box .txt-box .er-box {
	margin-bottom: 6vh;
}
.section_8 .centent-box .txt-box .er-box p {
	font-size: 16px;
	color: #fff;
	margin-top: 5px;
	padding-left: 13px;
}
.section_8 .centent-box .txt-box .form-box {
	font-size: 0;
}
.section_8 .centent-box .txt-box .form-box .row {
	margin-left: -15px;
	margin-right: -15px;
}
.section_8 .centent-box .txt-box .form-box .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.section_8 .centent-box .txt-box .form-box input {
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 16px;
	color: #ffffff;
}
.section_8 .centent-box .txt-box .form-box input::-webkit-input-placeholder {
	color: #fff;
}
.section_8 .centent-box .txt-box .form-box input:-moz-placeholder {
	color: #fff;
}
.section_8 .centent-box .txt-box .form-box input::-moz-placeholder {
	color: #fff;
}
.section_8 .centent-box .txt-box .form-box input:-ms-input-placeholder {
	color: #fff;
}
.section_8 .centent-box .txt-box .form-box textarea {
	color: #777;
	margin-top: 30px;
	outline: none;
	display: block;
	width: 100%;
	border: none;
	font-size: 16px;
	height: 80px;
	resize: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	background: transparent;
}
.section_8 .centent-box .txt-box .form-box textarea::-webkit-input-placeholder {
	color: #fff;
}
.section_8 .centent-box .txt-box .form-box textarea:-moz-placeholder {
	color: #fff;
}
.section_8 .centent-box .txt-box .form-box textarea::-moz-placeholder {
	color: #fff;
}
.section_8 .centent-box .txt-box .form-box textarea:-ms-input-placeholder {
	color: #fff;
}
.section_8 .centent-box .txt-box .form-box .btn-box {
	text-align: center;
	margin-top: 40px;
}
.section_8 .centent-box .txt-box .form-box .btn-box .btn {
	display: block;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #fff;
	color: #313131;
	cursor: pointer;
}
.section_8 .centent-box .txt-box .link-box {
	margin-top: 5vh;
}
.section_8 .centent-box .txt-box .link-box label {
	display: block;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.4);
}
.section_8 .centent-box .txt-box .link-box p a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	display: inline-block;
	margin-right: 20px;
}
.section_8 .centent-box .txt-box .link-box p a:hover {
	color: #fff;
}
@media screen and (max-width: 1500px) {
	.section_2 .item-box .small-box img {
		height: 44vh;
	}
	.section_2 .item-box .txt-box .more-box {
		margin-top: 45px;
	}
	.section_8 .centent-box {
		padding-left: 400px;
	}
	.section_8 .block:before {
		left: -250px;
	}
}
/*# sourceMappingURL=index.css.map */