﻿:root {
	--swiper-theme-color: #007aff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,header,main,footer,aside,section,article,nav {
	padding: 0;
	margin: 0;
}

fieldset,img {
	border: 0;
}

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

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

address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

p:before,p:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.clr {
	HEIGHT: 0px;
	VISIBILITY: hidden;
	CLEAR: both;
	FONT-SIZE: 0px;
	OVERFLOW: hidden;
	width: 100%;
}

body,samp {
	font-size: 12px;
	color: #333;
	font-family: '微软雅黑','Microsoft YaHei',"Arial",'SimSun',Serif,"PingFang SC","苹方";
	/* font-weight: 300; */
}
.home {
	background: #f8fafe;
}

img {
	vertical-align: bottom;
}

input[type="text"],input[type="hidden"],input[type="button"],input[type="radio"],input[type="submit"],input[type="checkbox"],input[type="password"],button,textarea,select {
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

body {
	opacity: 0;
	animation: show 1s ease 0.3s 1;
	animation-fill-mode: forwards;
}

img {
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.menu span,.header-right {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
/*
.even:nth-child(even){
	表示偶数
}
.odd:nth-child(odd){
	表示奇数
}
:first-child{
	首个子元素
}
:nth-child(2){
	第二个子元素
}
:last-child{
	最后一个子元素
}
*/
.a-i-c{
    display: flex;
    align-items: center;/*垂直居中*/
}
.j-c-c{
    display: flex;
    justify-content:center;/*水平居中*/
}
.j-c-s-b{
    display: flex;
    align-items: center;
    justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.j-c-f-s{
    display: flex;
    justify-content:flex-start;/*左对齐*/
}
.j-c-f-e{
    display: flex;
    justify-content:flex-end;/*右对齐*/
}
.a-i-f-e{
    display: flex;
    align-items:flex-end;/*局底*/
}
.a-i-f-s{
    display: flex;
    align-items:flex-start;/*局顶*/
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.m-t{
	margin-top: 50px;
}
.m-b{
	margin-bottom: 50px;
}
.p-t{
	padding-top: 50px;
}
.p-b{
	padding-bottom: 50px;
}
.p-t-b{
	padding: 50px 0px;
}
/*登录注册没用*/
.header-reg {
	float: left;
	width: auto;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	margin-left: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-reg a {
	color: #333;
}
.header-reg a:hover {
	color: #ff3c37;
}
.header-lang {
	float: left;
	width: auto;
	position: relative;
	margin-left: 30px;
	font-size: 14px;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
}
.header-lang span {
	position: relative;
	padding-right: 15px;
	color: #333;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-lang span:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	background: url("../images/icon-2.png") no-repeat right center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-lang span:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	background: url("../images/icon-2-1.png") no-repeat right center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.header-lang p {
	width: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	top: 60px;
	background: #fff;
	box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.06);
	padding: 10px 0px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 6px;
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
}
.header-lang p a {
	width: 100%;
	line-height: 32px;
	text-align: center;
	display: block;
	font-size: 13px;
	color: #333;
}
.header-lang p:before {
	width: auto;
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	border-bottom: 10px #fff solid;
	border-left: 10px transparent solid;
	border-right: 10px transparent solid;
}
.header-lang p a:hover {
	color: #ff3c37;
}
.header-lang:hover p {
	transform: translateX(-50%) scaleY(1);
	opacity: 1;
	visibility: visible;
}
.header-button {
	float: left;
	width: auto;
	height: 38px;
	line-height: 38px;
	background: #ff4f42;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	margin-left: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header-button a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	color: #fff;
	padding: 0px 35px;
	box-sizing: border-box;
}
.header-button:hover {
	box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.07)
}
/*暂时无用 end*/
/**********************标题**********************/
.home-2head {
	width: 1200px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 12;
}
.home-2head h3 {
	width: 100%;
    font-size: 30px;
    color: #333;
    white-space: pre;
    font-weight: bold;
}
.home-2head span {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 24px;
}
.home-2head span a {
	width: auto;
	font-size: 18px;
	color: #ff3c37;
	padding-right: 14px;
	background: url("../images/icon-13.png") no-repeat right center;
}
.home-2head span a:hover {
	padding-right: 24px;
}
.home-2head p{
	width: 100%;
    font-size: 16px;
    color: #777777;
    margin-top: 30px;
}
/**********************标题 end******************/
/**********************导航**********************/
.header {
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.02);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	/* padding: 0px 9.375%; */
}
.header .header_content{
    position: relative;
	/* overflow: hidden; */
    display: flex;
    justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.header .logo {
	float: left;
	width: 120px;
	height: 100%;
}
.header .logo a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.header .logo img {
	width: 120px;
	height: auto;
	max-width: 100%;
	max-height: 80%;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
}
.header .logo img:last-child {
	opacity: 1;
}
.header .header-ul {
	float: right;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.header .header-ul ul {
	width: auto;
	height: 100%;
}
.header .header-ul ul li {
	float: left;
	width: auto;
	height: 100%;
	margin-right: 40px;
	position: relative;
}
.header .header-ul ul li.act {
	position: static;
}
.header .header-ul ul li:last-child {
	margin-right: 0px;
}
.header .header-ul ul li span {
	width: 100%;
	height: 80px;
	line-height: 80px;
	display: block;
	overflow: hidden;
	position: relative;
}
.header .header-ul ul li span:before {
	width: 0%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #ff3c37;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header .header-ul ul li span a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header .header-ul ul li:hover span:before,.header .header-ul ul li.ons span:before {
	width: 100%;
}
/*导航下拉*/
.header .sub-nav {
	width: auto;
	position: absolute;
	left: 50%;
	top: 80px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 1;
	visibility: hidden;
	transform-origin: top;
	transform: translateX(-50%) scaleY(0);
	box-shadow: 0px 5px 12px 5px rgba(0,0,0,0.02);
}
.header .header-ul ul li:hover .sub-nav {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}
.header .sub-nav p {
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 0px 0px 5px 5px;
	padding: 10px 0px;
}
.header .sub-nav p em {
	width: 100%;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: relative;
}
.header .sub-nav p em:before {
	width: 0%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #ff3c37;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header .sub-nav p em:hover:before {
	width: 100%;
}
.header .header-ul ul li .sub-nav p em a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 14px;
	color: #333 !important;
	white-space: pre;
	padding: 0px 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 12;
}
.header .header-ul ul li .sub-nav p em:hover a {
	color: #fff !important;
}
/*导航下拉 end*/
.header .header-right {
	width: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}
.header .header-phone {
	float: left;
	width: auto;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
}
.header .header-phone a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding-left: 25px;
	color: #333;
	font-size: 14px;
}
.header .header-phone a:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/icon-1.png") no-repeat left center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header .header-phone a:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/icon-1-1.png") no-repeat left center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.header .menu {
	display: none;
}
/* 
.nav-style .header.bg1 {
	background: rgba(255,255,255,0);
	box-shadow: none;
}
.nav-style .header.bg1 .logo img {
	opacity: 1;
}
.nav-style .header.bg1 .logo img:last-child {
	opacity: 0;
}
.nav-style .header.bg1 .header-ul ul li span a {
	color: #333;
}
.nav-style .header.bg1 .header-ul ul li:before {
	background: #333;
}
.nav-style .header.bg1 .header-phone a:before,.nav-style .header.bg1 .header-lang span:before {
	opacity: 1;
}
.nav-style .header.bg1 .header-phone a:after,.nav-style .header.bg1 .header-lang span:after {
	opacity: 0;
}
.nav-style .header.bg1 .header-phone a,.nav-style .header.bg1 .header-reg a,.nav-style .header.bg1 .header-reg {
	color: #333;
}
.nav-style .header.bg1 .header-lang span {
	color: #333;
}
.nav-style .header.bg2 {
	background: rgba(255,255,255,0);
	box-shadow: none;
}
.nav-style1 .header {
	background: #fff !important;
	box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.02) !important;
} */
.header .sub-1 {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 80px;
	/*下拉导航*/
	background: -webkit-linear-gradient(left, #fdffff, #fafcff);
	background: -moz-linear-gradient(left, #fdffff, #fafcff);
	background: -ms-linear-gradient(left, #fdffff, #fafcff);
	background: -o-linear-gradient(left, #fdffff, #fafcff);
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.03);
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0);
	transform-origin: top;
}
/*******暂时没用**********/
.sub-1center {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	background: #fff url("../images/coloumn-1.jpg") no-repeat right bottom;
	padding: 50px 40px 40px;
	box-sizing: border-box;
}
.sub-1left {
	float: left;
	width: 151px;
	overflow: hidden;
}
.sub-1left h3 {
	width: 100%;
	font-size: 16px;
	color: #333;
}
.sub-1left p {
	width: 100%;
	font-size: 12px;
	color: #9b9eb1;
	line-height: 20px;
	margin-top: 6px;
}
.sub-1right {
	float: right;
	width: calc(100% - 151px);
	overflow: hidden;
	position: relative;
	padding-right: 4%;
	box-sizing: border-box;
}
.sub-1right:before {
	width: 1px;
	height: 100%;
	content: "";
	position: absolute;
	left: 45%;
	top: 0px;
	background: #ebebeb;
}
.sub-1item {
	float: left;
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0px 8%;
}
.sub-1item h4 {
	width: 100%;
	overflow: hidden;
}
.sub-1item h4 a {
	width: 100%;
	display: block;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.sub-1item h4 samp {
	width: 15px;
	display: block;
}
.sub-1item h4 samp img {
	width: 100%;
	height: auto;
}
.sub-1item h4:hover samp img {
	transform: rotateY(180deg);
}
.sub-1item h4 em {
	width: auto;
	display: block;
	font-size: 14px;
	color: #ff3c37;
	margin-left: 8px;
}
.sub-1ul {
	width: 100%;
	overflow: hidden;
}
.sub-1li {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.sub-1li a {
	width: 100%;
	display: block;
	overflow: hidden;
}
.sub-1li em {
	width: 100%;
	display: block;
	overflow: hidden;
	font-size: 15px;
	color: #333;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.sub-1li p {
	width: 100%;
	display: block;
	overflow: hidden;
	font-size: 12px;
	color: #9b9eb1;
	line-height: 20px;
	margin-top: 2px;
}
.sub-1li em:hover {
	color: #ff3c37;
}
/*******暂时没用 end**********/
.header ul li:hover .sub-1 {
	/*下拉导航*/
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}
.header .sub-2center {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	/* background: #fff url("../images/coloumn-2.jpg") no-repeat right bottom; */
	padding: 50px 40px 40px;
	box-sizing: border-box;
}
.header .sub-2 {
	float: right;
	width: calc(100% - 150px - 70px);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 34px;
}
.header .sub-2 .sub_2projects {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 20px;
}
.header .sub-2 .sub_2projects a {
	width: 100%;
	overflow: hidden;
	display: block;
}
.header .sub-2 .sub_2projects h4 {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.header .sub-2 .sub_2projects h4 samp {
	width: 25px;
	display: block;
	height: 20px;
	text-align: center;
}
.header .sub-2 .sub_2projects h4 samp img {
	width: auto;
	height: 100%;
}
.header .sub-2 .sub_2projects h4:hover samp img {
	transform: rotateY(180deg);
}
.header .sub-2 .sub_2projects h4 em {
	width: auto;
	display: block;
	font-size: 15px;
	color: #333;
	margin-left: 9px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.header .sub-2 .sub_2projects h4:hover em {
	color: #ff3c37;
}
.header .sub-2 .sub_2projects p {
	width: 100%;
	box-sizing: border-box;
	padding-left: 35px;
	line-height: 20px;
	font-size: 12px;
	color: #9b9eb1;
	margin-top: 4px;
}
/**********************导航 end******************/
/**********************首页大图 ******************/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 80px;
}
.banner .bj{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	object-fit: cover;
}
.banner video {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	object-fit: cover;
}
.banner .swiper-slide {
	overflow: hidden;
	position: relative;
}
.banner .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
	display: block;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	width: 40px;
	height: 40px;
}
.banner .swiper-button-prev{
	position: absolute;
	left: 30px;
	background: url("../images/index-new-left_line.png") no-repeat center;
	background-size: 40px;
}
.banner .swiper-button-next{
	position: absolute;
	right: 30px;
	background: url("../images/index-new-right_line.png") no-repeat center;
	background-size: 40px;
}
.banner-ver{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 12;
	color: #fff;
}
.banner-ver h3 {
	width: 100%;
	font-size: 36px;
	font-weight: 500;
	color: #333;
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 0.6s ease 0.5s;
	-moz-transition: all 0.6s ease 0.5s;
	-ms-transition: all 0.6s ease 0.5s;
	-o-transition: all 0.6s ease 0.5s;
	transition: all 0.6s ease 0.5s;
}
.banner-ver p {
	width: 50%;
	font-size: 18px;
	line-height: 32px;
	color: #333;
	margin-top: 20px;
	font-weight: 300;
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 0.6s ease 0.6s;
	-moz-transition: all 0.6s ease 0.6s;
	-ms-transition: all 0.6s ease 0.6s;
	-o-transition: all 0.6s ease 0.6s;
	transition: all 0.6s ease 0.6s;
}
.banner-more {
	width: 100%;
	margin-top: 20px;
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 0.6s ease 0.7s;
	-moz-transition: all 0.6s ease 0.7s;
	-ms-transition: all 0.6s ease 0.7s;
	-o-transition: all 0.6s ease 0.7s;
	transition: all 0.6s ease 0.7s;
}
.banner-ver em {
	width: 136px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	display: block;
	border-radius: 20px;
	background: #ff4b40;
	text-align: center;
	font-size: 16px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #fff;
}
.banner-ver em:hover {
	box-shadow: 0px 0px 12px 5px rgba(255,77,65,0.5);
}
.banner-ver ul li h1{
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 0.6s ease 0.5s;
	-moz-transition: all 0.6s ease 0.5s;
	-ms-transition: all 0.6s ease 0.5s;
	-o-transition: all 0.6s ease 0.5s;
	transition: all 0.6s ease 0.5s;
}
.banner-ver ul li .b-ver-2{
	transform: translateY(60px);
	opacity: 0;
	-webkit-transition: all 0.6s ease 0.5s;
	-moz-transition: all 0.6s ease 0.5s;
	-ms-transition: all 0.6s ease 0.5s;
	-o-transition: all 0.6s ease 0.5s;
	transition: all 0.6s ease 0.5s;
}
/*大图分页器*/
.banner .swiper-pagination li {
	opacity: 1;
	/* -webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s; */
}
.banner .pa{
	position: absolute;
}
.banner .swiper-nav {
	width: 100%;
	left: 0;
	bottom: 20px;
	z-index: 999;
}
.banner .swiper-nav li{
	width: 60px;
    height: 4px;
    border-radius: 0;
    margin: 0;
    background-color: rgba(255,255,255,0.3);
    border: 0;
    margin-left: 5px;
}
.banner .swiper-nav li.active{
    background-color: #fff;
}
.banner .swiper-slide:nth-child(1) .banner-ver .zhe{
	font-size: 16px;
	margin-top: 5px;
}
.banner .swiper-slide:nth-child(2) .banner-ver{
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translate(-50%, -0%);
}
.banner .swiper-slide .b-ver-2 h3{
	color: #333;
	font-size: 36px;
	text-align: center;
	padding-bottom: 40px;
}
.banner .swiper-slide:nth-child(3) .banner-ver h3,
.banner .swiper-slide:nth-child(3) .banner-ver p {
	color: #fff;
}
.banner .swiper-slide .b-ver-2 ul{
	position: relative;
	color: #fff;
}
.banner .swiper-slide .b-ver-2 ul li{
	position: relative;    
	margin-top: 20px;
	padding-top: 10px;
	width: 431px;
}
.banner .swiper-slide .b-ver-2 ul li .b-ver-2{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.banner .swiper-slide .b-ver-2 ul li h1{
	font-size: 16px;
	font-weight: bold;
}
.banner .swiper-slide .b-ver-2 ul li p{
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	margin-top: 10px;
	width: 300px;
}
.banner .swiper-slide .b-ver-2 .b-ver-2-icon01{
	position: absolute;
	left: 0;
	top: 0;    
}
.banner .swiper-slide .b-ver-2 .b-ver-2-icon02{
	position: absolute;
	right: 0;
	top: 0;
}
.banner .swiper-slide .b-ver-2 .b-ver-2-icon03{
	position: absolute;
	left: 0;
	top: 100px;
}
.banner .swiper-slide .b-ver-2 .b-ver-2-icon04{
	position: absolute;
	right: 0;
	top: 100px;
}
.banner .swiper-slide .b-ver-2 .b-ver-2-icon05{
	position: absolute;
	left: 0;
	top: 200px;
}
.banner .swiper-slide .b-ver-2 .b-ver-2-icon06{
	position: absolute;
	right: 0;
	top: 200px;
}
.banner .swiper-slide .b-ver-2 .b-ver-2-icon01 h1,
.banner .swiper-slide .b-ver-2 .b-ver-2-icon01 p,
.banner .swiper-slide .b-ver-2 .b-ver-2-icon03 h1,
.banner .swiper-slide .b-ver-2 .b-ver-2-icon03 p,
.banner .swiper-slide .b-ver-2 .b-ver-2-icon05 h1,
.banner .swiper-slide .b-ver-2 .b-ver-2-icon05 p{
	padding-left: 100px;
}
.banner .swiper-slide .b-ver-2 .b-ver-2-icon02 h1,
.banner .swiper-slide .b-ver-2 .b-ver-2-icon02 p,
.banner .swiper-slide .b-ver-2 .b-ver-2-icon04 h1,
.banner .swiper-slide .b-ver-2 .b-ver-2-icon04 p,
.banner .swiper-slide .b-ver-2 .b-ver-2-icon06 h1,
.banner .swiper-slide .b-ver-2 .b-ver-2-icon06 p{
	padding-left: 40px;
}
/*大图分页器 end*/
.banner .swiper-slide-active .banner-ver h3,
.banner .swiper-slide-active .banner-ver p,
.banner .swiper-slide-active .banner-more,
.banner .swiper-slide-active ul li h1,
.banner .swiper-slide-active ul li img{
	opacity: 1;
	transform: translateY(0px);
}
.banner-wap {
	display: none;
}
/**********************首页大图 end***************/
/**********************内页大图 ******************/
.banner-2{
	width: 100%;
    overflow: hidden;
    position: relative;
    height: 420px;
    text-align: center;
}
.banner-2 img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.banner-sj {
    display: none;
}
.banner-2ver {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    color: #333;
    text-align: left;
    margin-top: 10px;
}
.banner-2ver h3 {
    width: 100%;
    font-size: 36px;
}
.banner-2info {
    width: 55%;
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
}
.banner-2more {
    width: 100%;
    margin-top: 30px;
}
.banner-2more a {
    width: 136px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: block;
    border-radius: 20px;
    background: #ff4b40;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff;
}
/**********************内页大图 end***************/
/**********************首页业务范围 **************/
.hydl_Content_2{
	background: #fff;
	overflow: hidden;
}
.hydl_Content_2 .hydl_2content ul li{
	float: left;
    width: 22.666%;
	margin-left: 3%;
}
.hydl_Content_2 .hydl_2content ul li:nth-child(4n+1){
	margin-left: 0%;
}
.hydl_Content_2 .hydl_2content ul li .slide{
	height: 100%;
    border-radius: 3px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);

	-webkit-transition: all .5s;
	transition: all .5s;
}
.hydl_Content_2 .hydl_2content ul li .slide .icon{
	width: 100%;
	position: relative;
	padding-top: 43%;/*21比9*/
	margin: 0 auto;
	overflow: hidden;
	transition: all 1s;
}
.hydl_Content_2 .hydl_2content ul li .slide .icon img{
	position: absolute;
	top: 0;
	left: 0%;
	height:100%;
	width: 100%;
	object-fit: contain;
	transition: all 0.48s;
}
.hydl_Content_2 .hydl_2content ul li .slide .til{
	margin: 30px 0 30px 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}
.hydl_Content_2 .hydl_2content ul li .slide .line{
	position: relative;
	width: 100%;
	height: 1px;
	margin: 16px auto;
	background:#e9edf5;
}
.hydl_Content_2 .hydl_2content ul li .slide .line::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	bottom: -1px;
	margin: auto;
	width: 38px;
	height: 3px;
	background: -webkit-linear-gradient(left, #ff0000 0%,#ff885a 100%);
	background: -moz-linear-gradient(left, #ff0000 0%,#ff885a 100%);
	background: -o-linear-gradient(left, #ff0000 0%,#ff885a 100%);
	background: linear-gradient(left, #ff0000 0%,#ff885a 100%);

	-webkit-transition: all .5s;
	transition: all .5s;
}
.hydl_Content_2 .hydl_2content ul li .slide .line .icon-z043{
	display: block;
	position: absolute;
	opacity: 0;
	bottom: -15px;
	left: 0;
	width: 30px;
	height: 30px;
	z-index: 3;
	border-radius: 50%;
	margin-left: -15px;
	background: -webkit-linear-gradient(left, #ff0000 0%,#ff885a 100%);
	background: -moz-linear-gradient(left, #ff0000 0%,#ff885a 100%);
	background: -o-linear-gradient(left, #ff0000 0%,#ff885a 100%);
	background: linear-gradient(left, #ff0000 0%,#ff885a 100%);
	box-shadow: 0 0 12px rgba(0,61,173,.12);

	-webkit-transition: left .8s, opacity .1s;
	transition: left .8s, opacity .1s;
}
.hydl_Content_2 .hydl_2content ul li .slide .line .icon-z043::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url("../images/icon_z043.png") no-repeat center / auto 16px;
}
.hydl_Content_2 .hydl_2content ul li .slide .info{
	overflow: hidden;
	margin-top: 20px;
}
.hydl_Content_2 .hydl_2content ul li .slide .info span{
	font-size: 14px;
    line-height: 22px;
    height: 66px;
    color: #777777;
    text-align: center;
	display: block;
}
.hydl_Content_2 .hydl_2content ul li .slide:hover{
	margin-top: -20px;
}
.hydl_Content_2 .hydl_2content ul li .slide:hover .line::after{
	width: 100%;
}
.hydl_Content_2 .hydl_2content ul li .slide:hover .line .icon-z043{
	opacity: 1;
	left: 50%;
}
/**********************首页业务范围 end***********/
/**********************首页新闻资讯 **************/
.hydl_Content_3{
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.hydl_Content_3 .hydl_3content{ 
	display: flex; 
	justify-content: space-between;
}
.hydl_Content_3 .hydl_3content .INews_content_right{ 
	width: 48%;
}
.hydl_Content_3 .hydl_3content .INews_content_right .INews_right_top{
	overflow: hidden;
}
.hydl_Content_3 .hydl_3content .INews_content_right .INews_right_top .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
	height: 40px;
	margin-bottom: 20px;
}
.hydl_Content_3 .hydl_3content .INews_content_right .INews_right_top .tit h1{
	position: relative;
	font-size: 18px;
	font-weight: normal;
	line-height: 56px;
	color: #ff3c37;
}
.hydl_Content_3 .hydl_3content .INews_content_right .INews_right_top .tit a{
	font-size: 16px;
	line-height: 56px;
	font-weight: normal;
	color: #777777;
}
.hydl_Content_3 .hydl_3content .INews_content_right .INews_right_top .tit a:hover{
	color: #ff3c37;
}
.hydl_Content_3 .hydl_3content .INews_content_right .INews_right_top .tit h1::after{
	content: "";
	position: absolute;
    width: 70px;
    height: 2px;
    background: #ff3c37;
    bottom: 6px;
    left: 0;
}
.hydl_Content_3 .hydl_3content .INews_content_right .INews_right_top .INews_banner{
	display: block;
	width: 100%;
    padding-top: 40%;
	overflow: hidden;
    position: relative;
    margin: 0 auto;
    transition: all 1s;
}
.hydl_Content_3 .hydl_3content .INews_content_right .INews_right_top .INews_banner img{
	position: absolute;
    top: 0;
    left: 0%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.48s;
}
.hydl_Content_3 .hydl_3content .INews_content_right .INews_right_bottom{
	background: #fff;
}
.hydl_Content_3 .hydl_3content .INews_content_right .content_right_list{ 
	display: flex; 
	align-items: center; 
	justify-content: space-between; 
	height: 48px; 
	border-bottom: 1px solid #ededed;
}
.hydl_Content_3 .hydl_3content .INews_content_right .content_right_list:hover .right_list_dd{
	color: #ff3c37;
}
.hydl_Content_3 .hydl_3content .INews_content_right .content_right_list .right_list_dd{ 
	width: 80%; 
	font-size: 16px; 
	color: #333;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap; 
	position: relative; 
	padding-left: 20px; 
	line-height: 47px; 
}
.hydl_Content_3 .hydl_3content .INews_content_right .content_right_list .right_list_dd::before{ 
	content: ""; 
	display: inline-block;
	width: 5px; 
	height: 5px; 
	border-radius: 100%; 
	background: #dcdcdc; 
	position: absolute; 
	left: 0; 
	top: 22px; 
}
.hydl_Content_3 .hydl_3content .INews_content_right .content_right_list .right_list_dt{ 
	width: 25%; 
	text-align: right; 
	font-size: 16px; 
	color: #777777;
}
/**********************首页新闻资讯 end***********/
/**********************首页全行业案例*************/
.hydl_Content_4 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hydl_Content_4nav{
	overflow: hidden;
}
.hydl_Content_4content {
	position: relative;
	z-index: 22;
}
.hydl_Content_4content .swiper-pagination{
	display: block;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.hydl_Content_4content .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ff3c37;
}
.hydl_Content_4pannel {
	width: 100%;
	background: #191a1d;
	border-radius: 16px;
	overflow: hidden;
}
.hydl_Content_4left {
	float: left;
	width: 46%;
	overflow: hidden;
	background-color: #fff;
}
.hydl_Content_4left img {
	width: 100%;
	height: auto;
}
.hydl_Content_4left:hover img {
	transform: scale(1.03);
}
.hydl_Content_4right {
	width: 50%;
	overflow: hidden;
	height: 100%;
	position: absolute;
	right: 20px;
	top: 0px;
	color: #fff;
}
.hydl_Content_4right h4 {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	font-size: 30px;
	position: relative;
	z-index: 12;
	/* transform: translateY(60px);
	opacity: 0 */
}
.hydl_Content_4sub {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	margin-top: 10px;
	/* transform: translateY(60px);
	opacity: 0; */
}
.hydl_Content_4info {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	margin-top: 32px;
	line-height: 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 12;
	text-indent: 2em;
	/* transform: translateY(60px);
	opacity: 0; */
}
.hydl_Content_4more {
	width: 100%;
	margin-top: 70px;
	position: relative;
	z-index: 12;
	/* transform: translateY(60px);
	opacity: 0; */
}
.hydl_Content_4more span {
	float: left;
	width: 135px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	background: #ff3c37;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.hydl_Content_4more span a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
}
.hydl_Content_4more span:hover {
	box-shadow: 0px 0px 12px 5px rgba(255,78,65,0.5);
}
.hydl_Content_4more em {
	float: left;
	width: 135px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	background: #fff;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-left: 22px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.hydl_Content_4more em a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	color: #ff3c37;
	cursor: pointer;
}
.hydl_Content_4more em:hover {
	box-shadow: 0px 0px 12px 5px rgba(255,255,255,0.3);
}
.hydl_Content_4icon {
	position: absolute;
	right: 40px;
	bottom: 20px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.hydl_Content_4icon img {
	width: 170px;
	height: auto;
}
/**********************首页全行业案例 end*********/
/**********************首页系统功能 **************/
.hydl_Content_5{
	width: 100%;
	overflow: hidden;
}
.hydl_Content_5 .hydl_5content ul{
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.hydl_Content_5 .hydl_5content ul li{
	flex: none;
    width: 208px;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
	border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
.hydl_Content_5 .hydl_5content ul li.right {
    border-right: 1px solid #ededed;
}
.hydl_Content_5 .hydl_5content ul li.bottom{
    border-bottom: 1px solid #ededed;
}
.hydl_Content_5 .hydl_5content ul li img{
	width: 50px;
    height: 50px;
    margin: 0 auto 20px;
}
.hydl_Content_5 .hydl_5content ul li div:nth-child(2) {
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #333;
}
/**********************首页系统功能 end***********/
/**********************首页系统亮点 **************/
.hydl_Content_6{
	overflow: hidden;
}
.hydl_Content_6 .hydl_6content ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}
.hydl_Content_6 .hydl_6content ul li{
	display: flex;
	align-items: flex-start;/*顶对齐*/
    width: 28.666%;
    height: 100px;
    padding: 20px 20px 0 25px;
    margin-bottom: 18px;
    background-color: #fff;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    transition: 0.3s;
}
.hydl_Content_6 .hydl_6content ul li:hover{
	margin-top: -10px;
}
.hydl_Content_6 .hydl_6content ul li div img{
	width: 68px;
    height: 68px;
    margin-right: 20px;
}
.hydl_Content_6 .hydl_6content ul li div .title {
    margin-bottom: 11px;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #333;
}
.hydl_Content_6 .hydl_6content ul li .flex-start{
	display: flex;
	flex-wrap: wrap;/*换行*/
}
/**********************首页系统亮点 end***********/
/**********************首页操作流程 **************/
.hydl_Content_7{
	width: 100%;
	overflow: hidden;
	background: url("../images/img2.jpg") no-repeat;
	background-color: #fff;
	background-size: 1200px;
	background-position: center bottom 120px;
}
.hydl_Content_7 .hydl_7content .hydl_7process ul li:nth-child(4n+1){
	margin-left: 0%;
}

.hydl_Content_7 .hydl_7content .hydl_7process ul li{
	float: left;
	width: 19.333%;
	margin-left: 3%;
	margin-bottom: 30px;
	background-color: #fff;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    transition: 0.3s;
	border-radius: 3px;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
	overflow: hidden;
}
.hydl_Content_7 .hydl_7content .hydl_7process ul li .img{
	float: left;
}
.hydl_Content_7 .hydl_7content .hydl_7process ul li img{
	width: 68px;
    height: 68px;
    margin-right: 20px;
}
.hydl_Content_7 .hydl_7content .hydl_7process ul li .title {
    margin-bottom: 11px;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #333;
}
.hydl_Content_7 .hydl_7content .hydl_7process ul li .lid{
	min-height: 88px;
}
.hydl_Content_7 .hydl_7content .hydl_7process ul li .flex-start{
	display: flex;
	flex-wrap: wrap;/*换行*/
}

/**********************首页操作流程 end***********/
/**********************底部 *********************/
.footer {
	width: 100%;
	overflow: hidden;
	background: #313131;
}
.footer-1{
	overflow: hidden;
	position: relative;
	display: flex;
    justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.footer-1left {
	width: 50%;
	overflow: hidden;
    display: flex;
    justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
	/* display: flex;
	justify-content: space-between;
	box-sizing: border-box; */
	position: relative;
}
.footer-1left:before {
	content: "";
	/* width: 2px;
	top: 0px;
	right: 0px;
	background: #454545;
	height: 100%;
	position: absolute; */
}
.footer-1item {
	width: auto;
	overflow: hidden;
}
.footer-1item h3 {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
}
.footer-1item h3 a {
	color: #fff;
}
.footer-1item ul {
	width: 100%;
	overflow: hidden;
	margin-top: 14px;
}
.footer-1item ul li {
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	position: relative;
}
.footer-1item ul li a {
	color: gray;
}
.footer-1item ul li a:hover {
	color: #fff;
}
.footer-1right {
	float: right;
}
.footer-1cont {
	width: auto;
	overflow: hidden;
}
.footer .footer-1 .fr{
    
}
.footer .footer-1contact{
    float: left;
    margin-right: 30px;
}
.footer .footer-1contact h1{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 14px;
}
.footer .footer-1contact p{
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: gray;
}
.footer .footer-1contact p a{
    color: gray;
}
/*.footer .footer-1contact p a:hover{*/
/*	color: #ff3c37;*/
/*}*/
.footer-logo {
	width: 117px;
	overflow: hidden;
	margin: 0 auto;
}
.footer-logo img {
	width: 100%;
	height: auto;
}
.footer-1wx {
	margin: 32px auto 0px;
	overflow: hidden;
}
.footer-1wx .cont{
	display: flex;
	justify-content: space-between;/*两端对齐，项目之间的间隔都相等。*/
}
.footer-1wx .cont samp:nth-child(2){
	margin-left: 15px;
}
.footer-1wx samp {
	width: 100%;
	overflow: hidden;
	display: block;
	border-radius: 6px;
}
.footer-1wx samp img {
	width: 100%;
	height: auto;
}
.footer-1wx span {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #777777;
	margin-top: 12px;
}
.footer-1share {
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
}
.footer-1share span {
	float: left;
	cursor: pointer;
	width: 24px;
	height: 24px;
	overflow: hidden;
	position: relative;
	margin-right: 40px;
}
.footer-1share span img {
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.footer-1share span:last-child {
	margin-right: 0px;
}
.footer-2 {
	overflow: hidden;
	border-top: 2px #454545 solid;
	margin: 36px auto 0px;
	text-align: center;
	font-size: 14px;
	color: #777777;
	padding: 35px 0px;
	line-height: 24px;
}
.footer-2 a {
	color: gray;
}
.footer-2 a:hover {
	color: #fff;
}
/**********************底部 end******************/
/**********************右侧悬浮******************/
.floatingwindow-right {
	width: auto;
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1234;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.floatingwindow-right.active_right {
	opacity: 1;
	visibility: visible;
}
.floatingwindow-top {
	/* background: #fff; */
	background: rgba(255,60,55,.9);
	/* box-shadow: 0 0 30px rgba(0,0,0,0.06) */
}
.floatingwindow-item {
	width: 80px;
	height: 80px;
	position: relative;
}
.floatingwindow-item:before {
	width: 80%;
	height: 1px;
	content: "";
	bottom: 0px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* background: #e6e6e6; */
	background: #fff; 
}
.floatingwindow-item a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 234;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	cursor: pointer;
}
.floatingwindow-item:last-child:before {
	display: none;
}
.floatingwindow-icon {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center
}
.floatingwindow-item span {
	width: 100%;
	display: block;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.floatingwindow-icon.leaf2 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	cursor: pointer;
}
.floatingwindow-icon.leaf2 samp {
	width: 100%;
	height: 30px;
	margin-bottom: 8px;
	display: block;
	position: relative;
}
.floatingwindow-icon.leaf2 samp:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/icon-61.png") no-repeat center;
	background-size: auto 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.floatingwindow-icon.leaf2 samp:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/icon-61-1.png") no-repeat center;
	background-size: auto 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.floatingwindow-item:hover .floatingwindow-icon.leaf2 samp:before {
	opacity: 0;
}
.floatingwindow-item:hover .floatingwindow-icon.leaf2 samp:after {
	opacity: 1;
}
.floatingwindow-item:hover .floatingwindow-icon.leaf2 span {
	color: #333;
}
.floatingwindow-1 {
	width: auto;
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.floatingwindow-1center {
	width: 130px;
	padding: 20px;
	background: #fff;
	border-radius: 9px;
	box-shadow: 0 0 30px rgba(0,0,0,0.06);
	position: relative;
	margin-right: 30px;
	box-sizing: border-box;
}
.floatingwindow-1center:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	width: auto;
	transform: translateY(-50%);
	border-top: 10px transparent solid;
	border-bottom: 10px transparent solid;
	border-left: 10px #fff solid;
}
.floatingwindow-1 span {
	width: 100%;
	font-size: 14px !important;
	color: #ff3c37 !important;
	display: block;
	text-align: center;
}
.floatingwindow-1center p {
	width: 100%;
	font-size: 14px;
	color: #333;
	margin-top: 6px;
	display: block;
	line-height: 16px;
	text-align: center;
}
.floatingwindow-1center p a{
	color: #333;
    text-align: center;
    display: block;
}
.floatingwindow-1center:nth-child(1) p{
	margin-bottom: 15px;
}
.floatingwindow-item:hover .floatingwindow-1 {
	opacity: 1;
	visibility: visible;
}
.floatingwindow-icon.leaf3 {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	cursor: pointer;
}
.floatingwindow-icon.leaf3 samp {
	width: 100%;
	height: 30px;
    margin-bottom: 8px;
	display: block;
	position: relative;
}
.floatingwindow-icon.leaf3 samp:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/icon-63.png") no-repeat center;
	background-size: auto 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.floatingwindow-icon.leaf3 samp:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/icon-63-1.png") no-repeat center;
	background-size: auto 100%;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 0;
}
.floatingwindow-item:hover .floatingwindow-icon.leaf3 samp:before {
	opacity: 0;
}
.floatingwindow-item:hover .floatingwindow-icon.leaf3 samp:after {
	opacity: 1;
}
.floatingwindow-item:hover .floatingwindow-icon.leaf3 span {
	color: #333;
}
.floatingwindow-2 {
	width: auto;
	position: absolute;
	right: 70px;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.floatingwindow-2center {
	position: relative;
	width: 120px;
	padding: 15px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	margin-right: 30px;
	box-sizing: border-box;
}
.floatingwindow-2center:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	width: auto;
	border-top: 10px transparent solid;
	border-bottom: 10px transparent solid;
	border-left: 10px #fff solid;
	transform: translateY(-50%);
}
.floatingwindow-2center span {
	color: #ff3c37;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.floatingwindow-2center span img {
	width: 100%;
	display: block;
	height: auto;
}
.floatingwindow-item:hover .floatingwindow-2 {
	opacity: 1;
	visibility: visible;
}
.floatingwindow-2center p {
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #ff3c37;
}
.floatingwindow-back{
	width: 80px;
	height: 80px;
	box-shadow: 0 0 30px rgba(0,0,0,0.07);
	margin-top: 10px;
	background:rgba(255,60,55,.9) url("../images/top-4.png") no-repeat center;
	cursor: pointer;
}
/**********************右侧悬浮 end**************/
/**********************首页楼层 *****************/
.nav-indicator {
	position: fixed;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	border-radius: 40px;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	padding: 10px 0px;
	overflow: hidden;
    background: #fff;
	opacity: 0; /* 初始隐藏 */
    transition: opacity 0.3s ease; /* 添加过渡效果 */
}
.nav-indicator.show {
	opacity: 1; /* 滚动到阈值后显示 */
}
.nav-indicator .nav-dot {
	text-align: center;
	display: block;
	cursor: pointer;
	transition: 0.4s;
	font-size: 16px;
	color: #333;
	width: 40px;
    height: 40px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.nav-indicator .nav-dot.active {
	color: #ff3c37;
}
.nav-indicator .nav-dot{
	border-bottom: 1px solid #ededed;
}
.nav-indicator .nav-dot:last-child{
	border-bottom: 0px;
}
.nav-indicator .nav-dot:hover{
	color: #ff3c37;
}
/**********************首页楼层 end**************/
/**********************内页 新闻动态**************/
 .news .news_content{
	width: 100%;
    overflow: hidden;
	margin: 50px auto 0px;
    padding-bottom: 50px;
}
.news .page_news_nav{
	width: 275px;
	float: left;
	background: #fff;
	padding-bottom: 30px;
}
.news .page_news_nav .page_news_list{
	padding: 0 20px;
}
.news .page_news_nav .page_news_tit{
	text-align: left;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #333;
	padding: 0 20px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
}
.news .page_news_nav span.active, 
.news .page_news_nav span:hover {
    background: #ff3c37;
}
.news .page_news_nav span {
    width: 134px;
    height: 40px;
    line-height: 40px;
	display: block;
	margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.news .page_news_nav span.active a, 
.news .page_news_nav span:hover a {
    color: #fff;
}
.news .page_news_nav span a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.news .page_news_right{
	width: 840px;
	float: right;
	background: #fff;
	padding-bottom: 50px;
}
.news .page_news_right .pageNow{
	height: 60px;
	text-align: left;
	font-size: 16px;
	color: #777777;
	border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;/*垂直居中*/
    justify-content:flex-start;/*左对齐*/ 
    padding: 0 0 0 60px;
}
.news .page_news_right .pageNow img{
	display: block;
	padding-right: 15px;
}
.news .page_news_right .pageNow a{
	color: #777777;
}
.news .page_news_right .pageNow a:hover{
	color: #ff3c37;
}
.news .page_news_right .teme {
	position: relative;
	padding: 0 20px;
}
.news .page_news_right .teme .nes_list{
	border-bottom: 1px solid #ebebeb;
}
.news .page_news_right .teme .nes_list a:hover:before{
    background: #ff3c37;
}
.news .page_news_right .teme .nes_list a:hover .name{
	color: #ff3c37;
}
.news .page_news_right .teme .nes_list a{
    display: block;
    padding: 20px 0 20px 75px;
    box-sizing: border-box;
    position: relative;
}
.news .page_news_right .teme .nes_list a:before {
    content: '';
    position: absolute;
    left: 40px;
	top: 50%;
	transform: translateY(-50%);
    width: 5px;
    height: 110px;
    background: #ededed;
    z-index: 1;
}
.news .page_news_right .teme .nes_list .name {
    font-weight: bold;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    color: #333;
    width: 65%;
    /*单行省略号*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .page_news_right .teme .nes_list .Introduction p{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #777777;
    /*多行*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .page_news_right .teme .nes_list .label{
	overflow: hidden;
	margin-top: 10px;
}
.news .page_news_right .teme .nes_list .label i{
    font-size: 14px;
	font-style: normal;
    color: #fff;
    overflow: hidden;
	background: #ff3c37;
	border-radius: 10px 0 10px 0px;
	display: inline-block;
	padding: 2px 8px;
    margin-right: 15px;
}
.news .page_news_right .teme .nes_list .content{
	padding: 13px 0px 0 0;
    color: #777777;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.news .page_news_right .teme .nes_list .rr_browse {
    position: absolute;
    right: 150px;
    top: 20px;
}
.news .page_news_right .teme .nes_list .rr_browse .time {
    font-size: 16px;
    line-height: 36px;
    padding-left: 20px;
    color: #777777;
    font-family: mont;
    background: url(../images/rr_browse.png) left center no-repeat;
}
.news .page_news_right .teme .nes_list .rr_year {
    position: absolute;
    right: 25px;
    top: 20px;
}
.news .page_news_right .teme .nes_list .rr_year .time {
    font-size: 16px;
    line-height: 36px;
    padding-left: 20px;
    color: #777777;
    font-family: mont;
    background: url(../images/rr_year.png) left center no-repeat;
}
/*新闻详情*/
.news .page_news_right .news_detail{
	padding: 0 60px;
}
.news .page_news_right .news_detail h1{
    width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #333;
	margin-top: 40px;
}
.news .page_news_right .news_detail .detail_1{
	width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #777777;
    padding-bottom: 44px;
    border-bottom: 1px #ededed solid;
}
.news .page_news_right .news_detail .detail_1 span {
    float: left;
    width: auto;
    margin-right: 16px;
    margin-top: 7px;
    height: 36px;
    line-height: 38px;
	padding-left: 20px;
}
.news .page_news_right .news_detail .detail_1 span:nth-child(1){
    background: url(../images/rr_year.png) left center no-repeat;
}
.news .page_news_right .news_detail .detail_1 span:nth-child(2){
    background: url(../images/rr_browse.png) left center no-repeat;
}
.news .page_news_right .news_detail .detail_body {
    width: 100%;
    overflow: hidden;
    padding: 40px 0px 40px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border-bottom: 1px #ededed solid;
	min-height: 300px;
}
.news .page_news_right .news_detail .detail_page {
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}
.news .page_news_right .news_detail .detail_page span a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.news .page_news_right .news_detail .detail_page span {
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 16px;
}
.news .page_news_right .news_detail .detail_page span a {
    color: #333;
}
.news .page_news_right .news_detail .detail_page span a:hover{
    color: #ff3c37;
}
/**********************内页 新闻动态 end**********/
.home-2head .navy-line {
    width: 60px;
    height: 1px;
    margin: 10px auto 0;
    border-bottom: 2px solid #ff3c37;
}
/**********************内页 联系我们 *************/

.contact_us{
	overflow: hidden;
}
.contact_us .contact_us_content01{
	overflow: hidden;
}
.contact_us .contact_us_content01 .content{
	overflow: hidden;
}
.contact_us .contact_us_content01 .content .left{
	float: left;
    width: 620px;
}
.contact_us .contact_us_content01 .content .left h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
	padding-top: 30px;
}
.contact_us .contact_us_content01 .content .left p{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #777777;
}
.contact_us .contact_us_content01 .content .right{
	float: right;
}
.contact_us .contact_us_content01 .content .right img{
	width: 520px;
	height: 413px;
	display: block;
}
.contact_us .contact_us_content02{
	overflow: hidden;
	background-color: #fff;
}
.contact_us .contact_us_content02 .content{
	position: relative;
}
.contact_us .contact_us_content02 .content .left{
	float: left;
}
.contact_us .contact_us_content02 .content .left img{
	width: 840px;
	display: block;
}
.contact_us .contact_us_content02 .content .right{
	float: right;
	position: absolute;
	top:0%;
	right: 0%;
	width: 316px;
    height: 400px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px rgba(26, 67, 149, 0.16);
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
}
.contact_us .contact_us_content02 .content .right h2{
	font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
}
.contact_us .contact_us_content02 .content .right .item{
	font-size: 16px;
    color: #333;
    overflow: hidden;
    margin-top: 30px;
}
.contact_us .contact_us_content02 .content .right .item span{
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #777777;
}




/**********************内页 联系我们 end**********/
/**********************内页 页码 *****************/
.pagination{
    display: flex;
    justify-content:center;/*水平居中*/
    text-align: center;
	margin-top: 50px;
}
/*新*/
.pagination li a,.pagination li span{
    font-size: 14px;
    color: #333;
    margin: 0 5px;
    background: #f0f0f0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: block;
}

.pagination li a:hover{
    color: #fff;
    background: #ff3c37;
}
.pagination li span:hover{
    color: #fff;
    background: #ff3c37;
}

/**********************内页 页码 end**************/

































































.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-android .swiper-slide,.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
	touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-autoheight,.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform,height;
}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0,0,0,0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
}
.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
	/* bottom: 10px; */
	/* left: 0;
	width: 100%; */
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #333);
	/* opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); */
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform,.2s top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,0.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,0.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #333
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}


.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #333;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform,opacity,height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}
.swiper {
	height: 100%
}

.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;
	height: auto
}
/* 
.swiper-button-prev,.swiper-button-next {
	background: none
}

.swiper-button-prev::after,.swiper-button-next::after {
	content: ""
}

.swiper-button-prev:focus,.swiper-button-next:focus,.swiper-pagination-bullet:focus {
	outline: none
}

.swiper-button-prev {
	left: 0px;
	opacity: 1
}

.swiper-button-next {
	right: 0px;
	opacity: 1
} */

.move1,.move2,.move3,.move4,.move5 {
	opacity: 0;
	transition: all 0.8s ease 0.3s
}

.move1 {
	transform: translateY(70px)
}

.move2 {
	transform: translateY(70px)
}

.move3 {
	transform: translateX(70px)
}

.move4 {
	transform: translateX(70px)
}

.move5 {
	transform: translateY(70px)
}

.move1.move-run,.move2.move-run {
	transform: translateY(0px);
	opacity: 1
}

.move3.move-run,.move4.move-run {
	transform: translateY(0px);
	opacity: 1
}

.move5.move-run {
	transform: translateY(0px);
	opacity: 1
}

.video-prop {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background: rgba(0,0,0,0.6);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.video-prop:before {
	height: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle
}

.video-center {
	width: 65%;
	vertical-align: middle;
	display: inline-block;
	position: relative
}

.video-center video {
	width: 100%;
	height: auto;
	display: block;
}

.video-close {
	width: 36px;
	height: 36px;
	overflow: hidden;
	position: absolute;
	right: -18px;
	top: -18px;
	z-index: 12;
	border-radius: 50%;
	background: #fafafa;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease
}

.video-close:before {
	width: 60%;
	height: 2px;
	content: "";
	position: absolute;
	left: 20%;
	top: calc(50% - 1px);
	background: #fff;
	transform: rotate(45deg)
}

.video-close:after {
	width: 60%;
	height: 2px;
	content: "";
	position: absolute;
	left: 20%;
	top: calc(50% - 1px);
	background: #fff;
	transform: rotate(-45deg)
}

.video-close:hover {
	transform: rotate(180deg)
}

.video-active {
	opacity: 1;
	visibility: visible
}

@media screen and (max-width: 768px) {
	.video-center {
		width: 90%
	}

	.video-close {
		width: 32px;
		height: 32px;
		right: -16px;
		top: -16px
	}
}

@keyframes show {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes suofang {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.3)
	}
}

@keyframes trans {
	0% {
		opacity: 0;
		transform: translateY(60px)
	}

	100% {
		opacity: 1;
		transform: translateY(0px)
	}
}

@keyframes move {
	0% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(10px)
	}
}