﻿.row-index1 {
	padding: 20px 10px 0;
	position: relative;
}
.new-list1 {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.new-list1 li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
.new-list1 .con {
	display: block;
	overflow: hidden;
	margin: 0 10px;
	position: relative;
}
.new-list1 .tit {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 100%;
	background-color: rgba(191,0,8,.8);
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.new-list1 .tit h3 {
	position: absolute;
	left: 28px;
	bottom: 20px;
	right: 20px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.new-list1 .pic {
	padding-top: 78%;
	height: 0;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background-color: #000;
}
.new-list1 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: .7;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.new-list1 .p-logo {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 2;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.new-list1 .p-logo:after {
	content: '';
	display: block;
	width: 46px;
	height: 46px;
	margin: 20px auto 0;
	opacity: 0;
	height: 0;
	background: url(../images/l-play.png) no-repeat center top;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.new-list1 .p-logo img {
	max-width: 95%;
	max-height: 95%;
	display: inline-block;
}
.new-list1 .lab {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 70px;
	height: 70px;
	opacity: 0;
	border-radius: 50%;
	background: url(../images/ico-13.png) no-repeat center center;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.new-list1 .lab em {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 2em;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.new-list1 .con:hover .lab, .new-list1 .con:hover .p-logo:after {
	opacity: 1;
}
.new-list1 .con:hover .p-logo:after {
	opacity: 1;
	height: 46px;
}
.new-list1 .con:hover .tit {
	top: 0;
}
.new-list1 .con:hover .pic img {
	opacity: 1;
}
.row-index2 {
	padding: 102px 0 115px;
	position: relative;
}
.g-tit1 {
	text-align: center;
	position: relative;
	z-index: 2;
}
.g-tit1 .left {
	text-align: left;
}
.g-tit1 .cn {
	position: relative;
	z-index: 2;
}
.g-tit1 h2 {
	font-size: 50px;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 15px;
}
.g-tit1 span {
	font-size: 16px;
	color: #333;
}
.g-tit1 .en {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	font-size: 80px;
	text-transform: uppercase;
	font-family: ariblk;
	line-height: 1.1;
	color: rgba(0,0,0,.04);
}
.new-list2 {
	overflow: hidden;
	margin: 0 100px 70px;
	padding-top: 36px;
}
.new-list2 li {
	width: 25%;
	float: left;
}
.new-list2 .con {
	display: block;
	text-align: center;
	margin: 0 75px;
}
.new-list2 .ico {
	display: block;
	height: 180px;
	line-height: 180px;
	margin-bottom: 4px;
	position: relative;
}
.new-list2 .ico i {
	display: block;
	height: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: auto 180px;
	-ms-background-size: auto 180px;
	-moz-background-size: auto 180px;
	-webkit-background-size: auto 180px;
	background-size: auto 180px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.new-list2 .ico img {
	height: 100%;
	display: block;
	margin: 0 auto;
}
.new-list2 .ico i.on {
	opacity: 0;
}
.new-list2 h1, .new-list2 h3 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.new-list2 h3:after, .new-list2 h1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 60px;
	margin-left: -30px;
	background-color: #2fad38;
}
.new-list2 h3 span, .new-list2 h1 span {
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	color: #000;
	overflow: hidden;
}
.new-list2 h3 span::before, .new-list2 h1 span::before {
	position: absolute;
	top: 0;
	text-align: left;
	vertical-align: bottom;
	left: 0px;
	height: 0px;
	line-height: 40px;
	font-size: 30px;
	overflow: hidden;
	max-width: 100%;
	color: #00ab0c;
	content: attr(data-hover);
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.new-list2 .desc {
	font-size: 14px;
	line-height: 27px;
	color: #333;
}
.new-list2 .con:hover h3 span::before, .new-list2 .con:hover h1 span::before {
	height: 40px;
}
.new-list2 .con:hover .ico i {
	opacity: 0;
}
.new-list2 .con:hover .ico .on {
	opacity: 1;
}
.ico-bg3 {
	position: absolute;
	right: 0;
	top: -1100px;
	width: 805px;
	height: 1232px;
	background: url(../images/ico-bg1.png) no-repeat center center;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.ico-bg4 {
	position: absolute;
	left: -66px;
	top: 02px;
	width: 699px;
	height: 977px;
	background: url(../images/ico-bg2.png) no-repeat center center;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.g-btn {
	text-align: center;
}
.g-btn .more {
	display: inline-block;
	font-size: 18px;
	height: 47px;
	position: relative;
	font-weight: bold;
	line-height: 47px;
	padding-left: 86px;
	padding-right: 20px;
	background-image: -webkit-linear-gradient(right, #BF0008, #BF0008);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.g-btn .more i {
	position: absolute;
	left: 0;
	top: 0;
	width: 47px;
	height: 47px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 47px;
	margin-right: 38px;
	border: 1px solid #BF0008;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.g-btn .more i:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 19px;
	width: 37px;
	height: 12px;
	margin-top: -6px;
	background: url(../images/ico-07.png) no-repeat left center;
}
.g-btn .more:hover i {
	width: 100%;
}
.row-index3 {
	position: relative;
}
.row-index3 .g-tit1 {
	position: relative;
	z-index: 2;
}
.new-list3 {
	overflow: hidden;
	margin: 60px 105px 0;
	position: relative;
	z-index: 2;
	border-radius: 10px;
}
.new-list3 li {
	width: 15%;
	float: left;
	position: relative;
}
.new-list3 .con {
	display: block;
	height: 422px;
	position: relative;
}
.new-list3 .con:after {
	content: '';
	position: absolute;
	left: -18px;
	top: 50%;
	width: 18px;
	height: 36px;
	margin-top: -18px;
	background-position: center;
	background-repeat: no-repeat;
}
.new-list3 .pic {
	width: 0;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 55px;
	border-bottom-right-radius: 55px;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	transition: .8s;
	-ms-transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
	-o-transition: .8s;
}
.new-list3 .pic h1, .new-list3 .pic h3 {
	position: absolute;
	left: 33px;
	right: 32px;
	bottom: 28px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.new-list3 .tit {
	overflow: hidden;
	height: 100%;
	position: relative;
	color: #45474c;
}
.new-list3 .tit h1, .new-list3 .tit h3 {
	font-size: 20px;
	line-height: 30px;
	padding: 50px 32px 0;
}
.new-list3 .tit .date {
	font-size: 16px;
	position: absolute;
	left: 32px;
	bottom: 30px;
}
.new-list3 .i1 .tit {
	background-color: #fff;
}
.new-list3 .i2 .tit {
	background-color: #e9e9e9;
}
.new-list3 .i3 .tit {
	background-color: #d6d6d6;
}
.new-list3 .i4 .tit {
	background-color: #b6b6b6;
}
.new-list3 .i5 .tit {
	background-color: #BF0008;
}
.new-list3 .i5 .tit h1, .new-list3 .i5 .tit h3 {
	color: #fff;
}
.new-list3 .i5 .tit .date {
	color: #fff;
}
.new-list3 .i2 .con:after {
	background-image: url(../images/ico-08.png);
}
.new-list3 .i3 .con:after {
	background-image: url(../images/ico-09.png);
}
.new-list3 .i4 .con:after {
	background-image: url(../images/ico-10.png);
}
.new-list3 .i5 .con:after {
	background-image: url(../images/ico-11.png);
}
.new-list3 li.on {
	width: 40%;
	z-index: 2;
}
.new-list3 li.on .pic {
	width: 100%;
}
.new-list3 li.on .con:after {
	display: none;
}
.row-index4 {
	overflow: hidden;
	padding: 50px 0 0 0;
	position: relative;
	z-index: 2;
}
.row-index4 .col-l {
	width: 66%;
}
.row-index4 .col-r {
	width: 31%;
}
.wp9 {
	margin: 0 105px;
}
.g-tit2 {
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.g-tit2 h2 {
	float: left;
	font-size: 24px;
	color: #333;
}
.g-tit2 .g-btn {
	float: right;
}
.g-tit2 .g-btn .more {
	height: 22px;
	line-height: 22px;
	padding-right: 15px;
	padding-left: 46px;
	font-size: 14px;
	margin-top: 10px;
}
.g-tit2 .g-btn .more i {
	height: 22px;
	width: 22px;
	border-radius: 22px;
}
.g-tit2 .g-btn .more i:after {
	content: '';
	width: 25px;
	height: 8px;
	margin-top: -4px;
	left: 8px;
	background-image: url(../images/ico-07-1.png);
}
.g-tit2 .g-btn .more:hover i {
	width: 100%;
}
.new-list4 {
	padding-bottom: 77px;
	margin-right: -30px;
}
.new-list4 li {
	width: 50%;
	float: left;
}
.new-list4 .con {
	display: block;
	margin-right: 30px;
	padding: 28px 0 30px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.new-list4 .con:hover {
	padding: 28px 25px 30px;
}
.new-list4 .date {
	font-size: 16px;
	display: block;
	padding-left: 22px;
	font-size: 16px;
	color: #45474c;
	margin-bottom: 17px;
	background: url(../images/ico-12.png) no-repeat left center;
}
.new-list4 h1, .new-list4 h3 {
	font-size: 22px;
	line-height: 28px;
	color: #000;
	font-weight: normal;
	margin-bottom: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.new-list4 .desc {
	font-size: 16px;
	line-height: 27px;
	height: 54px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new-list4 .con:hover {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.new-list4 .con:hover h1 {
	color: #000;
	font-weight: bold;
}
.row-index4 .col-r .new-list4 li {
	width: auto;
	float: none;
}
.m-ban {
}
.m-ban .slick-slide a {
	display: block;
	outline: 0;
	position: relative;
	height: 100%;
	padding-top: 22%;
	height: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.m-ban .txt {
	position: absolute;
	left: 105px;
	top: 157px;
}
.m-ban .pic-logo {
	float: left;
	margin-right: 82px;
	margin-top: 18px;
	width: 260px;
}
.m-ban .pic-logo img {
	display: block;
	width: 100%;
}
.m-ban .txt .desc {
	overflow: hidden;
	font-size: 22px;
	line-height: 40px;
	color: #000;
	max-width: 490px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.m-ban .slick-slide .pic1 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 934px;
}
.m-ban .slick-slide .pic1 img {
	width: 100%;
	display: block;
}
.m-ban .slick-dots {
	position: absolute;
	left: 60px;
	right: 0;
	bottom: 27px;
	text-align: center;
	z-index: 2;
	font-size: 0;
}
.m-ban .slick-dots li {
	display: inline-block;
	margin: 0 4px;
	position: relative;
}
.m-ban .slick-dots li button {
	display: block;
	width: 13px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	text-indent: 999px;
	border: 0;
	border-radius: 13px;
	cursor: pointer;
	background-color: rgba(184,184,184,.6);
}
.m-ban .slick-dots li.slick-active button {
	width: 37px;
	background: url(../images/ico-21.png) no-repeat center;
}
.tab-slider {
	margin: 0 20px;
	padding: 35px 0 15px;
}
.tab-slider .swiper-slide {
	width: auto;
	margin-right: 10px;
}
.tab-slider .swiper-slide a {
	width: 130px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #606060;
	line-height: 45px;
	border-radius: 8px;
	background-color: #f1f1f1;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.tab-slider .swiper-slide.on a, .tab-slider .swiper-slide:hover a {
	color: #fff;
	background-color: #B30912;
}
.mo-heade {
	display: none;
}
.wp-2 {
	margin: 0 170px;
}
.row-at1 {
	height: 100vh;
	display: block;
	position: relative;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.row-at1 .wp2 {
	position: relative;
	height: 100%;
}
.row-at1 .txt {
	padding-top: 145px;
}
.row-at1 .txt .tit {
	font-size: 51px;
	line-height: 1.66;
	color: #fff;
	margin-bottom: 115px;
}
.row-at1 .link {
	height: 54px;
	line-height: 52px;
	padding: 0 36px 0 28px;
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-family: arial;
	color: #fff;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.row-at1 .link:before {
	content: '';
	width: 21px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px;
	background: url(../images/ico-22.png) no-repeat center;
}
.row-at1 .link:hover {
	background-color: #2fad38;
	border-color: #2fad38;
}
.row-at1 .lab {
	width: 210px;
	display: block;
	height: 49px;
	text-align: center;
	line-height: 49px;
	font-size: 20px;
	color: #fff;
	border-radius: 15px;
	margin-bottom: 62px;
	background: url(../images/ico-23.png) repeat-y;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.dots-link {
	position: fixed;
	right: 30px;
	z-index: 106;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dots-link li {
	margin-bottom: 11px;
}
.dots-link li a {
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #fff;
}
.dots-link li.current a {
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	background-color: transparent;
}
.dots-link.green li a {
	background-color: #2bad34;
}
.dots-link.green li.current a {
	border-color: #2bad34;
	background-color: transparent;
}
.row-at2 {
	padding-bottom: 46px;
	background-color: #fff;
}
.at-t1 {
	padding: 41px 0 0;
}
.at-t1 h2 {
	text-align: center;
	font-size: 40px;
	color: #000;
}
.at-t1 .desc {
	font-size: 16px;
	line-height: 36px;
	margin-top: 20px;
}
.box-service {
	overflow: hidden;
	padding-top: 24px;
}
.box-service .tit {
	float: left;
	line-height: 28px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
.box-service ul {
	overflow: hidden;
}
.box-service li {
	float: left;
	margin-right: 16px;
}
.box-service li a {
	display: block;
	height: 28px;
	border-radius: 20px;
	line-height: 26px;
	font-size: 14px;
	color: #333;
	border: 1px solid #bcbcbc;
	padding: 0 17px 0 19px;
}
.box-service li a:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background-color: #B30912;
}
.box-service li:hover a {
	background-color: #B30912;
	border-color: #B30912;
	color: #fff;
}
.box-service li:hover a:before {
	background-color: #fff;
}
.row-at3 {
	color: #fff;
	padding: 53px 0 0;
	background: url(../images/at-bg2.jpg) no-repeat center top;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.row-at3 .at-t1 h2 {
	color: #fff;
}
.row-at3 .at-t1 .desc {
	text-align: center;
}
.at-txt1 {
	padding: 48px 0 56px;
}
.at-txt1 .desc {
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;
}
.at-txt1 h3 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 28px;
}
.at-txt1 .txt {
	margin-left: 500px;
	font-size: 18px;
	line-height: 2.56;
}
.box-pc {
	width: 1293px;
	height: 730px;
	margin: 0 auto;
	position: relative;
	background: url(../images/at-bg1.png) no-repeat center bottom;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.box-pc {
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	-webkit-perspective: 100vw;
	perspective: 100vw;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.box-pc .cont {
	width: 924px;
	height: 627px;
	position: relative;
	margin-left: 200px;
	overflow: hidden;
	z-index: 2;
	background: url(../images/at-bg0.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.box-pc .con {
	width: 863px;
	height: 539px;
	margin: 0 auto;
	margin-top: 46px;
}
.box-pc .pic {
	height: 100%;
	overflow: hidden;
}
.box-pc .pic img, .box-pc .pic .section-first {
	width: 100%;
	height: 100%;
	display: block;
}
.m-color {
	padding: 60px 0 23px;
}
.m-color h3 {
	font-size: 40px;
	font-family: arial;
	color: #000;
	text-align: center;
	margin-bottom: 43px;
}
.m-color ul {
*zoom:1;
	width: 1310px;
	margin: 0 auto;
}
.m-color ul:after, .m-color ul:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.m-color li {
	width: 33.33%;
	float: left;
	margin-bottom: 55px;
}
.m-color .con {
	margin: 0 10px;
}
.m-color .pic {
	height: 116px;
	border-radius: 5px;
	margin-bottom: 33px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.m-color .color-pic {
	width: 71.3%;
	max-width: 1310px;
	margin: 0 auto;
}
.m-color .color-pic img {
	width: 100%;
	display: block;
}
.m-color h4 {
	font-size: 18px;
	font-family: arial;
	color: #000;
	margin-bottom: 1px;
}
.m-color span {
	color: #7f7f7f;
}
.at-slider1 {
	position: relative;
}
.at-slider1 .con {
	margin: 0 4px;
}
.at-slider1 .pic {
	padding-top: 56%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.at-slider1 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.at-slider1 .swiper-arrow {
	position: absolute;
	width: 52px;
	height: 52px;
	top: 50%;
	margin-top: -26px;
	z-index: 2;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.at-slider1 .swiper-next {
	right: 25%;
	margin-right: -55px;
	background-image: url(../images/ico-arr-r.png);
}
.at-slider1 .swiper-prev {
	left: 25%;
	margin-left: -55px;
	background-image: url(../images/ico-arr-l.png);
}
.row-at4 {
	padding: 97px 0 80px;
}
.at-p1 {
	font-size: 18px;
	text-align: center;
	color: #000;
	padding-top: 26px;
}
.at-txt2 {
	padding-top: 80px;
}
.at-txt2 .pic {
	margin: 0 auto;
}
.at-txt2 .pic1 {
	width: 471px;
	margin-bottom: 55px;
}
.at-txt2 .pic2 {
	width: 1000px;
	margin-bottom: 140px;
}
.at-txt2 .pic3 {
	width: 1389px;
	margin-bottom: 120px;
}
.at-txt2 .pic4 {
	width: 1171px;
}
.at-txt2 img {
	display: block;
	margin: 0 auto;
}
.at-pic1 {
	position: relative;
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.at-pic1 .left, .at-pic1 .right {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #fff;
	width: 12.5vw;
}
.at-pic1 .left {
	left: 0;
}
.at-pic1 .right {
	right: 0;
}
.row-at5 {
	padding: 66px 0 110px;
	padding-bottom: 0 !important;
	background-color: #f0f0f0;
}
.at-t1-1 .desc {
	text-align: center;
	font-size: 18px;
}
.at-pic2 {
	padding-top: 105px;
	width: 1234px;
	margin: 0 auto;
}
.at-pic2 img {
	display: block;
	margin: 0 auto;
}
.at-video {
	width: 628px;
	height: 642px;
	margin: 0 auto;
	position: relative;
}
.at-video .bg {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
.at-video .bg img {
	width: 100%;
	height: 100%;
	display: block;
}
.at-video .pic {
	position: absolute;
	bottom: 0;
	left: 114px;
	width: 374px;
	height: 565px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	overflow: hidden;
}
.at-video .pic img, .at-video .pic .section-first {
	width: 100%;
	height: 100%;
	display: block;
}
.row-at6 {
	padding: 50px 0 0;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.row-at6 .at-t1-1 .desc {
	max-width: 1230px;
	margin: 0 auto;
	padding-top: 22px;
}
.at-pic3 img {
	display: block;
	margin: 0 auto;
}
.at-pic3 {
	width: 628px;
	margin: 0 auto;
}
.at-reali {
	text-align: center;
	padding:50px 0 50px;
	background-color: #BF0008;
}
.at-reali .tit {
	font-weight: bold;
	color: #fff;
	font-size: 40px;
	margin-bottom: 26px;
}
.at-btn {
	text-align: center;
}
.at-btn .more {
	display: inline-block;
	font-size: 40px;
	height: 47px;
	position: relative;
	font-weight: bold;
	line-height: 45px;
	padding-left: 86px;
	padding-right: 20px;
	color: #fff;
}
.at-btn .more i {
	position: absolute;
	left: 0;
	top: 0;
	width: 47px;
	height: 47px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 47px;
	margin-right: 38px;
	border: 1px solid #fff;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.at-btn .more i:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 19px;
	width: 37px;
	height: 12px;
	margin-top: -6px;
	background: url(../images/ico-24.png) no-repeat left center;
}
.at-btn .more:hover i {
	width: 100%;
}
.at-slider2 {
	padding: 40px 30px 0;
	overflow: hidden;
}
.at-slider2 .slick-arrow {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-top: -30px;
	background-color: #fff;
	border: 0;
	z-index: 2;
	cursor: pointer;
	border-radius: 50%;
	font-size: 0;
	text-indent: 9999px;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.at-slider2 .slick-prev {
	left: -16px;
	background-image: url(../images/ico-arr-l1.png);
}
.at-slider2 .slick-next {
	right: -16px;
	background-image: url(../images/ico-arr-r1.png);
}
.at-slider2 .slick-arrow:hover {
	background-color: #BF0008;
}
.at-slider2 .slick-prev:hover {
	background-image: url(../images/ico-arr-l1-on.png);
}
.at-slider2 .slick-next:hover {
	background-image: url(../images/ico-arr-r1-on.png);
}
.at-slider2 .new-list1 {
	overflow: visible;
}
.pop-make .cont {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 450px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 1028;
	box-shadow: 0px 5px 36px 0px rgba(0, 0, 0, 0.69);
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.6s;
}
.pop-make.open {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1026;
}
.pop-make.open .cont {
	transform: translate(-50%, -50%) scale(1);
}
.pop-make .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/ico-close2.png) no-repeat center;
	-o-background-size: 20px auto;
	-ms-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.pop-make .cont {
	padding: 20px 28px;
}
.pop-make h3 {
	font-size: 18px;
	padding-left: 26px;
	color: #2fad38;
	margin-bottom: 15px;
	background: url(../images/ico-25.png) no-repeat left center;
	-o-background-size: 20px auto;
	-ms-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
.pop-make form {
	display: block;
}
.pop-make .inp, .pop-make .txt {
	width: 100%;
	display: block;
	height: 50px;
	border: 1px solid #80c985;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 14px;
}
.pop-make .txt {
	height: 110px;
	margin-top: 10px;
	padding: 10px 15px;
	line-height: 1.8;
}
.pop-make .bot {
	padding-top: 13px;
}
.pop-make .btn {
	width: 110px;
	height: 40px;
	border: 3px solid #fff;
	float: left;
	line-height: 34px;
	padding: 0;
	border-radius: 30px;
	background-color: #2fad38;
	color: #fff;
	cursor: pointer;
	box-shadow: 0px 10px 8px 0px rgba(47, 173, 56, 0.15);
}
.pop-make .tips {
	overflow: hidden;
	line-height: 40px;
	color: rgba(102,102,102,.8);
	padding-left: 13px;
}
.pop-make .tips span {
	color: rgba(208,61,82,.8);
}
.pop-make .close:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pop-make .btn:hover {
	opacity: .8;
}
.row-at6-1 {
	padding-bottom: 90px;
}
.new-list1-mo {
	display: none;
}
.fd-cen {
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding: 16px 0 14px;
}
.fd-cen .tel {
	float: left;
	margin-top: 25px;
}
.fd-cen .tel li {
	float: left;
	padding-right: 63px;
	border-right: 1px solid #ccc;
	margin-right: 76px;
}
.fd-cen .tel .ico {
	float: left;
	margin-right: 18px;
	height: 65px;
}
.fd-cen .tel .ico img {
	height: 100%;
	display: block;
}
.fd-cen .tel .txt {
	overflow: hidden;
	line-height: 65px;
	color: #000;
	font-size: 24px;
}
.fd-cen .tel .txt span {
	display: inline-block;
	vertical-align: middle;
}
.fd-cen .tel .txt b {
	font-size: 44px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'gabo';
	font-weight: normal;
}
.fd-cen .tel li:last-child {
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}
.fd-cen .r-b {
	float: right;
}
.fd-cen .btn {
	float: left;
	text-align: center;
	margin-left: 30px;
}
.fd-cen .btn .ico {
	width: 84px;
	height: 84px;
	display: block;
	margin: 0 auto 7px;
	border: 1px solid #D2D2D2;
	border-radius: 50%;
	position: relative;
	background-color: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.fd-cen .btn .ico:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.fd-cen .btn em {
	font-size: 18px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.fd-cen .btn-1 .ico:after {
	background-image: url(../images/ico-fd3.png);
}
.fd-cen .btn-2 .ico:after {
	background-image: url(../images/ico-fd4.png);
}
.fd-cen .btn-3 .ico:after {
	background-image: url(../images/ico-fd6.png);
}
.fd-cen .btn:hover .ico {
	border-color: transparent;
	background: linear-gradient(-24deg, #B30912 0%, #B30912 100%);
}
.fd-cen .btn-1:hover .ico:after {
	background-image: url(../images/ico-fd3-on.png);
}
.fd-cen .btn-2:hover .ico:after {
	background-image: url(../images/ico-fd4-on.png);
}
.fd-cen .btn-3:hover .ico:after {
	background-image: url(../images/ico-fd6-on.png);
}
.fd-addes {
	overflow: hidden;
	padding: 41px 0 35px;
}
.fd-addes ul {
	margin-left: -66px;
}
.fd-addes li {
	width: 25%;
	float: left;
	padding-left: 66px;
	border-right: 1px solid rgba(204,204,204,.6);
}
.fd-addes h3 {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	margin-bottom: 12px;
	padding-left: 22px;
	background: url(../images/ico-fd5.png) no-repeat left center;
}
.fd-addes .desc {
	font-size: 16px;
	line-height: 20px;
	padding-left: 22px;
}
.fd-addes li:last-child {
	border-right: 0;
}

@media only screen and (max-width: 1600px) {
.fd-cen .tel .txt {
	font-size: 18px;
}
.fd-cen .tel .txt b {
	font-size: 38px;
}
.fd-cen .tel li {
	padding-right: 50px;
	margin-right: 60px;
}
.fd-cen .btn em {
	font-size: 16px;
}
.fd-addes ul {
	margin-left: -50px;
}
.fd-addes li {
	padding-left: 50px;
}
}

@media only screen and (max-width: 1440px) {
.fd-cen .tel .ico {
	height: 50px;
}
.fd-cen .tel .txt {
	line-height: 50px;
}
.fd-cen .tel .txt b {
	font-size: 32px;
}
.fd-cen .tel li {
	padding-right: 35px;
	margin-right: 40px;
}
.fd-cen .btn .ico {
	width: 70px;
	height: 70px;
	margin-bottom: 4px;
}
.fd-cen .btn {
	margin-left: 25px;
}
.fd-addes .desc {
	font-size: 14px;
	padding-left: 18px;
}
.fd-addes ul {
	margin-left: -15px;
}
.fd-addes li {
	padding-left: 15px;
}
.fd-addes {
	padding: 28px 0 23px;
}
.fd-addes h3 {
	font-size: 17px;
	padding-left: 19px;
	-o-background-size: 12px auto;
	-ms-background-size: 12px auto;
	-moz-background-size: 12px auto;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}
.fd-cen .btn em {
	font-size: 14px;
}
}

@media only screen and (max-width: 1199px) {
.fd-cen {
	padding: 20px 0 5px;
}
.fd-cen .tel li {
	float: none;
	overflow: hidden;
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
	padding-bottom: 15px;
	padding-left: 10px;
}
.fd-cen .tel .ico {
	display: block;
	width: 50px;
	margin-right: 25px;
	margin-bottom: 0px;
}
.fd-cen .tel .ico img {
	display: block;
	margin: 0 auto;
}
.fd-cen .tel .txt {
	line-height: normal;
	font-size: 14px;
	text-align: left;
}
.fd-cen .tel .txt b {
	font-size: 24px;
	display: block;
	margin-top: 3px;
}
.fd-cen .tel {
	float: none;
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
}
.fd-cen .r-b {
	float: none;
	text-align: center;
	padding-top: 20px;
}
.fd-cen .btn .ico {
	width: 60px;
	height: 60px;
	margin-bottom: 5px;
}
.fd-cen .btn {
	width: 50%;
	margin-left: 0;
}
.fd-addes {
	padding-top: 18px;
	position: relative;
	padding-bottom: 28px;
}
.fd-addes .desc {
	position: absolute;
	padding-left: 0;
	left: 15px;
	display: none;
}
.fd-addes ul {
	margin: 0;
}
.fd-addes li {
	padding-left: 0;
	border-right: 0;
}
.fd-addes h3 {
	font-size: 18px;
	padding-left: 20px;
	-o-background-size: 12px auto;
	-ms-background-size: 12px auto;
	-moz-background-size: 12px auto;
	-webkit-background-size: 12px auto;
	background-size: 12px auto;
}
.fd-addes li.on .desc {
	display: block;
}
.fd-cen .r-b {
	display: none;
}
.mo-heade {
	display: block;
}
}
