html,
body {
	height: 100%;
}
#dowebok {
	height: 100%;
}
.section {
	height: 100%;
}
.section .fp-tableCell {
	padding-top: 85px;
	box-sizing: border-box;
}
.section_1 {
	z-index: 1;
}
#menu {
	display: none;
	position: fixed;
	top: 50%;
	right: 0.3rem;
	transform: translate(0, -50%);
	list-style-type: none;
	z-index: 70;
	transition: all .3s;
	text-align: right;
}
#menu li a {
	position: relative;
	display: block;
	height: 20px;
	line-height: 22px;
}
#menu li a span {
	display: inline-block;
	width: 16px;
	height: 1px;
	background: #bfbfbf;
	transition: all .3s;
	vertical-align: middle;
}
#menu li a p {
	display: none;
	font-size: 14px;
	color: #4d4d4d;
}
#menu li.active a span {
	width: 30px;
	background: var(--main-color);
}
#menu li.active a p {
	display: inline-block;
	vertical-align: middle;
	color: var(--main-dark);
}
#menu.active {
	display: block;
}
.section {
	box-sizing: border-box;
}
.public-title {
	text-align: center;
}
.public-title h3 {
	font-size: 36px;
	color: #333;
}
.public-title p {
	font-size: 22px;
	color: #333;
}
.public-title .icon {
	font-size: 0;
	margin-top: 13px;
}
.public-title .icon span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: var(--sub-color);
	margin-left: 6px;
	margin-right: 6px;
}
.section_1 {
	height: 100%;
}
.section_1 .centent-box {
	height: 100%;
}
.section_1 .centent-box:hover .swiper-button-prev,
.section_1 .centent-box:hover .swiper-button-next {
	opacity: 1;
}
.section_1 .centent-box:hover .swiper-button-prev {
	left: 0;
}
.section_1 .centent-box:hover .swiper-button-next {
	right: 0;
}
.section_1 .swiper-container {
	height: 100%;
}
.section_1 .img-box {
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.section_1 .arr-box {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	left: 50%;
	height: 55px;
	width: 90%;
}
.section_1 .swiper-button-prev,
.section_1 .swiper-button-next {
	margin: 0;
	width: 55px;
	height: 55px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 100%;
	opacity: 0;
	transition: all .3s;
	top: 0;
}
.section_1 .swiper-button-prev:after,
.section_1 .swiper-button-next:after {
	font-size: 26px;
	color: #fff;
}
.section_1 .swiper-button-prev:hover,
.section_1 .swiper-button-next:hover {
	background: var(--main-color);
}
.section_1 .swiper-button-prev {
	left: -50px;
}
.section_1 .swiper-button-next {
	right: -50px;
}
.section_2 .public-title {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_2 .centent-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 85px;
}
.section_2 .centent-box .left-box {
	width: 655px;
}
.section_2 .centent-box .left-box .des-box {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_2 .centent-box .left-box .des-box h3 {
	font-size: 22px;
	color: var(--main-color);
	margin-bottom: 30px;
}
.section_2 .centent-box .left-box .des-box p {
	font-size: 15px;
	color: #666;
	line-height: 1.8;
	text-indent: 2em;
}
.section_2 .centent-box .left-box .des-box p {
	margin-top: 1em;
}
.section_2 .centent-box .left-box .list-box {
	font-size: 16px;
	color: #333;
	font-weight: 300;
	font-size: 0;
	margin-top: 45px;
	margin-bottom: 60px;
}
.section_2 .centent-box .left-box .list-box li {
	display: inline-block;
	margin-right: 55px;
	font-size: 16px;
}
.section_2 .centent-box .left-box .list-box li:nth-child(1) {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_2 .centent-box .left-box .list-box li:nth-child(2) {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_2 .centent-box .left-box .list-box li:nth-child(3) {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.section_2 .centent-box .left-box .list-box li span {
	font-weight: 700;
	display: inline-block;
	margin-right: 5px;
}
.section_2 .centent-box .left-box .list-box li:hover {
	color: var(--main-color);
}
.section_2 .centent-box .left-box .list-box li:hover span {
	color: var(--main-color);
}
.section_2 .centent-box .left-box a.more {
	display: inline-block;
	color: #fff;
	background: var(--main-color);
	height: 38px;
	line-height: 38px;
	width: 140px;
	border-radius: 30px;
	text-align: center;
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s 1s, opacity 0.4s 1s;
}
.section_2 .centent-box .right-box .img-box {
	border: 15px solid #e7e7e9;
	box-sizing: border-box;
	transform: translateX(100px);
	opacity: 0;
	transition: transform 0.7s 1.2s, opacity 0.4s 1.2s;
}
.section_2.active .public-title,
.section_2.active .left-box .des-box {
	opacity: 1;
	transform: translateY(0px);
}
.section_2.active .left-box .list-box ul li {
	opacity: 1 !important;
	transform: translateY(0px) !important;
}
.section_2.active .centent-box .left-box a {
	opacity: 1;
	transform: translateY(0px);
}
.section_2.active .right-box .img-box {
	opacity: 1;
	transform: translateX(0px);
}
.section_3 .public-title {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_3 .centent-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.section_3 .centent-box .bottom-box {
	position: relative;
	margin-top: 50px;
	box-sizing: border-box;
}
.section_3 .centent-box .bottom-box .item-box {
	height: 7.1rem;
	background-position: center center;
	background-size: cover;
	padding-top: 2.0rem;
	box-sizing: border-box;
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .7s, opacity 0.4s .7s;
}
.section_3 .centent-box .bottom-box .item-box .txt-box {
	width: 1200px;
	margin: 0 auto;
}
.section_3 .centent-box .bottom-box .item-box .txt-box .des-box {
	width: 545px;
	height: 300px;
}
.section_3 .centent-box .bottom-box .item-box .txt-box p {
	font-size: 18px;
	line-height: 1.8;
	color: #333;
}
.section_3 .centent-box .bottom-box .item-box .txt-box a {
	display: inline-block;
	color: #fff;
	background: var(--main-color);
	height: 38px;
	line-height: 38px;
	width: 140px;
	border-radius: 30px;
	text-align: center;
	margin-top: 25px;
}
.section_3 .centent-box .bottom-box .tab-box {
	z-index: 9;
	position: absolute;
	bottom: 60px;
	width: 1400px;
	left: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-left: 80px;
	padding-right: 80px;
	box-sizing: border-box;
	transform: translate(-50%, 100px);
	opacity: 0;
	transition: transform 0.7s .9s, opacity 0.4s .9s;
}
.section_3 .centent-box .bottom-box .tab-box:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid var(--main-color);
	position: absolute;
	left: 0;
	top: 2px;
}
.section_3 .centent-box .bottom-box .tab-box .item {
	position: relative;
	width: 220px;
	text-align: center;
	padding-top: 20px;
	cursor: pointer;
}
.section_3 .centent-box .bottom-box .tab-box .item:before {
	position: absolute;
	left: 0;
	right: 0;
	height: 5px;
	background-color: var(--main-color);
	content: "";
	top: 0;
	opacity: 0;
}
.section_3 .centent-box .bottom-box .tab-box .item h3 {
	font-size: 28px;
	color: #333;
	line-height: 1.2;
}
.section_3 .centent-box .bottom-box .tab-box .item p {
	font-size: 16px;
	color: #333;
	line-height: 1.2;
	font-weight: 700;
}
.section_3 .centent-box .bottom-box .tab-box .item.active:before {
	opacity: 1;
}
.section_3 .centent-box .bottom-box .tab-box .item.active h3,
.section_3 .centent-box .bottom-box .tab-box .item.active p {
	color: var(--main-color);
}
.section_3.active .public-title {
	opacity: 1;
	transform: translateY(0px);
}
.section_3.active .centent-box .bottom-box .item-box {
	opacity: 1;
	transform: translateY(0px);
}
.section_3.active .centent-box .bottom-box .tab-box {
	opacity: 1;
	transform: translate(-50%, 0px);
}
.section_4 {
	background-color: #f2f2f2;
}
.section_4 .all-box {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_4 .bottom-title {
	position: absolute;
	bottom: -155px;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_4 .centent-box {
	position: relative;
}
.section_4 .block {
	width: 1400px;
}
.section_4 .item-box {
	position: relative;
	padding-left: 130px;
	padding-right: 130px;
	font-size: 0;
	padding-top: 30px;
	box-sizing: border-box;
}
.section_4 .item-box .title {
	position: relative;
	box-sizing: border-box;
	padding-top: 24px;
	padding-bottom: 95px;
}
.section_4 .item-box .title span {
	font-size: 26px;
	color: #333;
	font-weight: 700;
	line-height: 1.2;
}
.section_4 .item-box .title em {
	font-style: normal;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 1.1;
}
.section_4 .item-box .title h3 {
	font-size: 26px;
	color: #333;
	line-height: 1.1;
	margin-top: .5em;
}
.section_4 .item-box .img-box {
	display: inline-block;
	position: relative;
}
.section_4 .item-box .img-box img {
	position: relative;
	font-size: 0;
}
.section_4 .item-box .img-box:before {
	position: absolute;
	content: "";
	top: -30px;
	left: 30px;
	width: 100%;
	height: 100%;
	background-color: var(--main-color);
}
.section_4 .item-box .des-box {
	display: inline-block;
	width: 400px;
	padding-left: 64px;
	box-sizing: border-box;
	vertical-align: top;
}
.section_4 .item-box .des-box p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}
.section_4 .swiper-button-prev {
	left: 30px;
}
.section_4 .swiper-button-next {
	right: 30px;
}
.section_4 .swiper-button-next,
.section_4 .swiper-button-prev {
	width: 55px;
	height: 55px;
	background-color: var(--sub-color);
	border-radius: 50%;
	text-align: center;
}
.section_4 .swiper-button-next:after,
.section_4 .swiper-button-prev:after {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}
.section_4 .swiper-button-next:hover,
.section_4 .swiper-button-prev:hover {
	background-color: var(--main-color);
}
.section_4.active .all-box,
.section_4.active .bottom-title {
	opacity: 1;
	transform: translateY(0px);
}
.section_5 .bg-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 66.66%;
	background: url(../img/img_5.jpg) center center no-repeat;
	background-size: cover;
}
.section_5 .right-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 33.33%;
	height: 100vh;
	background: #e7e7e9;
	z-index: 9;
}
.section_5 .right-box .txt-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}
.section_5 .right-box .txt-box .title {
	margin-bottom: 80px;
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .7s, opacity 0.4s .7s;
}
.section_5 .right-box .txt-box .title h3 {
	position: relative;
	font-size: 50px;
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.section_5 .right-box .txt-box .title h3:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background-color: var(--sub-color);
	content: "";
}
.section_5 .right-box .txt-box .title h3:after {
	position: absolute;
	bottom: 0;
	content: "";
	width: 40px;
	height: 3px;
	background-color: var(--main-color);
	left: 50%;
	margin-left: -40px;
}
.section_5 .right-box .txt-box .title span {
	font-size: 36px;
	color: var(--main-color);
	font-weight: 700;
}
.section_5 .right-box .txt-box .des-box {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_5 .right-box .txt-box .des-box p {
	font-size: 26px;
	color: #666;
	line-height: 1.6;
}
.section_5 .right-box .txt-box .des-box a {
	display: inline-block;
	color: #fff;
	background: var(--main-color);
	height: 38px;
	line-height: 38px;
	width: 140px;
	border-radius: 30px;
	text-align: center;
	margin-top: 35px;
}
.section_5 .centent-box {
	position: relative;
	z-index: 2;
	display: flex;
}
.section_5 .centent-box .title-box {
	margin-right: 155px;
	transform: translateX(-100px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_5 .centent-box .title-box p {
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
}
.section_5 .centent-box .title-box p em {
	font-weight: 700;
	font-size: 80px;
	line-height: 1.1;
	font-style: normal;
}
.section_5 .centent-box .title-box span {
	font-size: 30px;
	color: #fff;
}
.section_5 .centent-box .title-box .icon-box {
	margin-top: 20px;
}
.section_5 .centent-box .list-box {
	width: 690px;
	transform: translateX(-100px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_5 .centent-box .list-box .item-box {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	width: 150px;
	height: 150px;
	text-align: center;
	padding-top: 25px;
	box-sizing: border-box;
	margin-bottom: 80px;
}
.section_5 .centent-box .list-box .item-box:nth-child(4),
.section_5 .centent-box .list-box .item-box:nth-child(5),
.section_5 .centent-box .list-box .item-box:nth-child(6) {
	margin-bottom: 0;
}
.section_5 .centent-box .list-box .item-box .icon-box {
	height: 80px;
	line-height: 80px;
	transition: all .3s;
}
.section_5 .centent-box .list-box .item-box .icon-box img {
	vertical-align: top;
}
.section_5 .centent-box .list-box .item-box p {
	font-size: 20px;
	color: #fff;
	line-height: 1.1;
}
.section_5 .centent-box .list-box .item-box:hover {
	background-color: var(--main-color);
}
.section_5 .centent-box .list-box .item-box:hover .icon-box {
	transform: rotateY(180deg);
}
.section_5.active .centent-box .title-box,
.section_5.active .centent-box .list-box {
	opacity: 1;
	transform: translate(0);
}
.section_5.active .right-box .txt-box .title,
.section_5.active .right-box .txt-box .des-box {
	transform: translateY(0);
	opacity: 1;
}
.section_6 .centent-box {
	width: 1500px;
	display: flex;
	justify-content: space-between;
}
.section_6 .left-box .title-box {
	margin-bottom: 30px;
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_6 .left-box .title-box h3 {
	font-size: 36px;
	color: #333;
	line-height: 1.4;
}
.section_6 .left-box .title-box p {
	display: inline-block;
	font-size: 22px;
	color: #4c4c4c;
	line-height: 1.2;
	border-bottom: 1px solid #f1e4da;
	padding-bottom: 25px;
}
.section_6 .left-box ul {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_6 .left-box ul li {
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 20px;
	cursor: pointer;
}
.section_6 .left-box ul li.active {
	color: var(--main-color);
}
.section_6 .left-box .all {
	display: inline-block;
	color: #fff;
	background: var(--main-color);
	height: 38px;
	line-height: 38px;
	width: 140px;
	border-radius: 30px;
	text-align: center;
	margin-top: 30px;
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_6 .right-box {
	width: 1030px;
	transform: translateX(100px);
	opacity: 0;
	transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_6 .right-box .news_item {
	display: none;
}
.section_6 .right-box .news_item.active {
	display: block;
}
.section_6 .right-box .list-box {
	padding-left: 10px;
	box-sizing: border-box;
}
/*.section_6 .right-box .list-box .row {
	margin-left: -13px;
	margin-right: -13px;
}
.section_6 .right-box .list-box .row .col-md-6 {
	float: left;
	width: 50%;
	padding-left: 13px;
	padding-right: 13px;
	box-sizing: border-box;
}*/
.section_6 .right-box .list-box .item-box {
	position: relative;
}
.section_6 .right-box .list-box .item-box .time-box {
	position: absolute;
	top: 170px;
	background-color: #eee;
	width: 120px;
	height: 120px;
	text-align: center;
	padding-top: 15px;
	left: -10px;
	box-sizing: border-box;
	transition: all .3s;
}
.section_6 .right-box .list-box .item-box .time-box span {
	font-size: 36px;
	color: #333;
	line-height: 1.5;
}
.section_6 .right-box .list-box .item-box .time-box p {
	font-size: 14px;
	color: #333;
}
.section_6 .right-box .list-box .item-box .img-box {
	position: relative;
	overflow: hidden;
}
.section_6 .right-box .list-box .item-box .img-box img {
	width: 100%;
	height: 370px;
	object-fit: cover;
	transition: all .3s;
}
.section_6 .right-box .list-box .item-box .txt-box {
	height: 200px;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
.section_6 .right-box .list-box .item-box .txt-box h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 14px;
}
.section_6 .right-box .list-box .item-box .txt-box p {
	font-size: 14px;
	color: #666;
	text-align: justify;
}
.section_6 .right-box .list-box .item-box:hover .time-box {
	background: var(--main-color);
}
.section_6 .right-box .list-box .item-box:hover .time-box span,
.section_6 .right-box .list-box .item-box:hover .time-box p {
	color: #fff;
}
.section_6 .right-box .list-box .item-box:hover .img-box img {
	transform: scale(1.1);
}
.section_6 .right-box .list-box .item-box:hover .txt-box h3 {
	color: var(--main-color);
}
.section_6 .right-box .swiper-pagination {
	position: static;
	margin-top: 50px;
}
.section_6 .right-box .swiper-pagination .swiper-pagination-bullet {
	vertical-align: middle;
}
.section_6 .right-box .swiper-pagination .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background-color: var(--main-color);
}
.section_6.active .left-box .title-box,
.section_6.on .left-box .title-box,
.section_6.active .left-box ul,
.section_6.on .left-box ul,
.section_6.active .left-box .all,
.section_6.on .left-box .all {
	opacity: 1;
	transform: translateY(0px);
}
.section_6.active .right-box,
.section_6.on .right-box {
	opacity: 1;
	transform: translateX(0px);
}
.section_7 {
	background-color: #f0f0f0;
}
.section_7 .centent-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.section_7 .public-title {
	margin-bottom: 80px;
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.7s .4s, opacity 0.4s .4s;
}
.section_7 .bottom-box {
	height: 6.8rem;
	background: url(../img/img_7.jpg) center center no-repeat;
	background-size: cover;
}
.section_7 .bottom-box .all-box {
	position: relative;
	width: 1230px;
	margin: 0 auto;
	height: 100%;
}
.section_7 .bottom-box .all-box .left-box {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-100px, -50%);
	opacity: 0;
	transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_7 .bottom-box .all-box .list-box {
	width: 620px;
}
.section_7 .bottom-box .all-box .list-box .item-box {
	float: left;
	width: 310px;
	height: 210px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #9597a5;
	box-sizing: border-box;
	margin-bottom: -1px;
	margin-left: -1px;
	padding-top: 28px;
}
.section_7 .bottom-box .all-box .list-box .item-box .icon-box {
	display: inline-block;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	border: 1px solid var(--main-color);
	line-height: 76px;
	box-sizing: border-box;
	transition: all .3s;
}
.section_7 .bottom-box .all-box .list-box .item-box .txt-box {
	margin-top: 10px;
}
.section_7 .bottom-box .all-box .list-box .item-box .txt-box h3 {
	font-size: 20px;
	color: #333;
}
.section_7 .bottom-box .all-box .list-box .item-box .txt-box p {
	font-size: 16px;
	color: #333;
}
.section_7 .bottom-box .all-box .list-box .item-box:hover {
	background-color: var(--main-color);
}
.section_7 .bottom-box .all-box .list-box .item-box:hover .icon-box {
	background-color: #fff;
	transform: rotateY(180deg);
}
.section_7 .bottom-box .all-box .list-box .item-box:hover .txt-box h3,
.section_7 .bottom-box .all-box .list-box .item-box:hover .txt-box p {
	color: #fff;
}
.section_7 .bottom-box .all-box .right-box {
	position: absolute;
	right: 0;
	top: -70px;
	background-color: #fff;
	width: 455px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	transform: translateX(100px);
	opacity: 0;
	transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_7 .bottom-box .all-box .right-box .title {
	padding-left: 55px;
	position: relative;
	margin-bottom: 25px;
}
.section_7 .bottom-box .all-box .right-box .title img {
	position: absolute;
	left: 0;
	top: 0;
}
.section_7 .bottom-box .all-box .right-box .title h3 {
	font-size: 22px;
	color: var(--main-color);
}
.section_7 .bottom-box .all-box .right-box .title p {
	font-size: 20px;
	color: #333;
}
.section_7 .bottom-box .all-box .right-box .form-box .input-box {
	font-size: 0;
	margin-bottom: 20px;
}
.section_7 .bottom-box .all-box .right-box .form-box .input-box label {
	font-size: 16px;
	color: #333;
	width: 58px;
	display: inline-block;
}
.section_7 .bottom-box .all-box .right-box .form-box .input-box input,
.section_7 .bottom-box .all-box .right-box .form-box .input-box textarea {
	border: 1px solid #eee;
	height: 47px;
	line-height: 45px;
	width: 317px;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 16px;
}
.section_7 .bottom-box .all-box .right-box .form-box .input-box textarea {
	height: 108px;
	line-height: 1.6;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.section_7 .bottom-box .all-box .right-box .form-box .btns-box {
	padding-left: 58px;
	font-size: 0;
	margin-top: 30px;
}
.section_7 .bottom-box .all-box .right-box .form-box .btns-box span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #e9e9e9;
	width: 84px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border-radius: 5px;
	margin-right: 20px;
}
.section_7.active .public-title,
.section_7.on .public-title {
	opacity: 1;
	transform: translateY(0px);
}
.section_7.active .bottom-box .all-box .left-box,
.section_7.on .bottom-box .all-box .left-box {
	opacity: 1;
	transform: translate(0px, -50%);
}
.section_7.active .bottom-box .all-box .right-box,
.section_7.on .bottom-box .all-box .right-box {
	opacity: 1;
	transform: translate(0px);
}
.section_8 .fp-tableCell {
	padding-top: 0;
	display: block;
}
@media screen and (max-width: 1800px) {
	.section_2 .img-box img {
		width: 580px;
	}
	.section_2 .centent-box {
		margin-top: 60px;
	}
	.section_3 .centent-box .bottom-box .item-box {
		height: 6.5rem;
		padding-top: 1.2rem;
	}
	.section_3 .centent-box .bottom-box .item-box .txt-box .des-box {
		height: 250px;
	}
	.section_5 .centent-box .title-box {
		margin-right: 50px;
	}
	.section_5 .centent-box .list-box .item-box {
		margin-left: 25px;
		margin-right: 25px;
	}
	.section_3 .centent-box .bottom-box .tab-box {
		bottom: 40px;
		width: 1300px;
	}
	.section_6 .centent-box {
		width: 1300px;
	}
	.section_6 .right-box {
		width: 940px;
	}
	.section_6 .right-box .list-box .item-box .img-box img {
		height: 320px;
	}
	.section_6 .right-box .list-box .item-box .txt-box {
		height: 160px;
		padding-top: 24px;
	}
	.section_6 .right-box .swiper-pagination {
		margin-top: 25px;
	}
	.section_7 .bottom-box .all-box .right-box {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*# sourceMappingURL=index.css.map */