@import "animate.min.css";

input,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
}

ul,
li,
ol {
  list-style: none;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  background-color: #ffffff;
  font-family: 'Arial, Helvetica, sans-serif';
  font-size: 0.24rem;
  line-height: 0.44rem;
  color: #333;
  -webkit-text-size-adjust: none;
}

body * {
  text-shadow: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td,
textarea,
input {
  font-family: "微软雅黑";
  font-weight: normal;
  font-style: normal;
  font-size: 0.24rem;
}

pre {
  font-size: 0.24rem;
  width: 100%;
  overflow: auto;
  position: relative;
  z-index: -1;
}

.nav .open>a {
  background-color: transparent;
}

.nav .open>a:hover {
  background-color: transparent;
}

.nav .open>a:focus {
  background-color: transparent;
}

a {
  font-style: normal;
  font-size-adjust: none;
  color: #2f2f2f;
  text-decoration: none
}

/*-------------------------------*/
iframe {
  margin: 0px auto;
}

.NoScroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 毛玻璃*/
.blur {
  height: 100%;
  width: 100%;
  -webkit-filter: blur(0.05rem);
  -moz-filter: blur(0.09rem);
  -ms-filter: blur(0.09rem);
  -o-filter: blur(0.09rem);
  filter: blur(0.09rem);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=9, MakeShadow=false);
}

#Logo {
  width: 3.52rem;
  height: 0.42rem;
  display: block;
  background: url(../img/logo.png) no-repeat;
  -webkit-background-size: 3.52rem auto;
  background-size: 3.52rem auto;
  position: absolute;
  left: 50%;
  margin-left: -1.76rem;
  top: 0.2rem;
}

.video_title {
  width: 70%;
  height: 0.42rem;
  line-height: 0.42rem;
  display: block;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
  top: 0.18rem;
  margin: 0 auto;
}

.bannerPane {
  text-align: center;
  padding: 0px;
  margin: 0px;
  display: block;
}

h3.title,
h4.title {
  border-bottom: 0.01rem solid #eee;
  padding-bottom: 0.2rem;
}

h2.title {
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.row h3.title,
.row h2.title,
.row h4.title {
  margin-top: 0px;
}

.loader {
  position: fixed;
  z-index: 100004;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

/* 使用base64编码嵌入加载的logo */
.loader-content {
  display: block;
  position: relative;
  top: 35%;
}

.loader-content img {
  width: 1.4904rem;
}

.fadeout {
  opacity: 0;
  filter: alpha(opacity=0);
}

a {
  text-decoration: none;
}

/* logo出现动画 */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.cheng {
  color: #ea5413;
}

.img_block {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.img_block img {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.hidebg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  width: 100%;
  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
  filter: alpha(opacity=60);
  /*设置透明度为60%*/
  opacity: 0.6;
  z-index: 330;
  display: none;
}

/* 弹出广告效果CSS */
.alert_windows {
  display: none;
  position: fixed;
  z-index: 10005;
  width: 4.8rem;
  height: 6rem;
  background: none;
  top: 1.28rem;
  padding-top: 1rem;
}

.alert_windows img {
  width: 4.8rem;
  height: 6rem;
}

.alert_windows span {
  width: 0.63rem;
  height: 0.63rem;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 50%;
  margin-left: -0.315rem;
  background: url('../img/header/adver-close.png') center no-repeat;
  background-size: 0.63rem auto;
}

/*----------主要框架---------------------*/
#wrapper {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/*
#wrapper.toggled {
   margin-left:81.25%;
}
*/
#wrapper.toggled #sidebar-wrapper {
  opacity: 1;
}

#wrapper.toggled #page-content-wrapper {
  -webkit-transform: translateX(81.25%);
  -ms-transform: translateX(81.25%);
  transform: translateX(81.25%);
  position: fixed;
  overflow: hidden;

}

#page-content-wrapper.back {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#wrapper.toggled #page-content-wrapper #header {
  position: absolute;
  top: 0;
  z-index: 9998;
  width: 100%;
  background: #2f2f2f;
  color: #fff;
  line-height: 0.8rem;
  height: 0.8rem;
}

#sidebar-wrapper {
  border: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;

  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: #fff;
  height: 100%;
  margin-left: 0;

  overflow: hidden;
  opacity: 0;

  width: 81.25%;

}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  padding-top: 0.8rem;
  overflow: hidden;

  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 2;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;

}




/*--------------左侧菜单导航滚动-----------------*/

#scroller {
  cursor: move;
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 5.2rem;
  min-height: 105%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff;
}


.sidebar-nav {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;

  -webkit-transition: top .2s linear;
  -o-transition: top .2s linear;
  transition: top .2s linear;
}

.sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0.4rem 0 0 0;
}

.sidebar-nav ul li {
  color: #2f2f2f;
  display: inline-block;
  line-height: 0.4rem;
  position: relative;
  width: 100%;
  margin-bottom: 0.2rem;
}

.sidebar-nav li:nth-of-type(1) {
  background: url('../img/header/menu-icon01.png') 0.45rem center no-repeat;
  background-size: 0.36rem auto;
}

.sidebar-nav li:nth-of-type(2) {
  background: url('../img/header/menu-icon02.png') 0.45rem center no-repeat;
  background-size: 0.36rem auto;
}

.sidebar-nav li:nth-of-type(3) {
  background: url('../img/header/menu-icon03.png') 0.45rem center no-repeat;
  background-size: 0.36rem auto;
}

.sidebar-nav li:nth-of-type(4) {
  background: url('../img/header/menu-icon04.png') 0.45rem center no-repeat;
  background-size: 0.36rem auto;
}

.sidebar-nav li a {
  color: #2f2f2f;
  font-size: 0.3rem;
  display: block;
  padding: 0.2rem 0.3rem 0.2rem 1rem;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #2f2f2f;
}

.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav>.sidebar-brand {
  font-size: 0.2rem;
  height: 0.65rem;
  line-height: 0.44rem;
}

/*左侧导航产品菜单*/
#cp-left dl {
  display: block;
  height: auto;
  padding: 0px 0px 0px 0.2rem;
  margin: 0;
}

#cp-left dl dt {
  width: 1.57rem;
  height: 1.2rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

#cp-left dl dt a {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}

#cp-left dl dt a i {
  font-style: normal;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: block;
  margin: 0.1rem auto;
  border: 0.01rem solid #ececec;
  color: #ea5413;
  line-height: 0.6rem;
  font-size: 0.3rem;
}

#cp-left dl dt a span {
  font-size: 0.24rem;
  color: #ea5413;
}

#cp-left dl dt i {
  background: #f3f3f3;
}

#cp-left dl dt #benefit_menu {
  background: url('../img/header/cp-icon02.png')#f3f3f3 center no-repeat;
  background-size: 0.26rem auto;
}

#cp-left dl dt #nj_menu {
  font-size: 0.24rem;
}

#cp-left dl dt #tj_menu {
  background: url('../img/header/cp-icon04.png')#f3f3f3 center no-repeat;
  background-size: 0.26rem auto;
}

#cp-left dl dt #hot_menu {
  background: url('../img/header/rm.png') #ff0000 center no-repeat;
  background-size: 100% auto;
}

#cp-left dl dt #eap_menu {
  background: url('../img/header/cp-icon05.png')#f3f3f3 center no-repeat;
  background-size: 0.3rem auto;
}

#cp-left dl dt #ygga_menu {
  background: url('../img/header/ga.png')#f3f3f3 center no-repeat;
  background-size: 0.3rem auto;
}

#cp-left dl dt #jl_menu {
  font-size: 0.26rem;
}

#cp-left dl dt #cj_menu {
  font-size: 0.32rem;
}

#adver-left {
  margin: 0px;
  width: 100%;
  display: block;
}

#adver-left img {
  padding: 0px;
  margin: 0px;
  display: block;
  width: 5.2rem;
}

/*---------------中间区域----------------*/
#content,
.content {
  padding: 0px;
}

/*-------------导航左侧抽屉------------------*/
.hamburger {
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0.252rem;
  left: 0.32rem;

  cursor: pointer;
  width: 0.33rem;
  height: 0.26rem;
  z-index: 1000;
}

.hamburger span {
  background-color: rgba(255, 255, 255, 0.7);
  height: 0.02rem;
  width: 0.33rem;
  display: block;
  position: absolute;
}

.hamburger:hover {
  outline: none;
}

.hamburger:focus {
  outline: none;
}

.hamburger:active {
  outline: none;
}

.hamburger.is-closed .hamb-top {
  -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
  -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.3s, 0.1s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0px;
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  top: 0.12rem;
  -moz-transition: ease 0.3s 0.3s;
  -o-transition: ease 0.3s 0.3s;
  -webkit-transition: ease 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: ease 0.3s 0.3s;
}

.hamburger.is-closed .hamb-bottom {
  -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
  -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.3s, 0.1s;
  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0.25rem;
}

.hamburger.is-open .hamb-top {
  background-color: #ffffff;
  top: 0.12rem;
  left: 0px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
  -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s, 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
}

.hamburger.is-open .hamb-middle {
  background-color: #ffffff;
  display: none;
  opacity: 0;
}

.hamburger.is-open .hamb-bottom {
  top: 0.12rem;
  left: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
  -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
  -webkit-transition-delay: 0.1s, 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
  background-color: #ffffff;
}

/*------------黑色蒙板-------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

/*------------头部导航-------------------*/
#header {
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  background: #2f2f2f;
  color: #fff;
  line-height: 0.8rem;
  height: 0.8rem;


  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

#header .letGo {
  text-align: left;
  color: #fff;
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  position: absolute;
  top: 0px;
  right: 0.2rem;
  background: url('../img/header/nav-r.png') no-repeat center;
  background-size: auto 0.39rem;
}

#header .letGo1 {
  text-align: left;
  color: #fff;
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  position: absolute;
  top: 0px;
  right: 0.2rem;
  background: url('../img/header/dl.png') no-repeat center;
  background-size: auto 0.39rem;
}

#header::after {
  clear: both;
  content: "";
  display: block;
}

#header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

#header.gizle {
  top: -0.8rem;
}

#header.sabit {
  top: 0;
  z-index: 9998;
}

/*底部菜单按钮*/
.tc {
  text-align: center;
}

#foot-btn {
  position: fixed;
  left: 50%;
  bottom: 0.3rem;
  margin-left: -1.35rem;
  width: 2.7rem;
  height: 0.6rem;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background-color: rgb(255, 88, 16);
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  opacity: 0.8;
  z-index: 100003;
}

#foot-btn i {
  display: inline-block;
  color: #fff;
  font-size: 0.32rem;
  width: 0.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
}

#foot-nav {
  position: fixed;
  left: 50%;
  bottom: -0.8rem;
  margin-left: -0.72rem;
  width: 1.44rem;
  height: 1.12rem;
  z-index: 100002;
  text-align: center;
  transition: .4s;
}

#foot-nav>li,
#foot-nav:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.44rem;
  height: 1.12rem;
}

#foot-nav>li {
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: .2s;
  width: 1.44rem;
  height: 1.12rem;
  border-radius: 0.56rem;
  -webkit-border-radius: 0.56rem;
  opacity: 0;
}

#foot-nav>li:nth-of-type(1) {
  background-color: rgba(1, 200, 1, 0.8);
}

#foot-nav>li:nth-of-type(2) {
  background-color: rgba(255, 88, 16, 0.8);
}

#foot-nav>li:nth-of-type(3) {
  background-color: rgba(27, 27, 27, 0.8);
}

#foot-nav a {
  width: 1.44rem;
  height: 1.12rem;
  line-height: 1.12rem;
  display: inline-block;
  border-radius: 0.56rem;
  -webkit-border-radius: 0.56rem;
  text-decoration: none;
  color: #fff;
  font-size: 0.47rem;
}

#foot-nav a i {
  font-size: 0.47rem;
}

/*底部导航动画*/
.cd-section {
  display: block;
}

.cd-bouncy-nav-trigger {
  position: fixed;
  left: 50%;
  bottom: 0.3rem;
  margin-left: -1.35rem;
  width: 2.7rem;
  height: 0.6rem;
  z-index: 9996;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background-color: rgb(255, 88, 16);
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  opacity: 0.8;
  color: #ffffff;
  animate-duration: 2s;
  animate-delay: 1s;
  animate-iteration-count: infinite;
}

.no-touch .cd-bouncy-nav-trigger:hover {
  background: #e0a36f;
}

.cd-bouncy-nav-trigger i {
  display: inline-block;
  color: #fff;
  font-size: 0.36rem;
  width: 0.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
}




@font-face {
  font-family: 'foot-iconfont';
  src: url('foot-icon/iconfont.eot');
  src: url('foot-icon/iconfont.eot?#iefix') format('embedded-opentype'),
    url('foot-icon/iconfont.woff') format('woff'),
    url('foot-icon/iconfont.ttf') format('truetype'),
    url('foot-icon/iconfont.svg#foot-iconfont') format('svg');
}

.foot-iconfont {
  font-family: "foot-iconfont" !important;
  font-size: 0.16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.0002rem;
  -moz-osx-font-smoothing: grayscale;
}

.cd-bouncy-nav-trigger01 {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 1.5rem;
  width: 1.12rem;
  height: 0.6rem;
  z-index: 9996;
  padding: 0;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  animate-duration: 2s;
  animate-delay: 1s;
  animate-iteration-count: infinite;
}

.cd-bouncy-nav-trigger01 a {
  display: inline-block;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  width: 1.12rem;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  color: #fff;
}

.cd-bouncy-nav-trigger01 #m_tel {
  background: rgba(1, 200, 1, 0.8);
  margin-right: 0.2rem;
}

.cd-bouncy-nav-trigger01 #m_tel i {
  font-size: 0.408rem;
}

.cd-bouncy-nav-trigger01 #ico-try {
  background: rgba(255, 88, 16, 0.8);
  margin-right: 0.2rem;
}

.cd-bouncy-nav-trigger01 #Udesk {
  background: rgba(246, 118, 63, 0.8);
}

.cd-bouncy-nav-trigger01 i {
  display: block;
  color: #fff;
  font-size: 0.4rem;
  width: 0.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  overflow: hidden;
  margin: 0 auto;
}





.cd-bouncy-nav-modal {
  position: fixed;
  z-index: 100001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
}

.cd-bouncy-nav-modal.fade-in {
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.1s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.1s 0s, visibility 0s 0s;
  transition: opacity 0.1s 0s, visibility 0s 0s;
}

.cd-bouncy-nav-modal.fade-in #page-content-wrapper {
  position: fixed;
  top: 0;
  overflow: hidden;
}

.cd-bouncy-nav-modal .cd-close {
  display: block;
  position: fixed;
  top: 0.2rem;
  right: 5%;
  width: 0.44rem;
  height: 0.44rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  -webkit-transform: scale(0) translateZ(0);
  -moz-transform: scale(0) translateZ(0);
  -ms-transform: scale(0) translateZ(0);
  -o-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
  transition: transform 0.3s 0s, visibility 0s 0.3s;
}

.cd-bouncy-nav-modal.fade-in .cd-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0.3s 0s;
}

.cd-bouncy-nav {
  text-align: center;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 100001;
  left: 50%;
  top: 80vh;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.cd-bouncy-nav li {
  margin: 0px 0.16rem;
  width: 1.44rem;
  height: 1.12rem;
  border-radius: 0.56rem;
  -webkit-border-radius: 0.56rem;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(80vh);
  -moz-transform: translateY(80vh);
  -ms-transform: translateY(80vh);
  -o-transform: translateY(80vh);
  transform: translateY(80vh);
  text-align: center;
}

.is-visible .cd-bouncy-nav li {
  /* used to assign a tranlsateY value when the animation is over */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-bouncy-nav li:nth-of-type(1) {
  background-color: rgba(1, 200, 1, 0.8);
  -webkit-transform: translateX(80vh);
  -moz-transform: translateX(80vh);
  -ms-transform: translateX(80vh);
  -o-transform: translateX(80vh);
  transform: translateX(80vh);
}

.cd-bouncy-nav li {
  margin: 0px 0.16rem;
  width: 1.44rem;
  height: 1.12rem;
  border-radius: 0.56rem;
  -webkit-border-radius: 0.56rem;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(100vh);
  -moz-transform: translateY(100vh);
  -ms-transform: translateY(100vh);
  -o-transform: translateY(100vh);
  transform: translateY(100vh);
  text-align: center;
}

.is-visible .cd-bouncy-nav li {
  /* used to assign a tranlsateY value when the animation is over */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-bouncy-nav li:nth-of-type(1) {
  background-color: rgba(1, 200, 1, 0.8);
}

.fade-in .cd-bouncy-nav li {
  -webkit-animation: cd-move-in 0.4s;
  -moz-animation: cd-move-in 0.4s;
  animation: cd-move-in 0.4s;
}

.fade-out .cd-bouncy-nav li {
  -webkit-animation: cd-move-out 0.4s;
  -moz-animation: cd-move-out 0.4s;
  animation: cd-move-out 0.4s;
}

.fade-in .cd-bouncy-nav li,
.fade-out .cd-bouncy-nav li {
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fade-in .cd-bouncy-nav li:nth-of-type(2),
.fade-out .cd-bouncy-nav li:nth-of-type(2) {
  background-color: rgba(255, 88, 16, 0.8);
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.fade-in .cd-bouncy-nav li:nth-of-type(3),
.fade-out .cd-bouncy-nav li:nth-of-type(3) {
  background-color: rgba(27, 27, 27, 0.8);
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.cd-bouncy-nav a {
  width: 1.44rem;
  height: 1.12rem;
  line-height: 1.12rem;
  display: inline-block;
  border-radius: 0.56rem;
  -webkit-border-radius: 0.56rem;
  text-decoration: none;
  color: #fff;
  font-size: 0.47rem;
}

.cd-bouncy-nav a i {
  font-size: 0.502rem;
}

/*手机站底部图标翻转*/
.donut {
  position: absolute;
  animation: turn 2s infinite;
  animation-direction: alternate;
  top: 0px;
  left: 0px;
}

.donut_t {
  position: absolute;
  animation: onr 2s infinite;
  animation-direction: alternate;
  top: 0px;
  left: 0px;
}

.donut_s {
  position: absolute;
  animation: wnr 2s infinite;
  animation-direction: alternate;
  top: 0px;
  left: 0px;
}

.donut-front {
  z-index: 5;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
}

.d_bg {
  background: url(../img/xg_dh.png) no-repeat center center;
  background-size: cover;
}

.dt_bg {
  background: url(../img/xg_mf.png) no-repeat center center;
  background-size: cover;
}

.dt_bg_bx {
  background: url(../img/xg_mf1.png) no-repeat center center;
  background-size: cover;
}

.ds_bg {
  background: url(../img/xg_fh.png) no-repeat center center;
  background-size: cover;
}

.ds_bg_bx {
  background: url(../img/xg_fh1.png) no-repeat center center;
  background-size: cover;
}

@keyframes turn {
  0% {
    transform: rotateY(180deg);
  }

  40% {
    transform: rotateY(180deg);
  }

  60% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

@keyframes onr {
  0% {
    transform: rotateY(180deg);
  }

  40% {
    transform: rotateY(180deg);
  }

  60% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

@keyframes wnr {
  0% {
    transform: rotateY(180deg);
  }

  40% {
    transform: rotateY(180deg);
  }

  60% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.cd-bouncy-nav li {
  position: relative;
  overflow: hidden;
}

.cd-bouncy-nav li:nth-of-type(1) {
  background: none;
}

.cd-bouncy-nav li:nth-of-type(1) a {
  background-color: #01c801;
  display: block;
  width: 100%;
  height: 100%;
}

.cd-bouncy-nav li a img {
  width: 100%;
  height: 100%;
  display: block;
}

.fade-in .cd-bouncy-nav li:nth-of-type(2) {
  background: none;
}

.cd-bouncy-nav li:nth-of-type(2) a {
  background-color: #fc743a;
  display: block;
  width: 100%;
  height: 100%;
}

.fade-in .cd-bouncy-nav li:nth-of-type(3) {
  background: none;
}

.cd-bouncy-nav li:nth-of-type(3) a {
  background-color: #464544;
  display: block;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes cd-move-in {
  0% {
    -webkit-transform: translateY(80vh);
  }

  100% {
    -webkit-transform: translateY(0vh);
  }
}

@-moz-keyframes cd-move-in {
  0% {
    -moz-transform: translateY(80vh);
  }

  100% {
    -moz-transform: translateY(0vh);
  }
}

@keyframes cd-move-in {
  0% {
    -webkit-transform: translateY(80vh);
    -moz-transform: translateY(80vh);
    -ms-transform: translateY(80vh);
    -o-transform: translateY(80vh);
    transform: translateY(80vh);
  }

  100% {
    -webkit-transform: translateY(0vh);
    -moz-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    transform: translateY(0vh);
  }
}

@-webkit-keyframes cd-move-out {
  0% {
    -webkit-transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(80vh);
  }
}

@-moz-keyframes cd-move-out {
  0% {
    -moz-transform: translateY(0vh);
  }

  100% {
    -moz-transform: translateY(80vh);
  }
}

@keyframes cd-move-out {
  0% {
    -webkit-transform: translateY(0vh);
    -moz-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    -o-transform: translateY(0vh);
    transform: translateY(0vh);
  }

  100% {
    -webkit-transform: translateY(80vh);
    -moz-transform: translateY(80vh);
    -ms-transform: translateY(80vh);
    -o-transform: translateY(80vh);
    transform: translateY(80vh);
  }
}

/*公用BANNER样式*/
.banner {
  text-align: center;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.banner img {
  width: 100%;
  display: block;
}

/*移动站焦点图*/
#owl-demo dl {
  display: block;
  width: 100%;
}

/**品牌视频**/
#index_video {
  text-align: center;
  overflow: hidden;
  display: block;
  width: 100%;
}

#index_video h1 {
  background: url("../img/title_video.png") center no-repeat #f2f2f2;
  background-size: 50% auto;
  margin: 0px auto;
  padding: 7.5% 0;
  display: block;
}

#index_video .video_info {
  background: url("../img/video_bg.jpg") center no-repeat #f2f2f2;
  background-size: 100%;
  padding: 0.5rem 0 6% 0;
  margin: 0px auto;
  display: block;
}

.video_info ul {
  width: 50%;
  padding-left: 0.32rem;
  display: block;
  height: 1.1rem;
  list-style: none;
  margin: 0 0 0.2rem 0;
}

.video_info ul li {
  margin-right: 7%;
  width: 1.14rem;
  height: 1.06rem;
  float: left;
  border: 0.01rem solid #c7c7c7;
  -webkit-border-radius: 0.08rem;
  -ms-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  -o-border-radius: 0.08rem;
  border-radius: 0.08rem;
}

.video_info a {
  cursor: pointer;
  display: block;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  width: 1.14rem;
  height: 1.06rem;
}

.video_info ul li a em {
  width: 0.46rem;
  height: 0.46rem;
  display: block;
  margin: 10% auto 10% auto;
  background: url("../img/play_icon.png") no-repeat center;
  background-size: 100%;
}

.video_info ul li a p {
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  font-size: 0.2rem;
  -webkit-transform: scale(0.8);
}

.video01 {
  background: url("../img/video_01.png") center no-repeat;
  background-size: 100%;
}

.video02 {
  background: url("../img/video_02.png") center no-repeat;
  background-size: 100%;
}

.video03 {
  background: url("../img/video_03.png") center no-repeat;
  background-size: 100%;
}

.video04 {
  background: url("../img/video_04.png") center no-repeat;
  background-size: 100%;
}

.video05 {
  background: url("../img/video_05.png") center no-repeat;
  background-size: 100%;
}

.video_iframe {
  display: block;
}

iframe[Attributes Style] {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}

.rich_media_content * {
  max-width: 100% !important;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  word-wrap: break-word !important;
}

.rich_media_content p {
  clear: both;
  min-height: 0.32rem;
  white-space: pre-wrap;
}

.rich_media_content {
  overflow: hidden;
  color: #3e3e3e;
}

#gotop {
  width: 0.82rem;
  height: 1.1rem;
  right: 0.2rem;
  bottom: 1.3rem;
  display: none;
  position: fixed;
  z-index: 2;
  background: url(../img/top.png) no-repeat;
  background-size: 0.82rem 1.1rem;
  cursor: pointer;
}

/*首页BOSS系统底部*/


#header .letGo1 {
  text-align: left;
  color: #fff;
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  position: absolute;
  top: 0px;
  right: 0.2rem;
  background: url('../img/header/dl.png') no-repeat center;
  background-size: auto 0.39rem;
}

#header .letGo2 {
  text-align: left;
  color: #fff;
  display: block;
  width: 0.5rem;
  height: 0.8rem;
  position: absolute;
  top: 0px;
  right: 0.2rem;
  background: url('../img/header/dl2.png') no-repeat center;
  background-size: auto 0.39rem;
}

.tab-wrapper {
  position: fixed;
  z-index: 996;
  border-top: 0.01rem solid #c0c0c0;
  height: 0.8rem;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}

.tab-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  position: relative;

}

.tab-container .tab {
  width: 100%;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #999;
  font-size: 0.1536rem;
}

.tab-container .tab span {
  margin-top: 0.02rem;
  line-height: 0.1536rem;
}

/*新闻新加底部信息*/
.foot_info {
  width: 100%;
  height: 7.26rem;
  display: block;
  overflow: hidden;
  background: #333;
  position: relative;
}

.foot_info .sq {
  position: absolute;
  top: 0.64rem;
  left: 0.72rem;
  text-align: center;
}

.foot_info .sq a,
.foot_info .sh a {
  width: 2.4rem;
  display: block;
  border-radius: 0.16rem;
  height: 0.32rem;
  border: solid 0.01rem rgba(255, 255, 255, 0.32);
  color: rgba(228, 228, 228, 0.4);
  text-align: center;
  line-height: 0.32rem;
}

.foot_info>.sq>#tel001 {
  color: #ea5413;
  width: 2.5rem;
  font-size: 0.32rem;
  border: none;
  margin: 0.16rem 0px;
  height: 0.32rem;
  line-height: 0.32rem;
  display: block;
  position: relative
}

.foot_info>.sh>#tel002 {
  color: #ea5413;
  width: 2.5rem;
  font-size: 0.32rem;
  border: none;
  margin: 0.16rem 0px;
  height: 0.32rem;
  line-height: 0.32rem;
  display: block;
  position: relative
}

.foot_info .sh {
  position: absolute;
  top: 1.92rem;
  left: 0.72rem;
  text-align: center;
}

.foot_info ul {
  position: absolute;
  padding: 0 0 1.24rem 0.54rem;
  list-style: none;
  top: 0.64rem;
  left: 3.8rem;
  width: 1.6rem;
  display: block;
  border-left: 0.01rem solid #929292;
}

.foot_info ul li {
  width: 2.3rem;
  overflow: hidden;
  padding: 0;
  line-height: 0.32rem;
  float: left;
  margin: 0px 0px 0.32rem 0px;
  color: rgba(228, 228, 228, 0.4);
}

.foot_info ul li:last-child {
  margin: 0;
}

.foot_info ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: rgba(228, 228, 228, 0.4);
  font-size: 0.28rem;
  text-align: left;
  margin: 0;
  padding: 0;
}

.foot_info .ss {
  position: absolute;
  top: 5.28rem;
  left: 50%;
  width: 5.74rem;
  padding-bottom: 0.6rem;
  margin-left: -2.87rem;
  color: rgba(228, 228, 228, 0.5);
  font-size: 0.24rem;
}

.foot_info .ss img {
  width: 1.03rem;
  height: 1.04rem;
  display: inline-block;
  float: right;
  margin-right: 1.2rem;
}

.foot_info .ss p {
  padding-top: 0.43rem;
  display: inline-block;
  float: left;
}

.foot_info .ss p i {
  display: inline-block;
  padding-left: 0.16rem;
  width: 0.32rem;
  height: 0.32rem;
  background: url('../img/foot_weiixn.png') center no-repeat;
  background-size: 0.26rem auto;
}

.dsa {
  margin-top: -0.8rem;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1.12rem;
  background: url('../img/jiantou.png') center no-repeat;
  background-size: auto 100%;
}

.foot_info #wx {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  left: 0.72rem;
  top: 3.2rem;
  border: solid 0.01rem rgba(255, 255, 255, 0.32);
  border-radius: 0.16rem;
}

.foot_info #wx img {
  width: 1.77rem;
  height: 1.8rem;
  display: block;
  margin: 0.3rem auto;
}

/*可拖动广告*/
#block {
  width: 0.85rem;
  height: 0.85rem;
  position: fixed;
  right: 0;
  bottom: 0.96rem;
  z-index: 998;
}

#block a {
  width: 0.52rem;
  height: 0.53rem;

  position: absolute;
  z-index: 997;
  left: 0.1rem;
  top: 0.1rem;
}

#block a img {
  width: 100%;


}

.j_close {
  cursor: pointer;
  background: rgba(158, 158, 158, 0.1);
  color: #666;
  border-radius: 0.12rem;
  line-height: 0.12rem;
  text-align: center;
  height: 0.12rem;
  width: 0.12rem;
  font-size: 0.12rem;
  padding: 0.01rem;
  top: 0.05rem;
  right: 0.08rem;
  z-index: 999;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

;




.close {
  width: 30px;
  height: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.close i {
  display: block;
  width: 50%;
  height: 50%;
  position: relative;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  cursor: pointer;
}

.close i::before,
.close i::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 7px;
  margin-left: 7px;
}

.close i::before {
  transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.close i::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  ;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.close:hover i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.footerCenBottomRTitleBox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  margin-top: .4rem;
}

.footerCenBottomRTitle {
  cursor: pointer;
  display: block;
  width: 30%;
  padding: 5px 0;
  margin: 0 .1rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  text-align: center;

}

.footerCenBottomRTitle * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.footerCenBottomR .footerCenBottomRTitle:nth-last-child(1) {
  border-right: 0 none;
}

.footerCenBottomRTitle>p {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  opacity: 0.5;
}

.footerCenBottomRTitleCenScrollLi p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  text-align: center;
}

.footerCenBottomRTitle .footerCenBottomRTitleCenScrollLi span {
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  text-align: left;
}

.footerCenBottomRTitleMark {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -6;
  background: rgba(0, 0, 0, 0.6);
}

.footerCenBottomRTitleCen {
  border-radius: 6px;
  background: #f8f8f8;
  width: 90%;
  padding: .3rem;
  margin: 0 auto;
  cursor: default;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -7;
}

.footerCenBottomRTitleClose {
  width: 30px;
  height: 30px;
  background: #25ac91;
  border-radius: 100%;
  position: absolute;
  top: -15px;
  right: -15px;
}

.footerCenBottomRTitleCenBgTitle {
  text-align: center;
  font-size: 24px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
}

.footerCenBottomRTitleCenBor {
  border: 1px solid rgba(116, 116, 116, 0.1);
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
}

.footerCenBottomRTitleCenBorOne,
.footerCenBottomRTitleCenBorTow {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 30px;
}

.footerCenBottomRTitleCenBorTow span {
  font-weight: bold;
  font-size: 20px;
}

.footerCenBottomRTitleCenBorTow img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.footerCenBottomRTitleCenBorTow P {
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}

.footerCenBottomRTitleCenBorThr {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}

.footerCenBottomRTitleCenBorThrLi {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-justify-content: flex-start;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin: 5px 0;
  position: relative;
}

.footerCenBottomRTitleCenBorThrLi i {
  position: relative;
  display: block;
}

.footerCenBottomRTitleCenBorThrLi img {
  width: 25px;
  display: block;
  margin-right: 10px;
}

.footerCenBottomRTitleCenScroll {
  width: 100%;
  height: 70vh;
  background: #fff;
}

.footerCenBottomRTitleCenScrollLi {
  width: 100%;
  height: 100%;
  padding: .2rem;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-align: left;
}

.indFootUl .footerCenBottomRTitleCenScrollLi p {
  font-size: 20px;
  color: #2B2B2B;
  text-align: center;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  margin-bottom: 0;
  opacity: 1;
}

.indFootUl .footerCenBottomRTitleCenScrollLi span {
  color: #2B2B2B;
  text-align: unset;
}




@import "bootstrap.min.css";