* {
  padding: 0;
  margin: 0;
  /* transition: all 0.4s; */
}
body {
  font: normal 14px/1.5 "Microsoft Yahei";
}
/* .ticket-table .td-tname */
a {
  text-decoration: none;
}
ul,
dl {
  list-style-type: none;
}
img {
  vertical-align: top;
}
.unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.top-bar {
  width: 100%;
  background: #fff;
  border-bottom: 2px #e20000 solid;
}
.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}
.top-bar-login-after {
  display: none;
}
.top-bar .ofw-logo {
  margin-top: 2px;
}
.top-bar-login > .signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}
.top-bar-login > .signin > a {
  color: #fff;
}
.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}
.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}
.top-bar-login i {
  font-style: normal;
  color: #666;
}
.top-bar-login > .email {
  padding-left: 24px;
  display: inline-block;
  background: url(//images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}
.top-bar-login .lang_change {
  text-decoration: none;
  font-size: 19px;
  line-height: 34px;
  padding-top: 5px;
}
.top-bar-login .lang_change a {
  text-decoration: none;
  font-size: 19px;
  line-height: 34px;
  font-family: Arial, Helvetica, sans-serif;
}
#g-footer {
  width: 100%;
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px;
}
#g-footer .g-wrap {
  width: 1200px;
  margin: auto;
}
#g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none;
}
#g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline;
}
#g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
#g-footer .g-footer-links a,
#g-footer .g-footer-record a {
  color: #243851;
}
#g-footer .g-footer-links a:hover,
#g-footer .g-footer-record a:hover {
  color: #c00;
}
#g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  overflow: hidden;
}
#g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
  overflow: hidden;
}
#g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left;
}
#g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right;
}
.hide {
  display: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.nav {
  height: 80px;
  background: #000;
}
.nav .wrap .navbar ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav .wrap .navbar ul li a {
  font-size: 20px;
  color: #fff;
  line-height: 80px;
}
.nav .wrap .navbar ul li a:hover {
  font-weight: 600;
}
.nav .wrap .navbar ul li .canping {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #ff0000;
  position: relative;
}
.nav .wrap .navbar ul li .canping::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: -20px;
  right: 1px;
  background: url(../images/fire.png) no-repeat top;
}
.nav .wrap .navbar ul li .canping_purple {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #9300f7;
}
.banner {
  height: 795px;
  background: url(../images/bannar.png) no-repeat top;
}
.banner .star_l {
  position: absolute;
  top: 110px;
  left: 840px;
  animation: blink 3s infinite linear;
}
@keyframes blink {
  0% {
    opacity: 0.3;
    transform: scale(1.05);
  }
  50% {
    opacity: 1;
    transform: scale(0.95);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.05);
  }
}
.publicTitle {
  font-size: 38px;
  font-weight: 600;
  color: #ffd17c;
  padding: 10px 0;
}
.publicTitle .name {
  text-align: center;
  background: url(../images/t-bg.png) no-repeat center;
  z-index: 10;
  position: relative;
  top: -22.5px;
}
.publicTitle .bg {
  position: relative;
  top: 22.5px;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: #635852;
  opacity: 0.5;
  text-transform: uppercase;
}
.jieshao {
  background: url(../images/background/intro.png);
  padding-bottom: 50px;
}
.jieshao .wrap .cont {
  padding: 50px 180px;
  background: url(../images/intro_p.png) no-repeat center;
}
.jieshao .wrap .cont p {
  text-indent: 2rem;
  color: #ffd586;
  font-size: 18px;
  line-height: 36px;
}
.shezhi {
  background: url(../images/background/eva.png) no-repeat center;
}
.shezhi .wrap .publicTitle {
  padding: 0 0 35px;
}
.shezhi .wrap .five_reason {
  height: 640px;
  position: relative;
}
.shezhi .wrap .five_reason .center_img {
  position: absolute;
  top: 0;
  left: calc(50% - 234px);
}
.shezhi .wrap .five_reason .icon {
  width: 100px;
  height: 100px;
}
.shezhi .wrap .five_reason .icon1 {
  position: absolute;
  top: 0;
  left: calc(50% - 260px);
  background: url(../images/icon/icon1_a.png) no-repeat center;
  animation: icon1 5s infinite linear;
}
.shezhi .wrap .five_reason .icon2 {
  position: absolute;
  top: 215px;
  left: calc(50% - 245px);
  background: url(../images/icon/icon2_a.png) no-repeat center;
  animation: icon2 5s infinite linear;
}
.shezhi .wrap .five_reason .icon3 {
  position: absolute;
  top: 330px;
  left: calc(50% - 50px);
  background: url(../images/icon/icon3_a.png) no-repeat center;
  animation: icon3 5s infinite linear;
}
.shezhi .wrap .five_reason .icon4 {
  position: absolute;
  top: 215px;
  left: calc(50% + 155px);
  background: url(../images/icon/icon4_a.png) no-repeat center;
  animation: icon4 5s infinite linear;
}
.shezhi .wrap .five_reason .icon5 {
  position: absolute;
  top: 0;
  left: calc(50% + 165px);
  background: url(../images/icon/icon5_a.png) no-repeat center;
  animation: icon5 5s infinite linear;
}
@keyframes icon1 {
  100% {
    background: url(../images/icon/icon1_a.png) no-repeat center;
  }
  0% {
    background: url(../images/icon/icon1_a.png) no-repeat center;
  }
  8.3% {
    background: url(../images/icon/icon1.png) no-repeat center;
  }
  16.6% {
    background: url(../images/icon/icon1_a.png) no-repeat center;
  }
  33.2% {
    background: url(../images/icon/icon1_a.png) no-repeat center;
  }
}
@keyframes icon2 {
  0% {
    background: url(../images/icon/icon2_a.png) no-repeat center;
  }
  16.6% {
    background: url(../images/icon/icon2_a.png) no-repeat center;
  }
  24.9% {
    background: url(../images/icon/icon2.png) no-repeat center;
  }
  33.2% {
    background: url(../images/icon/icon2_a.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/icon2_a.png) no-repeat center;
  }
}
@keyframes icon3 {
  0% {
    background: url(../images/icon/icon3_a.png) no-repeat center;
  }
  33.2% {
    background: url(../images/icon/icon3_a.png) no-repeat center;
  }
  41.5% {
    background: url(../images/icon/icon3.png) no-repeat center;
  }
  49.8% {
    background: url(../images/icon/icon3_a.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/icon3_a.png) no-repeat center;
  }
}
@keyframes icon4 {
  0% {
    background: url(../images/icon/icon4_a.png) no-repeat center;
  }
  49.8% {
    background: url(../images/icon/icon4_a.png) no-repeat center;
  }
  58.1% {
    background: url(../images/icon/icon4.png) no-repeat center;
  }
  66.4% {
    background: url(../images/icon/icon4_a.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/icon4_a.png) no-repeat center;
  }
}
@keyframes icon5 {
  0% {
    background: url(../images/icon/icon5_a.png) no-repeat center;
  }
  66.4% {
    background: url(../images/icon/icon5_a.png) no-repeat center;
  }
  74.7% {
    background: url(../images/icon/icon5.png) no-repeat center;
  }
  83% {
    background: url(../images/icon/icon5_a.png) no-repeat center;
  }
  100% {
    background: url(../images/icon/icon5_a.png) no-repeat center;
  }
}
.shezhi .wrap .Tright {
  text-align: right;
}
.shezhi .wrap .Tleft {
  text-align: left;
}
.shezhi .wrap .Tcenter {
  text-align: center;
}
.shezhi .wrap .reason {
  width: 360px;
}
.shezhi .wrap .reason h2 {
  font-size: 27.3px;
  color: #ffd586;
}
.shezhi .wrap .reason p {
  font-size: 15.3px;
  color: #ffd586;
}
.shezhi .wrap .reason1 {
  position: absolute;
  top: 0;
  left: calc(50% - 660px);
}
.shezhi .wrap .reason2 {
  position: absolute;
  top: 215px;
  left: calc(50% - 660px);
}
.shezhi .wrap .reason3 {
  position: absolute;
  top: 460px;
  left: calc(50% - 240px);
}
.shezhi .wrap .reason4 {
  position: absolute;
  top: 215px;
  left: calc(50% + 300px);
}
.shezhi .wrap .reason5 {
  position: absolute;
  top: 0;
  left: calc(50% + 300px);
}
.award {
  padding: 30px 0 50px;
  overflow: hidden;
  background: url(../images/background/award.png) no-repeat top;
}
.award .wrap .award_item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}
.award .wrap .award_item li {
  margin: 40px 25px 0;
  width: 246px;
  height: 300px;
  background: url(../images/award_bg.png);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  cursor: pointer;
}
.award .wrap .award_item li .award_title,
.award .wrap .award_item li .award_cont {
  display: none;
}
.award .wrap .award_item li .award_name,
.award .wrap .award_item li .award_but {
  display: inherit;
}
.award .wrap .award_item li:hover .award_name,
.award .wrap .award_item li:hover .award_but {
  display: none;
}
.award .wrap .award_item li:hover .award_title,
.award .wrap .award_item li:hover .award_cont {
  display: inherit;
}
.award .wrap .award_item li .award_title {
  font-size: 16.5px;
  font-weight: 600;
  color: #6e4820;
  padding-top: 50px;
  padding-bottom: 5px;
}
.award .wrap .award_item li .award_cont {
  width: 150px;
  font-size: 11px;
  color: #6e4820;
  text-align: center;
}
.award .wrap .award_item li .award_name {
  background: url(../images/award.png) no-repeat bottom;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #6e4820;
  padding: 100px 0 5px;
}
.award .wrap .award_item li .award_but {
  display: block;
  width: 90px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  background: #63421c;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin-top: 10px;
}
.award .liucheng .wrap .liucheng_co {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 50px;
}
.award .liucheng .wrap .liucheng_co .left {
  width: 48%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.award .liucheng .wrap .liucheng_co .left p {
  padding-left: 15px;
  display: flex;
  align-items: center;
  width: 565px;
  height: 146px;
  font-size: 21px;
  font-weight: 600;
  color: #e5c187;
  background: #605f68;
}
.award .liucheng .wrap .liucheng_co .left p:nth-child(1) {
  border-top-right-radius: 25px;
}
.award .liucheng .wrap .liucheng_co .left p:nth-child(4) {
  border-bottom-right-radius: 25px;
}
.award .liucheng .wrap .liucheng_co .left p:nth-child(2n) {
  background: #d7af6e;
  color: #000;
}
.award .liucheng .wrap .liucheng_co .left::after {
  position: absolute;
  content: '';
  width: 120%;
  height: 240%;
  top: -416px;
  left: -690px;
  background: url(../images/rain.png) no-repeat center;
}
.award .liucheng .wrap .liucheng_co .right {
  width: 48%;
  display: flex;
  justify-content: center;
}
.award .liucheng .wrap .liucheng_co .right ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.award .liucheng .wrap .liucheng_co .right ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #ffdb99;
}
.award .liucheng .wrap .liucheng_co .right ul li p {
  padding-left: 20px;
}
.award .liucheng .wrap .liucheng_type {
  padding: 60px 75px;
  background: url(../images/type_co.png) no-repeat center;
  background-size: contain;
}
.award .liucheng .wrap .liucheng_type h2 {
  color: #ffdea2;
  text-align: center;
  padding-bottom: 10px;
  font-size: 33.25px;
}
.award .liucheng .wrap .liucheng_type p {
  font-size: 16.6px;
  color: #ffdb99;
}
.pingwei {
  padding: 0 0 15px;
  background: url(../images/background/gust.png) no-repeat top;
}
.pingwei .wrap .tip {
  padding: 80px 150px;
  color: #ffdc99;
  font-size: 20px;
  text-align: center;
}
.pingwei .wrap .con {
  padding: 0px 150px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.pingwei .wrap .con li {
  width: 200px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.pingwei .wrap .con li div {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
}
.pingwei .wrap .con li div::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  top: -20px;
  left: -20px;
  background: url(../images/circle.png) no-repeat center;
}
.pingwei .wrap .con li div:hover::after {
  animation: xuanzhuan 3s infinite linear;
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pingwei .wrap .con li .name {
  color: #ffd587;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin: 30px 0 10px;
}
.pingwei .wrap .con li .title_ {
  text-align: center;
  color: #ffd587;
  font-size: 15px;
}
.applyWrap {
  padding: 20px 0 80px;
  background: url(../images/background/type.png) no-repeat top;
}
.applyWrap .wrap .time {
  text-align: center;
  font-size: 35.6px;
  color: #00ffdd;
}
.applyWrap .wrap .con {
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 20px;
  color: #ffd587;
}
.applyWrap .wrap .con .type1 {
  width: 50%;
  padding: 140px 100px 65px;
  background: url(../images/background/type1.png) no-repeat center;
}
.applyWrap .wrap .con .type2 {
  width: 50%;
  padding: 140px 100px 65px;
  background: url(../images/background/type2.png) no-repeat center;
}
.applyWrap .wrap .but {
  display: block;
  width: 180px;
  line-height: 47px;
  background-color: #ffd891;
  color: #000;
  text-align: center;
  margin: 0 auto;
  font-size: 21px;
  border-radius: 30px;
  font-weight: 600;
}
.link {
  background: url(../images/background/footer.png) no-repeat center;
  padding: 20px 0;
}
.link .wrap {
  padding: 72px 0;
  background: url(../images/kuang.png) no-repeat center;
  width: 960px;
}
.link .wrap .lianxi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.link .wrap .lianxi .item {
  color: #fff;
}
.link .wrap .lianxi .qrbox {
  align-self: end;
}
@keyframes jump {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translateY(5px) scaleX(1.2) scaleY(0.8);
    transform: translateY(5px) scaleX(1.2) scaleY(0.8);
  }
  30% {
    -webkit-transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
    transform: translateY(-13px) scaleX(1) scaleY(1) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(0) scale(1) rotate(0);
    transform: translateY(0) scale(1) rotate(0);
  }
  55% {
    -webkit-transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
    transform: translateY(0) scaleX(1.1) scaleY(0.9) rotate(0);
  }
  70% {
    -webkit-transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
    transform: translateY(-4px) scaleX(1) scaleY(1) rotate(-2deg);
  }
  80% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
    transform: translateY(0) scaleX(1) scaleY(1) rotate(0);
  }
  85% {
    -webkit-transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
    transform: translateY(0) scaleX(1.05) scaleY(0.95) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) scaleX(1) scaleY(1);
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
.right_gg {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 192px;
  z-index: 999;
}
.right_gg .right_gg-item {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  background: url(../images/icon/righticon/right_bg.png) no-repeat center;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 50px;
  vertical-align: middle;
}
.right_gg .right_gg-item > img {
  height: 31px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.right_ggTop {
  display: block;
  width: 100%;
  height: 30px;
}
.social-share {
  display: none;
  position: absolute;
  top: 0px;
  left: -122px;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
}
.right_fx {
  position: relative;
}
.right_fx:hover .social-share {
  display: block;
}
.social-share .item {
  width: 50%;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 50px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
.social-share .item a:hover .share-n {
  color: black;
}
