.wordArt {
  display: inline-block;
}
.o_scrollWin .o_barbox .o_bar {
  margin-top: 0;
}
.o_scrollbody {
  overflow-y: hidden !important;
}
.displaynone {
  display: none !important;
}
.fixed_img {
  position: fixed;
  z-index: -1;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  max-width: -moz-calc((100% - 60px) * 5 / 12);
  max-width: calc((100% - 60px) * 5 / 12);
  height: 100%;
}
.fixed_img .fixed_img_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.fixed_img .fixed_img_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin: 20px;
  z-index: 1;
  pointer-events: none;
}
.fixed_img .fixed_img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .fixed_img {
    display: none;
  }
}
.story_title {
  position: relative;
  text-align: left;
}
.story_title:after {
  content: " ";
  width: 200px;
  height: 3px;
  background-color: #32beff;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
}
.story_title span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFA500), to(#FF0000));
  background-image: -webkit-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: -moz-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  text-align: left;
  line-height: 1;
  padding-bottom: 30px;
}
.story_title em {
  font-size: 64px;
  color: #005aab;
  opacity: 0.3;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -11px;
}
.story_title hr {
  border-top: 0;
  background: rgba(15, 35, 65, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#190f2341, endColorstr=#190f2341);
}
.marginTop {
  padding-top: 80px;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .marginTop {
    padding-top: 110px;
  }
}
@media (min-width: 701px) and (max-width: 991px) {
  .marginTop {
    padding-top: 70px;
    height: auto !important;
  }
}
@media (min-width: 576px) and (max-width: 700px) {
  .marginTop {
    padding-top: 70px;
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .marginTop {
    padding-top: 50px;
    height: auto !important;
  }
}
.ceoIntroduction {
  position: relative;
  background:linear-gradient(#FFFAFA, #fff) !important;
  background-size: 100% 100%;
}
.ceoIntroduction .height {
  position: relative;
}
.ceoIntroduction .leftNav {
  display: block;
  position: absolute;
  height: 100%;
  width: 60px;
  text-align: center;
  z-index: 6;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.ceoIntroduction .leftNav ul {
  display: inline-block;
  position: absolute;
  top: 42%;
  margin-top: -176px;
  left: 0;
}
.ceoIntroduction .leftNav ul li {
  margin-top: 30px;
  cursor: pointer;
  text-align: left;
}
.ceoIntroduction .leftNav ul li .pre {
  display: none;
  width: 13px;
}
.ceoIntroduction .leftNav ul li img {
  margin: 0 auto 10px;
  display: block;
}
.ceoIntroduction .leftNav ul li p {
  color: #999999;
  font-size: 14px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
          writing-mode: tb-rl;
  margin: 2px 0 0 20px;
  display: inline-block;
}
.ceoIntroduction .leftNav ul li:first-child {
  margin-top: 0;
}
.ceoIntroduction .leftNav ul li.cur p {
  color: #005aab;
  font-weight: bold;
}
.ceoIntroduction .leftNav ul li.cur .p {
  display: none;
}
.ceoIntroduction .leftNav ul li.cur .pre {
  display: block;
}
.ceoIntroduction .rightContent {
  width: 100%;
  height: 100%;
  padding-left: 60px;
  position: relative;
  z-index: 2;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.ceoIntroduction .rightContent .swiper-container {
  width: 100%;
  height: 100%;
}
.ceoIntroduction .rightContent .swiper-slide {
  width: 100%;
}
.ceoIntroduction .rightContent .swiper-slide .imgbox {
  height: 100%;
  vertical-align: top;
  overflow: hidden;
}
.ceoIntroduction .rightContent .swiper-slide .imgbox .hidden_pic {
  height: 100%;
  display: none;
}
.ceoIntroduction .rightContent .swiper-slide .imgbox .hidden_pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin: 20px;
  z-index: 1;
  pointer-events: none;
}
.ceoIntroduction .rightContent .swiper-slide .wordArt {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFA500), to(#FF0000));
  background-image: -webkit-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: -moz-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ceoIntroduction .rightContent .swiper-slide .textContent {
  padding: 50px 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 100%;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox {
  position: relative;
  height: 100%;
  padding-left: 14.28%;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .english {
  position: absolute;
  left: 0;
  height: 100%;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .english img {
  height: 100%;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .o_scrollWin {
  position: static;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .o_scrollWin .o_scrollbody:after {
  position: absolute;
  content: " ";
  height: 23px;
  width: 100%;
  box-shadow: 0px 0px 10px 0px #effafc;
  bottom: -4px;
  -webkit-filter: blur(5px);
  filter: blur(10px);
  background: #effafc;
  display: none\9;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .o_scrollWin .o_barbox {
  width: 12.2%;
  padding: 0 !important;
  background: none !important;
  right: 0;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .o_scrollWin .o_barbox .o_bar {
  background: #005aab;
  border-radius: 10px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .o_scrollbody > div {
  padding: 0 !important;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .tip_line {
  height: 1px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  border-top: 0;
  background: rgba(15, 35, 65, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#190f2341, endColorstr=#190f2341);
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .tip_line:after {
  height: 3px;
  background-color: #32beff;
  content: " ";
  width: 200px;
  display: block;
  position: relative;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction {
  padding-right: 14.28%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  position: relative;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox .tip {
  color: #666666;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 0;
  text-align: center;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox p {
  color: #999999;
  font-size: 14px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox p {
  line-height: 1.75;
  margin-top: 20px;
  color: #999999;
  font-size: 14px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox h3 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .name {
  padding-bottom: 30px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .tip_line {
  margin-bottom: 15px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list .listLine {
  border-bottom: dashed 1px #0f2341;
  border-top: 0;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul {
  padding-top: 5px;
  padding-bottom: 15px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li {
  position: relative;
  margin-top: 10px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li span {
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li i {
  width: 1px;
  background: #0f2341;
  opacity: 0.1;
  filter: alpha(opacity=10);
  height: 10px;
  display: inline-block;
  margin: 0px 10px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li .fian {
  position: absolute;
  padding-top: 1px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li .font {
  font-size: 14px;
  color: #999999;
  width: 100%;
  vertical-align: top;
  line-height: 25px;
  padding-left: 67px;
}
.ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list:first-child {
  background: red;
}
.ceoIntroduction .rightContent .swiper-slide .o_g {
  height: 100%;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .bgBox {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .yh {
  height: 64px;
  width: 64px;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent {
  position: relative;
  width: 100%;
  height: 100%;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .lyinhao {
  text-align: right;
  padding-right: 35px;
  vertical-align: top;
  margin-top: 90px;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .wordArt {
  text-align: center;
  display: block;
  margin-bottom: 45px;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist {
  text-align: left;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul {
  text-align: left;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li {
  text-align: left;
  padding: 0px 5px;
  margin-bottom: 10px;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li .ebox {
  padding: 0px 30px;
  display: block;
  padding-top: 21px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(15, 35, 65, 0.05);
  height: 80px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li .ebox div {
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li span {
  font-size: 12px;
  color: #cccccc;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist .social_ass_pager {
  text-align: center;
  padding-bottom: 65px;
  padding-top: 20px;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist .social_ass_pager .oPager a.cur {
  color: white;
  background: #005bab;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist .social_ass_pager .oPager span {
  color: #333;
  margin-right: 5px;
  vertical-align: top;
  font-size: 18px;
  line-height: 40px;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist .social_ass_pager .oPager a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #eee;
  background: white;
  margin-right: 5px;
  color: #333;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  vertical-align: top;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist .social_ass_pager .jumpbox {
  display: none;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ryinhao {
  display: block;
  position: absolute;
  bottom: 90px;
  text-align: center;
  right: 8.333%;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoIntroduction_right {
  display: block;
  text-align: right;
  float: right;
  right: 0;
  height: 100%;
}
.ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoIntroduction_right img {
  height: 100%;
}
.ceoIntroduction .swiper-wrapper,
.ceoIntroduction .swiper-slide {
  width: 100% !important;
}
.ceoIntroduction .mo_bg {
  background: none !important;
}
.ceoIntroduction .rightContent .swiper-wrapper {
  display: block !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ceoIntroduction .leftNav {
    width: 50px;
  }
  .ceoIntroduction .rightContent {
    padding-left: 50px;
  }
  .ceoIntroduction .rightContent .swiper-slide .wordArt {
    font-size: 36px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox .tip {
    padding-top: 15px;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li p {
    font-size: 14px;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li .ebox {
    height: 75px;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .wordArt {
    margin-bottom: 30px;
  }
  .mo_bg {
    background: none !important;
  }
  .ceoIntroduction .leftNav ul li p {
    margin: 2px 0 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .mo_bg {
    background: url("./ceobgmo.png");
    background-size: auto 100%;
  }
  .ceoIntroduction {
    background: none;
  }
  .ceoIntroduction .rightContent {
    padding: 0;
  }
  .ceo_banner {
    width: 100%;
  }
  .ceo_banner .hidden_pic {
    height: 300px;
  }
  .ceo_banner .hidden_pic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 20px;
    z-index: 1;
    pointer-events: none;
  }
  .topNav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .topNav img {
    margin-right: 10px;
  }
  .topNav .pre {
    display: none;
  }
  .topNav p {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    vertical-align: bottom;
  }
  .topNav .margin0 {
    margin: 0 !important;
  }
  .topNav li {
    cursor: pointer;
    margin: 0 15px;
  }
  .topNav li.cur .pre {
    display: inline-block;
  }
  .topNav li.cur p {
    color: #005aab;
  }
  .topNav li.cur .p {
    display: none;
  }
  .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
       -moz-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
  .swiper-container {
    padding: 0px 8.333%;
    padding-top: 45px;
    padding-bottom: 60px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: auto !important;
  }
  .ceoIntroduction .rightContent .swiper-slide {
    display: none;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox {
    padding-left: 0;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction {
    padding: 0;
    height: auto !important;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent {
    padding: 0;
  }
  .ceoIntroduction .height {
    height: auto !important;
  }
  .ceoIntroduction .rightContent .swiper-slide {
    height: auto !important;
  }
  .swiper-wrapper {
    height: auto !important;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .o_scrollWin:after {
    display: none;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 auto !important;
    width: 100%;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist .social_ass_pager {
    padding-bottom: 0;
  }
  .ceoIntroduction .rightContent .swiper-slide .wordArt {
    font-size: 36px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox .tip {
    padding-top: 15px;
  }
  .groupTools,
  .groupFooter {
    display: none;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li p {
    font-size: 14px;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li .ebox {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .wordArt {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .mo_bg {
    background: url("./ceobgmo.png");
    background-size: auto 100%;
  }
  .ceoIntroduction {
    background: none;
  }
  .ceoIntroduction .rightContent {
    padding: 0;
  }
  .ceo_banner {
    width: 100%;
  }
  .ceo_banner .hidden_pic {
    height: 200px;
  }
  .ceo_banner .hidden_pic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 10px;
    z-index: 1;
    pointer-events: none;
  }
  .topNav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .topNav img {
    margin-right: 10px;
  }
  .topNav .pre {
    display: none;
  }
  .topNav p {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    vertical-align: bottom;
  }
  .topNav .margin0 {
    margin: 0 !important;
  }
  .topNav li {
    cursor: pointer;
    margin: 0 14px;
  }
  .topNav li.cur .pre {
    display: inline-block;
  }
  .topNav li.cur p {
    color: #005aab;
    font-weight: bold;
  }
  .topNav li.cur .p {
    display: none;
  }
  .swiper-container {
    padding: 0px 8.333%;
    padding-top: 30px;
    padding-bottom: 45px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: auto !important;
  }
  .ceoIntroduction .rightContent .swiper-slide {
    display: none;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox {
    padding-left: 0;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction {
    padding: 0;
    height: auto !important;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent {
    padding: 0;
  }
  .ceoIntroduction .height {
    height: auto !important;
  }
  .ceoIntroduction .rightContent .swiper-slide {
    height: auto !important;
  }
  .swiper-wrapper {
    height: auto !important;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .o_scrollWin:after {
    display: none;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 auto !important;
    width: 100%;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist .social_ass_pager {
    padding-bottom: 0;
  }
  .ceoIntroduction .rightContent .swiper-slide .wordArt {
    font-size: 28px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox .tip {
    padding-top: 15px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .tip_line:after {
    width: 120px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox .tip {
    padding-bottom: 25px;
    font-size: 14px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .tip_line {
    margin-bottom: 25px;
  }
  .groupTools,
  .groupFooter {
    display: none;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li p {
    font-size: 14px;
  }
  .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
       -moz-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li .ebox {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .wordArt {
    margin-bottom: 25px;
  }
}
.topNav {
  background: white;
  z-index: 9;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  -moz-transition: 1s all;
  transition: 1s all;
}
@media (max-width: 329px) {
  .topNav .margin0 p {
    margin-right: 0 !important;
  }
}
.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -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%);
  margin: 0;
  width: auto;
}
.introduction_innovate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.model_innovate {
  text-align: center;
  position: relative;
}
.model_innovate .bg_box {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  display: none;
}
.model_innovate .bg_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -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%);
  margin: 0;
  width: auto;
  min-height: 100%;
  min-width: 100%;
}
.model_innovate .content_box {
  position: relative;
  z-index: 2;
}
.model_innovate .content_box h2 {
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFA500), to(#FF0000));
  background-image: -webkit-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: -moz-linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  background-image: linear-gradient(to right, #FFA500 0%, #FF0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.model_innovate .content_box p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}
.model_innovate .content_box .video_box {
  width: 100% !important;
  height: 200px;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}
.model_innovate .content_box .video_box .sd_imgbox {
  position: static!important;
}
.model_innovate .content_box .video_box img {
  min-height: 200px;
  min-width: 100%;
  z-index: 1;
}
.model_innovate .content_box .video_box .video_shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.model_innovate .content_box .video_box .video_shadow div {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 35, 65, 0.3);
}
.model_innovate .content_box .video_box .video_shadow i {
  font-size: 48px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  color: #fff;
  z-index: 4;
  position: relative;
}
.model_innovate .content_box .video_box .video_shadow:after {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.model_innovate .content_box .video_details {
  width: 100% !important;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.75;
  color: #999;
}
.model_innovate .content_box a.btn {
  width: 200px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 991px) and (min-width: 0px) {
  .model_innovate {
    border: none;
  }
  .model_innovate .content_box a.btn {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 574px) and (min-width: 0px) {
  .model_innovate {
    padding-bottom: 45px;
  }
  .model_innovate .content_box h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .model_innovate .content_box p {
    font-size: 16px;
    line-height: 28px;
  }
  .model_innovate .content_box .video_box {
    margin-top: 25px;
    height: 150px;
  }
  .model_innovate .content_box .video_details {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 20px;
  }
  .model_innovate .content_box a.btn {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox .tip {
    font-size: 20px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox p {
    line-height: 1.75;
    font-size: 16px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li span {
    font-size: 16px;
    line-height: 30px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li .font {
    font-size: 16px;
    line-height: 31px;
    padding-left: 76px;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li .ebox div {
    font-size: 20px;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li span {
    font-size: 14px;
  }
  .ceoIntroduction .leftNav ul li p {
    font-size: 16px;
  }
  .model_innovate .content_box h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .model_innovate .content_box p {
    font-size: 20px;
    margin-top: 20px;
  }
  .model_innovate .content_box .video_details {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .topNav p {
    font-size: 16px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox .tip {
    font-size: 16px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox p {
    line-height: 1.75;
    font-size: 16px;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li span {
    font-size: 16px;
    line-height: 1.75;
  }
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li .font {
    font-size: 16px;
    line-height: 1.75;
    padding-left: 76px;
  }
  .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li span {
    font-size: 14px;
  }
  .model_innovate .content_box .video_details {
    font-size: 16px;
  }
}
.ie8 .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox .tip {
  font-size: 20px;
}
.ie8 .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .textBox p {
  line-height: 1.75;
  font-size: 16px;
}
.ie8 .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li span {
  font-size: 16px;
  line-height: 30px;
}
.ie8 .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .introduction .listBox .list ul li .font {
  font-size: 16px;
  line-height: 31px;
  padding-left: 76px;
}
.ie8 .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li .ebox div {
  font-size: 20px;
}
.ie8 .ceoIntroduction .rightContent .swiper-slide.ceoTalk .talkContent .ceoTalk_content .tasklist ul li span {
  font-size: 14px;
}
.ie8 .ceoIntroduction .leftNav ul li p {
  font-size: 16px;
}
.ceoIntroduction_new .leftNav ul {
  margin-top: -50px;
}
@media (max-width: 371px) {
  .topNav li {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .ceoIntroduction .rightContent .swiper-slide .textContent .heightBox .o_scrollWin .o_scrollbody:after {
    display: none;
  }
}
