html {
	width: 100%;
}

body {
	font-size: 16px;
	background: #fff;
	font-family: futura, "Microsoft Yahei", "Arial", Verdana, Arial, sans-serif;
	line-height: 28px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	transition: all .3s ease;
	cursor: pointer;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

strong {
	font-weight: 800;
}

img {
	border: 0;
	height: auto;
	vertical-align: middle;
	/*display: block;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
select,
button {
	border: 0;
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei";
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
input:focus,
input:active {
	user-select: text;
}

button:focus {
	outline: 0;
}

textarea {
	resize: none;
}

video {
	outline: none;
	display: block;
}

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: "";
	*zoom: 1;
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	overflow: hidden;
}

.relative {
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	position: relative;
	width: 1440px;
	margin: 0 auto;
}

/* body{
	font-family: lingxun;
} */

@font-face {
	font-family: futura;
	src: url(../fonts/FUTURA-PT-MEDIUM.WOFF.TTF);
}

@font-face {
	font-family: montserrat;
	src: url(../fonts/MONTSERRAT-BOLD.TTF);
}

/* @font-face {
	font-family:philo;
	src: url(../fonts/philo.TTF);
}
@font-face {
	font-family:shango;
	src: url(../fonts/shango.TTF);
}
@font-face {
	font-family:lingxun;
	src: url(../fonts/lingxun.TTF);
} */


/********************************** header start *********************************/
.header {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 99999;
	height: 80px;
	transition: .3s;
}

.header_zw {
	display: none;
	width: 100%;
	height: 80px;
}

.header .logo {
	float: left;
	margin-top: 14px;
	position: relative;
	width: 122px;
	height: 60px;
}

.logo .img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.logo .img2 {
	width: 0;
}

/* .header.float .img1, .header:hover .img1 {opacity: 0;}
.header.float .img2, .header:hover .img2 {width: 100%;} */


.header .h_btns {
	float: right;
}

.header .h_btns .lives {
	margin-top: 15px;
	display: block;
	float: left;
	width: 125px;
	height: 50px;
	line-height: 50px;
	background: linear-gradient(60deg, #79D6CC, #79D6CC);
	border-radius: 6px;
	font-size: 24px;
	font-family: futura;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin-right: 20px;
}

.header .h_btns .lives a:hover {
	color: #fff !important;
}

.header .h_btns .search_btn {
	margin-top: 15px;
	float: left;
	display: block;
	width: 55px;
	height: 50px;
	line-height: 45px;
	text-align: center;
	background: #A0A0A0;
	border-radius: 6px;
}

.header .h_btns .search_btn img {
	display: inline-block;
}

.header .nav {
	float: right;
}

.header .nav li {
	float: left;
	margin-right: 25px;
}

.header .nav li>a {
	font-size: 24px;
	font-family: futura;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 80px;
}

.subbox {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	padding: 10px 0 0;
	transition: .3s;
}

.subbox .box {
	display: flex;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	max-width: 1440px;
	margin: 0 auto;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.subbox .img {
	position: relative;
	width: 400px;
	height: 180px;
	margin-right: 40px
}

.subbox .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.subbox .img .tit {
	font-family: futura;
	position: absolute;
	top: 20px;
	left: 28px;
	font-size: 32px;
	color: #79D6CC
}

.subbox .con {
	overflow: hidden;
	flex: 1;
	margin: 0 -60px
}

.subbox .con .item {
	float: left;
	width: 50%
}

.subbox .con .item a {
	font-family: futura;
	display: block;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 60px;
	background: url(../images/icon-right.png) no-repeat right 20px center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.subbox .con .item a:hover {
	color: #79D6CC;
	background-image: url(../images/icon-right_on.png);
	background-repeat: no-repeat !important;
	background-position: right center;
}

.subbox {
	height: 0;
	visibility: hidden;
}

.header .nav li:hover .subbox {
	height: 270px;
	visibility: visible;
}

.subbox .box {
	height: 0;
}

.header .nav li:hover .subbox .box {
	height: 180px;
}

.header.float,
.header:hover {
	background: #fff;
}

.header.float li>a,
.header:hover li>a {
	color: #1B1F2E;
}

.header.float {
	height: 60px;
}

.header.float .nav li>a {
	line-height: 60px;
}

.header.float .h_btns .lives {
	margin-top: 5px;
}

.header.float .h_btns .search_btn {
	margin-top: 5px;
}

.header.float .logo {
	margin-top: 2px;
}

.header.float .subbox {
	top: 60px;
}


.form-so {
	display: none;
	position: absolute;
	top: 100px;
	right: 120px;
	padding: 10px 0 0;
	overflow: hidden;
	z-index: 10;
}

.form-so .box {
	width: 1200px;
	height: 100px;
	background: #fff;
	border-radius: 10px;
	padding: 15px 280px 15px 20px;
	box-sizing: border-box;
}

.form-so .text {
	display: block;
	font-size: 18px;
	width: 100%;
	height: 70px;
	padding: 0 20px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	color: #333
}

.form-so .submit {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 0;
	width: 260px;
	height: 100px;
	padding-left: 50px;
	background: #79D6CC url(../images/so.png) no-repeat 78px center;
	border-radius: 0 10px 10px 0;
	border: 0;
	cursor: pointer
}

.form-so.active {
	display: block;
}

.white_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.white_bg.active {
	display: block;
}

.wap_header {
	display: none;
}

.wap_header {
	height: 50px;
	background: #fff;
	box-shadow: 0 0px 48px 0 rgba(0, 0, 0, .1);
	position: relative;
	z-index: 999999;
}

.wap_header .logo {
	float: left;
	height: 46px;
	margin-top: 2px;
	margin-left: 10px;
}

.wap_header .logo a {
	display: block;
	height: 100%;
	line-height: 50px;
	font-size: 12px;
}

.wap_header .logo a img {
	display: block;
	height: 100%;
	float: left;
	margin-right: 5px;
}

.wap_header .sp_nav {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 10px;
	margin-top: 15px;
	z-index: 5;
}

.wap_header .sp_nav i {
	display: block;
	background: #79D6CC;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	transition: all ease .35s;
}

.wap_header .sp_nav i:nth-of-type(1) {
	top: 0;
}

.wap_header .sp_nav i:nth-of-type(2) {
	top: 10px;
}

.wap_header .sp_nav i:nth-of-type(3) {
	top: 20px;
}

.wap_header .sp_nav.sp_nav_se i:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg);
}

.wap_header .sp_nav.sp_nav_se i:nth-of-type(2) {
	width: 0;
}

.wap_header .sp_nav.sp_nav_se i:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg);
}

.wap_nav {
	width: 100%;
	height: calc(100% - 50px);
	position: fixed;
	left: 0;
	top: -100%;
	z-index: 99999;
	transition: top ease .35s;
}

.wap_nav.nav_show {
	top: 50px;
}

.wap_nav>ul {
	min-width: 320px;
	height: 100%;
	margin: 0 auto;
	background: #eee;
	position: relative;
	overflow-y: auto;
}

.wap_nav ul li {
	border-top: 1px solid #ddd;
	margin-left: 20px;
	line-height: 40px;
	font-size: 14px;
	position: relative;
}

.wap_nav>ul>li:first-child {
	border-top: 0 none;
}

.wap_nav ul li a {
	height: 44px;
	line-height: 44px;
	display: block;
	padding-right: 45px;
	color: #666;
}

.wap_nav ul li ul {
	display: none;
}

.wap_nav ul li i {
	display: block;
	width: 30px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-left: 1px solid #ddd;
	padding: 0 6px;
	position: absolute;
	right: 0;
	top: 9px;
}

.wap_nav ul li i span {
	transition: all .5s;
	height: 100%;
	width: 100%;
	background: url(../images/right.png) no-repeat;
	background-size: 12px;
	background-position: center;
	display: block;
}

.wap_nav ul li i.nav_btndown span {
	color: #79D6CC;
	transform: rotate(90deg);
}

/********************************** header end *********************************/



/********************************** banner start *********************************/
.banner {
	position: relative;
}

.banner .swiper-slide {
	height: 100vh;
}

.banner .swiper-container_banner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide {
	background-position: center !important;
	background-size: cover !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.banner .img {
	float: right;
	text-align: right;
	margin-top: 120px;
}

.banner .img img {
	display: inline-block;
}


.banner .desc {
	float: left;
	max-width: 680px;
	margin-top: 160px;
}

.banner .desc .s1 {
	min-height: 36px;
	display: block;
	font-size: 30px;
	font-family: futura;
	font-weight: 500;
	color: #878788;
	line-height: 36px;
}

.banner .desc .s2 {
	min-height: 168px;
	margin: 30px 0 40px;
	display: block;
	font-size: 72px;
	font-family: futura;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 84px;
	letter-spacing: 2px;
}

.banner .desc .s3 {
	min-height: 72px;
	display: block;
	font-size: 30px;
	font-family: futura;
	font-weight: 500;
	color: #878788;
	line-height: 36px;
	box-sizing: border-box;
	padding-left: 20px;
	position: relative;
}

.banner .desc .s3::before {
	content: "";
	display: block;
	height: 80%;
	width: 2px;
	border-radius: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 10%;
}

.banner .desc .more {
	margin-top: 85px;
	display: block;
	width: 250px;
	height: 70px;
	line-height: 70px;
	background: linear-gradient(60deg, #79D6CC, #79D6CC);
	border-radius: 10px;
	text-align: center;
	font-size: 24px;
	font-family: futura;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
}

.banner .container {
	height: 100vh;
	display: flex;
}

.banner .b_box {
	margin: auto 0;
	width: 100%;
}

.banner .swiper-dots {
	position: absolute;
	bottom: 40px;
	z-index: 9999;
	width: 100%;
	text-align: center;
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 10px;
	margin: 0 5px;
	height: 10px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 50%;
	transition: .3s;
}

.banner .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #FFFFFF;
	opacity: 1;
	position: relative;
	top: 1px;
}

.banner .swiper-prev,
.banner .swiper-next {
	display: block;
	height: 60px;
	width: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 999;
	cursor: pointer;
}

.banner .swiper-prev {
	background: url(../images/left1.png) no-repeat;
	left: 80px;
}

.banner .swiper-next {
	background: url(../images/right1.png) no-repeat;
	right: 80px;
}

/********************************** banner end *********************************/



.ind_tit {
	text-align: center;
	box-sizing: border-box;
	padding: 80px 0 40px;
}

.ind_tit p {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: montserrat;
	font-weight: bold;
	color: #79D6CC;
	text-transform: uppercase;
}

.ind_tit span {
	display: block;
	text-transform: uppercase;
	font-size: 48px;
	font-family: futura;
	font-weight: bold;
	color: #1B1F2E;
}

/********************************** sec1 start *********************************/
.pro_item {
	display: block;
	width: 50%;
	float: left;
	position: relative;
}

.pro_item2 {
	display: block;
	width: 33.3333333%;
	float: left;
	position: relative;
}

.pro_item::after {
	content: "";
	display: block;
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	position: absolute;
	top: 20px;
	left: 20px;
	border: 2px solid #fff;
	opacity: 0;
	transition: .3s;
}

.index-row1 {
	position: relative;
	overflow: hidden
}

.index-row1 .pic {
	height: 400px;
	width: 100%;
	background-position: center !important;
	background-size: cover !important;
}

.index-row1 .pic:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.index-row1 .txt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
	z-index: 3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.index-row1 .txt .icon {
	width: 141px;
	margin: 0 auto 10px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.index-row1 .txt .icon img {
	display: block;
	width: 100%
}

.index-row1 .txt .s1 {
	font-family: futura;
	font-size: 32px;
	margin-bottom: 20px;
}

.index-row1 .txt .s2 {
	height: 0;
	font-family: futura;
	font-size: 16px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.index-row1 .txt .more {
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	width: 150px;
	height: 0px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 25px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.index-row1 .txt .more:hover {
	background-color: #fff;
	color: #333;
}

.index-row1 .pro_item:hover::after {
	opacity: .5;
}

.index-row1 .pro_item:hover .more {
	height: 50px;
}

.index-row1 .pro_item:hover .pic:after {
	background-color: rgba(0, 0, 0, .8)
}

.index-row1 .pro_item:hover .txt {
	top: 45%
}

.index-row1 .pro_item:hover .txt .icon,
.index-row1 .pro_item:hover .txt .more,
.index-row1 .pro_item:hover .txt .s2 {
	opacity: 1
}

.index-row1 .pro_item:hover .txt .s2 {
	margin: 15px 0 52px;
	height: auto;
}

/********************************** sec1 end *********************************/


/********************************** sec2 start *********************************/
.sec2 {
	padding-bottom: 70px;
	background: url(../images/pro_bg.jpg) no-repeat;
	background-size: cover !important;
	background-position: center !important;
}

.index-row2 .swiper-container_pro {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.index-row2 .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.index-row2 .swiper-slide {
	transform: scale(.7);
	transition: .3s;
}

.index-row2 .swiper-slide-next,
.index-row2 .swiper-slide-prev {
	transform: scale(.8);
}

.index-row2 .swiper-slide-active {
	transform: scale(1.4);
}



.index-row2 .swiper-button-prev,
.index-row2 .swiper-button-next {
	display: block;
	height: 60px;
	width: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 999;
	cursor: pointer;
	outline: none;
}

.index-row2 .swiper-button-prev {
	background: url(../images/left2.png) no-repeat;
	left: 0px;
}

.index-row2 .swiper-button-next {
	background: url(../images/right2.png) no-repeat;
	right: 0px;
}

.pro_box {
	margin: 50px 0 40px;
}

.pro_box .img_box {
	position: relative;
	text-align: center;
}

/* .pro_box .img_box .img{display: none;width: 100%;max-width: 200px;} */
.pro_box .img_box .img {
	width: 100%;
}

.pro_box .img_box .img.active {
	display: inline-block;
}

/* .pro_box .img_box .title{display: block;width: 240px;height: 60px;line-height: 60px;background: rgba(0,0,0,.7);font-size: 26px;font-family: FuturaPT;font-weight: 500;color: #FFFFFF;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);visibility: hidden;transition: .3s;height: 0;overflow: hidden;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding: 0 10px;} */
.pro_box .img_box .title {
	display: block;
	width: 100%;
	height: 0px;
	line-height: 40px;
	font-size: 26px;
	font-family: FuturaPT;
	font-weight: bold;
	color: #333;
	visibility: hidden;
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: -20px;
}

.pro_box .color_box {
	text-align: center;
}

.pro_box .color_box span {
	position: relative;
	display: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

.pro_box .color_box span i {
	display: none;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 22px;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
}

.pro_box .color_box .title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-top: -20px;
}

.pro_box .color_box span.active i {
	display: block;
}

/* .swiper-slide-active .pro_box .img_box .title{visibility: visible;height: 60px;} */
.swiper-slide-active .pro_box .color_box span {
	display: inline-block;
}

.swiper-slide-active .pro_box .color_box .title {
	display: none;
}

.swiper-slide-active .pro_box .img_box .title {
	visibility: visible;
	height: auto;
}

.pro_more {
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 70px;
	line-height: 66px;
	border: 2px solid #79D6CC;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	font-size: 24px;
	color: #79D6CC;
	text-transform: uppercase;
}

.pro_more:hover {
	background: #79D6CC;
	color: #fff;
}

/********************************** sec2 end *********************************/




/********************************** sec3 start *********************************/
.index-row3 {
	position: relative;
}

.index-row3 .video_box {
	position: relative;
}

.index-row3 .video_box::after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/video_bg.png);
	background-position: center;
	background-size: cover;
	opacity: .8;
}

.index-row3 .pt_video {
	width: 100%;
	display: block;
	object-fit: cover;
	height: 700px;
}

.index-row3 .video_play {
	position: absolute;
	left: 50%;
	top: 30%;
	display: block;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	cursor: pointer;
}

.index-row3 .video_play img {
	width: 100%;
	position: relative;
	z-index: 2;
}

.index-row3 .video_play::before,
.index-row3 .video_play::after {
	content: "";
	z-index: 1;
	display: block;
	opacity: 0.4;
	border-radius: 30px;
	background: #79D6CC;
	position: absolute;
	top: 50%;
	left: 50%;
}

.index-row3 .video_play::before {
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
}

.index-row3 .video_play::after {
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
}

.index-row3 p {
	font-size: 48px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 120px;
}


.index-row3 .video_play::before {
	animation: biger1 1.6s infinite;
}

.index-row3 .video_play::after {
	animation: biger2 1.6s infinite;
}

@keyframes biger1 {
	20% {
		transform: scale(1);
		opacity: .5;
	}

	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}

@keyframes biger2 {
	0% {
		transform: scale(1);
		opacity: .5;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.pop-video {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 99999;
	display: none
}

.pop-video .box {
	width: 70%;
	padding: 40px 10px;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 10px
}

.pop-video .box .close {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 30px;
	height: 30px;
	color: #9fa3af;
	cursor: pointer;
	font-size: 26px;
	line-height: 26px;
	text-align: center
}

.pop-video .box video {
	width: 100%
}



.index-row32 {}

.rd_list {
	background: #fff;
	margin-top: -14%;
	border-radius: 10px;
}

.rd_item {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 50px 40px;
	text-align: center;
	box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.05);
}

.rd_item p {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	box-sizing: border-box;
	padding: 10px 0 30px;
	transition: .3s;
}

.rd_item .img {
	overflow: hidden;
	border-radius: 10px;
}

.rd_item .img img {
	width: 100%;
	transition: .6s;
}

.rd_item:hover p {
	color: #79D6CC;
}

.rd_item:hover .img img {
	transform: scale(1.1);
}

/********************************** sec3 end *********************************/


/********************************** sec4 start *********************************/
.sec4 .swiper-container_xw {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.sec4 .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.xw_item {
	box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	background: #FFFFFF;
	overflow: hidden;
	width: 100%;
}

.xw_item .img {
	overflow: hidden;
	position: relative;
}

.xw_item .img img {
	width: 100%;
	transition: .6s;
	display: block;
}

.xw_item .img .date {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 10px 0px 0px 0px;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	width: 70px;
	height: 70px;
	padding-top: 10px;
	box-sizing: border-box;
}

.xw_item .img .date p {
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	line-height: 24px;
}

.xw_item .desc {
	box-sizing: border-box;
	padding: 10px 40px 40px 40px;
}

.xw_item .desc strong {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #EEF3F7;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	font-family: montserrat;
	box-sizing: border-box;
	padding: 0 20px;
	color: #79D6CC;
}

.xw_item .desc span {
	margin: 26px 0 36px;
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #1B1F2E;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 90px;
}

.xw_item .desc p {}

.xw_item .desc p b {
	font-size: 18px;
	font-family: montserrat;
	color: #999999;
}

.xw_item .desc p i {
	float: right;
	display: block;
	background: url(../images/r3.png);
	width: 21px;
	height: 16px;
	transition: .3s;
	margin-top: 6px;
}

.xw_item:hover img {
	transform: scale(1.1);
}

.xw_item:hover .desc p b {
	color: #79D6CC;
}

/* .xw_item:hover .desc p i{background: url(../images/r3.png);transform: translateX(10px);} */
.xw_item:hover .desc p i {
	background: url(../images/r3.png);
	transform: translateX(10px);
}

.sec4 .swiper-button-next,
.sec4 .swiper-button-prev,
.sec4 .swiper-pagination {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	margin: 0;
	display: inline-block;
}

.bpb_box {
	text-align: center;
	margin: 50px 0;
}

.sec4 .swiper-button-next,
.sec4 .swiper-button-prev {
	height: 60px;
	width: 60px;
}

.sec4 .swiper-button-next {
	background: url(../images/right2.png);
}

.sec4 .swiper-button-prev {
	background: url(../images/left2.png);
}

.sec4 .swiper-pagination {
	margin: 0 50px;
	position: relative;
	top: -22px;
}

.sec4 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #1B1F2E;
	opacity: 0.5;
	border-radius: 50%;
	transition: .6s;
	position: relative;
	top: -1px;
	margin: 0 5px;
}

.sec4 .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: #1B1F2E;
	opacity: 1;
	position: relative;
	top: 1px;
}




/********************************** sec4 end *********************************/


/********************************** sec5 start *********************************/
.sec5 {
	padding-bottom: 50px;
	position: fixed;
	bottom: 0;
	z-index: 9999;
	left: 50%;
	transform: translateX(-50%);
}

.gg_box {
	position: relative;
	box-shadow: 0px 0px 31px 12px rgba(0, 0, 0, .2);
	background: url(../images/Index_39.jpg);
	background-position: left top;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 75px 40px;
}

.gg_box p {
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: left;
	width: calc(100% - 360px);
	line-height: 70px;
	letter-spacing: 1px;
}

.gg_box a {
	display: block;
	width: 250px;
	height: 70px;
	line-height: 70px;
	background: #1B1F2E;
	border-radius: 10px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	float: right;
	margin-top: 35px;
	text-transform: uppercase;
}

.gg_box i {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
	width: 40px;
	height: 40px;
	background: url(../images/close.png);
	cursor: pointer;
}


/********************************** sec5 end *********************************/


/********************************** footer start *********************************/
.foot1 {
	padding: 60px 0 60px;
	background: url(../images/Index_42.jpg);
	background-position: center;
	background-size: cover;
}

.footer_tit {
	float: left;
	width: 440px;
}

.footer_tit p {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	display: block;
	margin-top: 20px;
}

/* .footer_tit .btns_box a{display: inline-block;width: 40px;height: 40px;background: rgba(29, 168, 56, .8);border-radius: 10px;padding: 12px;box-sizing: border-box;margin: 0 8px;} */
/* .footer_tit .btns_box a img{display: block;} */
/* .footer_tit .btns_box a:hover{background: #79D6CC;} */

.footer_nav {
	width: calc(100% - 550px);
	float: right;
}

.footer_nav dl {
	width: 33.3333%;
	float: left;
}

.footer_nav dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #1B1F2E;
	line-height: 36px;
	position: relative;
	text-transform: uppercase;
}

.footer_nav dl dt::after {
	content: "";
	display: block;
	background: url(../images/ft_nav_bg.png);
	width: 82px;
	height: 9px;
	margin: 10px 0 5px;
}

.footer_nav dl dd {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	margin-top: 20px;
}


.foot2 {
	height: 60px;
	line-height: 59px;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	background: #EDEDED;
}

.foot2 span,
.foot2 a {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}

.foot2 img {
	display: inline-block;
	margin-right: 10px;
}

.foot2 a+a {
	margin-left: 40px;
}

.footer a:hover {
	color: #79D6CC;
}


.bta {
	display: block;
	height: 60px;
	width: 60px;
	float: left;
	margin-right: 20px;
	margin-top: 30px;
}

.bta1 {
	background: url(../images/ins.png);
}

.bta2 {
	background: url(../images/IN.png);
}

.bta3 {
	background: url(../images/TT.png);
}

.bta4 {
	background: url(../images/GG.png);
}

.bta1:hover {
	background: url(../images/inss.png);
}

.bta2:hover {
	background: url(../images/AIN.png);
}

.bta3:hover {
	background: url(../images/ATT.png);
}

.bta4:hover {
	background: url(../images/AGG.png);
}

/********************************** footer end *********************************/





@media screen and (max-width:1750px) {

	.banner .swiper-prev,
	.banner .swiper-next {
		display: none;
	}
}

@media screen and (max-width:1560px) {
	.container {
		width: 1300px;
	}

	.wp {
		max-width: 1300px;
	}

	.banner .img {
		width: calc(100% - 680px);
	}

	.banner .img img {
		width: 100%;
	}

}

@media screen and (max-width:1320px) {
	.container {
		width: 1180px;
	}

	.wp {
		max-width: 1180px;
	}

	.banner .desc {
		margin-top: 100px;
	}

	.rd_item {
		padding: 50px 20px;
	}

	.index-row1 .pic {
		height: 300px;
	}

	.header .nav li {
		margin-right: 15px;
	}
}

@media screen and (max-width:1199px) {

	.header,
	.header_zw {
		display: none;
	}

	.wap_header {
		display: block;
	}

	.container {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.wp {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.sub-nav li+li {
		margin-left: 10px;
	}

	.sub-nav li>a {
		font-size: 20px;
		height: 80px;
		line-height: 80px;
	}

	.banner .desc {
		width: 100%;
		float: none;
		max-width: none;
	}

	.banner .img {
		width: 100%;
		float: none;
		max-width: 300px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.banner .desc .s2 {
		min-height: auto;
		font-size: 48px;
		line-height: 50px;
		margin: 20px 0 30px;
	}

	.banner .desc .s1 {
		min-height: auto;
		font-size: 24px;
		line-height: 24px;
	}

	.banner .desc .s3 {
		min-height: auto;
		font-size: 24px;
		line-height: 24px;
	}

	.banner .desc .more {
		margin-top: 40px;
		width: 200px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.banner .container,
	.banner .swiper-slide {
		height: 750px;
	}

	.banner .swiper-dots {
		bottom: 20px;
	}

	.banner .desc {
		margin-top: 60px;
	}

	.index-row3 p {
		left: 5%;
		width: 90%;
		transform: translate(0, -50%);
		text-align: center;
	}

	.gg_box p {
		font-size: 32px;
		line-height: 36px;
	}

	.foot1 {
		padding: 50px 0 60px;
	}

	.footer_tit {
		float: none;
		width: 100%;
	}

	.footer_nav {
		display: none;
	}

	.footer .fl,
	.footer .fr {
		float: none;
	}

	.foot2 {
		text-align: center;
		line-height: 24px;
		height: auto;
		padding: 20px 0;
	}

	.rd_item {
		width: 50%;
	}

	.index-row1 .pic {
		height: 200px;
	}

	.sec5 {
		width: calc(100% - 20px);
	}
}

/* pc */
@media screen and (min-width:1200px) {
	.banner .swiper-slide .mobile {
		display: none;
	}
}

@media screen and (min-width:1200px) and (max-width:1600px) {
	.banner .pc img {
		vertical-align: 247px;
		width: 108%;
	}

	.banner .pc{
		height: 100%;
	}
}

@media screen and (min-width:1600px) and (max-width:1920px) {
	 .pc img {
		vertical-align: 247px;
		width: 108%;
	}

	.banner .pc{
		height: 100%;
	}
}

/* mobile */
@media screen and (max-width:1199px) {
	.banner .swiper-slide .pc {
		display: none;
	}
}

@media screen and (max-width:780px) {
	.pro_box .img_box .title {
		margin-top: 0;
	}

	.ind_tit {
		padding: 40px 0 20px;
	}

	.ind_tit p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.ind_tit span {
		font-size: 28px;
	}

	.pro_item2 {
		width: 50%;
	}

	.pro_item2:nth-of-type(5) {
		width: 100%;
	}

	.pro_more {
		width: 150px;
		height: 50px;
		line-height: 46px;
		font-size: 18px;
	}

	.pro_box .img_box .img {
		width: 100px;
	}

	.pro_box .img_box .title {
		font-size: 22px;
	}

	.index-row2 .swiper-button-prev,
	.index-row2 .swiper-button-next {
		zoom: .8;
	}

	.index-row2 .swiper-button-prev {
		left: 10px;
	}

	.index-row2 .swiper-button-next {
		right: 10px;
	}

	.index-row3 .video_play {
		zoom: .8;
	}

	.index-row3 p {
		font-size: 28px;
		margin-top: 90px;
	}

	.index-row3 .pt_video {
		height: 400px;
	}

	.rd_item p {
		font-size: 24px;
		padding: 10px 0 20px;
	}

	.rd_item {
		padding: 20px 15px;
	}

	.bpb_box {
		zoom: .8;
	}

	.gg_box {
		padding: 40px 20px;
	}

	.gg_box a {
		width: 200px;
		height: 50px;
		line-height: 50px;
	}

	.gg_box p {
		width: calc(100% - 200px);
	}

	.ban .txt .s1 {
		font-size: 38px !important;
	}

	.bta {
		zoom: .8;
	}
}

@media screen and (max-width:560px) {
	.container {
		padding: 0 10px;
	}

	.banner .desc .s2 {
		font-size: 42px;
		line-height: 42px;
	}

	.pro_item {
		width: 100% !important;
		float: none;
	}

	.index-row3 .pt_video {
		height: 300px;
	}

	.gg_box p {
		width: 100%;
		float: none;
	}

	.gg_box a {
		float: none;
		margin: 0 auto;
		font-size: 20px;
		margin-top: 20px;
	}

	.pro_box .img_box .title {
		width: 100%;
	}

	.pro_box {
		width: 100%;
	}

	.banner .desc .s3,
	.banner .desc .s1 {
		font-size: 16px;
		line-height: 22px;
	}

	.banner .desc .s2 {
		font-size: 32px;
		line-height: 40px;
	}

	.pro_box .img_box .title {
		font-size: 14px;
	}

	.index-row1 .txt .more {
		line-height: 38px;
	}

	.index-row1 .pro_item:hover .more {
		height: 40px;
	}
}

@media screen and (max-width:460px) {
	.rd_item {
		width: 100%;
	}
}



/*新闻部分*/
.ny_sel_box {
	text-align: center;
	margin: 40px 0 50px;
}

.ny_sel_item {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #888888;
	color: #fff !important;
	font-size: 16px;
	padding: 0 15px;
}

.ny_sel_item.active,
.ny_sel_item:hover {
	background: #5D3E21;
}

.news_content h1 {
	text-align: center;
	font-size: 30px;
	color: #333;
	line-height: 40px;
}

.news_content h2 {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	display: block;
	margin: 30px 0 12px;
}

.news_content h3 {
	display: block;
	width: 100%;
	height: 1px;
	background: #ECECEC;
}

.news_content .info {
	padding: 30px 0 50px;
}

.news_content .info p {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	text-indent: 2em;
}

.news_content .info p+p {
	padding-top: 24px;
}

.news_content .info img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	/*width: 100%;*/
}



.news_list {
	padding-bottom: 50px;
}

.news-ul {
	width: 100%;
	padding-bottom: 10px;
}

.news-ul li {
	width: 100%;
	margin-bottom: 15px;
}

.news-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.news-img img {
	width: 100%;
}

.news-img:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	content: '';
}

.news-img:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: none;
	width: 32px;
	height: 32px;
	background: url(../images/jia.png) no-repeat center center;
	background-size: cover;
	-o-background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: '';
}

.news-text {
	width: 100%;
	padding-top: 10px;
}

.news-text h3 {
	width: 100%;
	font-size: 24px;
	color: #545759;
	display: -webkit-box;
	height: 48px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0px;
}

.news-time {
	width: 100%;
	height: 32px;
	margin-top: 6px;
	line-height: 32px;
	font-size: 20px;
	color: #999;
	border-top: 1px solid #ebebeb;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.news-ul li:hover .news-img {
	-webkit-box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.8);
}

.news-ul li:hover .news-img:after {
	opacity: 1;
	display: block;
}

.news-ul li:hover .news-img:before {
	display: block;
}

.news-ul li:hover .news-time {
	border-color: #5D3E21;
}

@media (min-width: 768px) {
	.news-ul li {
		display: block;
		float: left;
		vertical-align: top;
		width: 31.3333%;
		margin-right: 2.5%;
	}

	.news-ul li:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width:560px) {

	/* .ny_sel_item{display: block;width: 100%;margin-bottom: 5px;} */
	.ny_sel_item {
		font-size: 12px;
		width: auto;
		padding: 0 20px;
		margin-bottom: 5px;
	}
}



























.video-row1 {
	display: flex;
	margin: 80px 0 60px;
	border-radius: 10px;
	overflow: hidden
}

.video-row1 .pic-box {
	flex: 0 0 900px
}

.video-row1 .pic-box .pic {
	position: relative;
	padding-top: 55.78%
}

.video-row1 .pic-box .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.video-row1 .pic-box .pic:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/icon-play2.png) no-repeat center;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.video-row1 .txt {
	position: relative;
	flex: 1;
	background: #f9f9f9;
	padding: 38px 60px 0
}

.video-row1 .txt img {
	display: block;
	width: 130px;
	margin-bottom: 55px
}

.video-row1 .txt .s1 {
	font-family: FuturaLT-Heavy;
	font-size: 32px;
	line-height: 40px;
	height: 120px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
	padding-right: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.video-row1 .txt .s2 {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px
}

.video-row1 .txt .s3 {
	position: absolute;
	font-size: 16px;
	bottom: 35px;
	font-family: FuturaLT-Heavy
}

.video-row1:hover .pic-box .pic:after {
	opacity: 1
}

.video-row1:hover .txt .s1 {
	color: #2997ff
}

.z-video li {
	float: left;
	width: 50%;
	margin-bottom: 40px
}

.z-video li a {
	position: relative;
	display: block;
	margin: 0 20px;
	border-radius: 10px;
	overflow: hidden
}

.z-video .pic {
	position: relative;
	padding-top: 55.71%;
	border-radius: 10px;
	overflow: hidden
}

.z-video .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.z-video .txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80px;
	background: rgba(0, 0, 0, .2);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	padding: 0 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.z-video .txt .s1 {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px
}

.z-video li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/icon-play2.png) no-repeat center;
	-webkit-background-size: 80px auto;
	background-size: 80px auto;
	opacity: 0;
	z-index: 3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.z-video li a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 2;
	opacity: 0;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.z-video li a:hover:after,
.z-video li a:hover:before {
	opacity: 1
}

.z-video a:hover .txt {
	background: 0 0
}

.ban-video {
	position: relative;
	overflow: hidden;
}

.ban-video video {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover
}

.ban-video .txt-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
	right: 20px;
	text-align: center;
	z-index: 10
}

.ban-video .txt-box .s1 {
	font-family: FuturaLT-Heavy;
	font-size: 80px;
	color: #fff;
	margin-bottom: 26px
}

.ban-video .txt-box .s2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 70px
}

.ban-video .txt-box .btn-watch {
	display: block;
	text-transform: uppercase;
	width: 180px;
	height: 60px;
	line-height: 58px;
	border: 1px solid #2997ff;
	border-radius: 30px;
	padding-left: 66px;
	color: #2997ff;
	margin: 0 auto;
	background: url(../images/icon-play3.png) no-repeat left center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.ban-video .txt-box .btn-watch:hover {
	background-color: #2997ff;
	color: #fff
}



.sub-nav {
	margin-bottom: 40px;
}

@media only screen and (max-width:767px) {
	.index-row1 {
		margin: 0 20px
	}

	.index-row1 .pic:after {
		background-color: rgba(0, 0, 0, .5)
	}

	.index-row1 .swiper-dots-arrows {
		top: 20%;
		bottom: auto;
		justify-content: space-between
	}

	.swiper-indexRow2 .img {
		width: 69px
	}

	.swiper-indexRow2 .swiper-dots-arrows {
		left: 0;
		right: 0;
		bottom: 30px;
		justify-content: center
	}

	.index-row4 {
		margin: 0 20px;
		padding: 50px 0
	}

	.index-row4 .wp {
		padding: 0
	}

	.index-row4 .box {
		position: relative;
		overflow: hidden
	}

	.index-row4 .box .pic {
		position: relative;
		padding-top: 51.2%;
		border-radius: 10px;
		overflow: hidden;
		margin-bottom: 24px
	}

	.index-row4 .box .pic img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0
	}

	.index-row4 .box .txt {
		text-align: center
	}

	.index-row4 .box .txt p {
		font-family: FuturaLT-Heavy;
		margin-bottom: 20px
	}

	.index-row4 .box .txt .more {
		text-transform: uppercase;
		display: block;
		margin: 0 auto 2px;
		width: 120px;
		height: 40px;
		line-height: 38px;
		text-align: center;
		border: 1px solid #2997ff;
		color: #2997ff;
		border-radius: 25px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.index-row4 .box .swiper-dots-arrows {
		justify-content: space-between
	}

	.index-row4 .box .swiper-dots-arrows .swiper-arrows {
		margin: 0
	}

	.index-row5 {
		margin: 0 20px;
		padding-bottom: 80px
	}

	.index-row5 .pic {
		margin-bottom: 25px
	}

	.index-row5 .txt {
		position: static;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}

	.index-row5 .txt .s1 {
		font-size: 16px;
		color: #1e1e1e
	}

	.index-row5 .txt .s2 {
		font-family: FuturaLT;
		font-size: 18px;
		color: #333
	}

	.index-row5 .txt .g-more {
		border-color: #2997ff;
		color: #2997ff
	}

	.swiper-dots-arrows .swiper-dots .swiper-pagination-bullet {
		background: #1e1e1e
	}

	.index-row6 {
		padding-bottom: 60px
	}

	.index-row6 .box {
		padding-bottom: 80px
	}

	.ban {
		height: 240px
	}

	.ban .txt {
		padding: 160px 0 0
	}

	.sustainability-row1 {
		height: 200px
	}

	.sustainability-row2 {
		padding: 30px 20px
	}

	.sustainability-row3 .title {
		font-size: 24px
	}

	.pop-win {
		width: 300px
	}

	.pop-win .txt .icon {
		width: 100px;
		height: 100px;
		margin-left: -50px;
		margin-top: -50px
	}

	.pop-win .txt .s1 {
		font-size: 18px;
		padding: 60px 0 12px
	}

	.pop-win .txt .s2 {
		font-size: 14px
	}

	.form-search {
		display: block;
		padding: 50px 20px 0
	}

	.form-search .inp {
		width: 100%;
		margin-bottom: 10px
	}

	.form-search .search {
		display: block;
		margin: 0 auto;
		font-size: 12px;
		width: 100px;
		height: 40px;
		border-radius: 20px;
		background-position: 10px center;
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
		padding-left: 20px
	}

	.g-tit2 {
		font-size: 22px
	}

	.g-tit2:after {
		width: 10px;
		height: 3px;
		margin: 5px auto 20px
	}

	.ul-product .inner {
		display: block;
		height: auto !important;
		padding: 20px
	}

	.ul-product .txt {
		padding: 30px 0 0
	}

	.ul-product .txt .s2 {
		font-size: 21px;
		text-align: center
	}

	.ul-product .txt .s2 {
		margin-bottom: 20px
	}

	.ul-product .txt .s3 {
		margin: 0 auto
	}

	.ul-meadia li a {
		display: block
	}

	.ul-meadia .pic {
		margin-right: 0;
		position: relative;
		padding-top: 56%
	}

	.ul-meadia .pic img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0
	}

	.ul-download li {
		float: none;
		width: auto
	}

	.ul-download .txt p {
		font-size: 18px;
		bottom: 20px;
		left: 20px
	}

	.careers-row1 {
		margin: 50px 0
	}

	.careers-row1 .video-box .play {
		width: 60px;
		height: 60px;
		-webkit-background-size: 60px auto;
		background-size: 60px auto
	}

	.careers-row1 .txt-box .s1 {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 20px
	}

	.careers-row1 .txt-box .s2 {
		font-size: 14px;
		line-height: 1.5
	}

	.area-department {
		display: block;
		padding: 30px 0
	}

	.area-department .item {
		display: block;
		margin-bottom: 20px
	}

	.area-department .m-select .show {
		width: auto
	}

	.area-department .tit {
		margin-bottom: 10px
	}

	.careers-jobs .tit {
		display: block;
		height: auto;
		padding: 10px 10px 30px;
		background-position: center bottom 10px
	}

	.careers-jobs .tit .item {
		font-size: 16px;
		line-height: 2;
		width: auto !important;
		text-align: center !important
	}

	.careers-jobs .tit .item:first-child {
		font-size: 20px
	}

	.careers-row2 {
		padding: 0 0 50px
	}

	.about-row1 {
		padding: 50px 0
	}

	.about-row1 .txt-box {
		padding: 20px 0 0
	}

	.about-row1 .txt-box .txt-left .s1 {
		font-size: 36px
	}

	.about-row1 .txt-box .txt-left .s2 {
		font-size: 24px;
		margin-bottom: 10px
	}

	.about-row1 .txt-box .txt-right {
		font-size: 14px;
		line-height: 1.5
	}

	.ul-about1 {
		padding: 30px 0 0
	}

	.ul-about2 .s2 {
		font-size: 28px
	}

	.about-row2 {
		height: 300px;
		padding: 30px 0 0
	}

	.ul-about2.one {
		padding: 10px 0
	}

	.ul-about2 .s1 {
		font-size: 14px
	}

	.about-row4 {
		margin: 20px;
		overflow: hidden
	}

	.about-row4 .txt p {
		font-size: 14px
	}

	.about-row4 .swiper-dots-arrows {
		position: absolute
	}

	.about-row4 .swiper-dots-arrows .swiper-arrows {
		position: static;
		margin: 0 10px
	}

	.about-row4 .swiper-dots-arrows .swiper-dots {
		position: static
	}

	.about-row4 .pic {
		margin-bottom: 15px
	}

	.about-row3 {
		padding: 20px 20px 10px
	}

	.about-row3 .box .txt .s1 {
		font-size: 20px
	}

	.about-row3 .box .txt .s2 {
		font-size: 14px;
		width: 140px
	}

	.about-row3 .box .txt .pos2 {
		top: 10px;
		left: 10px
	}

	.about-row3 .box .txt .pos1 {
		bottom: 10px;
		left: 10px
	}

	.about-row3 .box .pos3 {
		top: 10px;
		right: 10px
	}

	.about-row3 .box .pos4 {
		right: 10px;
		bottom: 10px
	}

	.ul-product .pic {
		margin: 0 auto
	}

	.product-main .ul-product .pic {
		margin-top: 20px
	}

	.sub-nav ul {
		display: block
	}

	.sub-nav li+li {
		margin-left: 0
	}

	.sub-nav li>a {
		height: 60px;
		line-height: 60px
	}

	.about-row1 .txt-box .txt-left {
		padding-right: 0
	}

	.about-row1 .txt-box .txt-left .s3 {
		font-size: 24px
	}

	.nav3 {
		position: static;
		padding: 0 0 20px
	}

	.nav3 .pic {
		display: none
	}

	.nav3 .con .item {
		float: none;
		width: auto
	}

	.nav3 .con .inner {
		margin-right: 0;
		line-height: 2
	}

	.nav3 p {
		font-size: 14px;
		text-align: left
	}

	.nav3 .tit {
		font-size: 18px;
		line-height: 50px
	}

	.z-tab1 {
		display: block
	}

	.z-tab1 li {
		margin-bottom: 20px
	}

	.z-tab1 li a span {
		width: auto
	}

	.partner-row2 {
		padding: 40px 0
	}

	.partner-row4 .box .txt-box .txt .s2 {
		margin-bottom: 30px
	}

	.partner-row5 .box .txt-box .s1 {
		font-size: 24px
	}

	.partner-row5 .box .txt-box .s2 {
		font-size: 18px;
		padding-right: 0
	}

	.partner-row5 {
		padding: 50px 0
	}

	.ul-list2 li {
		margin: 0 0 20px;
		width: auto
	}

	.ul-list2 .inner {
		margin-left: 0
	}

	.partner-row6 .s1 {
		font-size: 30px
	}

	.partner-row6 {
		height: 280px;
		padding: 30px 0 0
	}

	.table-membership {
		overflow-x: auto
	}

	.table-membership .box {
		width: 600px
	}

	.z-distributors li {
		width: 50%
	}

	.z-distributors {
		margin: 20px -5px
	}

	.z-distributors .inner {
		margin: 0 5px 10px
	}

	.z-distributors .pic {
		height: 150px;
		line-height: 150px
	}

	.z-distributors .txt .s1 {
		font-size: 12px
	}

	.z-distributors .txt .s2 {
		font-size: 12px
	}

	.z-tit6 {
		font-size: 30px
	}

	.ul-list2 .pic {
		height: 300px;
		line-height: 298px
	}

	.ul-list2 p {
		font-size: 15px;
		line-height: 2
	}

	.ul-list3 {
		padding-bottom: 30px;
		margin-left: 0
	}

	.product-row2 {
		padding-bottom: 50px
	}

	.ul-list2 {
		display: block
	}

	.row-stories {
		padding: 50px 0
	}

	.row-stories .txt-box {
		position: static;
		width: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		color: #333
	}

	.row-stories .txt-box .s2 {
		font-size: 20px;
		line-height: 1.5
	}

	.row-stories .swiper-dots-arrows {
		bottom: 0
	}

	.z-distributors .inner:hover .mask-box {
		padding: 60px 0 0
	}

	.row-newsroom {
		padding: 0 60px 40px;
		margin-bottom: 50px
	}

	.swiper-newsroom .txt {
		padding: 10px
	}

	.row-newsroom .tit1 {
		line-height: 60px
	}

	.ul-news1 li a,
	.video-row1 {
		display: block
	}

	.ul-news1 .txt,
	.video-row1 .txt {
		padding: 20px
	}

	.ul-news1 .txt .s4,
	.video-row1 .txt .s3 {
		position: static;
		margin-top: 20px
	}

	.ul-news2 li {
		float: none;
		width: auto !important
	}

	.ul-news3 {
		padding-bottom: 20px
	}

	.h100 {
		height: 50px
	}

	.z-video li {
		float: none;
		width: auto;
		margin-bottom: 20px
	}

	.designed-row6 {
		padding: 100px 0
	}

	.designed-row6 .s1 {
		font-size: 24px
	}

	.z-technologies li {
		width: auto !important
	}

	.z-benefits {
		flex-wrap: wrap
	}

	.z-benefits li {
		flex: none;
		width: 50%;
		margin-bottom: 20px
	}

	.z-benefits p {
		font-size: 14px
	}

	.designed-row1 .txt .s1 {
		font-size: 24px;
		line-height: 1.5
	}

	.ban-video .txt-box .s1 {
		font-size: 26px
	}

	.ban-video .txt-box .s1:after {
		margin: 3px auto 10px
	}

	.ban-video video {
		height: 300px
	}

	.ban-video .txt-box .s2 {
		font-size: 18px;
		margin-bottom: 30px
	}

	.designed-row6 {
		padding: 50px 0
	}

	.designed-row6 .s2 {
		margin-bottom: 36px
	}

	.designed-row5 {
		padding: 50px 0
	}

	.designed-row1 .txt .s2 {
		padding-right: 0
	}

	.odm-row3 .box .swiper-slide {
		padding: 0
	}

	.odm-row3 .swiper-dots2 {
		right: 0
	}

	.odm-row3 {
		padding: 20px 0
	}

	.odm-row3 .box {
		max-height: 450px
	}

	.pop-close {
		width: 30px;
		height: 30px;
		top: -15px;
		right: -15px
	}

	.pop-file .box .swiper-slide {
		padding: 20px
	}

	.pop-win .txt .s3 .btn {
		font-size: 14px
	}

	.pop-cookie .img {
		display: none
	}

	.pop-cookie .box {
		display: block;
		padding: 20px
	}

	.pop-cookie .btn-accept {
		margin-top: 20px
	}

	.odm-row3 .pic {
		height: 180px;
		top: -20px
	}

	.product-main .ul-product .txt .s4 {
		margin-bottom: 15px
	}

	.product-main .ul-product .pic {
		width: 160px;
		height: 160px
	}

	.product-main .ul-product .inner {
		padding: 15px
	}


	.pro-futuristic {
		-webkit-transform: scale(.25);
		-moz-transform: scale(.25);
		-ms-transform: scale(.25);
		-o-transform: scale(.25);
		transform: scale(.25);
	}

	.futuristic-box {
		height: 150px;
	}

	.futuristic-box .pro-futuristic {
		left: 20%;
		-webkit-transform: scale(.3);
		-moz-transform: scale(.3);
		-ms-transform: scale(.3);
		-o-transform: scale(.3);
		transform: scale(.3);
	}

	.swiper-mediakit .txt {
		width: auto;
	}

	.twist-row3 {
		height: 450px;
		padding: 300px 0 0;
	}

	.twist-row3 .pic {
		-webkit-transform: scale(.3);
		-moz-transform: scale(.3);
		-ms-transform: scale(.3);
		-o-transform: scale(.3);
		transform: scale(.3);
	}

	.twist-row4 .pic {
		margin-top: 10px;
	}

	.zty-blaze {
		height: 400px;
		overflow: hidden;
	}




	.pro-elevate {
		-webkit-transform: scale(.3);
		-moz-transform: scale(.3);
		-ms-transform: scale(.3);
		-o-transform: scale(.3);
		transform: scale(.3);
		-webkit-transform-origin: 3% 0;
		-moz-transform-origin: 3% 0;
		-ms-transform-origin: 3% 0;
		-o-transform-origin: 3% 0;
		transform-origin: 3% 0;
		margin-top: 0;
	}



	.pro-roundTip .ani-box .pic {
		transform-origin: -44% 57%;
	}


	.pro-elevate .ani-box .pic {
		transform-origin: -3% 19%;
	}

	.zty-row4 {
		height: 650px;
	}

	.masky-row4 {
		height: 350px;
	}

	.twist-row4 {
		height: 1000px;
	}

	.twist-row4 .pic {
		top: -221px;
	}

	.twist-row4 .g-tit5 {
		top: -221px;
	}

	.ani-box-spark.ani-box .pic {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		-webkit-transform-origin: 10% 0;
		-moz-transform-origin: 10% 0;
		-ms-transform-origin: 10% 0;
		-o-transform-origin: 10% 0;
		transform-origin: 10% 0;
	}

	.ani-box-lllum.ani-box .pic {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		-webkit-transform-origin: 10% 0;
		-moz-transform-origin: 10% 0;
		-ms-transform-origin: 10% 0;
		-o-transform-origin: 10% 0;
		transform-origin: 10% 0;
	}

	.pro-lllums {
		left: 66%;
	}

	.ani-box.ani-box-lllum_button .pic {
		/* -webkit-transform: scale(.5);-moz-transform: scale(.5);-ms-transform: scale(.5);-o-transform: scale(.5);transform: scale(.5); */
		-webkit-transform-origin: 44% 0;
		-moz-transform-origin: 44% 0;
		-ms-transform-origin: 44% 0;
		-o-transform-origin: 44% 0;
		transform-origin: 44% 0;
	}

	.ani-box.ani-box-lllum_breath .pic {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		-webkit-transform-origin: 20% 0;
		-moz-transform-origin: 20% 0;
		-ms-transform-origin: 20% 0;
		-o-transform-origin: 20% 0;
		transform-origin: 20% 0;
	}

	.mashz-box {
		height: 350px;
		-webkit-transform: scale(.3);
		-moz-transform: scale(.3);
		-ms-transform: scale(.3);
		-o-transform: scale(.3);
		transform: scale(.3);
		-webkit-transform-origin: 48% 0;
		-moz-transform-origin: 48% 0;
		-ms-transform-origin: 48% 0;
		-o-transform-origin: 48% 0;
		transform-origin: 48% 0;
	}

	.thaw-box {
		height: 360px;
		-webkit-transform: scale(.6);
		-moz-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
		transform: scale(.6);
		-webkit-transform-origin: 30% 0;
		-moz-transform-origin: 30% 0;
		-ms-transform-origin: 30% 0;
		-o-transform-origin: 30% 0;
		transform-origin: 30% 0;
	}

	.pro2-thaw {
		-webkit-transform: scale(.27);
		-moz-transform: scale(.27);
		-ms-transform: scale(.27);
		-o-transform: scale(.27);
		transform: scale(.27);
		transform-origin: 2% 0;
	}

	.zty-row4.thaw-row4 {
		height: 360px;
	}

	.zty-row4.maskz-row4 {
		height: 450px;
	}
}



.pro_info2 {
	padding: 50px 0;
}

/*分页*/
@media screen and (max-width:1199px) {}



.pn {
	padding-bottom: 40px;
}

.pd_tap p {
	font-size: 20px;
}

.pd_tap li {
	font-size: 20px;
}

.right_menu {
	position: fixed;
	z-index: 999;
	right: 0px;
	top: 35vh;
}

.rm_item {
	position: relative;
	height: 60px;
	width: 60px;
	text-align: center;
	margin-bottom: 1px;
	border-radius: 4px 0 0 4px;
}

.rm_item a {
	display: block;
}

.rm_item .img {
	line-height: 56px;
}

.rm_desc {
	position: absolute;
	right: 100%;
	top: 0;
	height: 60px;
	line-height: 60px;
	width: 200px;
	border-right: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	opacity: 0;
	margin-right: -20px;
	transition: .3s;
	visibility: hidden;
	border-radius: 4px;
}

.rm_item1,
.rm_item1 .rm_desc {
	background: #3EB2D9;
}

.rm_item2,
.rm_item2 .rm_desc {
	background: #26D367;
}

.rm_item3,
.rm_item3 .rm_desc {
	background: #8CCF68;
}

.rm_item4,
.rm_item4 .rm_desc {
	background: #EFEE22;
	color: #1F72BF;
}

.rm_item:hover .rm_desc {
	opacity: 1;
	margin-right: 0;
	visibility: visible;
}

