.clear:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: "";
	clear: both;
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-weight: lighter;
}

i {
	font-style: normal;
}

body,
html {
	min-height: 100%;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #232323;
}

a:hover,
a:focus {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.cont {
	width: 1200px;
	margin: 0 auto;
}

header {
	position: fixed;
	top: 0;
	z-index: 1000000;
	width: 100%;
	height: 100px;
	background-color: #fff;
	/* animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown; */
	box-shadow: 0px 10px 6px 0px rgba(214, 214, 214, 0.25);
}

header>.cont {
	display: flex;
	align-items: center;
	height: 100px;
	line-height: 100px;
	position: relative;
}

header>.cont .logo {
	/* animation-delay: 0.2s;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: backInDown; */
	position: relative;
	left: -46px;
}

header>.cont ul {
	margin-left: 25px;
	display: flex;
	/* animation-delay: 0.2s;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: fadeIn; */
}

header>.cont ul li {
	position: relative;
	height: 100px;
	width: 126px;
	text-align: center;
}

header>.cont ul li .bg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgb(230, 33, 41);
	/* transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s; */
}

header>.cont ul li .icon {
	width: 21px;
	height: 12px;
	background: url(../images/icon0.png) no-repeat center center;
	position: absolute;
	top: 44px;
	left: -21px;
	opacity: 0;
	display: none;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

header>.cont ul li>a {
	position: relative;
	z-index: 5;
	color: #333333;
	font-size: 16px;
	padding-left: 32px;
	/* transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s; */
}

header>.cont ul li .drop {
	display: none;
	position: absolute;
	left: 0px;
	right: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	line-height: 43px;
	top: 100px;
	box-shadow: 9px 10px 6px 0px rgb(214 214 214 / 25%);
}

header>.cont ul li .drop .cont {
	display: flex;
	align-items: center;
}

header>.cont ul li .drop a {
	color: #000;
	font-size: 14px;
	line-height: 43px;
	vertical-align: middle;
	width: 100%;
	display: inline-block;
	text-align: center;
	/* transition: all linear .4s;
  -o-transition: all linear .4s;
  -ms-transition: all linear .4s;
  -moz-transition: all linear .4s;
  -webkit-transition: all linear .4s; */
}

header>.cont ul li .drop a:hover {
	background: #ee1d23;
	color: #fff;
}


/* header > .cont ul li .drop a::before {
  content: "";
  line-height: 68px;
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background-color: #ee1d23;
  margin-right: 12px;
} */
.page-body{
  margin-top: 40px;
}
header>.cont ul li:hover .bg {
	display: block;
}

header>.cont ul li:hover .icon {
	left: 10px;
	opacity: 1;
	display: block;
}

header>.cont ul li:nth-child(2):hover .icon {
	left: 5px;
	opacity: 1;
	display: block;
}

header>.cont ul li:hover>a {
	padding-left: 20px;
	color: #fff;
}

header>.cont .lang {
	margin-left: 20px;
	/* animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeIn; */
}

header>.cont .lang a {
	color: #666666;
	font-size: 14px;
}

header>.cont .lang a.active {
	color: #ee1d23;
}

header>.cont .search-btn {
	animation-delay: .4s;
	animation-duration: .6s;
	animation-fill-mode: both;
	animation-name: fadeIn;
	width: 12px;
	height: 12px;
	background: url(../images/search.png) no-repeat center center;
	cursor: pointer;
	margin-left: auto;
}

header>.cont .nav-search {
	font-size: 0;
	width: 180px;
	height: 32px;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 63px;
	opacity: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

header>.cont .nav-search form {
	display: flex;
	align-items: center;
}

header>.cont .nav-search .nav-search-input {
	margin: 0 5px;
	height: 32px;
	line-height: 32px;
	border: none;
	outline: none;
	transition: all 0.3s;
	flex: 1;
}

header>.cont .nav-search button {
	background: none;
	border: none;
	padding: 0;
}

header>.cont .nav-search img {
	cursor: pointer;
}

#fp-nav ul li {
	margin: 12px 0;
}

#fp-nav ul li a span {
	width: 12px;
	height: 12px;
	border: 1px solid #ee1d23;
	background: none !important;
	margin: 0 !important;
}

#fp-nav ul li a.active span {
	background: #ee1d23 !important;
	margin: 0 !important;
}

#fp-nav ul li:hover a span {
	width: 12px !important;
	height: 12px !important;
}


/*#fullpage .page1 img {
  position: absolute;
  bottom: 0;
}*/

#fullpage .page1 .video-make {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/zz.png);
	background-size: auto;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0.8;
}

#fullpage .page1 .video-box video {
	height: 90%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	margin-top: 100px;
}

#fullpage .page2 {
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
}

#fullpage .page2 .cont .solves {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

#fullpage .page2 .cont .solves .solve {
	width: 522px;
}

#fullpage .page2 .cont .solves .solve h3 {
	color: #333333;
	font-size: 36px;
}

#fullpage .page2 .cont .solves .solve span {
	display: block;
	color: #666666;
	font-size: 16px;
	text-transform: uppercase;
}

#fullpage .page2 .cont .solves .solve .s1 {
	margin-top: 10px;
}

#fullpage .page2 .cont .solves .solve p {
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 12px;
}

#fullpage .page2 .cont .solves .solve .items {
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}

#fullpage .page2 .cont .solves .solve .items .item {
	width: 161px;
	height: 262px;
	background-color: #ee1d23;
	text-align: center;
	position: relative;
	padding-top: 58px;
	overflow: hidden;
}

#fullpage .page2 .cont .solves .solve .items .item .icon {
	position: relative;
	z-index: 2;
	width: 83px;
	height: 83px;
	margin: 0 auto;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

#fullpage .page2 .cont .solves .solve .items .item .bg {
	position: absolute;
	top: -262px;
	z-index: 8;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

#fullpage .page2 .cont .solves .solve .items .item span {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
	line-height: 1;
	font-size: 20px;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

#fullpage .page2 .cont .solves .solve .items .item:hover .icon {
	position: absolute;
	top: 262px;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

#fullpage .page2 .cont .solves .solve .items .item:hover span {
	position: absolute;
	top: 262px;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

#fullpage .page2 .cont .solves .solve .items .item:hover .bg {
	top: 0px;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}


/* 
#fullpage .page2 .cont .solves .solve .items .item:hover span {
  bottom: 22px;
  color: #ffffff;
} */

#fullpage .page2 .cont .solves .solve .more {
	width: 100%;
	height: 64px;
	border-top: 1px solid #ee1d23;
	border-bottom: 1px solid #ee1d23;
	line-height: 62px;
	position: relative;
	margin-top: 50px;
}

#fullpage .page2 .cont .solves .solve .more a {
	display: flex;
	align-items: center;
}

#fullpage .page2 .cont .solves .solve .more .bg {
	height: 0;
	width: 100%;
	background-color: #ee1d23;
	position: absolute;
	top: 0;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

#fullpage .page2 .cont .solves .solve .more .bg1 {
	height: 0;
	width: 100%;
	background-color: #ee1d23;
	position: absolute;
	bottom: 0;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

#fullpage .page2 .cont .solves .solve .more .icon {
	position: relative;
	z-index: 1;
	width: 32px;
	height: 19px;
	background: url(../images/icon1.png) no-repeat center center;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

#fullpage .page2 .cont .solves .solve .more span {
	position: relative;
	z-index: 1;
	color: #666666;
	font-size: 16px;
	margin-left: 17px;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

#fullpage .page2 .cont .solves .solve .more:hover .bg {
	height: 31px;
}

#fullpage .page2 .cont .solves .solve .more:hover .bg1 {
	height: 31px;
}

#fullpage .page2 .cont .solves .solve .more:hover .icon {
	margin-left: 184px;
	background: url(../images/icon2.png) no-repeat center center;
}

#fullpage .page2 .cont .solves .solve .more:hover span {
	color: #ffffff;
}

#fullpage .page2.active .solve h3 {
	animation-delay: .4s;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

#fullpage .page2.active .solve span {
	animation-delay: .4s;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

#fullpage .page2.active .solve p {
	animation-delay: .6s;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

#fullpage .page2.active .solve .more {
	animation-delay: .4s;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
}

#fullpage .page2.active .solve1 .items .item:nth-child(1) {
	animation-delay: .4s;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: flipInX;
}

#fullpage .page2.active .solve1 .items .item:nth-child(1) .icon {
	background: url(../images/1-.png) no-repeat center center;
	background-size: 60px 60px;
}

#fullpage .page2.active .solve1 .items .item:nth-child(2) {
	animation-delay: .6s;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: flipInX;
}

#fullpage .page2.active .solve1 .items .item:nth-child(2) .icon {
	background: url(../images/2-.png) no-repeat center center;
	background-size: 60px 60px;
}

#fullpage .page2.active .solve1 .items .item:nth-child(3) {
	animation-delay: .6s;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: flipInX;
}

#fullpage .page2.active .solve1 .items .item:nth-child(3) .icon {
	background: url(../images/3-.png) no-repeat center center;
	background-size: 60px 60px;
}


/* #fullpage .page2.active .solve1 .items .item:hover:nth-child(1) .icon {
  background: url(../images/1-.png) no-repeat center center;
  background-size: 38px 38px;
}

#fullpage .page2.active .solve1 .items .item:hover:nth-child(2) .icon {
  background: url(../images/2-.png) no-repeat center center;
  background-size: 38px 38px;
} */


/* #fullpage .page2.active .solve1 .items .item:hover:nth-child(3) .icon {
  background: url(../images/3-.png) no-repeat center center;
  background-size: 38px 38px;
} */

#fullpage .page2.active .solve2 .items .item:nth-child(1) {
	animation-delay: .6s;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: flipInX;
}

#fullpage .page2.active .solve2 .items .item:nth-child(1) .icon {
	background: url(../images/4-.png) no-repeat center center;
	background-size: 60px 60px;
}

#fullpage .page2.active .solve2 .items .item:nth-child(2) {
	animation-delay: .6s;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: flipInX;
}

#fullpage .page2.active .solve2 .items .item:nth-child(2) .icon {
	background: url(../images/5-.png) no-repeat center center;
	background-size: 60px 60px;
}

#fullpage .page2.active .solve2 .items .item:nth-child(3) {
	animation-delay: .4s;
	animation-duration: .4s;
	animation-fill-mode: both;
	animation-name: flipInX;
}

#fullpage .page2.active .solve2 .items .item:nth-child(3) .icon {
	background: url(../images/6-.png) no-repeat center center;
	background-size: 60px 60px;
}


/*#fullpage .page2.active .solve2 .items .item:hover:nth-child(1) .icon {
  background: url(../images/4-.png) no-repeat center center;
  background-size: 38px 38px;
}

#fullpage .page2.active .solve2 .items .item:hover:nth-child(2) .icon {
  background: url(../images/5-.png) no-repeat center center;
  background-size: 38px 38px;
}

#fullpage .page2.active .solve2 .items .item:hover:nth-child(3) .icon {
  background: url(../images/6-.png) no-repeat center center;
  background-size: 38px 38px;
} */

#fullpage .page3 .left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 346px;
	height: 526px;
}

#fullpage .page3 .right {
	width: 503px;
	height: 586px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#fullpage .page3 .right .p1 {
	position: absolute;
	left: 0;
	bottom: 8px;
}

#fullpage .page3 .right .p2 {
	position: absolute;
	left: 155px;
	bottom: 8px;
}

#fullpage .page3 .right .p3 {
	position: absolute;
	right: 0;
	bottom: 0;
}

#fullpage .page3 .title {
	text-align: center;
}

#fullpage .page3 .title h3 {
	color: #333333;
	font-size: 36px;
}

#fullpage .page3 .title span {
	display: block;
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
}

#fullpage .page3 .slideTxtBox {
	margin-top: 52px;
}

#fullpage .page3 .slideTxtBox .hd {
	display: flex;
	justify-content: space-between;
	margin-bottom: 52px;
}

#fullpage .page3 .slideTxtBox .hd ul {
	display: flex;
	align-items: center;
}

#fullpage .page3 .slideTxtBox .hd ul li {
	font-size: 22px;
	line-height: 1;
	padding-right: 45px;
	color: #333333;
	transition: all linear 0.6s;
	-o-transition: all linear 0.6s;
	-ms-transition: all linear 0.6s;
	-moz-transition: all linear 0.6s;
	-webkit-transition: all linear 0.6s;
}

#fullpage .page3 .slideTxtBox .hd ul li:first-child {
	border-right: 1px solid #d8d8d8;
}

#fullpage .page3 .slideTxtBox .hd ul li:nth-child(2) {
	padding: 0 45px;
	border-right: 1px solid #d8d8d8;
}

#fullpage .page3 .slideTxtBox .hd ul li:last-child {
	padding-left: 45px;
}

#fullpage .page3 .slideTxtBox .hd ul li.on {
	color: #ee1d23;
}

#fullpage .page3 .slideTxtBox .hd .more {
	color: #666666;
	font-size: 14px;
	text-transform: uppercase;
}

#fullpage .page3 .slideTxtBox .bd .item {
	display: flex;
}

#fullpage .page3 .slideTxtBox .bd .item .left-cont {
	width: 560px;
  height: 442px;
  overflow: hidden;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont {
	flex: 1;
	margin-left: 76px;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li {
	height: 133px;
	display: flex;
	border-bottom: 1px solid #d8d8d8;
	transition: all linear 0.6s;
	-o-transition: all linear 0.6s;
	-ms-transition: all linear 0.6s;
	-moz-transition: all linear 0.6s;
	-webkit-transition: all linear 0.6s;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li .info {
	flex: 1;
	margin-right: 38px;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li .info a {
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 1;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li .info p {
	color: #999999;
	font-size: 16px;
	line-height: 26px;
	margin-top: 22px;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li .date {
	position: relative;
	width: 76px;
	height: 78px;
	overflow: hidden;
	text-align: right;
	padding: 14px;
	transition: all linear 0.6s;
	-o-transition: all linear 0.6s;
	-ms-transition: all linear 0.6s;
	-moz-transition: all linear 0.6s;
	-webkit-transition: all linear 0.6s;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li .date .border {
	width: 100%;
	height: 100%;
	transform: scale(1.2);
	background: url(../images/border.png) no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	transition: all linear 0.6s;
	-o-transition: all linear 0.6s;
	-ms-transition: all linear 0.6s;
	-moz-transition: all linear 0.6s;
	-webkit-transition: all linear 0.6s;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li .date p {
	color: #666666;
	font-size: 28px;
	transition: all linear 0.6s;
	-o-transition: all linear 0.6s;
	-ms-transition: all linear 0.6s;
	-moz-transition: all linear 0.6s;
	-webkit-transition: all linear 0.6s;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li .date span {
	color: #666666;
	font-size: 12px;
	transition: all linear 0.6s;
	-o-transition: all linear 0.6s;
	-ms-transition: all linear 0.6s;
	-moz-transition: all linear 0.6s;
	-webkit-transition: all linear 0.6s;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li:nth-child(2) {
	height: 177px;
	padding-top: 45px;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li:last-child {
	padding-top: 45px;
	border: none;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li:hover {
	border-color: #ee1d23;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li:hover .info a {
	color: #ee1d23;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li:hover .date .border {
	transform: scale(1);
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li:hover .date p {
	color: #ee1d23;
}

#fullpage .page3 .slideTxtBox .bd .item .right-cont ul li:hover .date span {
	color: #ee1d23;
}

#fullpage .page3.active .title h3 {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

#fullpage .page3.active .title span {
	animation-delay: 0.4s;
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

#fullpage .page3.active .slideTxtBox .hd ul {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
}

#fullpage .page3.active .slideTxtBox .hd .more {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: fadeInRight;
}

#fullpage .page3.active .slideTxtBox .bd .item .left-cont {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	animation-fill-mode: both;
  animation-name: fadeInLeft;
  overflow: hidden;
}
#fullpage .page3 .slideTxtBox .bd .item .left-cont video{
  object-fit: cover;
}
#fullpage .page3.active .slideTxtBox .bd .item .right-cont ul li:nth-child(1) {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: fadeInRight;
}

#fullpage .page3.active .slideTxtBox .bd .item .right-cont ul li:nth-child(2) {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: fadeInRight;
}

#fullpage .page3.active .slideTxtBox .bd .item .right-cont ul li:nth-child(3) {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: fadeInRight;
}

#fullpage .page4 {
	padding: 0 !important;
}

#fullpage .page4 .top {
	height: 366px;
	background-color: #f8f8f8;
}

#fullpage .page4 .top .cont {
	display: flex;
	justify-content: space-between;
	padding-top: 52px;
}

#fullpage .page4 .top .cont .contact p {
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 12px;
}

#fullpage .page4 .top .cont .contact p img {
	margin-right: 14px;
}

#fullpage .page4 .top .cont .foot-nav {
	display: flex;
	padding-top: 20px;
}

#fullpage .page4 .top .cont .foot-nav .line {
	width: 1px;
	height: 12px;
	background: #cccccc;
	margin: 0 32px;
}
#fullpage .page4 .top .cont .foot-nav .line:last-child{
  display: none;
}
.page4 .top .cont .foot-nav .line:last-child{
  display: none;
}
#fullpage .page4 .top .cont .foot-nav dl dt a {
	color: #666666;
	font-size: 14px;
	line-height: 1;
}

#fullpage .page4 .top .cont .foot-nav dl dd {
	margin-top: 21px;
}

#fullpage .page4 .top .cont .foot-nav dl dd a {
	color: #666666;
	font-size: 12px;
	line-height: 1;
}

#fullpage .page4 .bottom {
	line-height: 56px;
	background: #ee1d23;
}

#fullpage .page4 .bottom .cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
}

#fullpage .page4 .bottom .cont .cr {
	color: #ffffff;
}

#fullpage .page4 .bottom .cont .back-top {
	color: #ffffff;
	cursor: pointer;
}

#fullpage .page4 .bottom .cont .back-top a {
	font-size: 12px;
	color: #ffffff;
}

#fullpage .page4 .bottom .cont .back-top img {
	margin-left: 12px;
}

#fullpage .page4.active .contact {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	width: 359px;
}

#fullpage .page4.active .foot-nav {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: fadeInRight;
}

#fullpage .page4.active .bottom {
	animation-delay: 0.4s;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
}


/* 悬浮 */

.fp-right {
	display: none;
}

.fixed {
	position: fixed;
	z-index: 99;
}

.fixed ul li {
	position: relative;
	z-index: 2;
}

.fixed ul li .img-box {
	width: 44px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	background-color: rgb(238, 29, 35);
	position: relative;
	z-index: 2;
}

.fixed ul li .img-box img {
	padding-top: 13px;
}


/* .fixed ul li .img-box img{
  width: 44px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background-color: rgb(238, 29, 35);
  position: absolute;
  z-index: 2;
} */

.fixed ul li:hover .er-box {
	opacity: 1;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

.fixed ul li .er-box {
	background-color: #ebebeb;
	width: 101px;
	height: 101px;
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 61px;
	z-index: 1;
	text-align: center;
	opacity: 1;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.fixed ul li .er-box1 {
	background-color: #ebebeb;
	width: 101px;
	height: 101px;
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 175px;
	z-index: 1;
	text-align: center;
	opacity: 1;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}
.fixed ul li .dh-box {
	line-height: 44px;
	height: 44px;
	font-size: 16px;
	background-color: #ebebeb;
	border-radius: 5px;
	padding: 0 15px;
	position: absolute;
	width: 160px;
	left: 65px;
	text-align: center;
	top: 0px;
	opacity: 1;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

.fixed ul .f1 {
	position: fixed;
	right: 15px;
	top: 64%;
	transition: all linear .4s;
	-o-transition: all linear .4s;
	-ms-transition: all linear .4s;
	-moz-transition: all linear .4s;
	-webkit-transition: all linear .4s;
}

.fixed ul .f3 {
	position: fixed;
	right: 15px;
	top: 70%;
	transition: all linear .2s;
	-o-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-webkit-transition: all linear .2s;
}

.fixed ul .f3:hover {
	width: 212px;
	right:65px;
	transition: all linear .2s;
	-o-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-webkit-transition: all linear .2s;
}

.fixed ul .f2 {
	position: fixed;
	right: 15px;
	top: 76%;
	transition: all linear .2s;
	-o-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-webkit-transition: all linear .2s;
}

.fixed ul .f2:hover {
	width: 150px;
	right: 76px;
	transition: all linear .2s;
	-o-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-webkit-transition: all linear .2s;
}

.fixed ul .f2:hover .dh-box {
	opacity: 1;
	transition: all linear .2s;
	-o-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-webkit-transition: all linear .2s;
}

.fixed ul li .dh-box p {
	font-weight: bold;
}

.fixed ul li .er-box img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}


/* 导航二 */


/* .fp-viewing-page2 header{
  background-color: #ee1d23;
}
.fp-viewing-page2 header>.cont ul li>a{
  color: #fff;
}
.fp-viewing-page2 header>.cont .lang a {
  color: #fff;
  font-size: 14px;
}
.fp-viewing-page2 header>.cont .lang a.active {
  color: #fff;
}
.fp-viewing-page2 header>.cont .lang {
  margin-left: 20px;
  color: #Fff;
}
.fp-viewing-page2 header>.cont .search-btn{
  background: url(../images/search1.png) no-repeat center center;
} */


/* 导航二 */


/* .fp-viewing-page3 header{
  background-color: #ee1d23;
}
.fp-viewing-page3 header>.cont ul li>a{
  color: #fff;
}
.fp-viewing-page3 header>.cont .lang a {
  color: #fff;
  font-size: 14px;
}
.fp-viewing-page3 header>.cont .lang a.active {
  color: #fff;
}
.fp-viewing-page3 header>.cont .lang {
  margin-left: 20px;
  color: #Fff;
}
.fp-viewing-page3 header>.cont .search-btn{
  background: url(../images/search1.png) no-repeat center center;
} */


/* 案例 */

#fullpage .page3 .slideTxtBox .bd .item .right-box {
	width: 100%;
	height: 443px;
	position: relative;
}

#fullpage .page3 .slideTxtBox .bd .item .right-box .m-bd {
	width: 100%;
	height: 443px;
}

#fullpage .page3 .slideTxtBox .bd .item .right-box .m-hd {
	position: absolute;
	bottom: 15px;
	left: 45%;
}

#fullpage .page3 .slideTxtBox .bd .item .right-box .m-hd ul {
	display: inline-block;
}

#fullpage .page3 .slideTxtBox .bd .item .right-box .m-hd ul li {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	padding: 0px;
	margin: 0 10px;
}

#fullpage .page3 .slideTxtBox .bd .item .right-box .m-hd ul .on {
	background: #ee1d23;
}

#fullpage .page2 .cont .solves .solve .items .item .bg img {
	width: 161px;
	height: 262px;
}


/* 轮播 */


/*
 .banner
 */

.banner {
	height: 92%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 100px;
}

.banner-body {
	background: url(../images/Banner002608_bodybg.jpg) no-repeat center top;
	background-size: cover;
}

.banner .auto {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 100%;
}

.banner .auto ul {
	height: 100%;
}

.banner .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.banner .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .banner .slides {
	display: block;
}

* html .banner .slides {
	height: 1%;
}

.no-js .banner .slides>li:first-child {
	display: block;
}

.banner .flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .banner .flex-viewport {
	max-height: 300px;
}

.banner .slides {
	zoom: 1;
}

.fp-viewing-page1 header {
	box-shadow: 0px 0px 0px 0px rgb(214 214 214 / 25%);
}


/*.banner .bx-wrapper{ position:relative; z-index:1;}
.banner .bx-viewport{ z-index:1;}*/

.banner .slides li {
	position: relative;
}

.banner .slides li a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.banner .slides li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.banner .slides li .videoBox {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	max-height: 900px;
}

.banner .slides li {
	height: 100%;
}

.banner .slides li .videoBox video {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
}

.banner .slides li .pic {
	opacity: 0;
}

.banner .slides li .ycenter {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
}

.banner .slides li .txt {
	padding: 0 10%;
	width: 100%;
}

.banner .slides li .txt aside {
	padding-top: 5%;
	transition: 0.8s 0.3s;
}

.banner .slides li .txt aside a {
	display: block;
	border-radius: 35px;
	line-height: 35px;
	width: 125px;
	text-align: center;
	background: #1ac1b9;
	color: #fff;
}

.banner .slides li .txt aside a:hover {
	background: #fff;
	color: #1ac1b9;
}

.banner .slides li .txt aside,
.banner .slides li .txt img {
	opacity: 0;
	transform: translateX(50%);
}

.banner .slides li .txt img {
	transition: 0.5s 0.3s;
	max-width: 50%;
}

.banner .slides li.flex-active-slide .txt aside,
.banner .slides li.flex-active-slide .txt img {
	transform: translateY(0);
	opacity: 1;
}

.banner .flex-direction-nav a {
	display: none;
	opacity: .5;
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	background: rgba(117, 170, 210, 0);
	margin-top: -36px;
	z-index: 10;
	border-radius: 50%;
	overflow: hidden;
	line-height: 1000px;
}

.banner:hover .flex-direction-nav a {
	display: block;
}

.banner .flex-direction-nav a::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border-top: 3px solid #D92C1C;
	border-right: 3px solid #D92C1C;
	transform: rotate(45deg);
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -14px;
}

.banner .flex-direction-nav a.flex-prev {
	left: 3%;
}

.banner .flex-direction-nav a.flex-prev::before {
	transform: rotate(-135deg);
	margin-left: -6px;
}

.banner .flex-direction-nav a.flex-next {
	right: 3%;
}

.banner .flex-control-nav {
	position: absolute;
	width: 100%;
	bottom: 5%;
	text-align: center;
	left: 0;
	z-index: 10;
}

.banner .flex-control-nav li {
	display: inline-block;
	padding: 0 5px;
}

.banner .flex-control-nav a {
	display: inline-block;
	overflow: hidden;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	line-height: 1000px;
	border: 2px solid #fff;
}

.banner .flex-control-nav a.flex-active {
	background: #fff;
	opacity: 1;
}

@media (max-width: 768px) {
	.banner .slides li .videoBox {
		display: none;
	}
	.banner .slides li .pic {
		opacity: 1;
	}
}

@media (max-width: 480px) {
	.banner .flex-direction-nav {
		display: none;
	}
	.banner .slides li .txt aside a {
		line-height: 26px;
		width: 90px;
		font-size: 12px;
	}
	.banner .slides li .videoBox video {
		margin: 0;
	}
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .pcimg img {
	position: relative;
	width: 100%;
	height: auto;
	transition: all 1s ease 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner .swiper-container .swiper-wrapper .active .pcimg img {
	transition: all 5s ease 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}

.banner .swiper-container .swiper-wrapper .swiper-slide .pcimg img {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .ind_ban_tex {
	position: absolute;
	top: 50%;
	left: 50%;
}

.banner .slides li img{

	transition: all 1s ease 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner .slides .flex-active-slide img{
  transition: all 3s ease 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}

.banner .swiper-container .swiper-wrapper .swiper-slide .ind_ban_tex .ind_ban_tex_info {
	color: #ffffff;
	line-height: 1.5;
	font-size: 22px;
	text-shadow: 3px 0 10px rgb(22 78 145 / 40%);
	transform: translateY(80px);
	opacity: 0;
}

.banner .swiper-container .swiper-wrapper .active .ind_ban_tex .ind_ban_tex_info {
	transition: all 2s ease 1s;
	transform: translateY(0);
	opacity: 1;
}
