@charset "UTF-8";
body {
  padding-top: 74px;
  position: relative;
}
/* 通用的样式 */
.slider-click {
  position: relative;
  z-index: 2;
  width: 1200px;
  height: 460px;
  line-height: 460px;
  overflow: hidden;
  margin: auto;
  margin-top: -460px;
  font-size: 50px;
}
.slider-click span {
  margin-top: 200px;
  color: #ccc;
}
.lf {
  float: left;
}
.lr {
  float: right;
}

.mapstyle {
  position: absolute;
  margin-top: -80px;
}
.boxWarp {
  text-align: center;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#footer .boxWarp {
  border-bottom: 1px solid rgba(114, 113, 112, 0.4);
}

.seg {
  border: dashed 1px #dfdfdf;
  margin-top: 32px;
}

.marAuto {
  display: block;
  margin: auto;
}

.bottomBlock {
  width: 41px;
  height: 3px;
  background-color: #74a541;
  margin-top: 15px;
}

.time {
  position: relative;
  padding: 6px 0 6px 20px;
  font-size: 12px;
  color: #c2c2c2;
}

.time:before {
  position: absolute;
  top: 10px;
  left: 3px;
  content: "";
  height: 10px;
  width: 10px;
  background: url(../images/icon_bg.png) -49px 0 no-repeat;
}

.newsList {
  /* width: 1268px; */
  text-align: left;
  margin-top: 32px;
}
.newsList > div {
  width: 226px;
  display: inline-block;
  padding: 0px 10px;
}

.newsList img {
  width: 226px;
  height: 226px;
  border-radius: 8px;
}
.newsList a.title {
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0px 48px 0px;
}
.newsList p {
  font-size: 14px;
}

.dynamic .time:before {
  top: 12px;
  height: 14px;
  width: 14px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#actDetail .detailCon p {
  margin: auto;
  width: 78%;
}
#actDetail .detailCon img {
  max-width: 700px;
}

/* 页面头部 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 255;
  width: 100%;
  height: 74px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
#header .logo {
  float: left;
  display: inline;
  height: 48px;
  padding: 12px 0;
  /*background: url(../images/logo.png) left 26px no-repeat;*/
  line-height: 1;
  overflow: hidden;
}
#header .logo img,
#header .logo span {
  display: inline-block;
}
#header .logo span {
  position: absolute;
  margin: 10px 0 0 12px;
  padding: 8px 0;
  font-size: 18px;
  color: #bfbfbf;
}

.headerNav {
  float: right;
  display: inline;
}
.headerNav li {
  float: left;
  display: inline;
}
.headerNav li a {
  /* width: 104px; */
  line-height: 21px;
  padding-bottom: 6px;
  margin: 24px 22px 20px;
  font-size: 18px;
  text-align: center;
  border-bottom: 3px solid transparent;
}
.headerNav li.active a,
.headerNav li a:hover {
  color: #81bf29;
  border-bottom-color: #81bf29;
}

/* 轮播图 */
#silderArea {
  position: relative;
  width: 100%;
  height: 510px;
  overflow: hidden;
}
#silderArea .silderBox li {
  width: 100%;
  height: 510px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  opacity: 0;
}
#silderArea .silderBox li.firstLi {
  opacity: 1;
}

.silderNum {
  position: absolute;
  bottom: 13px;
  left: 50%;
  margin-left: -38px;
  z-index: 254;
}
.silderNum li {
  float: left;
  display: inline;
  line-height: 8px;
}
.silderNum li a {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #737373;
}
.silderNum li.active a {
  /*width: 30px;*/
  border-radius: 4px;
  background-color: #8ac438;
}

h2 {
  position: relative;
  font-size: 24px;
}

.proArea {
  padding: 45px 0;
  background-color: #fafafa;
}

.more,
.proClass li {
  padding: 6px 10px;
  color: #727171;
  background-color: #e8e8e8;
  border-radius: 3px;
  line-height: 1;
}

.more {
  position: relative;
  float: right;
  right: 0;
  font-size: 14px;
}

.proClass {
  position: absolute;
  top: 6px;
  left: 115px;
}
.proClass li {
  float: left;
  display: inline;
  margin: 0 5px;
  cursor: pointer;
}
.proClass li:hover,
.proClass li.active {
  background-color: #74a541;
  color: #fff;
}

.actArea {
  padding-top: 45px 0;
}

.tabItem {
  display: none;
}

/* 产品体系对应的css ，首页和产品体系页都有使用*/
.proList > li {
  float: left;
  display: inline;
  width: 278px;
  margin-right: 26px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #efefef;
  background-color: #fff;
}
.proList > li h3 {
  font-size: 24px;
}
.proList .proItem > img {
  width: 278px;
  height: 161px;
}
.proList .detailBox,
.proList .downBox {
  padding: 15px 20px;
}
.proList .detailBox {
  border-bottom: 1px solid #efefef;
}
.proList .detailBox .mobType {
  font-size: 12px;
  color: #dbd9da;
}
.proList .downBox a {
  position: relative;
  padding-left: 29px;
  margin-right: 25px;
}
.proList .downBox a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 19px;
  content: "";
  background-image: url(../images/icon_bg.png);
  background-repeat: no-repeat;
}
.proList .downBox a.comIcon:before {
  top: 4px;
}
.proList .downBox a.downIcon:before {
  background-position: -23px 0;
}

/* 飞博动态对应的css，首页和飞博动态页都有使用 */
.actArea {
  padding: 48px 0;
}

.actItem,
.actDetail .actImg,
.actBanner,
.actDetail .actDes {
  float: left;
  display: inline;
}

.actItem {
  width: 660px;
  margin-right: 24px;
}
.actItem h2 {
  margin: -5px 0 25px;
}

.actBanner {
  width: 516px;
}
.actBanner a,
.actBanner img {
  font-size: 0;
}
.actBanner a img {
  width: 250px;
  height: 220px;
}
.actBanner a.firstA {
  margin-bottom: 15px;
}
.actBanner a.firstA img {
  width: 100%;
  height: 260px;
}
.actBanner a.lastA {
  margin-left: 15px;
}
.actBanner img {
  border-radius: 3px;
}

.actDetail {
  height: 120px;
  margin-bottom: 40px;
  overflow: hidden;
}
.actDetail .actImg {
  width: 180px;
  margin-right: 15px;
  border-radius: 4px;
}
.actDetail .actImg img {
  width: 100%;
  height: 120px;
  border-radius: 4px;
}
.actDetail .actDes {
  width: 425px;
}
.actDetail .actDes h3 {
  margin-top: -3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}

.actDes .time + p {
  height: 66px;
  overflow: hidden;
  line-height: 1.6;
}

/* 页尾区域 */
#footer {
  padding: 45px 0 0;
  background-color: #fafafa;
  /* -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15); */
}
#footer .pageList {
  float: left;
  display: inline;
  width: 240px;
  text-align: center;
}
#footer .pageList > div {
  display: inline-block;
  text-align: left;
}
#footer .pageList h3 {
  padding: 10px 0;
  font-size: 18px;
}
#footer .pageList li {
  padding: 3px 0;
  color: #727170;
}

.wbAtte,
.wxAtte {
  width: 28px;
  height: 28px;
  vertical-align: top;
  cursor: default;
  background: url(../images/icon_bg.png) 0 -24px no-repeat;
}

.attArea {
  position: relative;
}
.attArea span {
  position: absolute;
  top: -32px;
  right: -189px;
  padding: 5px;
  width: 139px;
  height: 139px;
  border: 1px solid #d4d4d4;
}
.attArea span img {
  width: 100%;
}

.wxAtte {
  margin-left: 10px;
  background: url(../images/icon_bg.png) -32px -24px no-repeat;
}

.copyRight {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  background: #fafafa;
  color: #727170;
}

.disBlock {
  display: block;
}

/* 飞博首页 */
.conTitle {
  padding: 50px 0px 0px 0px;
  font-size: 28px;
  text-align: center;
}

.content {
  font-size: 18px;
  font-weight: 500;
  padding: 48px 0px 30px 0px;
  text-align: center;
}

.column {
  width: 100%;
}
.column > li {
  position: relative;
  display: inline-block;
  margin: auto;
  height: 62px;
  line-height: 62px;
  padding: 0px 55px;
  font-size: 24px;
}
.column li.active a,
.column li a:hover {
  position: relative;
  color: #74a541;
}

.colCon {
  width: 100%;
  margin: auto;
}

.newsTitle {
  font-size: 24px;
  text-align: left;
  padding-top: 30px;
}

.column img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
}
.column li.active img {
  opacity: 1;
}

/*#main ul.column li.active {*/
/*background: url(../images/colCon_top.jpg) center bottom no-repeat;*/
/*}*/

/* 解读飞博 */
#headerBanner,
#activityPage .headerBanner {
  width: 100%;
  height: 380px;
  overflow: hidden;
  background: url(../images/jd_banner.jpg) center top no-repeat;
}

.develop {
  position: relative;
  width: 1800px;
  margin: auto;
  transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85); /* IE 9 */
  -moz-transform: scale(0.85, 0.85); /* Firefox */
  -webkit-transform: scale(0.85, 0.85); /* Safari and Chrome */
  -o-transform: scale(0.85, 0.85); /* Opera */
}
.develop ul {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 100px;
  overflow: hidden;
}
.develop li {
  position: relative;
  width: 180px;
  height: 100%;
  float: left;
  text-align: center;
}
.develop li > div {
  position: absolute;
  width: 100%;
  bottom: 50px;
}
.develop div.devCircle {
  position: relative;
  margin: auto;
  bottom: 0px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #939393;
  border-radius: 50px;
  background: #eeeff1;
}
.develop li:hover div.devCircle {
  background: #81bf29;
  color: #fff;
}
.develop p {
  position: relative;
  bottom: 0px;
  display: block;
  padding-top: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #d0d0d0;
  font-weight: 400;
}
.develop li:hover p {
  color: #919191;
}

.develop img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.detailTop {
  position: relative;
  float: right;
}

.detailTop div {
  position: relative;
  right: 0;
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  background: #ddd;
  color: #888;
  margin-bottom: 40px;
  float: right;
}

/* 内容块的导航选项卡 */
.contentNav {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #e3e3e3;
}
.contentNav > ul {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -195px;
}
.contentNav li {
  float: left;
  display: inline;
}
.contentNav li a {
  width: 130px;
  padding: 35px 0;
  border-bottom: 3px solid #fff;
  font-size: 18px;
  text-align: center;
}
.contentNav li.active a,
.contentNav li a:hover {
  color: #81bf29;
  border-bottom: 3px solid #81bf29;
  background-color: #fafafa;
}

.conBox {
  width: 1080px;
  padding: 80px 60px;
}
.conBox h2 {
  margin-bottom: 80px;
  text-align: center;
}
.conBox .imgArea {
  padding: 70px 0 0 78px;
}
.conBox .imgArea img.appCat {
  margin: 0 240px 0 220px;
}

/* 产品体系对应的css */
#productPage .headerBanner {
  width: 100%;
  height: 380px;
  overflow: hidden;
  background-color: #81bf29;
  text-align: center;
}

.proBox {
  padding: 50px 0 70px;
}

.proContent {
  display: none;
  text-align: center;
  padding: 20px 0px 30px 0px;
}
.proContent.active {
  display: block;
}

.nopad {
  padding: 0px 0px 0px 0px;
}

.weMedia {
  width: 1210px;
  margin: auto;
  padding-top: 90px;
  text-align: left;
  padding-bottom: 40px;
}
.weMedia > div {
  width: 570px;
  height: 298px;
  margin: 0 64px 58px 0;
  border: solid 1px #e9e9e9;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  padding: 48px 42px 28px 50px;
}
.weMedia > div:nth-child(even) {
  margin-right: 0;
}

.weMedCon {
  display: inline-block;
  vertical-align: top;
  padding: 0px 20px;
  width: 290px;
}
.weMedCon h3 {
  font-size: 24px;
  margin-top: 35px;
}
.weMedCon p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
}
.weMedCon > div {
  font-size: 18px;
  margin-top: 50px;
  color: #9d9d9d;
  font-family: iconfont;
}
.weMedCon > div > span {
  width: 80px;
  float: right;
  font-size: 30px;
  margin-top: -5px;
}
.weMedCon a.wechat {
  color: #5ac64f;
}
.weMedCon a.sina {
  color: #ffc7c7;
  float: right;
  font-size: 31px;
}

.qrCode {
  position: absolute;
  width: 225px;
  height: 290px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px 0px 0px 8px;
  line-height: 290px;
}
.qrCode > img {
  margin: auto;
  width: 150px;
  height: 150px;
  margin-left: 37px;
}

.seo {
  width: 1210px;
  height: 490px;
  margin: auto;
}
.seo > div {
  width: 300px;
  padding: 0px 50px;
  float: left;
  text-align: center;
}
.seo img {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  margin: auto;
  margin-top: 90px;
}
.seo p {
  padding: 0px;
  font-size: 16px;
  line-height: 30px;
}

.weMedH3 {
  padding: 50px 0px 40px 0px;
  font-size: 24px;
}

.partner {
  width: 1200px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 30px;
}
.partner > div {
  width: 80px;
  height: 30px;
  padding: 10px;
  background: red;
  float: left;
}

.hatch {
  margin: auto;
}

.downBox {
  position: absolute;
  z-index: 2;
}

/* 分页对应的css */
.pageNum {
  /* margin-top: 50px; */
  padding-bottom: 70px;
  text-align: center;
}
.pageNum > ul {
  display: inline-block;
}
.pageNum li {
  list-style: none;
  float: left;
  display: inline;
}
.pageNum a {
  margin: 0px 4px;
  padding: 6px 20px;
  color: #d6d6d6;
  font-size: 16px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #efefef;
}
.pageNum a:hover,
.pageNum li.active a {
  color: #fff;
  background-color: #81bf29;
  border: 1px solid #81bf29;
}
.pageNum a.prev {
  display: none;
}
.pageNum li.mt5 {
  display: none;
}

/* 飞博动态 */
#activityPage .headerBanner {
  background: url(../images/dt_banner.jpg) center top no-repeat;
}
#activityPage .contentNav > ul {
  margin-left: -130px;
}
#activityPage .actItem {
  float: none;
  display: inline;
  width: 100%;
  margin: 0;
}
#activityPage .actDetail {
  float: left;
  display: inline;
  width: 594px;
  margin-right: 12px;
}
#activityPage .actDetail .actDes {
  width: 398px;
}
#activityPage .proBox {
  padding: 80px 0 70px;
}

#actDetail .headerBanner {
  height: 380px;
  /*background: url(../images/detatl_banner.jpg) center top no-repeat;*/
  text-align: center;
  color: #fff;
}
#actDetail .TitleBox h2 {
  padding: 50px 0 10px;
  font-size: 36px;
}
#actDetail .TitleBox {
  text-align: center;
}
#actDetail p {
  text-align: left;
}
#actDetail .TitleBox .time {
  color: #aaa;
}
#actDetail .TitleBox .time:before {
  background: url(../images/icon_bg.png) -49px 0 no-repeat;
}
#actDetail .detailCon {
  padding: 45px 35px 65px;
  font-size: 16px;
}

/* 联系我们 */
#contactPage .conWarp {
  margin: 80px auto;
}

#map {
  width: 100%;
  height: 480px;
}

.msgArea {
  text-align: center;
}
.msgArea h2 {
  font-size: 36px;
}
.msgArea p.tel {
  font-size: 28px;
  padding: 35px 0 25px;
}
.msgArea p.tel span {
  position: relative;
  padding-left: 45px;
}
.msgArea p.tel span:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  height: 33px;
  width: 33px;
  background: url(../images/icon_bg.png) 0 -57px no-repeat;
}
.msgArea p.address {
  font-size: 18px;
  line-height: 46px;
}

.conPerson {
  margin-top: 100px;
}
.conPerson ul {
  position: relative;
  float: left;
  display: inline;
  padding-left: 60px;
}
.conPerson ul li {
  padding: 7px 0;
  font-size: 18px;
}
.conPerson ul li h3 {
  font-size: 24px;
  font-weight: bold;
}
.conPerson ul.business {
  padding-right: 130px;
  margin-left: 290px;
}
.conPerson ul:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  height: 46px;
  width: 46px;
  background: url(../images/icon_bg.png) -38px -57px no-repeat;
}

/* 通用样式 */
.imgCenter {
  position: relative;
  left: 50%;
  margin-left: -960px;
}

/*2017/09/08 lml*/

#productPage .popArea,
#productPage .weappArea {
  position: absolute;
  top: 133px;
  right: 1059px;
  width: 84px;
  padding: 14px 15px 22px;
  height: auto;
  background: url(../images/code_bg.png) no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
#productPage .weappArea {
  right: 1125px;
}
#productPage .popArea img,
#productPage .weappArea img {
  width: 100%;
}
#productPage .weappxsyk {
  width: 110px;
  top: 106px;
  right: 1114px;
}
#productPage .downBox {
  top: 255px;
  right: 1072px;
  font-family: icomoon;
}
#productPage .downBox a {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  font-size: 28px;
}
#productPage .proSina {
  padding: 0 20px 0 10px;
}
#productPage .proSina span {
  position: relative;
  bottom: 5px;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
  height: 14px;
  line-height: 13px;
  font-size: 14px;
  vertical-align: middle;
}
#productPage .downBox a:hover {
  background: rgba(0, 0, 0, 0.65);
}
#productPage .proSina:hover {
  color: #ff4c39;
}
#productPage .proSina:hover span {
  border-left: 1px solid #ff4c39;
}
#productPage .proWechat {
  padding: 0 10px;
}
#productPage .proWechat:hover {
  color: #99cc00;
}
#productPage .proWeapp {
  padding: 0 10px;
}
#productPage .proWeapp:hover {
  color: #7886dd;
}

/* demo */
#fp-nav ul li a span {
  background: #93c848;
}

.anime {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 50px;
  height: 50px;
  background: red;
  color: #fff;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
  opacity: 0.3;
  border-radius: 0;
}
#interpret .section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section.active .anime {
  left: 240px;
  opacity: 1;
  border-radius: 50%;
}

.anime-svg {
  width: 20px;
  height: 20px;
  background: #93c848;
}

/* 改版 */
/* 首页 */
.home-bg {
  display: block;
  width: 100%;
  min-width: 1280px;
  position: relative;
}

.home-bg img {
  display: block;
  width: 100%;
}

.slogan {
  position: absolute;
  left: 25%;
  top: 16%;
  width: 36%;
  height: 67%;
}

.slogan .part1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  overflow: hidden;
}

.slogan .part1::after {
  content: "";
  z-index: -1;
  background-color: hsla(120, 69%, 87%, 0.3);
  position: absolute;
  left: 0;
  top: -50%;
  bottom: -50%;
  width: 20px;
  -webkit-transform: translate3d(-1000%, 0, 0) rotate(35deg);
  transform: translate3d(-1000%, 0, 0) rotate(35deg);
}

.slogan .part1:hover::after {
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-transform: translate3d(4600%, 0, 0) rotate(35deg);
  transform: translate3d(4600%, 0, 0) rotate(35deg);
}

.slogan .part2 {
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 85%;
  z-index: 9;
}

.full-animated {
  opacity: 0;
}
.active .full-animated {
  opacity: 1;
  -webkit-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s;
}

/* footer */
#footer {
  background: #fafafa;
}

#footer h3 a {
  color: #727170;
  font-weight: 500;
}

#footer li a {
  color: #9d9d9d;
}

#footer h3 a:hover,
#footer li a:hover {
  color: #6eb32c;
}

/* interpret */
.interpret-box {
  width: 1200px;
  min-width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section {
  overflow: hidden;
  padding-top: 74px;
}
/* .section1, .section2, .section3 {
  padding-top: 180px\0;
} */

.section:nth-child(odd) {
  background-color: #f7f7f7;
}

.interpret-box-0 {
  padding-top: 10.9%;
}
.interpret-box-1 {
  padding-top: 7%;
}
.interpret-box-2 {
  padding-top: 10%;
}
.interpret-box-3 {
  padding-top: 3.6%;
}
.interpret-box-4 {
  padding-top: 5.2%;
}
.interpret-box-5 {
  padding-top: 5.2%;
}

.box-l {
  float: left;
}

.box-r {
  float: right;
}

.box-c h3 {
  text-align: center;
}

.interpret-box-0 .box-l {
  width: 518px;
  padding: 48px 0 0 20px;
}
.interpret-box-0 .box-r {
  width: 662px;
  height: 495px;
}

.interpret-box-2 .box-l {
  width: 360px;
  padding: 20px 0 0 20px;
}
.interpret-box-2 .box-r {
  width: 730px;
  height: 500px;
}

.interpret-box-1 .box-r {
  width: 436px;
  padding: 24px 21px 0 0;
}

.interpret-box-1 .box-l {
  width: 680px;
  height: 470px;
}

.interpret-box-3 .box-c {
  margin-left: 120px;
}

.interpret-box-3 h3 {
  text-align: center;
  position: relative;
}

.interpret-box-3 h3::after {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #6eb32c;
  position: absolute;
  top: 50%;
  left: 175px;
}

.interpret-box-3 .item {
  line-height: 70px;
  height: 70px;
}

.interpret-box-3 .item .year {
  float: left;
  width: 126px;
  height: 100%;
  font-size: 24px;
  color: #6eb32c;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.interpret-box-3 .item.on .year {
  font-size: 34px;
}

.interpret-box-3 .item .dot {
  float: left;
  width: 122px;
  height: 100%;
  position: relative;
}

.interpret-box-3 .item .dot::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #6eb32c;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -6px;
}
.interpret-box-3 .item.on .dot::after {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-box-shadow: 0 0 0 4px rgba(110, 179, 44, 0.3);
  box-shadow: 0 0 0 4px rgba(110, 179, 44, 0.3);
  -webkit-animation: shadowScale 1s infinite;
  animation: shadowScale 1s infinite;
}

@-webkit-keyframes shadowScale {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 4px rgba(110, 179, 44, 0.3);
    box-shadow: 0 0 0 4px rgba(110, 179, 44, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0px rgba(110, 179, 44, 0.3);
    box-shadow: 0 0 0 0px rgba(110, 179, 44, 0.3);
  }
}

@keyframes shadowScale {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 4px rgba(110, 179, 44, 0.3);
    box-shadow: 0 0 0 4px rgba(110, 179, 44, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0px rgba(110, 179, 44, 0.3);
    box-shadow: 0 0 0 0px rgba(110, 179, 44, 0.3);
  }
}

.interpret-box-3 .item .dot::before {
  content: "";
  width: 0;
  height: 100%;
  border-right: 2px dotted #6eb32c;
  position: absolute;
  top: -20%;
  left: 50%;
  margin-left: -1px;
}

.interpret-box-3 .item .desc {
  font-size: 18px;
}

.interpret-box-5 .honor {
  width: 1160px;
  padding: 50px 0 24px;
  margin: 0 20px;
  border-bottom: 1px solid #b4b3b3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.interpret-box-5 .honor li {
  float: left;
  width: 290px;
  font-size: 16px;
  line-height: 30px;
  color: #49565c;
  letter-spacing: 0;
}

.interpret-box-5 .honor-slide {
  width: 100%;
  height: 510px;
}

.honor-slide .img-list {
  width: 216px;
  height: 216px;
  overflow: hidden;
}

.honor-slide .fp-controlArrow {
  top: 60%;
}
.honor-slide .fp-controlArrow.fp-prev {
  left: 8%;
}
.honor-slide .fp-controlArrow.fp-next {
  right: 8%;
}

.interpret-box h3 {
  color: #6eb32c;
  font-size: 46px;
  line-height: 62px;
  margin-bottom: 16px;
}
.interpret-box p {
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0 20px;
}

.interpret-box .badge {
  width: 74px;
  height: 100px;
  margin-right: 44px;
  display: inline-block;
  background: url(../images/interpret/sj.png) 0 0 no-repeat;
}

.interpret-box .badge2 {
  background-image: url(../images/interpret/jx.png);
}

.interpret-box .badge3 {
  background-image: url(../images/interpret/jtj.png);
}

.interpret-box .badge4 {
  background-image: url(../images/interpret/zmt.png);
}

.interpret-box .badge5 {
  background-image: url(../images/interpret/nr.png);
}

.interpret-box .badge6 {
  background-image: url(../images/interpret/fw.png);
}

.interpret-box .flag {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  padding-top: 120px;
  overflow: hidden;
}
.interpret-box .flag div {
  width: 158px;
  margin: 0 86px;
  float: left;
  text-align: center;
}

.interpret-box .flag span {
  display: inline-block;
  width: 158px;
  height: 158px;
  background: url(../images/interpret/flag1.png) 0 0 no-repeat;
}

.interpret-box .flag .flag2 {
  background-image: url(../images/interpret/flag2.png);
}

.interpret-box .flag .flag3 {
  background-image: url(../images/interpret/flag3.png);
}

.interpret-box .flag p {
  line-height: 100px;
  margin: 0;
  font-size: 28px;
  background: rgb(247, 247, 247, .6);
}

.s5bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: url(../images/interpret/s5bg.png) 0 0 no-repeat; */
}

.honor-slide .slide .li {
  float: left;
  width: 214px;
  padding: 0 11px;
}

.honor-slide .slide .li p {
  padding-left: 10px;
}

.fp-tableCell {
  height: 100% !important;
}

#bodymovin1,
#bodymovin2,
#bodymovin3,
#bodymovin4 {
  width: 100%;
  height: 100%;
}

#bodymovin1 {
  margin-top: -100px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#bodymovin3 {
  margin-top: -50px;
}

/* 产品体系 */
.headerBanner {
  width: 100%;
}

#productPage {
  position: relative;
}

.content-nav {
  /* position: absolute;
  top: -74px;
  left: 0; */
  width: 100%;
  min-width: 1210px;
  /* height: 74px; */
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.content-nav .tab {
  width: 780px;
  height: 100%;
  margin: 0 auto;
}

.content-nav li {
  height: 100%;
  width: 260px;
  float: left;
}

.content-nav a {
  text-align: center;
  line-height: 68px;
  font-size: 30px;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-bottom: 4px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-nav a:hover,
.content-nav .active a {
  background: #f9f9f9;
  color: #6eb32c;
  border-bottom-color: #6eb32c;
}
.pro-content {
  display: none;
}

.pro-content.active {
  display: block;
}

.pro-content .part-a {
  background: #fff;
}

.we-media .part-a {
  height: 600px;
}

.pro-content .part-b {
  background: #f7f7f7;
}

.pro-content .box {
  width: 1210px;
  margin: 0 auto;
}

.we-media .box-l {
  width: 706px;
  height: 434px;
  padding-left: 42px;
  margin-top: 94px;
}

.we-media .box-r {
  margin-top: 21%;
  width: 344px;
  padding-right: 64px;
}

.we-media .box-r .spl {
  font-size: 26px;
  font-weight: bold;
  color: #6eb32c;
}

.we-media h3 {
  font-size: 48px;
  color: #6eb32c;
  line-height: 100px;
  margin-top: 74px;
}

.we-media p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}

.we-media .photo {
  width: 154px;
  height: 154px;
  border-radius: 4px;
  position: relative;
}
.photo .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.photo .qr {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  padding: 17px;
  background: rgba(3, 3, 3, 0.3);
  /* border-radius: 4px; */
  /* border: 1px solid #d9d9d9; */
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
/* .photo .qr::before {
  content: '';
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #d9d9d9;
  position: absolute;
  left: -24px;
  top: 50%;
  margin-top: -12px;
}

.photo .qr::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #fff;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -10px;
} */

.photo .qr.on {
  opacity: 1;
}

.media-item:hover {
  -webkit-box-shadow: 0 4px 4px 0px #d9d9d9;
  box-shadow: 0 4px 4px 0px #d9d9d9;
}

.media-item h3 {
  font-size: 34px;
  color: #747474;
  margin-top: 0;
  line-height: 1;
}

.media-item .detail {
  font-size: 16px;
  color: #828181;
  line-height: 26px;
  margin: 14px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.media-item .focus {
  margin-top: 14px;
  /* color: #6eb32c; */
  font-size: 16px;
  position: relative;
  text-indent: 24px;
}
.media-item .focus::after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../images/product/focus.png) 0 0 no-repeat;
  background-size: 100%;
}

.media-item .link {
  margin-top: 20px;
  text-align: left;
}

.media-item .link a:last-child {
  margin-right: 0;
}
.link a {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  background: url(../images/product/wicon.png) 0 0 no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link a:hover {
  background-position-x: -40px;
}
.media-item .link a:hover {
  background-position-x: -30px;
}
.link .mp {
  background-position-y: -40px;
}
.link .taobao {
  background-position-y: -80px;
}
.link .sina {
  background-position-y: -120px;
}
.link .douyin {
  background-position-y: -160px;
}
.link .kuaishou {
  background-position-y: -200px;
}

.media-item .link a {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: 60px auto;
}
.media-item .link .wechat {
  background-position-y: -180px;
}
.media-item .link .sina {
  background-position-y: -210px;
}
.media-item .link .douyin {
  background-position-y: -120px;
}

.media-item .link .kuaishou {
  background-position-y: -150px;
}

.hatch-info .link-qr {
  position: relative;
}
.hatch-info .link-qr i {
  position: absolute;
  opacity: 0;
  left: 50%;
  top: -146px;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.hatch-info .link-qr i::before {
  content: "";
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #d9d9d9;
  position: absolute;
  left: 50%;
  bottom: -24px;
  margin-left: -12px;
}

.hatch-info .link-qr i::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
}

.hatch-info .link-qr:hover i {
  opacity: 1;
}

.pro-content .section {
  width: 100%;
  background: #fff;
}

.pro-content .section:nth-child(even) {
  background: #f7f7f7;
}

.hatch .section {
  padding-bottom: 130px;
}

.hatch-wrap {
  width: 1210px;
  margin: 0 auto;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hatch-img {
  float: left;
  width: 760px;
  /* margin-left: 30px; */
}
.hatch-info {
  float: right;
  width: 364px;
}
.hatch-reverse .hatch-img {
  float: right;
  width: 830px;
}

.hatch-reverse .hatch-info {
  float: left;
  width: 300px;
}
.hatch-reverse .hatch-info h3 {
  margin-top: 0;
}
.hatch-info h3 {
  font-size: 40px;
  line-height: 1;
  margin-top: 50px;
}

.hatch-info .box-t p {
  font-size: 26px;
  line-height: 1;
  margin-top: 12px;
}

.hatch-info .link {
  margin-top: 20px;
}

.hatch-info .box-b {
  margin-top: 40px;
}

.hatch-info .box-b p {
  font-size: 16px;
  line-height: 26px;
}
.box-t,
.box-b,
.hatch-img {
  opacity: 0;
}

.mb24 {
  margin-bottom: 24px;
}

.seo-info {
  width: 1210px;
  margin: 0 auto;
  overflow: hidden;
}

.seo-info .partner-img {
  width: 1130px;
  margin: 74px auto 0;
  padding-bottom: 90px;
}

.seo-info .box-l {
  width: 740px;
}

.seo-info .box-r {
  width: 470px;
}

.seo-info .img-box {
  width: 524px;
  margin: 60px auto;
}

.seo-info h3 {
  font-size: 48px;
  margin-top: 90px;
  line-height: 104px;
  color: #6eb32c;
}

.seo-info .box-r p {
  font-size: 18px;
  line-height: 30px;
  padding-right: 24px;
}

.seo-info .chose {
  width: 1210px;
  margin: 110px auto 0;
  padding-bottom: 120px;
  overflow: hidden;
}

.chose-item {
  float: left;
  width: 320px;
  text-align: center;
  margin-right: 124px;
}
.chose-item h3 {
  margin-top: 70px;
  line-height: 1;
  padding-bottom: 26px;
  font-size: 34px;
}

.chose-item p {
  line-height: 30px;
  font-size: 18px;
}

.chose-img {
  width: 154px;
  height: 154px;
  margin: 0 auto;
  background: url(../images/product/dc.png) 0 0 no-repeat;
  background-size: 100%;
}

.chose-img2 {
  background-image: url(../images/product/zz.png);
}

.chose-img3 {
  background-image: url(../images/product/zh.png);
}

.mr0 {
  margin-right: 0 !important;
}

.seo-info .title {
  width: 374px;
  height: 108px;
  margin: 0 auto;
  background: url(../images/product/title_chose.png) 0 0 no-repeat;
  background-size: 100%;
}

.seo-info .title-partner {
  background-image: url(../images/product/title_partner.png);
}

.dynamic-title {
  width: 284px;
  height: 76px;
  margin: 2.8% auto;
  background: url(../images/dynamic/title.png) 0 0 no-repeat;
  background-size: 100%;
}

.dynamic .boxWarp {
  width: 1230px;
}

.dynamic-h {
  color: #6eb32c;
  line-height: 1;
  width: 1210px;
  margin: 0 auto;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dynamic-h p {
  font-size: 34px;
  position: relative;
  margin-bottom: 10px;
}

.dynamic-h p::before {
  position: absolute;
  width: 6px;
  height: 100%;
  content: "";
  top: 2px;
  left: -28px;
  background-color: #6eb32c;
}
.dynamic-h span {
  font-size: 13px;
}
.dynamic-box {
  width: 1210px;
  margin: 54px auto 0;
  overflow: hidden;
}
.off-env {
  margin-top: 38px;
}
.dynamic-box.welfare {
  margin-bottom: 50px;
}

.photo-wall {
  overflow: hidden;
  margin-bottom: 60px;
}
.photo-wall .img-l {
  float: left;
  width: 594px;
  height: 340px;
}
.photo-wall .img-m {
  float: left;
  width: 285px;
  height: 340px;
}
.photo-wall .img-s {
  float: left;
  width: 285px;
  height: 160px;
}
.mr24 {
  margin-right: 23px;
}

.welfare-item {
  float: left;
  width: 604px;
  height: 132px;
}

.welfare-item-icon {
  float: left;
  width: 44px;
  height: 48px;
  margin-right: 20px;
  background: url(../images/dynamic/welfare_icon.png) no-repeat 0 0;
}

.welfare-icon2 {
  background-position-y: -48px;
}
.welfare-icon3 {
  background-position-y: -96px;
}
.welfare-icon4 {
  background-position-y: -144px;
}
.welfare-icon5 {
  background-position-y: -192px;
}
.welfare-icon6 {
  background-position-y: -240px;
}
.welfare-icon7 {
  background-position-y: -288px;
}
.welfare-icon8 {
  background-position-y: -336px;
}
.welfare-icon9 {
  background-position-y: -384px;
}

.welfare-info {
  float: left;
  width: 540px;
}
.welfare-info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}
.welfare-info p {
  font-size: 14px;
  line-height: 20px;
  padding-right: 144px;
}

.dynamic-banner {
  position: relative;
  min-width: 1210px;
}

.dynamic .slogan {
  left: 30%;
  top: 21.82%;
  width: 15.67%;
  height: 66.73%;
}
.dynamic .star-l {
  position: absolute;
  top: 27.25%;
  right: 0;
  width: 20px;
  -webkit-animation: wave-top 2s 1s infinite linear;
  animation: wave-top 2s 1s infinite linear;
}
.dynamic .star-s {
  position: absolute;
  top: 68%;
  left: 20px;
  width: 12px;
  -webkit-animation: wave-top 2s 0.5s infinite linear;
  animation: wave-top 2s 0.5s infinite linear;
}

.media-item-l {
  float: left;
  width: 154px;
}

.media-item-r {
  float: left;
  margin-left: 36px;
  width: 286px;
}

.fp-controlArrow.fp-prev {
  width: 40px;
  height: 80px;
  border: none;
  background: #ececec url(../images/interpret/arrow.png) 0 0 no-repeat;
}

.fp-controlArrow.fp-next {
  width: 40px;
  height: 80px;
  border: none;
  background: #ececec url(../images/interpret/arrow.png) -40px 0 no-repeat;
}

.interpret-box-0,
.interpret-box-1,
.interpret-box-2,
.we-media .part-a,
.seo-info {
  letter-spacing: 2px;
}

/* 动画 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.delay-1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animated.delay-3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes wave-top {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  25% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }

  50% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  75% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes wave-top {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  25% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }

  50% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  75% {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media screen and (max-width: 1500px) {
  .honor-slide .fp-controlArrow.fp-prev {
    left: 4%;
  }
  .honor-slide .fp-controlArrow.fp-next {
    right: 4%;
  }
}

@media (max-width: 1388px) {
  .honor-slide .fp-controlArrow.fp-prev {
    left: 2%;
  }
  .honor-slide .fp-controlArrow.fp-next {
    right: 2%;
  }
}

@media screen and (max-height: 800px) {
  .interpret-box-3 .item {
    line-height: 60px;
    height: 60px;
  }
}
/* 适配 1366*768 */
@media screen and (max-width: 1450px) and (max-height: 800px) {
  .honor-slide .fp-controlArrow {
    top: 65%;
  }
  .interpret-box-3 .item {
    line-height: 46px;
    height: 46px;
  }
  .interpret-box-3 .item .year {
    font-size: 20px;
  }
  .interpret-box-3 .item.on .year {
    font-size: 26px;
  }
  .interpret-box-3 h3,
  .interpret-box-4 h3,
  .interpret-box-5 h3 {
    font-size: 36px;
    line-height: 1.5;
  }
  .interpret-box-5 h3 {
    margin-bottom: 10px;
  }
  .interpret-box-0 {
    padding-top: 7%;
  }
  .interpret-box-1 {
    padding-top: 3%;
  }
  .interpret-box-2 {
    padding-top: 7%;
  }
  .interpret-box-3 {
    padding-top: 2%;
  }
  .interpret-box-4 {
    padding-top: 4%;
  }
  .interpret-box-5 {
    padding-top: 3%;
  }

  .interpret-box-5 .honor {
    padding: 20px 0;
  }
  .interpret-box-5 .honor-slide {
    height: 400px;
  }
  .interpret-box .flag {
    padding-top: 40px;
  }
  .interpret-box .flag p {
    line-height: 60px;
    font-size: 24px;
  }
  #bodymovin1 {
    margin-top: -70px;
  }
  .interpret-box-0 .box-l {
    padding: 28px 0 0 20px;
  }
  .we-media .part-a {
    height: 560px;
  }
  .pro-content .section {
    padding-top: 0;
  }
  .hatch .section {
    padding-top: 80px;
  }
  .pro-content .section-chose,
  .pro-content .section-partner {
    padding-top: 30px;
  }
  .weMedia {
    padding-top: 90px;
  }
  .weMedia > div {
    margin: 0 20px 90px;
  }
  .seo-info .chose {
    margin: 30px auto 0;
    padding-bottom: 80px;
  }
  .chose-item h3 {
    margin-top: 40px;
  }
  .pro-content .top-img {
    width: 774px;
    margin: 40px auto 0;
  }
  /* .pro-content.hatch .section {
    height: 720px;
  } */
  .seo-info .partner-img {
    width: 1130px;
    margin: 34px auto 0;
    padding-bottom: 40px;
  }
}
