@charset "utf-8";

/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}
header, nav, footer, menu {
  display: block;
}
dt {
  font-weight: 300;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style-type: none;
}
a {
  color: #333;
  outline-style: none;
  text-decoration: none;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #333;
  outline-offset: 0;
  outline: 0;
}
.form-control:focus, .form-control {
  border: none;
  box-shadow: none;
  border-radius: 100px;
}
.form-control {
  height: 45px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
input::placeholder {
  color: #999999;
  font-size: 16px;
}
input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}
input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.form-control::placeholder {
  font-size: 16px;
}
.clear {
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}
.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}
.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.width1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.pad_t85 {
  padding-top: 85px;
}
.pad_b85 {
  padding-bottom: 85px;
}
.pad_b20 {
  padding-bottom: 20px;
}
.pad_b50 {
  padding-bottom: 50px;
}

/*******头部********/
header {
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: top 2s;
  -moz-transition: top 2s;
  -ms-transition: top 2s;
  -o-transition: top 2s;
  transition: top 2s;
}
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .logo .logo_bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0086f1;
  height: 100%;
  width: 0;
  z-index: 9;
}
header .logo a {
  position: relative;
  z-index: 10;
}
header .header-language {
  font-size: 16px;
  background-color: #f7f7f7;
}
header .header-language .icon02 {
  border-left: 1px solid #ffffff;
  padding-left: 10px;
  margin-left: 10px;
}
header .header-language .icon01, header .header-language .icon02 {
  position: relative;
  height: 44px;
  line-height: 44px;
}
header .header-language .icon01 a, header .header-language .icon02 a {
  float: left;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
header .header-language .icon01 a:hover, header .header-language .icon02 a:hover, header .header-language .icon01 a.active, header .header-language .icon02 a.active {
  color: #b80e29;
}
header .header-language .border {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 1px;
  background-color: #dedede;
}
header .header-menu {
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
header .header-nav {
  background-color: #ffffff;
}
header .header-nav li {
  float: left;
  position: relative;
  margin-right: 40px;
}
header .header-nav li:last-child {
  margin-right: 0;
}
header .header-nav li>a {
  display: block;
  padding: 29px 0;
  font-size: 20px;
  color: #222222;
  position: relative;
  z-index: 10;
}
header .header-nav li.active>a, header .header-nav li:hover>a {
  color: #b80e29;
}
header .header-nav li:hover .second-level {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.second-level {
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}
.second-level-box {
  position: relative;
  border-top: 3px solid #bc1c36;
}
.second-level-box:after {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #bc1c36;
  border-right: 5px solid transparent;
}
.second-level-box>div {
  position: relative;
}
.second-level-box>div+div {
  border-top: 1px solid #f1f1f1;
}
.second-level-box>div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ececec;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.second-level-box>div>a {
  display: block;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 1;
}
.second-level-box>div:hover>a {
  font-weight: bold;
}
.second-level-box>div:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
}
#menu_toggle1 {
  display: none;
}
.menu_botton {
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  right: 75px;
  top: 73px;
}
.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}
.menu_botton span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 3px;
  background-color: #0086f1;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}
.menu_botton span:after, .menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 3px;
  left: 0;
  border-radius: 2px;
  background-color: #0086f1;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}
.menu_botton span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}
.menu_botton span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.mm-opened .menu_botton span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.mm-opened .menu_botton span:after, .mm-opened .menu_botton span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}
.mm-opened .menu_botton span:before {
  top: 0;
  background: #0086f1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-opened .menu_botton span:after {
  bottom: 0;
  background: #0086f1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/
footer {
  background-color: #e9e9e9;
  border-top: 1px #ccc solid;	
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer .footer-main {
  padding: 50px 0 25px;
  position: relative;
}
footer .footer-main:after, footer .footer-main:before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: 1px;
  height: 145px;
  background-color: #ebebeb;
}
footer .footer-main:after {
  left: 50.28%;
}
footer .footer-main:before {
  left: 79.57%;
}
footer .footer-title {
  font-size: 22px;
  line-height: 1em;
  padding-bottom: .5em;
  margin-left: 14px;
}
footer .footer-host {
  width: 50.28%;
  float: left;
  padding: 0 52px 0 0;
}
footer .footer-host-con>div, 
footer .footer-undertake-con>div {
  float: left;
}
footer .footer-host-con>div {
  width: 50%;
}
footer .footer-host-con>div:last-child, footer .footer-undertake-con>div:last-child {
  margin-right: 0;
}
footer .footer-host-con a, footer .footer-undertake-con a {
  margin-bottom: 6px;
  line-height: 1.4;
  color: #777777;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
footer .footer-undertake {
  width: 29.29%;
  float: left;
  padding: 0 52px;
}
footer .footer-follow {
  width: 20.43%;
  float: left;
  padding: 0 0 0 52px;
}
footer .footer-follow-con {
}
footer .footer-follow-con div {
  width: 96px;
  float: left;
  margin-right: 10px;
}
footer .footer-follow-con div:last-child {
  margin-right: 0;
}
footer .footer-follow-con p {
  color: #777777;
  text-align: center;
  margin-top: 5px;
}
footer .footer-copyright {
  background: url(../image/copyright-bg.jpg) repeat center;
  padding: 24px 0;
  color: #ffffff;
}
footer .footer-copyright a {
  color: #ffffff;
}

/*****主体开始*******/
#banner, .banner {
  position: relative;
  overflow: hidden;
}
.banner .bannerfix >li .bimg {
  width: 100%;
  position: relative;
  display: block;
}
.banner .bannerfix >li video {
  display: block;
  width: 100%;
  max-height: 78vh;
}

/**/
.cookies {
  background-color: #d8d8d8;
  line-height: 44px;
  height: 44px;
  font-size: 14px;
  color: #666666;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.cookies .click {
  color: #bd122d;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #bd122d;
  line-height: 1;
  width: 80px;
  padding: 6px 0;
  margin: 0 5px;
  text-decoration: none;
  cursor: pointer;
}
.cookies a {
  color: #bd122d;
  text-decoration: underline;
  text-decoration-color: #bd122d;
}
.home-time {
  background: url(../image/head-time-bg.jpg) no-repeat right center  #0086f1;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #ffffff;
}
.home-time .color_ffe401 {
  font-size: 24px;
  color: #ffe401;
}
.home-time .time_bg {
  line-height: 48px;
  width: 50px;
  height: 48px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  background: url(../image/time-bg.png) no-repeat center;
}
.h-title {
  position: relative;
  padding: 60px 0 16px;
  margin-bottom: 30px;
}
.h-title .h-title-box {
  line-height: 1;
  font-size: 40px;
  color: #333333;
  text-align: center;
}
.h-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 100px;
  background-color: #0086f1;
  height: 4px;
  width: 56px;
  margin-left: -28px;
}
.more a {
  display: block;
  width: 180px;
  height: 48px;
  line-height: 46px;
  border-radius: 100px;
  border: 1px solid #0086f1;
  color: #0086f1;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  background: linear-gradient(to right, #0086f1 33%, transparent 67%);
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all .3s ease-out;
}
.more a:hover {
  color: #ffffff;
  background-position: left bottom;
}
.home-news {
  /* padding-bottom: 80px; */
}
.home-news-tab, .home-cooperation-tab {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-news-tab a, .home-cooperation-tab a {
  font-size: 20px;
  color: #333333;
}
.home-news-tab div, .home-cooperation-tab div {
  float: left;
  line-height: 1;
  position: relative;
}
.home-news-tab div a, .home-cooperation-tab div a {
  padding-bottom: 8px;
  position: relative;
}
.home-news-tab div a:after, 
.home-cooperation-tab div a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #0086f1;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.home-news-tab div a:hover:after, 
.home-news-tab div.active a:after, 
.home-cooperation-tab div a:hover:after, 
.home-cooperation-tab div.active a:after {
  width: 100%;
  left: 0;
}
.home-news-tab div+div, 
.home-cooperation-tab div+div {
  padding-left: 40px;
}
.home-news-tab div+div:after, .home-cooperation-tab div+div:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-news-box {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.home-news-list, .home-cooperation-list {
  overflow: hidden;
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.home-news-list.active {
  height: 390px;
  opacity: 1;
}
.home-cooperation-list li a {
  display: block;
  background-color: #ffffff;
  text-align: center;
  height: 135px;
  line-height: 135px;
  overflow: hidden;
}
.home-cooperation-list li a img {
  max-height: 100%;
  width: 50%;
}
.home-cooperation-list.active {
  height: auto;
  opacity: 1;
}
.home-news-swiper .img {
  height: 390px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-news-swiper p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  padding: 35px;
  max-width: 510px;
}
.home-news-swiper .home-news-prev {
  left: 30px;
}
.home-news-swiper .home-news-next {
  right: 30px;
}
.home-news-list .home-news-img, .home-news-list .home-news-con {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.home-news-list .home-news-con .display-flex {
  height: 100%;
  width: 100%;
}
.home-news-list .home-news-con ul {
  padding: 0 46px 0 38px;
  color: #999999;
  font-size: 18px;
}
.home-news-list .home-news-con ul li+li {
  border-top: 1px solid #e5e5e5;
}
.home-news-list .home-news-con ul li {
  padding: 15px 0 18px 20px;
  line-height: 1.6;
  position: relative;
}
.home-news-list .home-news-con ul li:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 100%;
}
.home-news-list .home-news-con ul li h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  padding-bottom: 5px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news-list .home-news-con ul li h3:hover a {
  color: #b80e29;
}
.home-news-list .home-news-con ul li p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home-character-banner {
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../image/character-banner.jpg);
}
.home-character-tab {
  background: url(../image/character-bg.png) repeat center;
  position: relative;
  z-index: 9;
  margin-top: -64px;
}
.home-character-tab a {
  display: block;
  width: 20%;
  float: left;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.home-character-tab a span {
  position: relative;
}
.home-character-tab a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.home-character-tab a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1e2b3a;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.home-character-tab a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.home-character-tab a:hover, .home-character-tab a.active {
  color: #333333;
}
.home-character-tab a:hover:after, .home-character-tab a.active:after, .home-character-tab a:hover:before, .home-character-tab a.active:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
}
.home-character-list-box {
  overflow: hidden;
}
.home-character-list li {
  float: left;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.home-character-list li .img {
  width: 100%;
  height: 180px;
  display: block;
  overflow: hidden;
}
.home-character-list li .img span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.home-character-list li .text {
  height: 130px;
}
.home-character-list li .text .h4 {
  font-size: 20px;
  padding: 20px 0 10px;
}
.home-character-list li .text p {
  font-size: 16px;
  color: #777777;
  line-height: 24px;
}
.home-character-list li .img:hover span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home-experience {
  /* padding-bottom: 90px; */
}
.home-experience .home-experience-con {
  margin-left: -5px;
  margin-right: -5px;
}
.home-experience .introduce, .home-experience .audience, .home-experience .brand {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.home-experience .bg_fff {
  background-color: #ffffff;
  overflow: hidden;
}
.introduce .bg_fff {
  padding: 20px 50px;
}
.introduce .bg_fff .text {
  width: 34%;
}
.introduce .bg_fff .img {
  width: 62%;
}
.audience .text {
  width: 50.29%;
  padding: 20px 50px;
}
.audience .img {
  width: 49.71%;
}
.audience-swiper .swiper-slide {
  /* height: 600px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.brand-swiper{
  width: 100%;
  height: auto;
}


.brand-swiper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.audience-swiper p,.brand-swiper p{
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.4;
  padding: 25px 30px;
}
.audience-swiper .audience-prev, .brand-swiper .brand-prev{
  left: 30px;
}
.audience-swiper .audience-next, .brand-swiper .brand-next {
  right: 30px;
}
.brand .text {
  padding: 10px 50px;
  width: 38%;
}
.brand .img {
  width: 62%;
}



.brand-swiper ul li, .brand-enterprise ul li {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.brand-swiper ul li a, .brand-enterprise-swiper ul li a {
  height: 112px;
  line-height: 112px;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  display: block;
}
.brand-swiper ul li a>img, .brand-enterprise-swiper ul li a>img {
  max-height: 100%;
  width: 50%;
}
.home-experience .more a {
  margin: 0;
  width: 170px;
}
.home-experience .title {
  font-size: 30px;
  line-height: 1;
  padding-bottom: 15px;
}
.home-experience .title-text {
  font-size: 18px;
  color: #666666;
  padding-bottom: 25px;
  line-height: 1.5;
}
.experience-list li {
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.experience-list li:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0px;
  background-color: #b80e29;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.experience-list li a {
  display: block;
  position: relative;
  padding: 12px 0 12px 20px;
}
.experience-list li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background-color: #d9d9d9;
  border-radius: 100%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.experience-list li:hover:after {
  width: 100%;
}
.experience-list li:hover a {
  color: #b80e29;
}
.experience-list li:hover a:after {
  background-color: #b80e29;
}
.home-activity {
  background-color: #ffffff;
}
.home-activity ul li {
  padding-left: 0;
  padding-right: 0;
  background: url(../image/copyright-bg.jpg) repeat center;
  height: 620px;
}
.home-activity ul li .img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.home-activity ul li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 45px 45px;
  color: #ffffff;
  font-size: 18px;
}
.home-activity ul li .text .title {
  font-size: 28px;
  padding-bottom: 5px;
}
.home-activity ul li .text-box {
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.home-activity ul li .text-box .text-box-con {
  max-width: 330px;
  margin: 0 auto;
}
.home-activity ul li .text-box .text-box-con p {
  padding-bottom: 30px;
}
.home-activity ul li .text-box .more {
  margin-bottom: 10px;
}
.home-activity ul li .text-box .more a {
  width: 200px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background: linear-gradient(to right, #ffffff 33%, transparent 67%);
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all .3s ease-out;
}
.home-activity ul li .text-box .more a:hover {
  color: #b80e29;
  background-position: left bottom;
}
.home-cooperation {
  /* background: url(../image/cooperation-bg.jpg) repeat center; */
  /* padding-bottom: 90px; */
}
.home-cooperation .cooperation-prev, .home-cooperation .cooperation-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-size: 60px;
}
.home-cooperation .cooperation-prev {
  background-image: url(../image/cooperation-prev.png);
}
.home-cooperation .cooperation-next {
  background-image: url(../image/cooperation-next.png);
}
.right_muen {
  position: fixed;
  right: 30px;
  bottom: 10%;
  z-index: 99;
}
.right_muen li {
  margin: 4px 0;
  position: relative;
}
.right_muen li a {
  display: block;
}
.right_muen li .title {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #0086f1;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.right_muen li .title-box {
  font-size: 18px;
  height:;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  text-align: right;
  background-color: #0086f1;
  border-radius: 100px;
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.right_muen li .title-box:after {
  content: '';
  position: absolute;
  right: 56px;
  top: 50%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  -webkit-transition: all .30s ease-in-out .30s;
  -moz-transition: all .30s ease-in-out .30s;
  -ms-transition: all .30s ease-in-out .30s;
  -o-transition: all .30s ease-in-out .30s;
  transition: all .30s ease-in-out .30s;
}
.right_muen li:hover .title-box {
  width: 230px;
  opacity: 1;
  visibility: visible;
  padding: 0 68px 0 12px;
}
.right_muen li:hover .title-box:after {
  height: 34px;
  margin-top: -17px;
}
.right_muen li.right_muen_cloud .title {
  background-image: url(../image/icon01.png);
}
.right_muen li.right_muen_wechat .title {
  background-image: url(../image/icon02.png);
}
.right_muen li.right_muen_wechat:hover .title-box, .right_muen li.right_muen_cloud:hover .title-box{
  width: 300px;
  padding: 0 56px 0 0;
  overflow: visible;
}
.right_muen li.right_muen_wechat:hover .title-box .clearfix,  .right_muen li.right_muen_cloud:hover .title-box .clearfix{
  opacity: 1;
  visibility: visible;
  height: 140px;
}
.right_muen li.right_muen_wechat .title-box .clearfix, .right_muen li.right_muen_cloud .title-box .clearfix{
  height: 0;
  background-color: #0086f1;
  padding: 12px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .30s ease-in-out .30s;
  -moz-transition: all .30s ease-in-out .30s;
  -ms-transition: all .30s ease-in-out .30s;
  -o-transition: all .30s ease-in-out .30s;
  transition: all .30s ease-in-out .30s;
}
.right_muen li.right_muen_wechat .title-box .clearfix>div, .right_muen li.right_muen_cloud .title-box .clearfix>div {
  width: 49%;
}
.right_muen li.right_muen_wechat .title-box .clearfix p,.right_muen li.right_muen_cloud .title-box .clearfix p {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  height: auto;
  padding-top: 8px;
}

/*内页*/
.w-container footer {
  background-color: #f7f7f7;
}

/*.w-container header .header-nav li {
    margin-right: 40px;
}
.w-container header .header-nav li:last-child {
    margin-right: 0;
}
.w-container footer {
    background-color: #f7f7f7;
}
.w-container footer .footer-host {
    width: 45%;
    padding: 0 35px 0 0;
}
.w-container footer .footer-undertake {
    width: 34.16%;
    padding: 0 35px;
}
.w-container footer .footer-follow {
    width: 20.84%;
}
.w-container footer .footer-follow-con div {
    margin-right: 6px;
}
.w-container footer .footer-follow-con div:last-child {
    margin-right: 0;
}
.w-container footer .footer-main:after {
    left: 45%;
}
.w-container footer .footer-main:before {
    left: 79.16%;
}*/
#w-banner {
  position: relative;
}
#w-banner .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  position: relative;
}
.w-breadcrumb {
  border-bottom: 1px solid #ebebeb;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #777777;
  background-image: url(../image/icon03.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 24px 0 24px 26px;
}
.breadcrumb>li a {
  color: #777777;
}
.breadcrumb>li+li:before {
  content: '';
  color: #777777;
  padding: 0 5px 0 7px;
  background: url(../image/icon04.png) no-repeat center;
}
.breadcrumb>.active {
  color: #777777;
}
.w-breadcrumb ul li {
  font-size: 16px;
  float: left;
  margin-right: 25px;
  position: relative;
}
.w-breadcrumb ul li:last-child {
  margin-right: 0;
}
.w-breadcrumb ul li>a {
  display: block;
  padding: 24px 0;
  position: relative;
}
.w-breadcrumb ul li>a:after {
  content: '';
  background: #b80e29;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.w-breadcrumb ul li:hover>a, .w-breadcrumb ul li.active>a {
  color: #b80e29;
}
.w-breadcrumb ul li:hover>a:after, .w-breadcrumb ul li.active>a:after {
  left: 0;
  width: 100%;
}
.side-nav>a>span {
  padding-right: 10px;
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../image/icon05.png);
}
.side-nav:hover>a>span {
  background-image: url(../image/icon05_.png);
}
.side-nav:hover .side-nav-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.side-nav-box {
  position: absolute;
  left: 0;
  width: 200px;
  z-index: 9;
  margin-left: -30px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: -moz-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}
.side-nav-box>a {
  height: 50px;
  display: block;
  line-height: 50px;
  padding: 0 30px;
  position: relative;
}
.side-nav-box span {
  display: block;
  position: relative;
  z-index: 1;
}
.side-nav-box>a+a>span {
  margin-top: 1px;
}
.side-nav-box>a+a>span:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}
.side-nav-box>a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b80e29;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.side-nav-box a:hover {
  color: #ffffff;
}
.side-nav-box a:hover:after, .side-nav-box a.active:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
}
.side-nav-box a.active {
  color: #333;
  cursor: inherit;
}
.side-nav-box a.active:after {
  background-color: #ececec;
}

/*分页*/
.pagination {
  margin: 0 auto;
}
.pagination li a, .pagination li span {
  margin: 0 1px;
  background-color: #f0f0f0;
  color: #555555;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.pagination li.active a, .pagination li.active span {
  color: #ffffff;
  background-color: #b80e29;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
  padding: 0;
  border-radius: 0;
  width: 80px;
}

/*内页开始*/
.about {
  padding: 40px 0 80px;
}
.w-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.w-title .en {
  font-family: "Arial";
  color: rgba(8, 8, 8, 0.06);
  font-size: 50px;
  text-transform: uppercase;
}
.w-title.border {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.web-text {
  color: #555555;
  line-height: 1.6;
}
.responsibility {
  padding-bottom: 80px;
}
.web-list {
  padding: 15px 0 25px;
}
.web-list li {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0;
}
.web-list li .img {
  height: 156px;
  width: 22.50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.web-list li .text {
  width: 75%;
}
.web-list li .text .title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}
.web-list li .text .title:hover a {
  color: #b80e29;
}
.web-list li .text p {
  color: #777777;
  margin: 10px 0 20px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.web-list li .text .time {
  color: #999999;
}
.web-list li.no-img .text {
  width: 100%;
}
.web-list-title li .text .title {
}
.web-list-title li .text .title span {
  min-width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 0 5px;
  border-radius: 100px;
  background-color: #b80e29;
  position: relative;
  top: -2px;
  margin-right: .5em;
}
.web-list-title li .text .title span.bg1 {
  background-color: #b80e29;
}
.web-list-title li .text .title span.bg2 {
  background-color: #af875c;
}
.web-list-title li .text .title span.bg3 {
  background-color: #cccccc;
}
.web-list-two li .title span, .download-list li .title span {
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  border-radius: 100px;
  background-color: #b80e29;
  margin-right: 5px;
}
.web-list-two li .title span.bg1, .download-list li .title span.bg1 {
  background-color: #b80e29;
}
.web-list-two li .title span.bg2, .download-list li .title span.bg2 {
  background-color: #af875c;
}
.web-list-two li .title span.bg3, .download-list li .title span.bg3 {
  background-color: #cccccc;
}
.web-list-two {
  padding-bottom: 25px;
}
.web-list-two li {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.web-list-two li a {
  padding: 19px 100px 19px 15px;
  position: relative;
}
.web-list-two li a .title-box {
  display: inline;
  position: relative;
}
.web-list-two li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  border-radius: 100px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.web-list-two li .title {
  font-size: 18px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.web-list-two li a .title-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b80e29;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.web-list-two li .time {
  color: #999999;
  position: absolute;
  line-height: 22px;
  top: 50%;
  right: 0;
  margin-top: -11px;
}
.web-list-two li a:hover:after {
  background-color: #b80e29;
}
.web-list-two li a:hover .title {
  color: #b80e29;
}
.web-list-two li a:hover .title-box:after {
  width: 100%;
}
.web-list-two li a:hover .time {
  color: #b80e29;
}
.web-list-block {
  padding-bottom: 25px;
  overflow: hidden;
}
.web-list-block li {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.web-list-block li .img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
  flex-flow: row wrap;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ececec;
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -ms-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
}
.web-list-block li .img img {
  display: block;
  max-height: 100%;
}
.web-list-block li .img:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.web-list-block li p {
  padding-top: 15px;
  font-size: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.web-search {
  padding: 40px 0 0;
}
.web-search .web-search-box {
  width: 640px;
  border: 3px solid #bc0f2b;
  border-radius: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.web-search .web-search-box input.form-control {
  padding: 6px 30px;
  font-size: 16px;
}
.web-search .web-search-box select.form-control {
  border-left: 1px solid #ebebeb;
  position: absolute;
  border-radius: 0;
  width: 140px;
  top: 0;
  right: 63px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../image/icon07.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 16px;
  color: #333333;
}
.web-search .web-search-box button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #bc0f2b;
  display: block;
  height: 100%;
  width: 63px;
  border-radius: 0;
  background-image: url(../image/icon06.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.view {
  padding: 40px 0 80px;
}
.details {
  padding: 40px 0 70px;
}
.details .articles {
  width: 73.3333%;
  float: left;
  overflow: hidden;
}
.details .articles .details-head, .video-details-head {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #999999;
}
.details .articles .details-head .title, .video-details-head .title {
  font-size: 36px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}
.details .articles .details-head .source {
  border-radius: 100px;
  border: 1px solid #cdcdcd;
  padding: 3px  13px;
  margin-right: 10px;
}
.details .articles .details-head .time, .video-details-head .time {
  line-height: 28px;
}
.details .articles .text {
  color: #555555;
  line-height: 1.6;
}
.details .articles .text, .details .articles .text p, .details .articles .text span, .details .articles .text strong, .details .articles .text div {
  font-family: "microsoft yahei", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

.details .articles .text p {
  text-indent: 33px !important;
  padding-bottom: 20px !important;
}

.details .articles .text p img:first-child { 
  margin-left: -33px; 
}


.details .articles .text table {
  width: 100% !important;
}
.details .articles .text table td {
  text-indent: 33px !important;
  padding-bottom: 20px !important;
}
.details .articles .text table table {
  margin-top: 20px !important;
}
.details .articles .end {
  padding-top: 40px;
}
.table-title {
  font-size: 22px;
  margin-bottom: 15px;
  background: url(../image/icon14.png) no-repeat left center;
  padding-left: 26px;
  color: #333;
}
.details-table {
  width: 100%;
  margin-bottom: 30px;
}
.details-table caption {
  font-size: 18px;
  color: #333333;
  text-align: center;
  background-color: #f7f7f7;
  border-top: 2px solid #333333;
  padding: 12px 10px;
}
.details-table th, .details-table td {
  width: 50%;
  padding: 15px 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.details-table th:last-child, .details-table td:last-child {
  border-right: none;
}

/*其他文章*/
.details .other-articles {
  background-color: #f0f0f0;
  width: 23.3333%;
  float: right;
}
.details .other-articles .title {
  font-size: 26px;
  padding: 18px 30px;
  line-height: 1;
  border-bottom: 2px solid #ffffff;
}
.other-articles ul {
  padding: 10px 0 30px;
}
.other-articles ul li a {
  display: block;
  color: #333333;
  padding: 10px 30px;
  line-height: 1.4;
}
.other-articles ul li a .time {
  padding-top: 5px;
  font-size: 14px;
  color: #999999;
}
.other-articles .other-column-button {
  border-top: 10px solid #ffffff;
}
.other-articles .other-column-button a {
  margin-bottom: 0 !important;
}

/*立即预约*/
.details .other-column {
  width: 23.3333%;
  float: right;
}
.other-column .other-column-button {
  padding-bottom: 20px;
}
.other-column .other-column-button a, .other-articles .other-column-button a {
  display: block;
  border: 1px solid #b80e29;
  font-size: 20px;
  text-align: center;
  padding: 12px 6px;
  color: #b80e29;
  margin-bottom: 10px;
}
.other-column .other-column-button a.button01, .other-articles .other-column-button a.button01 {
  background-color: #b80e29;
  color: #ffffff;
}
.details .other-column .img {
  margin-bottom: 10px;
}
.other-column-share {
  position: relative;
  margin-top: 30px;
  padding-left: 48px;
}
.other-column-share .title {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.other-column-share a {
  float: left;
  width: 40px !important;
  margin-right: 10px !important;
  display: block !important;
  height: 40px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 24px auto !important;
  border-radius: 100px;
  background-color: #c5c5c5 !important;
}
.other-column-share a.w_icon {
  background-image: url(../image/icon11.png) !important;
}
.other-column-share a.m_icon {
  background-image: url(../image/icon12.png) !important;
}
.other-column-share a.f_icon {
  background-image: url(../image/icon13.png) !important;
}
.other-column-share a.w_icon:hover {
  background-color: #07bd13 !important;
}
.other-column-share a.m_icon:hover {
  background-color: #98e3f2 !important;
}
.other-column-share a.f_icon:hover {
  background-color: #395eb0 !important;
}
.bsBox {
  box-sizing: content-box;
}
.enterprise {
  padding-bottom: 60px;
}
.enterprise-footer {
  padding: 55px 0;
  background: url(../image/enterprise-bg.jpg) no-repeat center;
}
.enterprise-footer a {
  border-radius: 100px;
  border: 1px solid #b80e29;
  height: 50px;
  width: 220px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  background-color: #b80e29;
  margin: 5px;
  font-size: 18px;
  display: block;
}
.enterprise-footer a.border {
  border: 1px solid #b80e29;
  color: #b80e29;
  background-color: transparent;
}
.forum {
  background: url(../image/forum-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 80px;
  margin-top: -140px;
}
.forum .title {
  font-size: 26px;
  padding-bottom: 20px;
}
.forum li {
  text-align: center;
  line-height: 1.1;
}
.forum li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 110px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: -55px;
}
.forum li:last-child:after {
  display: none;
}
.forum li .sou {
  font-size: 56px;
  color: #bf1f39;
  font-style: italic;
}
.forum li .text {
  font-size: 20px;
  color: #555555;
}
.schedule {
  padding: 40px 0 90px;
}
.schedule .schedule-tab {
  margin-left: -0.5px;
  margin-right: -0.5px;
}
.schedule .schedule-tab li {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.schedule .schedule-tab li a {
  font-size: 22px;
  color: #666666;
  position: relative;
  padding-bottom: 15px;
  display: block;
  line-height: 1;
  border-bottom: 4px solid #333333;
}
.schedule .schedule-tab li a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #b80e29;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1);
  transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.schedule .schedule-tab li.active a, .schedule .schedule-tab li:hover a {
  color: #b80e29;
}
.schedule .schedule-tab li.active a:after, .schedule .schedule-tab li:hover a:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
}
.schedule-list .schedule-list-click:nth-child(2n) {
  background-color: #f7f7f7;
}
.schedule-list-click-head {
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.schedule-list-click-head>div {
  padding: 16px 20px;
}
.schedule-list-click-head>div+div {
  border-left: 1px solid #e5e5e5;
}
.schedule-list-click-con {
  line-height: 1.8;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.schedule-list .schedule-list-click.active .schedule-list-click-con {

  /* height: auto;
   opacity: 1;
   padding: 15px 20px 30px;*/
}
.speaker {
  padding: 50px 0 40px;
}
.speaker.bg_f1f1f1 {
  background-color: #f1f1f1;
}
.speaker .title {
  font-size: 32px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1;
  padding-bottom: 20px;
}
.experience-zone {
  background: url(../image/brand-bg.jpg) no-repeat right center;
  background-size: cover;
}
.experience-zone-plan {
  border-bottom: 1px solid #d4d4d4;
  padding: 60px 0 40px;
}
.experience-zone-plan .text {
  width: 54%;
}
.experience-zone-plan .text .text-box {
  color: #555555;
  line-height: 1.6;
}
.experience-zone-plan .img {
  width: 39%;
}
.experience-zone-about {
  padding: 40px 0 60px;
}
.experience-zone-about ul li a {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  display: block;
}
.experience-zone-about ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b80e29;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .58s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .58s cubic-bezier(.4, 0, .2, 1);
  transition: transform .58s cubic-bezier(.4, 0, .2, 1);
  transition: transform .58s cubic-bezier(.4, 0, .2, 1), -webkit-transform .58s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.experience-zone-about ul li a .icon {
  border-right: 1px solid #f1f1f1;
  width: 140px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.experience-zone-about ul li a .icon01 {
  background-image: url(../image/icon08.png);
}
.experience-zone-about ul li a .icon02 {
  background-image: url(../image/icon09.png);
}
.experience-zone-about ul li a .text {
  width: 100%;
  padding: 31px 30px 31px 170px;
  position: relative;
  z-index: 1;
}
.experience-zone-about ul li a .text .title {
  font-size: 22px;
  padding-bottom: 5px;
}
.experience-zone-about ul li a .text span {
  color: #999999;
}
.experience-zone-about ul li a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
}
.experience-zone-about ul li a:hover .icon {
  border-right-color: #c33b51;
}
.experience-zone-about ul li a:hover .text .title, .experience-zone-about ul li a:hover .text span {
  color: #ffffff;
}
.experience-zone-about ul li a:hover .icon01 {
  background-image: url(../image/icon08_.png);
}
.experience-zone-about ul li a:hover .icon02 {
  background-image: url(../image/icon09_.png);
}
.brand-enterprise {
  padding: 50px 0 40px;
}
.column {
}
.column li {
  padding: 60px 0;
}
.column li .img .img-box {
  height: 310px;
  width: 100%;
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.column li .text .title {
  font-size: 32px;
}
.column li .text .text-box {
  color: #555555;
  line-height: 1.6;
  padding: 15px 0 30px;
}
.column li .img .time {
  background-color: #b80e29;
  color: #ffffff;
  width: 48px;
  position: absolute;
  top: 0;
  right: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  padding: 10px 0;
}
.column li .img .time:after {
  content: '';
  background: url(../image/icon10.png) no-repeat center;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}
.column li .img .time span {
  display: block;
  font-size: 12px;
}
.column li .text .more a {
  margin: 0;
}
.column li:nth-child(2n) {
  background-color: #f1f1f1;
}
.column li:nth-child(2n) .img .time {
  right: auto;
  left: 30px;
}
.other-activities {
  padding: 60px 0;
  background-color: #ececec;
}
.other-activities .title {
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 1;
}
.other-activities li .box {
  display: block;
  position: relative;
  background-color: #ffffff;
}
.other-activities li .img {
  height: 220px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.other-activities li .text {
  padding: 20px 30px;
  line-height: 1.6;
  height: 180px;
}
.other-activities li .text .title-box {
  font-size: 20px;
  padding-bottom: 5px;
}
.other-activities li .text p {
  color: #777;
}
.other-activities-swiper .swiper-pagination-bullet-active {
  background-color: #b80e29;
}
.contact-us {
  padding: 70px 0 100px;
}
.contact-us .contact_host .w-title, .contact-us .contact_undertake .w-title, .contact-us .contact_tie .w-title {
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.contact_host {
  width: 55%;
  float: left;
  padding-bottom: 50px;
}
.contact-host div {
  width: 50%;
  float: left;
}
.contact-host div, .contact-undertake div {
  margin-bottom: 10px;
}
.contact-host div>a, .contact-undertake div>a {
  padding-left: 19px;
  position: relative;
}
.contact-host div>a:after, .contact-undertake div>a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 100px;
  background-color: #c4c4c4;
}
.contact-host div>a:hover, .contact-undertake div>a:hover {
  color: #bc0f2b;
  text-decoration: underline;
  text-decoration-color: #bc0f2b;
}
.contact-host div>a:hover:after, .contact-undertake div>a:hover:after {
  background-color: #bc0f2b;
}
.contact_undertake {
  width: 40%;
  float: right;
  padding-bottom: 50px;
}
.contact_tie {
  width: 55%;
  float: left;
}
.contact_tie .box {
  position: relative;
  padding: 0 0 0 70px;
}
.contact_tie .box .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  border-right: 1px solid #e5e5e5;
  background-image: url(../image/icon16.png);
}
.contact_tie .box p {
  font-size: 20px;
  margin-top: 2px;
}
.contact_tie .col-sm-6:nth-child(1) .box p {
  font-size: 24px;
  font-family: "Arial";
}
.contact_tie .col-sm-6:nth-child(1) .icon {
  background-image: url(../image/icon15.png);
}

/*新闻资讯*/
.video {
  padding: 20px 0 80px;
}
.video-box {
  overflow: hidden;
}
.video-box ul li {
  border-bottom: 1px solid #ececec;
  padding-top: 20px;
  padding-bottom: 35px;
  margin-bottom: 25px;
}
.video-box ul li a {
  display: block;
}
.video-box ul li .img, .live-playback-swiper li .img {
  height: 220px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.video-box ul li .img:after, .live-playback-swiper li .img:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background: url(../image/icon17.png) no-repeat center;
}
.video-box ul li p, .live-playback-swiper li p {
  font-size: 20px;
  padding-top: 20px;
  line-height: 1.6;
}
.video-details {
  padding: 40px 0 80px;
}
.video-details-head {
  margin-bottom: 25px;
}
.video-details-head .title {
  font-size: 24px;
  position: relative;
  padding-left: 0;
}
.video-details-head .title span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  border-radius: 100px;
  width: 90px;
  text-align: center;
  padding: 5px 0;
  background-color: #b80e29;
}
.share {
  color: #777777;
  background: url(../image/icon19.png) no-repeat left center;
  padding-left: 28px;
  display: block;
  position: relative;
}
.share-button {
}
.share-text {
  position: absolute;
  top: 32px;
  right: 0;
  width: 120px;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.share-text a{
  display: block !important;
  margin-bottom: 10px;
}
.share-text a.w_icon{
  background: url("../image/weixin.png") no-repeat !important;
}
.share:hover .share-text{
  top: 22px;
  opacity: 1;
  visibility: visible;
}
.video-details .video-mp4 {
  width: 100%;
  height: 600px;
  background-color: #000;
}
.video-details .video-mp4 video {
  display: block;
  width: 100%;
  height: 100%;
}
.live-playback {
  background-color: #ececec;
  padding: 60px 0;
}
.live-playback .live-playback-title {
  font-size: 32px;
  line-height: 1;
  padding-bottom: 20px;
}
.live-playback-swiper li a {
  background-color: #ffffff;
  display: block;
}
.live-playback-swiper li p {
  padding: 20px 30px 40px;
}
.associated-media {
  padding-bottom: 80px;
}
.associated-media-box {
  overflow: hidden;
  padding-bottom: 25px;
}
.associated-media-box li {
  border-bottom: 1px solid #ebebeb;
  padding-top: 17px;
  padding-bottom: 17px;
}
.associated-media-box li a {
  display: block;
  height: 135px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.download {
  padding: 40px 0 80px;
}
.download-list {
  padding-bottom: 25px;
}
.download-list li {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 60px 20px 0;
  position: relative;
  line-height: 1;
}
.download-list li .title {
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1.6;
}
.download-list li .time {
  font-size: 14px;
  color: #777777;
}
.download-list li .download-more {
  display: block;
  padding-left: 15px;
  background: url(../image/icon20.png) no-repeat left center;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 20px;
  margin-top: -10px;
}
.download-list li .download-more:hover {
  color: #b80e29;
  background: url(../image/icon20_.jpg) no-repeat left center;
}

/*登陆*/
.signin {
  width: 100%;
  min-height: 100vh;
  background-color: #f7f7f7;
  background-image: url(../image/signin-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.signin-head {
  padding: 40px 60px;
}
.signin-head .more a {
  border: 1px solid #ffffff;
  color: #fff;
  background: linear-gradient(to right, #ffffff 33%, transparent 67%);
  background-size: 300% 100%;
  background-position: right bottom;
}
.signin-head .more a:hover {
  color: #b80e29;
  background-position: left bottom;
}
.signin-list {
  max-width: 850px;
  width: 100%;
  margin: 70px auto 0;
  padding: 0 15px;
}
.signin-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
.signin-list li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}
.signin-list .box {
  height: 240px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.signin-list .box .img {
  padding-bottom: 20px;
  text-align: center;
}
.signin-list .entrance {
  color: #666666;
  padding: 30px 0 100px;
  font-size: 18px;
}
.signin-copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  line-height: 1.6;
}

/*渐变效果样式*/
.animation-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.animation-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.animation-img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.exhibitionHall-text img {
  margin-right: 20px;
  margin-bottom: 10px;
}
.exhibitionHall-text p {
  text-indent: 33px;
}

/*限制*/
/* header .header-nav li:nth-child(1) .second-level-box>div:nth-child(2) {
  display: none;
}
header .header-nav li:nth-child(2) .second-level-box>div:nth-child(1):after, 
header .header-nav li:nth-child(2) .second-level-box>div:nth-child(2):after,
header .header-nav li:nth-child(2) .second-level-box>div:nth-child(3):after, 
header .header-nav li:nth-child(2) .second-level-box>div:nth-child(4):after,
header .header-nav li:nth-child(2) .second-level-box>div:nth-child(5):after, 

header .header-nav li:nth-child(3) .second-level-box>div:nth-child(1):after, 
header .header-nav li:nth-child(3) .second-level-box>div:nth-child(2):after, 
header .header-nav li:nth-child(3) .second-level-box>div:nth-child(3):after, 
header .header-nav li:nth-child(3) .second-level-box>div:nth-child(5):after,

header .header-nav li:nth-child(4) .second-level-box>div:nth-child(4):after, 
header .header-nav li:nth-child(6) .second-level-box>div:nth-child(1):after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
}
header .header-nav li:nth-child(1) .second-level-box>div:nth-child(2)>a,
header .header-nav li:nth-child(2) .second-level-box>div:nth-child(1)>a, 
header .header-nav li:nth-child(2) .second-level-box>div:nth-child(2)>a, 
header .header-nav li:nth-child(2) .second-level-box>div:nth-child(3)>a, 
header .header-nav li:nth-child(2) .second-level-box>div:nth-child(4)>a, 
header .header-nav li:nth-child(2) .second-level-box>div:nth-child(5)>a, 
header .header-nav li:nth-child(3) .second-level-box>div:nth-child(1)>a,
header .header-nav li:nth-child(3) .second-level-box>div:nth-child(2)>a, 
header .header-nav li:nth-child(3) .second-level-box>div:nth-child(3)>a,  
header .header-nav li:nth-child(3) .second-level-box>div:nth-child(5)>a,  
header .header-nav li:nth-child(4) .second-level-box>div:nth-child(4)>a, 
header .header-nav li:nth-child(6) .second-level-box>div:nth-child(1)>a {
  font-weight: 300;
  cursor: inherit;
} */

.activity_comingsoon {
  position: relative;
}
.activity_comingsoon .activity_comingsoon_title {
  font-size: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  color: #ffffff;
  background-size: cover;
  background: url(../image/coming_bg.jpg) repeat center #000;
}
#mm-2 .mm-listview > li:nth-child(2) {
  /* display: none; */
}
#mm-1 .mm-listview > li:nth-child(6),
#mm-1 .mm-listview > li:nth-child(3) {
  /* background-color: #999999; */
}
#mm-7 .mm-listview > li:nth-child(1),
#mm-7 .mm-listview > li:nth-child(2),
#mm-7 .mm-listview > li:nth-child(3),
#mm-6 .mm-listview > li:nth-child(1), 
#mm-6 .mm-listview > li:nth-child(2), 
#mm-6 .mm-listview > li:nth-child(3),  
#mm-8 .mm-listview > li {
  background-color: #999999;
}
#mm-5 .mm-listview > li:nth-child(1),
#mm-5 .mm-listview > li:nth-child(5),
#mm-5 .mm-listview > li:nth-child(2),
#mm-5 .mm-listview > li:nth-child(3),
#mm-5 .mm-listview > li:nth-child(4) {
  background-color: #999999;
}
#mm-9 .mm-listview > li:nth-child(4), 
#mm-10 .mm-listview > li:nth-child(1), 
#mm-11 .mm-listview > li:nth-child(1) {
  background-color: #999999;
}

/**/
.web_alret.active, .web_alret_sigin.active, .web_alret_register.active {
  display: block;
}
.web_alret, .web_alret_sigin, .web_alret_register {
  text-align: right;
  padding: 30px;
  max-width: 420px;
  position: fixed;
  top: 30px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  left: 50%;
  width: 100%;
  z-index: 99;
  display: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.web_alret_title {
  font-size: 16px;
  text-align: left;
  padding-bottom: 30px;
}
.web_alret_button {
  border-radius: 12px;
  color: #ffffff;
  background-color: #b70e29;
  padding: 6px 12px;
  text-align: center;
  width: 80px;
  float: right;
  cursor: pointer;
}

.pastReview_padding {
  padding: 30px 0 40px;
}
/*二维码*/
.qrcode {
  position: fixed;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 10px #cccccc;
  width:200px;
  height: 200px;
  border: 10px solid #ffffff;
  display: none;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.qrcode_box {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #cccccc;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
}
.qrcode_box::after {
  content: 'X';
  position: relative;
  font-size: 16px;
  color: #ffffff;
}

.qu-list li img{
  margin: .5em 0 .5em 0;
  transition:All 0.4s ease-in-out;    
	-webkit-transition:All 0.4s ease-in-out;    
	-moz-transition:All 0.4s ease-in-out;    
	-o-transition:All 0.4s ease-in-out;
}

.qu-list li img:hover{
  transform:scale(1.15);    
  -webkit-transform:scale(1.15);    
  -moz-transform:scale(1.15);    
  -o-transform:scale(1.15);    
  -ms-transform:scale(1.15);
}

.organization-list li{
  line-height: 1.8em;
  color: #3e3e3e;
}

.organization-list {
  /* height: 38em; */
}

.footer-con{
  margin-top: 2em;
  padding-bottom: 2em;
}

footer h3{
	font-size: 22px;
	color: #333;
	font-weight: normal;
	padding-bottom: .5em;
}

footer .footer-title:after {
  content: '';
  position: absolute;
  background-color: #0086f1;
  height: 2px;
  width: 50px;
}

/* #contact,#about,#about-us{
  margin-bottom: 3em;
} */

#contact ul li,#contact a,#about ul li,#about-us ul li,#about a{
	font-size: 14px;
	color: #333;
	line-height: 2em;
}

/* #about-us p{
	text-align: justify;
}


#about{
	margin-top: 3em;
} */

#sign{
  margin-top: .25em;
  margin-bottom:  .25em;
  position: relative;
}

#sign a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #b70e29;
  color: #b70e29;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  background: linear-gradient(to right, #b70e29 33%, transparent 67%);
  background-size: 300% 100%;
  background-position: right bottom;
  transition: all .3s ease-out;
}
#sign a:hover {
  color: #ffffff;
  background-position: left bottom;
}

#photo { margin-top: 30px; }
#photo ul { margin-top: 1em; }
#photo ul li{
  float:left;
  display:inline;
  margin: .5em 0 .5em 0;
}
.gallery li p{text-align: center;margin-top: 1em; line-height: 1.5em; height: 4em; font-size: .8em; color: #6e6e6e;}
.gallery img{
  width:100%; 
  display:block;  
  transition:All 0.4s ease-in-out;    
	-webkit-transition:All 0.4s ease-in-out;    
	-moz-transition:All 0.4s ease-in-out;    
  -o-transition:All 0.4s ease-in-out;
}
.gallery img:hover{
  transform:scale(1.15);    
  -webkit-transform:scale(1.15);    
  -moz-transform:scale(1.15);    
  -o-transform:scale(1.15);    
  -ms-transform:scale(1.15);
}


#review{
  margin-bottom: 3em;
}

#banner_img {
  background-image: url(../image/w-banner.jpg)
}
@media screen and (max-width:768px){
   #banner_img {
      background-image: url(../image/w-banner3.jpg)
  }
}