.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;

}

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 {
 
  margin: 0 15px;
}

#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(/theme/wap/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(/theme/wap/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(/theme/wap/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(/theme/wap/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(/theme/wap/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(/theme/wap/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(/theme/wap/images/3-.png) no-repeat center center;
  background-size: 60px 60px;
}

/* #fullpage .page2.active .solve1 .items .item:hover:nth-child(1) .icon {
  background: url(/theme/wap/images/1-.png) no-repeat center center;
  background-size: 38px 38px;
}

#fullpage .page2.active .solve1 .items .item:hover:nth-child(2) .icon {
  background: url(/theme/wap/images/2-.png) no-repeat center center;
  background-size: 38px 38px;
} */

/* #fullpage .page2.active .solve1 .items .item:hover:nth-child(3) .icon {
  background: url(/theme/wap/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(/theme/wap/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(/theme/wap/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(/theme/wap/images/6-.png) no-repeat center center;
  background-size: 60px 60px;
}

/*#fullpage .page2.active .solve2 .items .item:hover:nth-child(1) .icon {
  background: url(/theme/wap/images/4-.png) no-repeat center center;
  background-size: 38px 38px;
}

#fullpage .page2.active .solve2 .items .item:hover:nth-child(2) .icon {
  background: url(/theme/wap/images/5-.png) no-repeat center center;
  background-size: 38px 38px;
}

#fullpage .page2.active .solve2 .items .item:hover:nth-child(3) .icon {
  background: url(/theme/wap/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(/theme/wap/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(/theme/wap/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(/theme/wap/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: 267px;
  position: relative;
}

.banner-body {
  background: url(/theme/wap/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 {
  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%;
}

.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;
}


.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;
}

/* 手机 */

.ui-aside-mask {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 98;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
}

.menu {
  padding-top: 1rem;
  overflow-y: scroll;
}

.menu h3 {
  text-align: center;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 18px;
}

.menu h3 .iconfont {
  font-size: 0.36rem;
  margin-right: 0.2rem;
  font-weight: normal;
}

.menu ul li {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f8f8f8;
  padding: 0 0.4rem 0 0.3rem;
  display: flex;
  align-items: center;
}

.menu ul li>a {
  font-size: 16px;
  color: #FFFFFF;
}

.menu ul li span {
  height: 0.8rem;
}

.menu ul li:nth-last-child(1) {
  border-bottom: none;
}

.fr {
  float: right;
}

.menu ul .drop {
  padding: 0 20px 0 20px;
}

.menu ul .drop dd {
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 0.02rem solid #4e7abc;
  padding-left: 0.3rem;
}

.menu ul .drop dd a {
  font-size: 0.28rem;
  color: #FFFFFF;
}

.menu ul .drop dd span {
  height: 0.6rem;
  margin-right: 0.15rem;
  color: #FFFFFF;
}

.w40 {
  width: 150px;
}

.m-head {
  height: 67px;

  padding: 0 24px;
}

.m-head .logo {
  width: 144px;
  height: 46px;
  float: left;
  margin-top: 10px;
}

.m-head .logo img {
  width: 100%;
  height: 100%;
}

.m-head .h-btn {
  float: right;
  margin-top: 26px;
}
.m-head .h-btn img{
  width: 80%;
}
.banner1 {
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.banner1 img {
  width: 100%;
  height: 100%;
}

.m-cont {
  padding: 0 15px;
}

.m-page1 {
  margin-top: 50px;
}

.m-page1 .m-title {
  text-align: center;
  margin-bottom: 10px;
}

.m-page1 .m-title h4 {
  font-size: 25px;
  font-family: "MicrosoftYaHeiLight";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  margin-bottom: 5px;
}

.m-page1 .m-title p {
  font-size: 15px;
  font-family: "MicrosoftYaHeiLight";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
}
.m-page1 .m-bd .wz{
  line-height: 1.6;
}
.m-page1 .m-bd .zw {
  font-size: 16px;
  font-family: "MicrosoftYaHeiLight";
  color: #666666;
  text-transform: uppercase;
}

.m-page1 .m-bd ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.m-page1 .m-bd ul li {
  background: #ee1d23;
  width: 32%;
  height: 180px;
  padding-top: 40px;
  text-align: center;
}

.m-page1 .m-bd ul li:nth-child(1) .icon {
  background: url(/theme/wap/images/1-.png) no-repeat center center;
  background-size: 50px 50px;
}

.m-page1 .m-bd ul li:nth-child(2) .icon {
  background: url(/theme/wap/images/2-.png) no-repeat center center;
  background-size: 50px 50px;
}

.m-page1 .m-bd ul li:nth-child(3) .icon {
  background: url(/theme/wap/images/3-.png) no-repeat center center;
  background-size: 50px 50px;
}

.m-page1 .m-bd ul li .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.m-page1 .m-bd ul li span {
  font-size: 16px;
  color: #fff;
}

.m-page1 .more {
  height: 45px;
  line-height: 45px;
  border-top: 1px solid #ee1d23;
  border-bottom: 1px solid #ee1d23;
  margin-top: 45px;
  text-align: center;
}

.m-page1 .more .icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 12px;
  background: url(/theme/wap/images/icon1.png) no-repeat center center;
  margin-right: 10px;
  background-size: 100% 100%;
}

.m-page1 .more a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "MicrosoftYaHeiLight";
  color: rgb(102, 102, 102);
  margin-top: -4px;
}

.m-page2 {
  margin-top: 50px;
}

.m-page2 .m-title {
  text-align: center;
  margin-bottom: 10px;
}

.m-page2 .m-title h4 {
  font-size: 25px;
  font-family: "MicrosoftYaHeiLight";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
}

.m-page2 .m-title p {
  font-size: 15px;
  font-family: "MicrosoftYaHeiLight";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
}

.m-page2 .m-bd .zw {
  font-size: 16px;
  font-family: "MicrosoftYaHeiLight";
  color: #666666;
  text-transform: uppercase;
}

.m-page2 .m-bd ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.m-page2 .m-bd ul li {
  background: #ee1d23;
  width: 32%;
  height: 180px;
  padding-top: 40px;
  text-align: center;
}

.m-page2 .m-bd ul li:nth-child(1) .icon {
  background: url(/theme/wap/images/4-.png) no-repeat center center;
  background-size: 50px 50px;
}

.m-page2 .m-bd ul li:nth-child(2) .icon {
  background: url(/theme/wap/images/5-.png) no-repeat center center;
  background-size: 50px 50px;
}

.m-page2 .m-bd ul li:nth-child(3) .icon {
  background: url(/theme/wap/images/6-.png) no-repeat center center;
  background-size: 50px 50px;
}

.m-page2 .m-bd ul li .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.m-page2 .m-bd ul li span {
  font-size: 16px;
  color: #fff;
}

.m-page2 .more {
  height: 45px;
  line-height: 45px;
  border-top: 1px solid #ee1d23;
  border-bottom: 1px solid #ee1d23;
  margin-top: 45px;
  text-align: center;
}

.m-page2 .more .icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 12px;
  background: url(/theme/wap/images/icon1.png) no-repeat center center;
  margin-right: 10px;
  background-size: 100% 100%;
}

.m-page2 .more a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "MicrosoftYaHeiLight";
  color: rgb(102, 102, 102);
  margin-top: -4px;
}

.m-page3 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.m-page3 .m-title {
  text-align: center;
  margin-bottom: 10px;
}

.m-page3 .m-title h4 {
  font-size: 25px;
  font-family: "MicrosoftYaHeiLight";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
}

.m-page3 .m-title p {
  font-size: 15px;
  font-family: "MicrosoftYaHeiLight";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
}

.m-page3 .m-news {
  margin-top: 20px;
}

.m-page3 .m-news .hd {
  margin-bottom: 20px;
}

.m-page3 .m-news .hd ul {
  display: flex;
  justify-content: space-between;
}

.m-page3 .m-news .hd ul li {
  width: 32%;
  text-align: center;
  font-size: 16px;
  color: #333333;
  position: relative;
}

.m-page3 .m-news .hd ul li::after {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 17px;
  background: #d8d8d8;
  right: -5px;
  top: 3px;
}

.m-page3 .m-news .hd ul li:last-child::after {
  display: none;
}

.m-page3 .m-news .item .right-cont ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 15px;
  display: flex;
}

.m-page3 .m-news .item .right-cont ul li:last-child {
  border: 0px;
}

.m-page3 .m-news .item .right-cont ul li .info {
  flex: 1;
  padding-right: 15px;
}

.m-page3 .m-news .item .right-cont ul li .date {
  width: 65px;
  position: relative;
  padding: 4px;
  text-align: center;
}

.m-page3 .m-news .item .right-cont ul li .date .border {
  width: 100%;
  height: 100%;
  background: url(/theme/wap/images/border.png) no-repeat center center;
  position: absolute;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.m-page3 .m-news .item .right-cont ul li .date p {
  color: #ee1d23;
  font-size: 22px;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

.m-page3 .m-news .item .right-cont ul li .date span {
  color: #ee1d23;
  font-size: 12px;
}

.m-page3 .m-news .item .right-cont ul li .info a {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
  display: inline-block;
}

.m-page3 .m-news .item .right-cont ul li .info p {
  font-size: 14px;
  color: #999999;
}

.m-page3 .m-news .item .right-box .m-bd .tempWrap ul li img {
  width: 100%;
}

footer {
  background: #f8f8f8;
  padding-top: 40px;
}

footer .m-logo {
  width: 190px;
  margin-bottom: 20px;
}

footer .m-logo img {
  width: 100%;
}

footer .m-text p {
  margin-bottom: 15px;
  color: #666666;
  line-height: 1.5;
}

footer .m-text p img {
  margin-right: 10px;
}

footer .foot-1 {
  margin-top: 40px;
  background: #ee1d23;
  text-align: center;
  height: 45px;
  padding-top: 5px;
}

footer .foot-1 p {
  font-size: 10px;
  color: #fff;
  line-height: 1.5;
}