.ad0 {
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
}

.ad1 {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
}

.ad2 {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.ad3 {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
}

.ad4 {
  animation-duration: 1.4s;
  -webkit-animation-duration: 1.4s;
}

.ad5 {
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
}

.ad6 {
  animation-duration: 1.8s;
  -webkit-animation-duration: 1.8s;
}

.ad7 {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
}

.ad8 {
  animation-duration: 2.2s;
  -webkit-animation-duration: 2.2s;
}

.ad9 {
  animation-duration: 2.4s;
  -webkit-animation-duration: 2.4s;
}

@keyframes mymove {
  from {
    width: 0;
    height: 0;
  }

  to {
    width: 118px;
    height: 118px;
  }
}

@-moz-keyframes mymove {

  /* Firefox */
  from {
    width: 0;
    height: 0;
  }

  to {
    width: 118px;
    height: 118px;
  }
}

@-webkit-keyframes mymove {

  /* Safari 和 Chrome */
  from {
    width: 0;
    height: 0;
  }

  to {
    width: 118px;
    height: 118px;
  }
}

@-o-keyframes mymove {

  /* Opera */
  from {
    width: 0;
    height: 0;
  }

  to {
    width: 118px;
    height: 118px;
  }
}

@keyframes mymove1 {
  from {
    width: 0;
  }

  to {
    width: 140px;
  }
}

@-moz-keyframes mymove1 {

  /* Firefox */
  from {
    width: 0;
  }

  to {
    width: 140px;
  }
}

@-webkit-keyframes mymove1 {

  /* Safari 和 Chrome */
  from {
    width: 0;
  }

  to {
    width: 140x;
  }
}

@-o-keyframes mymove1 {

  /* Opera */
  from {
    width: 0;
  }

  to {
    width: 140px;
  }
}

@keyframes mymove2 {
  from {
    border-width: 5px 0;
  }

  to {
    border-width: 5px 9px;
  }
}

@-moz-keyframes mymove2 {

  /* Firefox */
  from {
    border-width: 5px 0;
  }

  to {
    border-width: 5px 9px;
  }
}

@-webkit-keyframes mymove2 {

  /* Safari 和 Chrome */
  from {
    border-width: 5px 0;
  }

  to {
    border-width: 5px 9px;
  }
}

@-o-keyframes mymove2 {

  /* Opera */
  from {
    border-width: 5px 0;
  }

  to {
    border-width: 5px 9px;
  }
}

@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_920px4ow5wr.eot');
  src: url('//at.alicdn.com/t/font_995532_920px4ow5wr.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_920px4ow5wr.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_920px4ow5wr.woff') format('woff'), url('//at.alicdn.com/t/font_995532_920px4ow5wr.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_920px4ow5wr.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.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;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-transform: none;
}

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;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  background: rgba(24, 52, 87, 0.1);
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

.menu .cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.menu .cont .logo {
  float: left;
  margin-top: 19px;
}

.menu .cont .nav {
  font-size: 0px;
  text-align: right;
  float: right;
  height: 100%;
}

.menu .cont .nav .nLi {
  display: inline-block;
  vertical-align: top;
  height: 100px;
  position: relative;
}

.menu .cont .nav .nLi h3 a {
  position: relative;
  z-index: 100;
  color: #ffffff;
  font-size: 17px;
  padding: 0 20px;
  line-height: 99px;
  display: block;
}

.menu .cont .nav .nLi .mask {
  width: 0;
  height: 0;
  background: #da251c;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.menu .cont .nav .nLi .line {
  width: 0;
  height: 4px;
  background: #da251c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.menu .cont .nav .nLi .sub {
  display: none;
  background: rgba(14, 44, 83, 0.8);
  position: absolute;
  top: 104px;
  width: 200px;
  left: -46px;
  margin: 0 auto;
  padding: 23px 20px 13px;
}

.menu .cont .nav .nLi .sub .triangle {
  width: 0;
  height: 0;
  border-width: 11px 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  border-color: #da251c transparent transparent transparent;
}

.menu .cont .nav .nLi .sub li {
  width: 160px;
  height: 48px;
  text-align: center;
  border-bottom: 1px solid rgba(139, 158, 198, 0.4);
}

.menu .cont .nav .nLi .sub li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 47px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.menu .cont .nav .nLi .sub li a:hover {
  color: #fe443b;
}

.menu .cont .nav .nLi .sub li:last-child {
  border: none;
}

.menu .cont .nav .nLi:hover .mask {
  width: 100%;
  height: 100%;
}

.menu .cont .nav .nLi.active .line {
  width: 70px;
}

#menu {
  position: fixed;
  z-index: 100;
  margin-top: -152px;
  top: 50%;
  right: 13%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#menu ul {
  text-align: center;
  width: 50px;
}

#menu ul li {
  position: relative;
  line-height: 16px;
}

#menu ul li a {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

#menu ul li .num {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

#menu ul li.active {
  line-height: 40px;
}

#menu ul li.active a {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}

#menu ul li.active .num {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}

#menu ul .dot {
  width: 3px;
  height: 3px;
  background: #ffffff;
  border-radius: 1.5px;
  margin: 12px auto;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

@media screen and (max-width: 1800px) {
  #menu {
    right: 17px;
  }
}

.icons {
  position: fixed;
  bottom: 42px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  text-align: center;
  animation-name: slideInUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-fill-mode: both;
}

.icons .iconfont {
  color: #ffffff;
  display: block;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

.icons .mouse {
  font-size: 36px;
  padding-left: 1px;
}

.icons .arrow {
  font-size: 24px;
  margin-top: 30px;
  animation-name: heartBeat;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  cursor: pointer;
}

#fullpage .section {
  overflow: hidden;
}

#fullpage .page1 {
  background: url(../images/bg1.jpg) center center;
}

#fullpage .page1 .car {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page1.active .car {
  animation-duration: 1s;
  animation-name: fadeInLeft;
}

#fullpage .page1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}
#fullpage .page1.active .mask {
  animation-delay: 1s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
#fullpage .page1 .logo1 {
  position: absolute;
  width: 33.5%;
  height: 6%;
  right: 18.4%;
  top: 19.5%;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-name: fadeOutRight;
  z-index: 3;
}

#fullpage .page1.active .logo1 {
  animation-delay: 1s;
  right: 17.4%;
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: bounceInRight;
}

#fullpage .page2 {
  background: url(../images/bg2.jpg) center center;
  position: relative;
}

#fullpage .page2 .cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

#fullpage .page2 .cont .about {
  width: 600px;
  padding-top: 17%;
  float: left;
}

#fullpage .page2 .cont .about .title {
  line-height: 1;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

#fullpage .page2 .cont .about .title p {
  color: #333333;
  font-size: 24px;
  letter-spacing: 2px;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  font-weight: lighter;
}

#fullpage .page2 .cont .about .title span {
  color: #333333;
  font-size: 24px;
  display: block;
  margin-top: 20px;
}

#fullpage .page2 .cont .about .line {
  width: 22px;
  height: 2px;
  background: #da251c;
  margin-top: 70px;
  animation-fill-mode: both;
  animation: swing;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

#fullpage .page2 .cont .about .desc {
  color: #555555;
  font-size: 14px;
  line-height: 36px;
  margin-top: 59px;
}

#fullpage .page2 .cont .about .desc p {
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

#fullpage .page2 .cont .about .btns {
  font-size: 0px;
  margin-top: 50px;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page2 .cont .about .btns .item {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  height: 110px;
  border: 1px solid #dcdcdc;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

#fullpage .page2 .cont .about .btns .item .iconfont {
  display: inline-block;
  font-size: 60px;
  color: #c2c2c2;
  line-height: 108px;
  padding-left: 30px;
  margin-right: 35px;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

#fullpage .page2 .cont .about .btns .item .info {
  display: inline-block;
  line-height: 1;
}

#fullpage .page2 .cont .about .btns .item .info p {
  color: #333333;
  font-size: 18px;
  margin-bottom: 12px;
}

#fullpage .page2 .cont .about .btns .item .info span {
  color: #999999;
  font-size: 12px;
}

#fullpage .page2 .cont .about .btns .item:first-child {
  margin-right: 41px;
}

#fullpage .page2 .cont .about .btns .item:hover {
  border-color: #da251c;
}

#fullpage .page2 .cont .about .btns .item:hover .iconfont {
  color: #da251c;
}

@media screen and (max-height: 800px) {
  #fullpage .page2 .cont .about {
    padding-top: 12%;
  }

  #fullpage .page2 .cont .about .title span {
    margin-top: 10px;
  }

  #fullpage .page2 .cont .about .line {
    margin-top: 20px;
  }

  #fullpage .page2 .cont .about .desc {
    margin-top: 9px;
  }

  #fullpage .page2 .cont .about .btns {
    margin-top: 40px;
  }
}

#fullpage .page2 .cont .lump {
  width: 310px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
  height: 140px;
  font-size: 0px;
  animation-fill-mode: both;
  animation-name: slideOutDown;
}

#fullpage .page2 .cont .lump a {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-align: center;
  vertical-align: top;
}

#fullpage .page2 .cont .lump .left {
  background: #da251c;
  padding: 44px 0;
}

#fullpage .page2 .cont .lump .left p {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 8px;
}

#fullpage .page2 .cont .lump .left span {
  color: #ffffff;
  font-size: 14px;
}

#fullpage .page2 .cont .lump .right {
  background: #1d3451;
}

#fullpage .page2 .cont .lump .right .iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 140px;
}

#fullpage .page2 .right-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  animation-fill-mode: both;
  animation-name: slideOutRight;
}

#fullpage .page2 .right-bg img {
  width: 100%;
  height: 100%;
}

#fullpage .page2.active .cont .about .title {
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#fullpage .page2.active .cont .about .line {
  animation-fill-mode: both;
  animation: fadeInLeft;
}

#fullpage .page2.active .cont .about .desc p {
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#fullpage .page2.active .cont .about .btns {
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#fullpage .page2.active .cont .lump {
  animation-delay: 0.8s;
  animation-fill-mode: both;
  animation-name: slideInUp;
}

#fullpage .page2.active .right-bg {
  animation-fill-mode: both;
  animation-name: slideInRight;
}

#fullpage .page3 {
  background: url(../images/bg3.jpg) center center;
}

#fullpage .page3 .cont {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

#fullpage .page3 .cont .slideTxtBox .hd {
  padding-top: 17%;
}

#fullpage .page3 .cont .slideTxtBox .hd .title {
  line-height: 1;
  float: left;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page3 .cont .slideTxtBox .hd .title .en {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 24px;
  font-weight: lighter;
}

#fullpage .page3 .cont .slideTxtBox .hd .title p {
  font-size: 0px;
  line-height: 24px;
}

#fullpage .page3 .cont .slideTxtBox .hd .title p .txt {
  vertical-align: middle;
  color: #ffffff;
  font-size: 24px;
  margin-right: 20px;
}

#fullpage .page3 .cont .slideTxtBox .hd .title p .line {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 2px;
  background: #da251c;
}

#fullpage .page3 .cont .slideTxtBox .hd ul {
  font-size: 0px;
  float: right;
  line-height: 30px;
  height: 30px;
  margin-top: 42px;
  animation-fill-mode: both;
  animation-name: fadeOutRight;
}

#fullpage .page3 .cont .slideTxtBox .hd ul li {
  display: inline-block;
  color: #ffffff;
  padding: 0 18px;
  line-height: 30px;
  font-size: 16px;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  margin: 0 15px;
  cursor: pointer;
}

#fullpage .page3 .cont .slideTxtBox .hd ul li.on {
  background: #da251c;
}

#fullpage .page3 .cont .slideTxtBox .hd ul a {
  float: right;
  color: #bfc6ce;
  font-size: 14px;
  text-transform: lowercase;
  margin-left: 55px;
}

#fullpage .page3 .cont .slideTxtBox .bd {
  margin-top: 152px;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .first {
  width: 491px;
  float: left;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
  overflow: hidden;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .first .pic {
  display: block;
  width: 491px;
  height: 302px;
  margin-bottom: 33px;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .first .pic:hover {
  animation-fill-mode: both;
  animation-name: pulse;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .first .pic img {
  width: 100%;
  height: 100%;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .first .date {
  color: #9ea7b6;
  font-size: 26px;
  float: left;
  line-height: 1;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .first .info {
  width: 387px;
  float: right;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .first .info .title {
  color: #ffffff;
  font-size: 17px;
  line-height: 26px;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .first .info .desc {
  color: #b3bcc9;
  font-size: 12px;
  line-height: 26px;
  margin-top: 20px;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .first .info .more {
  display: block;
  width: 110px;
  height: 30px;
  background: #da251c;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  text-transform: lowercase;
  margin-top: 31px;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .first .info .more:hover {
  animation-fill-mode: both;
  animation-name: pulse;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list {
  float: right;
  width: 652px;
  height: 137px;
  border-bottom: 1px solid rgba(211, 211, 211, 0.3);
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  animation-fill-mode: both;
  animation-name: slideOutRight;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list .left {
  position: absolute;
  left: -132px;
  width: 132px;
  height: 76px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list .left p {
  color: #ffffff;
  font-size: 26px;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list .left .iconfont {
  color: #da251c;
  font-size: 24px;
  padding-left: 23px;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list .info {
  position: absolute;
  right: 0;
  width: 652px;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list .info .title {
  font-size: 0px;
  line-height: 26px;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list .info .title .dot {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #da251c;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list .info .title a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 17px;
  padding-left: 15px;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list .info .title span {
  float: right;
  vertical-align: middle;
  color: #ffffff;
  font-size: 26px;
  animation-fill-mode: both;
  animation-name: slideInRight;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list .info .desc {
  color: #b3bcc9;
  font-size: 12px;
  line-height: 26px;
  padding-left: 20px;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list:hover .left {
  left: 0;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list:hover .info {
  width: 464px;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list:hover .info .title .dot {
  animation-fill-mode: both;
  animation-name: fadeOutRight;
}

#fullpage .page3 .cont .slideTxtBox .bd ul .list:hover .info .title span {
  animation-fill-mode: both;
  animation-name: slideOutRight;
}

#fullpage .page3 .cont .slideTxtBox .bd ul li:nth-child(2) {
  margin-top: -30px;
}

#fullpage .page3.active .cont .slideTxtBox .hd .title {
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#fullpage .page3.active .cont .slideTxtBox .hd ul {
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

#fullpage .page3.active .cont .slideTxtBox .bd ul .first {
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#fullpage .page3.active .cont .slideTxtBox .bd ul .list {
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

@media screen and (max-height: 800px) {
  #fullpage .page3 .cont .slideTxtBox .hd {
    padding-top: 144px;
  }

  #fullpage .page3 .cont .slideTxtBox .hd .title {
    margin-bottom: 40px;
  }

  #fullpage .page3 .cont .slideTxtBox .bd {
    margin-top: 120px;
  }

  #fullpage .page3 .cont .slideTxtBox .bd ul .first .pic {
    margin-bottom: 15px;
  }

  #fullpage .page3 .cont .slideTxtBox .bd ul .first .info .desc {
    margin-top: 10px;
  }

  #fullpage .page3 .cont .slideTxtBox .bd ul .first .info .more {
    margin-top: 10px;
  }

  #fullpage .page3 .cont .slideTxtBox .bd ul .list {
    height: 123px;
    padding: 23px 0;
  }

  #fullpage .page3 .cont .slideTxtBox .bd ul li:nth-child(2) {
    margin-top: -23px;
  }
}

#fullpage .page4 {
  background: url(../images/bg4.jpg) center center;
}

#fullpage .page4 .cont {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

#fullpage .page4 .cont .hd {
  padding-top: 17%;
}

#fullpage .page4 .cont .hd .title {
  line-height: 1;
  float: left;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page4 .cont .hd .title .en {
  color: #333333;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 24px;
  font-weight: lighter;
}

#fullpage .page4 .cont .hd .title p {
  font-size: 0px;
  line-height: 24px;
}

#fullpage .page4 .cont .hd .title p .txt {
  vertical-align: middle;
  color: #333333;
  font-size: 24px;
  margin-right: 20px;
}

#fullpage .page4 .cont .hd .title p .line {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 2px;
  background: #da251c;
}

#fullpage .page4 .cont .hd ul {
  font-size: 0px;
  float: right;
  line-height: 30px;
  height: 30px;
  margin-top: 42px;
  animation-fill-mode: both;
  animation-name: fadeOutRight;
}

#fullpage .page4 .cont .hd ul li {
  display: inline-block;
  color: #555555;
  padding: 0 18px;
  line-height: 30px;
  font-size: 16px;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  margin: 0 15px;
  cursor: pointer;
}

#fullpage .page4 .cont .hd ul li.on {
  background: #da251c;
  color: #ffffff;
}

#fullpage .page4 .cont .hd ul a {
  float: right;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
  margin-left: 55px;
}

#fullpage .page4 .cont .bd {
  margin-top: 152px;
  height: 517px !important;
  background: url(../images/boder.png) no-repeat right center;
}

#fullpage .page4 .cont .bd ul .first {
  width: 500px;
  height: 517px;
  float: left;
  padding: 20px;
  background: #da251c;
  animation-fill-mode: both;
  animation-name: slideOutLeft;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
}

#fullpage .page4 .cont .bd ul .first .pic {
  display: block;
  width: 460px;
  height: 344px;
  overflow: hidden;
}

#fullpage .page4 .cont .bd ul .first .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#fullpage .page4 .cont .bd ul .first .info .title {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  margin-top: 39px;
  margin-bottom: 17px;
}

#fullpage .page4 .cont .bd ul .first .info .desc {
  float: left;
  width: 371px;
  color: #f4c0bd;
  font-size: 12px;
  line-height: 2;
}

#fullpage .page4 .cont .bd ul .first .info .more {
  float: right;
}

#fullpage .page4 .cont .bd ul .first .info .more .iconfont {
  color: #e87974;
  font-size: 36px;
}

#fullpage .page4 .cont .bd ul .first:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#fullpage .page4 .cont .bd ul .list {
  width: 307px;
  height: 228px;
  position: relative;
  float: left;
  margin-left: 43px;
  overflow: hidden;
  animation-fill-mode: both;
  animation-name: fadeOutRight;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
}

#fullpage .page4 .cont .bd ul .list .pic {
  display: block;
  width: 100%;
  height: 100%;
}

#fullpage .page4 .cont .bd ul .list .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#fullpage .page4 .cont .bd ul .list .title {
  display: block;
  width: 100%;
  height: 52px;
  position: absolute;
  bottom: 0;
  line-height: 52px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  z-index: 100;
}

#fullpage .page4 .cont .bd ul .list .mask {
  position: absolute;
  bottom: -52px;
  width: 100%;
  height: 52px;
  background: url(../images/title.png) no-repeat center center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#fullpage .page4 .cont .bd ul .list:nth-of-type(2),
#fullpage .page4 .cont .bd ul .list:nth-of-type(3) {
  animation-fill-mode: both;
  animation-name: slideOutUp;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
}

#fullpage .page4 .cont .bd ul .list:nth-of-type(4),
#fullpage .page4 .cont .bd ul .list:nth-of-type(5) {
  margin-top: 61px;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
}

#fullpage .page4 .cont .bd ul .list:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

#fullpage .page4 .cont .bd ul .list:hover .mask {
  bottom: 0;
}

#fullpage .page4.active .cont .hd .title {
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#fullpage .page4.active .cont .hd ul {
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

#fullpage .page4.active .cont .bd ul .first {
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#fullpage .page4.active .cont .bd ul .list:nth-of-type(2),
#fullpage .page4.active .cont .bd ul .list:nth-of-type(3) {
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
}

#fullpage .page4.active .cont .bd ul .list:nth-of-type(4),
#fullpage .page4.active .cont .bd ul .list:nth-of-type(5) {
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
}

@media screen and (max-height: 800px) {
  #fullpage .page4 .cont .slideTxtBox .hd {
    padding-top: 144px;
  }

  #fullpage .page4 .cont .slideTxtBox .bd {
    margin-top: 100px;
  }
}

#fullpage .page5 {
  background: url(../images/bg5.jpg) center center;
}

#fullpage .page5 .cont {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

#fullpage .page5 .cont .case .hd {
  padding-top: 17%;
}

#fullpage .page5 .cont .case .hd .title {
  line-height: 1;
  float: left;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page5 .cont .case .hd .title .en {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 24px;
  font-weight: lighter;
}

#fullpage .page5 .cont .case .hd .title p {
  font-size: 0px;
  line-height: 24px;
}

#fullpage .page5 .cont .case .hd .title p .txt {
  vertical-align: middle;
  color: #ffffff;
  font-size: 24px;
  margin-right: 20px;
}

#fullpage .page5 .cont .case .hd .title p .line {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 2px;
  background: #da251c;
}

#fullpage .page5 .cont .case .hd .txtScroll-left {
  font-size: 0px;
  float: right;
  line-height: 30px;
  height: 30px;
  margin-top: 42px;
  animation-fill-mode: both;
  animation-name: fadeOutRight;
  position: relative;
  margin-right: 40px;
}

#fullpage .page5 .cont .case .hd .txtScroll-left .prev {
  width: 0;
  height: 0;
  border-width: 5px 10px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  cursor: pointer;
  float: left;
  position: absolute;
  left: -20px;
  top: 10px;
}

#fullpage .page5 .cont .case .hd .txtScroll-left .next {
  width: 0;
  height: 0;
  border-width: 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #da251c;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 10px;
}

#fullpage .page5 .cont .case .hd .txtScroll-left .more {
  float: right;
  color: #888888;
  font-size: 14px;
  text-transform: lowercase;
  margin-left: 55px;
  position: absolute;
  right: 0;
}

#fullpage .page5 .cont .case .hd .txtScroll-left ul li {
  display: inline-block;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  margin: 0 15px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}

#fullpage .page5 .cont .case .hd .txtScroll-left ul li a {
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
}

#fullpage .page5 .cont .case .hd .txtScroll-left ul li.on,
#fullpage .page5 .cont .case .hd .txtScroll-left ul li:hover {
  background: #da251c;
}

#fullpage .page5 .cont .case .hd .txtScroll-left ul>a {
  float: right;
  color: #bfc6ce;
  font-size: 14px;
  text-transform: lowercase;
  margin-left: 55px;
}

#fullpage .page5 .cont .case .bd {
  margin-top: 111px;
}

#fullpage .page5 .cont .case .bd ul {
  font-size: 0px;
}

#fullpage .page5 .cont .case .bd ul li {
  position: relative;
  width: 376px;
  height: 276px;
  display: inline-block;
  overflow: hidden;
  margin-right: 36px;
  margin-top: 41px;
}

#fullpage .page5 .cont .case .bd ul li:nth-child(1),
#fullpage .page5 .cont .case .bd ul li:nth-child(2),
#fullpage .page5 .cont .case .bd ul li:nth-child(3) {
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeOutRight;
}

#fullpage .page5 .cont .case .bd ul li:nth-child(4),
#fullpage .page5 .cont .case .bd ul li:nth-child(5),
#fullpage .page5 .cont .case .bd ul li:nth-child(6) {
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page5 .cont .case .bd ul li:nth-child(3n) {
  margin-right: 0;
}

#fullpage .page5 .cont .case .bd ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
}

#fullpage .page5 .cont .case .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

#fullpage .page5 .cont .case .bd ul li .mask {
  top: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
}

#fullpage .page5 .cont .case .bd ul li .mask .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  background: #da251c;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#fullpage .page5 .cont .case .bd ul li .mask .title {
  left: 0;
  right: 0;
  top: -16px;
  margin: 0 auto;
  display: block;
  line-height: 1;
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#fullpage .page5 .cont .case .bd ul li .mask .more {
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
  display: block;
  line-height: 1;
  position: absolute;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#fullpage .page5 .cont .case .bd ul li:hover .mask {
  text-align: center;
}

#fullpage .page5 .cont .case .bd ul li:hover .mask .bg {
  width: 100%;
  height: 100%;
}

#fullpage .page5 .cont .case .bd ul li:hover .mask .title {
  top: 109px;
}

#fullpage .page5 .cont .case .bd ul li:hover .mask .more {
  bottom: 93px;
}

#fullpage .page5.active .cont .case .hd .title {
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#fullpage .page5.active .cont .case .hd .txtScroll-left {
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

#fullpage .page5.active .cont .case .bd ul li:nth-child(1),
#fullpage .page5.active .cont .case .bd ul li:nth-child(2),
#fullpage .page5.active .cont .case .bd ul li:nth-child(3) {
  animation-delay: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#fullpage .page5.active .cont .case .bd ul li:nth-child(4),
#fullpage .page5.active .cont .case .bd ul li:nth-child(5),
#fullpage .page5.active .cont .case .bd ul li:nth-child(6) {
  animation-delay: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

@media screen and (max-height: 800px) {
  #fullpage .page5 .cont .case .hd {
    padding-top: 144px;
  }

  #fullpage .page5 .cont .case .bd {
    margin-top: 80px;
  }

  #fullpage .page5 .cont .case .bd ul li {
    margin-top: 20px;
    height: 250px;
  }

  #fullpage .page5 .cont .case .bd ul li:hover .mask {
    text-align: center;
  }

  #fullpage .page5 .cont .case .bd ul li:hover .mask .bg {
    width: 100%;
    height: 100%;
  }

  #fullpage .page5 .cont .case .bd ul li:hover .mask .title {
    top: 89px;
  }

  #fullpage .page5 .cont .case .bd ul li:hover .mask .more {
    bottom: 73px;
  }
}

#fullpage .page6 {
  background: url(../images/bg6.jpg) center center;
}

#fullpage .page6 .cont {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

#fullpage .page6 .cont .title {
  padding-top: 180px;
  text-align: center;
  line-height: 1;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}

#fullpage .page6 .cont .title p {
  color: #333333;
  font-size: 24px;
  margin-bottom: 29px;
  letter-spacing: 2px;
  font-weight: lighter;
}

#fullpage .page6 .cont .title span {
  display: block;
  color: #333333;
  font-size: 24px;
  margin-bottom: 53px;
}

#fullpage .page6 .cont .title .line {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #da251c;
}

#fullpage .page6 .cont .list ul {
  font-size: 0px;
}

#fullpage .page6 .cont .list ul li {
  display: inline-block;
  position: relative;
  width: 190px;
  height: 135px;
  border: 1px solid #e5e5e5;
  margin-right: 12px;
  margin-top: 38px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  overflow: hidden;
}

#fullpage .page6 .cont .list ul li:nth-child(1) {
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
}

#fullpage .page6 .cont .list ul li:nth-child(2) {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
}

#fullpage .page6 .cont .list ul li:nth-child(3) {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

#fullpage .page6 .cont .list ul li:nth-child(4) {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
}

#fullpage .page6 .cont .list ul li:nth-child(5) {
  animation-duration: 1.4s;
  -webkit-animation-duration: 1.4s;
}

#fullpage .page6 .cont .list ul li:nth-child(6) {
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
}

#fullpage .page6 .cont .list ul li:nth-child(7) {
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
}

#fullpage .page6 .cont .list ul li:nth-child(8) {
  animation-duration: 1.4s;
  -webkit-animation-duration: 1.4s;
}

#fullpage .page6 .cont .list ul li:nth-child(9) {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
}

#fullpage .page6 .cont .list ul li:nth-child(10) {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

#fullpage .page6 .cont .list ul li:nth-child(11) {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
}

#fullpage .page6 .cont .list ul li:nth-child(12) {
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
}

#fullpage .page6 .cont .list ul li:nth-child(-n+6) {
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page6 .cont .list ul li:nth-child(n+7) {
  animation-fill-mode: both;
  animation-name: fadeOutRight;
}

#fullpage .page6 .cont .list ul li:nth-child(6n) {
  margin-right: 0;
}

#fullpage .page6 .cont .list ul li .pic {
  width: 100%;
  height: 100%;
}

#fullpage .page6 .cont .list ul li .pic img {
  width: 100%;
  height: 100%;
}

#fullpage .page6 .cont .list ul li .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: rgba(218, 37, 28, 0.85);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#fullpage .page6 .cont .list ul li .mask a {
  display: block;
  margin: 9px;
  border: 0px solid #ffffff;
  width: 0;
  height: 0;
  color: #ffffff;
  font-size: 0px;
  line-height: 113px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#fullpage .page6 .cont .list ul li:hover {
  border-color: rgba(218, 37, 28, 0.85);
}

#fullpage .page6 .cont .list ul li:hover .mask {
  width: 100%;
  height: 100%;
}

#fullpage .page6 .cont .list ul li:hover .mask a {
  border: 1px solid #ffffff;
  width: 170px;
  height: 115px;
  font-size: 14px;
}

#fullpage .page6 .cont .bot {
  text-align: center;
  line-height: 1;
  margin-top: 90px;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}

#fullpage .page6 .cont .bot .p1 {
  color: #333333;
  font-size: 22px;
  letter-spacing: 2px;
}

#fullpage .page6 .cont .bot .p2 {
  color: #333333;
  font-size: 15px;
  margin-top: 30px;
}

#fullpage .page6 .cont .bot .p3 {
  color: #b8b8b8;
  font-size: 12px;
  margin-top: 18px;
}

#fullpage .page6.active .cont .title {
  animation-delay: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

#fullpage .page6.active .cont .list ul li:nth-child(-n+6) {
  animation-delay: 0.8s;
  animation-fill-mode: both;
  animation-name: bounceInDown;
}

#fullpage .page6.active .cont .list ul li:nth-child(n+7) {
  animation-delay: 0.8s;
  animation-fill-mode: both;
  animation-name: bounceInUp;
}

#fullpage .page6.active .cont .bot {
  animation-delay: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

@media screen and (max-height: 800px) {
  #fullpage .page6 .cont .title {
    padding-top: 12%;
  }

  #fullpage .page6 .cont .title p {
    margin-bottom: 20px;
  }

  #fullpage .page6 .cont .title span {
    margin-bottom: 40px;
  }

  #fullpage .page6 .cont .list ul li {
    margin-top: 20px;
  }

  #fullpage .page6 .cont .bot {
    margin-top: 60px;
  }
}

#fullpage .page7 {
  background: url(../images/bg7.jpg) center center;
}

#fullpage .page7 .cont {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

#fullpage .page7 .cont .title {
  text-align: center;
  line-height: 1;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
  padding-top: 180px;
}

#fullpage .page7 .cont .title p {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 29px;
  letter-spacing: 2px;
  font-weight: lighter;
}

#fullpage .page7 .cont .title span {
  display: block;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 53px;
}

#fullpage .page7 .cont .title .line {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #da251c;
}

#fullpage .page7 .cont .info {
  margin-top: 123px;
}

#fullpage .page7 .cont .info .left {
  float: left;
}

#fullpage .page7 .cont .info .left .p1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page7 .cont .info .left .p2 {
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  margin-top: 50px;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page7 .cont .info .left .p2 span {
  color: #fe443b;
  font-size: 20px;
  font-weight: bold;
}

#fullpage .page7 .cont .info .left .p3,
#fullpage .page7 .cont .info .left .p4 {
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page7 .cont .info .left .ten {
  margin-top: 24px;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}

#fullpage .page7 .cont .info .left .ten .qq {
  float: left;
  margin-right: 26px;
}

#fullpage .page7 .cont .info .left .ten .qq .iconfont {
  display: block;
  padding-top: 25px;
  color: #8e97a5;
  font-size: 26px;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: pulse;
  animation-iteration-count: infinite;
}

#fullpage .page7 .cont .info .left .ten .wechat .iconfont {
  color: #8e97a5;
  font-size: 26px;
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  margin-right: 20px;
}

#fullpage .page7 .cont .info .left .ten .wechat .img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 6px;
}

#fullpage .page7 .cont .info .left .ten .wechat .img .triangle {
  position: absolute;
  left: -18px;
  top: 31px;
  width: 0;
  height: 0;
  border-width: 5px 9px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#fullpage .page7 .cont .info .left .ten .wechat .img img {
  width: 118px;
  height: 118px;
  display: block;
  animation-delay: 1s;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin: 11px;
}

#fullpage .page7 .cont .info .right {
  width: 765px;
  float: right;
}

#fullpage .page7 .cont .info .right .input {
  font-size: 0px;
}

#fullpage .page7 .cont .info .right .input input {
  height: 62px;
  line-height: 61px;
  width: 360px;
  background: none;
  border-bottom: 1px solid #7d8fac;
  color: #a1aec4;
  font-size: 16px;
}

#fullpage .page7 .cont .info .right .input input:first-child {
  margin-right: 45px;
}

#fullpage .page7 .cont .info .right .input input::placeholder {
  color: #a1aec4;
  font-size: 16px;
}

#fullpage .page7 .cont .info .right textarea {
  color: #a1aec4;
  font-size: 16px;
  line-height: 2;
  background: none;
  width: 100%;
  margin-top: 33px;
  border-bottom: 1px solid #7d8fac;
}

#fullpage .page7 .cont .info .right textarea::placeholder {
  color: #a1aec4;
  font-size: 16px;
}

#fullpage .page7 .cont .info .right button {
  width: 157px;
  height: 34px;
  background: #da251c;
  color: #ffffff;
  font-size: 16px;
  border: none;
  margin-top: 30px;
}

#fullpage .page7 .cont .c1 {
  color: #ffffff;
  font-size: 13px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-align: center;
  line-height: 46px;
  margin-top: 90px;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}

#fullpage .page7 .cont .c2 {
  color: #ffffff;
  font-size: 12px;
  opacity: 0.35;
  filter: alpha(opacity=35);
  text-align: center;
  line-height: 46px;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}

#fullpage .page7.active .cont .title {
  animation-delay: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

#fullpage .page7.active .cont .info .left p {
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}

#fullpage .page7.active .cont .info .left .ten {
  animation-delay: 1s;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: bounceInLeft;
}

#fullpage .page7.active .cont .info .left .ten .wechat .img {
  animation-delay: 1.8s;
  animation-fill-mode: both;
  animation-name: mymove1;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

#fullpage .page7.active .cont .info .left .ten .wechat .img .triangle {
  animation-delay: 1.6s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
}

#fullpage .page7.active .cont .info .left .ten .wechat .img img {
  animation-delay: 1.9s;
  animation-fill-mode: both;
  animation-name: mymove;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

#fullpage .page7.active .cont .info .right .input {
  animation-delay: 0.5s;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: bounceInRight;
}

#fullpage .page7.active .cont .info .right textarea {
  animation-delay: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: bounceInRight;
}

#fullpage .page7.active .cont .info .right button {
  animation-delay: 1s;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: bounceInUp;
}

#fullpage .page7.active .cont .c1 {
  animation-delay: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

#fullpage .page7.active .cont .c2 {
  animation-delay: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

@media screen and (max-height: 800px) {
  #fullpage .page7 .cont .title {
    padding-top: 12%;
  }

  #fullpage .page7 .cont .title p {
    margin-bottom: 20px;
  }

  #fullpage .page7 .cont .title span {
    margin-bottom: 40px;
  }

  #fullpage .page7 .cont .info {
    margin-top: 40px;
  }

  #fullpage .page7 .cont .c1 {
    margin-top: 50px;
  }
}
#content .news-list > ul li .date img{
      width: 100%;
}