﻿a {
  transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms
}

a:not(.not_hover):hover {
  opacity: .9
}

a:not(.not_active):active {
  opacity: .7
}

a:focus {
  outline: 0
}

.ad-01 {
  animation-delay: .1s;
  -webkit-animation-delay: .1s
}

.ad-02 {
  animation-delay: .2s;
  -webkit-animation-delay: .2s
}

.ad-03 {
  animation-delay: .3s;
  -webkit-animation-delay: .3s
}

.ad-04 {
  animation-delay: .4s;
  -webkit-animation-delay: .4s
}

.ad-05 {
  animation-delay: .5s;
  -webkit-animation-delay: .5s
}

.ad-06 {
  animation-delay: .6s;
  -webkit-animation-delay: .6s
}

.ad-07 {
  animation-delay: .7s;
  -webkit-animation-delay: .7s
}

.ad-08 {
  animation-delay: .8s;
  -webkit-animation-delay: .8s
}

.ad-09 {
  animation-delay: .9s;
  -webkit-animation-delay: .9s
}

.ad-10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s
}

.ad-12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s
}

.ad-14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s
}

.min_w {
  min-width: 1300px
}

.bg_cover {
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover
}

.iv_image {
  visibility: hidden;
  opacity: 0;
  transition: opacity 233ms, visibility 233ms;
  -webkit-transition: opacity 233ms, visibility 233ms;
  -o-transition: opacity 233ms, visibility 233ms;
  -moz-transition: opacity 233ms, visibility 233ms
}

.iv_image.active {
  opacity: 1;
  visibility: visible
}

.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #e5e5e5
}

.header .logo {
  display: block;
  width: 208px;
  height: 54px;
  background: url(../../images/logo2.png) center no-repeat;
  background-size:contain;
  position: absolute;
  left: 42px;
  top: 24px;
  z-index: 2
}

.header .header-btns {
  position: absolute;
  right: 0;
  top: 30px;
  padding-right: 55px;
  z-index: 2
}

.header .header-btns a {
  position: relative;
  display: block;
  float: left;
  /**display: inline;*/
  /**zoom: 1;*/
  width: 128px;
  height: 44px;
  text-align: center;
  font-size: 16px
}

.header .header-btns a + a {
  margin-left: 38px
}

.header .header-btns a em {
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 124px;
  height: 40px;
  color: #13AFF7;
  line-height: 40px;
  border: 2px solid #13AFF7;
  border-radius: 22px
}

.header .header-btns a i {
  display: block;
  width: 124px;
  height: 40px;
  background-color: #13AFF7;
  border: 2px solid #13AFF7;
  border-radius: 22px;
  color: #fff;
  line-height: 40px
}

.header .header-btns a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 44px;
  width: 0;
  transition: width 332ms ease-out
}

.header .header-btns a:hover span {
  width: 128px
}

.nav-container {
  position: relative;
  padding-left: 224px;
  padding-right: 349px;
  padding-top: 30px;
  z-index: 1;
  text-align: right
}

.nav-container .nav {
  float: right
}

.nav-container .nav li {
  float: left;
  width: 128px;
  height: 44px;
  text-align: center
}

.nav-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 44px;
  color: #2e334e;
  font-size: 16px
}

.nav-item:hover, .nav-item.active {
  color: #13AFF7;
}

.nav-item span {
  display: block;
  position: absolute;
  width: 18px;
  height: 4px;
  left: 50%;
  margin-left: -9px;
  bottom: -4px
}

.nav-item span i {
  width: 6px;
  height: 4px;
  float: left;
  background-color: #13AFF7;
  transition: opacity 133ms, transform 133ms, visibility 133ms;
  -webkit-transition: opacity 133ms, -webkit-transform 133ms, visibility 133ms;
  -moz-transition: opacity 133ms, -moz-transform 133ms, visibility 133ms;
  -o-transition: opacity 133ms, -o-transform 133ms, visibility 133ms;
  opacity: 0;
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -o-transform: translateX(200%);
  visibility: hidden
}

.nav-item.moveIn span i, .nav-item.active span i {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  visibility: visible
}

.ma0 {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s
}

.ma1 {
  transition-delay: 100ms !important;
  -webkit-transition-delay: 100ms !important;
  -moz-transition-delay: 100ms !important;
  -o-transition-delay: 100ms !important
}

.ma2 {
  transition-delay: 200ms !important;
  -webkit-transition-delay: 200ms !important;
  -moz-transition-delay: 200ms !important;
  -o-transition-delay: 200ms !important
}

.nav-item.moveOut span i {
  opacity: 0;
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  visibility: hidden
}

.footer {
  background-color: #fafafa;
  width: 100%;
  height: 377px
}

.footer-box {
  margin: auto;
  width: 1240px
}

.footer-t1, .footer-t2, .footer-t3, .footer-t4, .footer-t5, .footer-t6 {
  color: #333;
  font-size: 16px
}

.footer-t1 a:hover, .footer-t1:visited{
  color: #333;
}

.footer-t4, .footer-t6 {
  display: block;
  font-size: 40px
}

.footer-t4:hover, .footer-t6:hover, .footer-t4:visited, .footer-t6:visited {
  color: #babdc6
}

.footer-t1 {
  margin-top: 48px
}

.footer-t2 {
  margin-top: 18px
}

.footer-t3, .footer-t5 {
  margin-top: 38px
}

.footer-t4, .footer-t6 {
  margin-top: 8px
}

.footer-left{
  width: 570px;
}

.footer-right {
  /*margin-left: 170px;*/
  width: 530px;
  margin-right: 86px;
  text-align: center;
  padding-top: 51px
}

.footer-right .code1,
.footer-right .code2{
  width: 150px;
  height: 150px;
}

.footer-right .code {
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-color: #fff
}

.footer-right .code img {
  display: block;
  width: 100%;
  height: 100%
}

.footer-right .code2 {
  margin-left: 40px
}

.footer-right span {
  display: block;
  color: #333;
  font-size: 12px;
  margin-top: 20px
}

.bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0
}

.content {
  width: 100%;
  padding-top: 100px;
  position: relative
}

.page-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2
}

.underline {
  position: relative
}

.underline:after {
  content: '';
  width: 90px;
  height: 3px;
  background: #000;
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -45px
}

.text-center {
  text-align: center
}

.pub-title {
  padding-top: 100px;
  width: 100%;
  text-align: center
}

.pub-title span {
  color: #2e334e;
  font-size: 35px;
  font-weight:bold;
}

.pub-title i {
  display: block;
  width: 90px;
  height: 3px;
  background-color: #2e334e;
  margin: 30px auto auto
}

.epiboly-sc {
  margin: auto;
  width: 1024px;
  height: 100%;

  perspective: 2200px;
  -webkit-perspective: 2200px;
  -moz-perspective: 2200px;
  -ms-perspective: 2200px;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center
}

.swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background: #babdc6;
  margin: 0 5px;
  opacity: .8;
  border: 1px solid #fff;
  cursor: pointer;
  transition: width 233ms, background-color 233ms;
  -webkit-transition: width 233ms, background-color 233ms;
  -moz-transition: width 233ms, background-color 233ms;
  -o-transition: width 233ms, background-color 233ms
}

.swiper-active-switch {
  background: #13AFF7;
  width: 34px
}

.swiper-slide {
  width: 1024px;
}

.p-3d {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.epiboly-list li {
  float: left;
  width: 33.333333333%;
  padding-bottom: 50px;

  perspective: 1200px;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
}

.epiboly-list li span {
  width: 290px;
  display: block;
  border: 2px #13AFF7 solid;
  color: #666;
  font-size: 24px;
  text-align: center;
  height: 102px;
  line-height: 102px;
  margin: auto;
  background-color: #fff;
}

.epiboly-list li span i {
  display: inline-block;
}

.epiboly-prev, .epiboly-next {
  display: block;
  position: absolute;
  background-color: transparent;
  border: 0;
  width: 38px;
  height: 70px;
  top: 171px
}

.epiboly-prev:active {
  opacity: .8
}

.epiboly-prev {
  left: 0;
  background: url(../../images/i2-1.png) center no-repeat
}

.epiboly-next {
  right: 0;
  background: url(../../images/i2-0.png) center no-repeat
}

.layer {
  position: relative !important
}

/*弹框*/
html.dialog-show, html.dialog-show body {
  overflow: hidden;
}

html.dialog-show .dialog {
  display: block;
  pointer-events: auto;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  pointer-events: none;
}

.dialog .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1;
}

.dialog .dialog-box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  /*width: 500px;*/
  /*height: 500px;*/
  /*margin-left: -250px;*/
  /*margin-top: -250px;*/
  background-color: #fff;
  border-radius: 7px;
}

.dialog .dialog-close {
  display: block;
  position: absolute;
  width: 26px;
  height: 29px;
  border: none;
  top: 0;
  right: 23px;
  background: #fff url(../../images/close.png) center no-repeat;
  z-index: 10;
}

.dialog .dialog-close:active {
  opacity: 0.8;
}

.dialog.bg .dialog-box {
  background: #fff url(../../images/box.png) center no-repeat;
}

.footer-filings {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
}

