/* ==========================================================================
¹ØÓÚºèÔË¹ú¼ÊÄ£¿é
============================================================================ */
.tran {
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.tranX {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.tranY {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/**********¹ØÓÚºèÔË¹ú¼Ê-¶­ÊÂ³¤ÖÂ´Ç**********/
.speech_left {
  width: 32.5%;
}
.speech_left .img {
  width: 100%;
}
.speech_left .img img {
  width: 100%;
  height: 100%;
}
.speech_left .text {
  width: 100%;
  background: url(/upload/temp/about/l_leader.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.speech_left .text::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(209,33,40,0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.speech_left .text .text_l {
  width: 40.5%;
  float:left;
  padding-top:30px;
  text-align:right;
  color:#fff;
  position: relative;
  z-index: 9;
}
.speech_left .text .text_r {
  width: 54.5%;
  float:right;
  padding-top:13px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.speech_left .text .text_r img {
  max-width: 100%;
  max-height: 100%;
}
.speech_right {
  width: 63%;
}
.speech_title {
  border-bottom: 1px solid #e5e5e5;
}
.speech_title span {
  font-size: 46px;
  font-weight: bold;
  position: relative;
}
.speech_title span em {
  position: absolute;
  top: -6px;
  right: -25px;
}
.speech_title h3 {
  font-weight: bold;
}
.speech_content p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.con_mid h1 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
.con_bot {
  padding-top: 10px;
}
.speech_loan h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .speech_title span {
    font-size: 40px;
  }
  .speech_left .text .text_l {
    padding-top: 18px;
  }
  .speech_left .text .text_r {
    padding-top: 5px;
  }
  .speech_left .text .text_r img {
    max-width: 75%;
    max-height: 75%;
  }
}
@media only screen and (max-width: 1024px) {
  .speech_left .text .text_l {
    padding-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  .speech_left .text .text_l {
    width: 48%;
    padding-top: 9px;
  }
  .speech_left .text .text_l h1 {
    font-size: 16px;
  }
  .speech_left .text .text_r {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .speech_title span {
    font-size: 30px;
  }
  
  .speech_left {
    width: 100%;
  }
  .speech_right {
    width: 100%;
    margin-top: 20px;
  }
  .speech_title span em {
    top: -4px;
    right: -15px;
  }
  .speech_left .text .text_l {
    width: 42%;
    padding-top: 25px;
  }
  .speech_left .text .text_r {
    width: 52%;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 320px) {
  .speech_left .text .text_l {
    padding-top: 18px;
  }
}
/**********¹ØÓÚºèÔË¹ú¼Ê-¼¯ÍÅÕ½ÂÔ**********/
.vision_title {
  color: #333;
  text-align: center;
}
.group_vision {
  overflow: hidden;
}
.group_vision li {
  width: 33.33%;
  float: left;
  border-right: 1px solid #fff;
}
.group_vision li:last-child {
  border: 0;
}
.group_vision li:hover a::after {
  opacity: 1;
}
.group_vision li:hover a .text {
  bottom: 50px;
}
.group_vision li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.group_vision li a::after {
  opacity:0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.group_vision li a .img {
  width: 100%;
  height: 100%;
}
.group_vision li a .img img {
  width: 100%;
  height: 100%;
}
.group_vision li a .text {
  width: 86%;
  position: absolute;
  left: 7%;
  bottom: 25px;
  color: #fff;
  z-index: 9;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.group_vision li a .text h1 {
  font-size: 16px;
  font-weight: bold;
}
.group_vision li a .text p {
  font-size: 14px;
}
.group_innovation {
  overflow: hidden;
}
.group_innovation .vision_title {
  text-align: left;
}
.innovation {
  margin: 0 -9px;
}
.innovation li {
  width: 16.66%;
  float: left;
  padding: 0 9px;
}
.innovation li a {
  display: block;
  width: 100%;
  border: 1px solid #dfdfdf;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.innovation li a:hover {
  border-color: #2898e6;
}
.innovation li a:hover .text_main {
  top: 0;
}
.innovation .inno_con {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.innovation .inno_con h1 {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.innovation .inno_con h1 img {
  max-width: 100%;
  max-height: 100%;
}
.innovation .inno_con h2 {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
  text-align: center;
}
.innovation .text_main {
  width: 100%;
  height: 100%;
  background: #2898e6;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}
.innovation .text_main .text {
  width: 78.9%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
.innovation .text_main .text p {
  position: relative;
  padding-left: 8px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.innovation .text_main .text p::before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 9px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .innovation .text_main .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media only screen and (max-width: 992px) {
  .innovation li {
    width: 33.33%;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .group_vision li {
    width: 100%;
    margin-top: 10px;
  }
  .innovation {
    margin: 0 -5px;
  }
  .innovation li {
    width: 50%;
    padding: 0 5px 10px;
  }
  .innovation .inno_con h1 {
    height: 50px;
  }
  .innovation .inno_con h2 {
    font-size: 14px;
  }
}
/**********¹ØÓÚºèÔË¹ú¼Ê-ºèÔË¹ú¼ÊÎÄ»¯**********/
.vision_title {
  color: #333;
  text-align: center;
}
.culture_morality {
  overflow: hidden;
}
.mora_left {
  width: 50%;
  position: relative;
}
.mora_left .img,.mora_left .img img {
  width: 100%;
  height: 100%;
}
.mora_left .text {
  width: 90%;
  position: absolute;
  bottom: 45px;
  left: 50%;
  text-align: center;
}
.mora_left .text img {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  margin-bottom: 15px;
}
.mora_left .text p {
  font-size: 10px;
  color: #fff;
  line-height: 1.5;
}
.mora_right {
  width: 50%;
}
.mora_tab_btn {
  width: 100%;
}
.mora_tab_btn li {
  float: left;
  width: 33.33%;
  height: 100%;
  border: 1px solid #dfdfdf;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.mora_tab_btn li.active {
  background: #2898e6;
  border-color: #2898E6;
}
.mora_tab_btn li.active h4 {
  color: #fff;
}
.mora_tab_btn li:nth-child(2) {
  border-left: 0;
}
.mora_tab_btn li:nth-child(3) {
  border-left: 0;
}
.mora_tab_btn li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mora_tab_btn li a .icon_con {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.mora_tab_btn li h4 {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.mora_tab_btn li h3 {
  width: 100%;
  height: 60px;
}
.mora_tab_btn .icon1 h3 {
  background: url(/upload/images/l_share1.png) no-repeat center;
  background-size: auto 100%;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.mora_tab_btn .icon2 h3 {
  background: url(/upload/images/l_share2.png) no-repeat center;
  background-size: auto 100%;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.mora_tab_btn .icon3 h3 {
  background: url(/upload/images/l_share3.png) no-repeat center;
  background-size: auto 100%;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.mora_tab_btn .icon1.active h3 {
  background: url(/upload/images/l_share1_on.png) no-repeat center;
  background-size: auto 100%;
}
.mora_tab_btn .icon2.active h3 {
  background: url(/upload/images/l_share2_on.png) no-repeat center;
  background-size: auto 100%;
}
.mora_tab_btn .icon3.active h3 {
  background: url(/upload/images/l_share3_on.png) no-repeat center;
  background-size: auto 100%;
}
.mora_tab_con {
  width: 99.99%;
}
.mora_tab_con li {
  display:none;
  width: 100%;
  height: 100%;
  background: #2898E6;
  color: #fff;
  position: relative;
}
.mora_tab_con li.active {
  display: block;
}
.mora_tab_con li .text {
  width: 78%;
  position: absolute;
  left:11%;
  top: 50%;
}
.mora_tab_con li h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.mora_tab_con li p {
  font-size: 14px;
  line-height: 1.8;
}
.culture_power {
  overflow: hidden;
}
.culture_power .vision_title {
  text-align: left;
}
.culture_power .vision_title_small {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}
.culture_power .vision_title_small em {
  color: #2898E6;
}
.power_main li {
  float: left;
  width: 25%;
  min-height: 120px;
  background: #f0f0f0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.power_main li:hover {
  background: #2898e6;
  border-color: #2898e6;
}
.power_main li:hover h1,.power_main li:hover h2 {
  color: #fff;
}
.power_main li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 30px 0;
}
.power_main li a h3 {
  font-size: 24px;
  color: #666;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.power_main li a h4 {
  width: 90%;
  font-size: 14px;
  color: #333;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
@media only screen and (max-width: 1280px) {
  .power_main li a h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .mora_tab_btn li h3 {
    height: 45px;
  }
  .mora_tab_con li h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .mora_tab_con li p {
    line-height: 1.5;
  }
  .mora_tab_con li .text {
    left: 8%;
  }
  .power_main li a {
    padding: 10px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mora_left {
    width: 100%;
  }
  .mora_right {
    width: 100%;
  }
  .mora_tab_btn li h3 {
    height: 40px;
  }
  .mora_tab_btn li h4 {
    font-size: 14px;
  }
  .mora_tab_con li h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .mora_tab_con li .text {
    width: 86%;
  }
  .mora_tab_con li p {
    font-size: 12px;
  }
  .culture_power .vision_title_small {
    font-size: 14px;
  }
  .power_main li {
    width: 50%;
  }
  .power_main li a h3 {
    font-size: 20px;
  }
}
/**********¹ØÓÚºèÔË¹ú¼Ê-¼¯ÍÅ¸Å¿ö**********/
/*ºèÔË¹ú¼Ê¼ò½é*/
.op0 {
  opacity: 0;
}
.duration {
  -vendor-animation-duration: 1.5s;
}
.section1 {
  background: #f5f5f5;
}
.group_brief_wrap {
  width: 100%;
}
.group_title {
  text-align: center;
  color: #333;
}
.group_title .vision_title {
  margin-bottom: 12px;
}
.group_title h4 {
  font-size: 24px;
  line-height: 1.2;
  padding: 10px 0;
}
.group_title h5 {
  font-size: 14px;
  color: #666;
  width: 90%;
  margin: 10px auto 0;
}
.group_data {
  width: 70%;
  margin: 0 auto;
}
.group_data li {
  float: left;
  width: 25%;
  border-left: 1px solid #d2d2d2;
  margin-bottom: 20px;
  padding-left: 10px;
}
.group_data li h1 {
  font-size: 28px;
  color: #333;
}
.group_data li h2 {
  font-size: 16px;
  color: #666;
}
.group_brief .group_img {
  width: 75%;
  margin: 0 auto;
}
.group_brief .group_img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  .group_title .vision_title {
    margin-bottom: 8px;
  }
  .group_title h4 {
    font-size: 22px;
  }
  .group_title h5 {
    margin-top: 8px;
  }
  .group_data {
    padding-top: 10px;
  }
  .group_data li {
    margin-bottom: 10px;
  }
  .group_data li h1 {
    font-size: 20px;
  }
  .group_data li h2 {
    font-size: 14px;
  }
  .group_brief .group_img {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) {
  .group_title .vision_title {
    margin-bottom: 8px;
  }
  
  .group_title h4 {
    font-size: 22px;
  }
  .group_title h5 {
    margin-top: 8px;
  }
  .group_data {
    padding-top: 10px;
  }
  .group_data li {
    margin-bottom: 10px;
  }
  .group_data li h1 {
    font-size: 20px;
  }
  .group_data li h2 {
    font-size: 14px;
  }
  .group_brief .group_img {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .group_brief .group_img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .group_title h4 {
    font-size: 16px;
    line-height:24px;
  }
  .group_title h5{
    line-height:22px;
    width:98%;
  }
  .group_data {
    width:100%;
  }
  .group_data li {
    width:25%;
    min-height:60px;
  }
  .group_data li h1 {
    font-size:16px;
  }
  .group_data li h2 {
    font-size: 14px;
  }
  .group_brief .group_img {
    width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  .group_title h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .group_title h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .group_data {
    width: 100%;
    padding-top: 10px;
  }
  .group_data li {
    margin-bottom: 10px;
  }
  .group_data li h1 {
    font-size: 18px;
  }
}
/*¼¯ÍÅÔ¸¾°*/
.section2 {
  background: #fff;
}
.group_vision {
  overflow: hidden;
 
  background-size: cover;
}
.group_vision ul {
  width: 85%;
  margin: 0 auto;
}
.group_vision li {
  width: 33.33%;
  float: left;
  border:none;
}
.group_vision li:last-child {
  border:0;
}
/* .group_vision li:hover a::after {opacity: 1;} */
.group_vision li:hover a .text {
  bottom: 50px;
  background:none;
}
.group_vision li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/* .group_vision li a::after {opacity:0;content: '';display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: absolute;top: 0;left: 0;transition: all .4s ease-in;} */
.group_vision li a .img {
  width: 100%;
  height: 100%;
}
.group_vision li a .img img {
  width: 100%;
  height: 100%;
}
.group_vision li a .text {
  width: 86%;
  position: absolute;
  left: 7%;
  bottom: 25px;
  color: #fff;
  z-index: 9;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.group_vision li a .text h1 {
  font-size: 16px;
  font-weight: bold;
}
.group_vision li a .text p {
  font-size: 14px;
}
.group_vision_text {
  text-align: center;
}
.group_vision_text h1 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.group_vision_text p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
@media only screen and (max-width: 1440px) {
  .group_vision ul {
    width: 60%;
  }
  .group_vision_wrap .vision_title {
    margin-bottom: 10px;
  }
  .group_vision_text {
    margin-top: 10px;
  }
  .group_vision_text h1 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1366px) {
  .group_vision ul {
    width: 60%;
  }
  .group_vision_wrap .vision_title {
    margin-bottom: 10px;
  }
  .group_vision_text {
    margin-top: 10px;
  }
  .group_vision_text h1 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 992px) {
  .group_vision ul {
    width: 100%;
  }
  .group_vision_text {
    width: 90%;
    margin: 16px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .group_vision li {
    width:32%;
  }
  /* .group_vision li:last-child {width:100%;} */
  .group_vision_text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .group_vision li{
    margin-top: 0;
    border-bottom: 1px solid #fff;
  }
  .group_vision li a .text {
    bottom:6px;
  }
  .group_vision li:hover a .text {
    bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .group_vision_wrap .vision_title {
    margin-bottom: 10px;
  }
  .group_vision li a .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .group_vision_text h1 {
    margin-bottom: 5px;
  }
  .group_vision_text p {
    line-height: 1.3;
  }
}
/*Éú³¤Àú³Ì/Õ½ÂÔÍýÏë*/
.section3 {
  background: #f5f5f5;
  overflow:hidden;
}
.section3 .fp-tableCell{
display: table-cell;
}
.time_line_main {
  position: relative;
}
.time_line .swiper-slide {
  cursor: pointer;
}
.time_line .swiper-slide .scale {
  width: 100%;
  position: relative;
}
.time_line .swiper-slide .scale::after {
  content: '';
  display: block;
  height: 16px;
  width: 1px;
  background: #939393;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.time_line .swiper-slide .scale img {
  width: 100%;
}
.time_line .swiper-slide .years {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 5px;
}
.time_line .swiper-slide-active .scale::after {
  background: #2898e6;
}
.time_line .swiper-slide-active .years {
  font-size: 30px;
  color: #2898e6;
}
.group_deve_wrap .vision_title {
  margin: 15px 0;
}
.group_deve_wrap .prev1,.group_deve_wrap .next1 {
  width: 9px;
  height: 15px;
}
.group_deve_wrap .prev1:focus,.group_deve_wrap .next1:focus {
  outline: none;
}
.group_deve_wrap .prev1.swiper-button-disabled, .group_deve_wrap .next1.swiper-button-disabled {
  opacity: 1;
}
.group_deve_wrap .prev1 {
  background: url(/upload/images/l_prev1.png) no-repeat;
  background-size: 100% 100%;
  left: 16.5%;
}
.group_deve_wrap .next1 {
  background: url(/upload/images/l_next1.png) no-repeat;
  background-size: 100% 100%;
  right: 16.5%;
}
.group_deve_wrap .prev1:hover {
  background: url(/upload/images/l_prev1_on.png) no-repeat;
  background-size: 100% 100%;
}
.group_deve_wrap .next1:hover {
  background: url(/upload/images/l_next1_on.png) no-repeat;
  background-size: 100% 100%;
}
.course_item {
  display: none;
}
.course_item.on {
  display: block;
}
.course_main {
  margin-top: 15px;
}
.course_main .swiper-slide {
  display: block;
}
.course_main .swiper-slide:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.course_main .swiper-slide .img {
  border-right: 1px solid #fff;
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.course_main .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.course_main .swiper-slide .text {
  color: #333;
  width: 90%;
}
.course_main .swiper-slide .text h3 {
  font-size: 22px;
  margin-top: 10px;
  line-height: 30px;
}
.course_main .swiper-slide .text h4 {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_main .swiper-button-next, .course_main .swiper-button-prev {
  width: 28px;
  height: 55px;
  top:37%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.course_main .swiper-button-next:focus, .course_main .swiper-button-prev:focus {
  outline: none;
}
.course_main .swiper-button-prev {
  background: rgba(0,0,0,0.2) url(../images/l_prev2.png) no-repeat center;
  background-size: 9px 15px;
  left: 0;
}
.course_main .swiper-button-next {
  background: rgba(0,0,0,0.2) url(../images/l_next2.png) no-repeat center;
  background-size: 9px 15px;
  right: 0;
}
.course_main .swiper-button-prev:hover {
  background: #2898E6 url(../images/l_prev2.png) no-repeat center;
  background-size: 9px 15px;
  left: 0;
}
.course_main .swiper-button-next:hover {
  background: #2898E6 url(../images/l_next2.png) no-repeat center;
  background-size: 9px 15px;
  right: 0;
}
.course_event {
  margin-top: 15px;
}
.course_event li {
  float: left;
  width: 33.33%;
  min-height: 110px;
  padding:10px 30px;
  background: #fff;
  border-left: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
.course_event li a {
  display: block;
}
.course_event li a h3 {
  font-size: 22px;
  color: #999;
}
.course_event li a h4 {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (max-width: 1680px) {
  .group_deve_wrap .prev1 {
    left: 11.5%;
  }
  .group_deve_wrap .next1 {
    right: 11.5%;
  }
}
@media only screen and (max-width: 1440px) {
  .group_deve_wrap .prev1 {
    left: 5.5%;
  }
  .group_deve_wrap .next1 {
    right: 5.5%;
  }
  .group_deve_wrap {
    width:62%;
    margin: 0 auto;
  }
  .time_line_main .swiper-container,.course_main,.course_main .course_item .swiper-container {
    width: 100%;
  }
  .course_main .swiper-slide .img {
    height: 155px;
  }
  .course_event {
    width: 100%;
  }
  .time_line .swiper-slide .years {
    font-size: 14px;
    line-height: 22px;
  }
  .time_line .swiper-slide-active .years {
    font-size: 22px;
  }
  .time_line .swiper-slide .scale::after {
    bottom: 6px;
  }
  .group_deve_wrap .vision_title {
    margin-bottom:8px;
  }
}
@media only screen and (max-width: 1366px) {
  .group_deve_wrap {
    width: 60%;
    margin: 0 auto;
  }
  .time_line_main .swiper-container,.course_main,.course_main .course_item .swiper-container {
    width: 100%;
  }
  .course_main .swiper-slide .img {
    height: 155px;
  }
  .course_event {
    width: 100%;
  }
  .time_line .swiper-slide .years {
    font-size: 14px;
    line-height: 22px;
  }
  .time_line .swiper-slide-active .years {
    font-size: 22px;
  }
  .time_line .swiper-slide .scale::after {
    bottom: 6px;
  }
  .group_deve_wrap .prev1 {
    left: -2.5%;
  }
  .group_deve_wrap .next1 {
    right: -2.5%;
  }
  .course_main {
    margin-top: 6px;
  }
  .course_main .swiper-slide .text h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 5px;
  }
  .course_event {
    margin-top: 10px;
  }
  .course_event li {
    padding: 10px 15px;
    min-height: 70px;
  }
  .course_event li a h3 {
    font-size: 18px;
  }
  .course_event li a h4 {
    -webkit-line-clamp: 1;
  }
}
@media only screen and (max-width: 1280px) {
  .time_line .swiper-slide .scale::after {
    bottom: 7px;
  }
  .course_main .swiper-slide .img {
    height: 145px;
  }
}
@media only screen and (max-width: 1024px) {
  .time_line .swiper-slide .scale::after {
    bottom: 10px;
  }
  .course_main .swiper-slide .img {
    height: 115px;
  }
}
@media only screen and (max-width: 992px) {
  .group_deve_wrap {
    width: 90%;
  }
  .time_line .swiper-slide .scale::after {
    bottom: 2px;
  }
  .course_main .swiper-slide .img {
    height: 130px;
  }
  .course_event li{
    padding: 10px 15px;
  }
  .course_main .swiper-slide .text h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .course_event li a h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .time_line .swiper-slide .scale::after {
    bottom: 5px;
  }
  .time_line_main .swiper-container {
    width: 90%;
    margin: 0 auto;
  }
  .course_main {
    margin: 10px 0 0 0;
  }
  .course_main .swiper-slide .img {
    border: 0;
  }
  .course_main .swiper-slide .text {
    width: 70%;
    margin: 0 auto;
  }
  .course_event {
    margin: 10px 0 0 0;
  }
  .course_event li {
    width: 50%;
    min-height: 85px;
  }
  .course_main .swiper-slide .text h3,.course_event li a h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .course_event li a h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .course_event li {
    padding: 5px;
  }
  .time_line .swiper-slide .years {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
  }
  .time_line .swiper-slide-active .years {
    font-size: 16px;
  }
  .time_line .swiper-slide .scale::after {
    bottom: 7px;
  }
  .group_deve_wrap .prev1, .group_deve_wrap .next1 {
    margin-top: -11px;
  }
  .course_event li {
    min-height: 60px;
  }
  .course_event li a h2 {
    -webkit-line-clamp: 1;
  }
}
/*Á¢ÒìÇý¶¯Éú³¤*/
.growth_main {
  width: 90%;
  margin: 0 auto;
  background: url(/upload/temp/about/growth_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.growth_main ul {
  width: 100%;
  height: 100%;
}
.growth_main li {
  float: left;
  width: 33.33%;
  height: 50%;
  position: relative;
}
.growth_main li .text {
  width: 70%;
  position: absolute;
  top: 150px;
  left: 50%;
  color: #fff;
}
.growth_main li:nth-child(n+4) .text {
  top: 35px;
}
.growth_main li .text h1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.growth_main li .text h2 {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 1440px) {
  .growth .vision_title {
    margin-bottom: 10px;
  }
  .growth_main {
    width: 70%;
  }
  .growth_main li .text {
    top:40px;
  }
  .growth_main li:nth-child(n+4) .text {
    top: 25px;
  }
  .growth_main li .text h1 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .growth_main li .text h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1366px) {
  .growth .vision_title {
    margin-bottom: 10px;
  }
  .growth_main {
    width: 60%;
  }
  .growth_main li .text {
    top:40px;
  }
  .growth_main li:nth-child(n+4) .text {
    top: 25px;
  }
  .growth_main li .text h1 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .growth_main li .text h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1280px) {
  .growth_main {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .growth_main {
    width: 100%;
  }
  .growth_main li:nth-child(n+4) .text {
    top: 25px;
  }
  .growth_main li .text{
    width: 80%;
  }
  .growth_main li .text h2 {
    -webkit-line-clamp: 3;
  }
}
@media only screen and (max-width: 767px) {
  .growth_main {
    background: none;
  }
  .growth_main li {
    width: 50%;
    margin-top: 20px;
  }
  .growth_main li .text {
    width: 85%;
    margin: 0 auto;
    color: #666;
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .growth_main li:nth-child(n+4) .text {
    top: auto;
  }
  .growth_main li .text h1 {
    font-size:16px;
    margin-bottom: 3px;
  }
}
/*ÖÎÀíÏµÍ³*/
.section5 {
  background: url(/repository/image/n5WbkeYUSfmvgjrkxODxaw.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.manage .vision_title {
  color: #fff;
}
.manage .manage_img {
  width: 72%;
  margin: 0 auto;
}
.manage .manage_img img {
  width: 100%;
}
.manage .manage_link {
  width: 100%;
  text-align: center;
  margin-top:3%
}
.manage .manage_link a {
  height: 20px;
  line-height:20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
.manage .manage_link a.def{cursor:default}
.manage .manage_link a:last-child{
  border:none!important;
}
@media only screen and (max-width: 1440px) {
  .manage .manage_img {
    width:60%;
  }
  .manage .manage_link a {
    height: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  .manage .manage_img {
    width: 50%;
  }
  .manage .manage_link a {
    height: 14px;
    line-height: 14px;
  }
 
}
@media only screen and (max-width: 992px) {
  .manage .manage_img {
    width: 100%;
  }
  .manage .manage_link a {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    padding: 0 5px;
  }
}
/*³ÉÔ±¹«Ë¾*/
.member_company .vision_title {
  margin-bottom: 10px;
  color:#fff;
}

#c_portalResGroupNewsNew_list-15712106205051681 .group_vision img{
  display:block;
  width:auto;
  margin:0 auto;
}
.member_company .shift_head {
  width: 41%;
  margin: 0 auto 40px;
}
.member_company .shift_head li {
  width: 33.33%;
  float: left;
  padding: 2px;
}
.member_company .shift_head li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f0f0f0;
  font-size: 14px;
  color: #666;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.member_company .shift_head li:hover a {
  background: #2898E6;
  color: #fff;
}
.member_company .shift_head li.active a {
  background: #2898E6;
  color: #fff;
}
.member_company .shift_body ul {
  display: none;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.member_company .shift_body ul.active {
  display: block;
}
.member_company .shift_body ul li {
  float: left;
  width: 20%;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.member_company .shift_body ul li a {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.member_company .shift_body ul li a img {
  max-height: 100%;
  max-width: 100%;
}
.member_company .shift_body ul li a .text {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background: rgba(40,152,230,0.8);
  padding:25px 40px 0;
  text-align:center;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.member_company .shift_body ul li a .text h1 {
  font-size: 18px;
  color: #fff;
}
.member_company .shift_body ul li a .text h2 {
  width: 120px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 30px;
}
.member_company .shift_body ul li a:hover .text {
  bottom: 0;
}
@media only screen and (max-width:1440px) {
  .member_company {
    width:70%;
  }
  .member_company .shift_head {
    width: 60%;
    margin-bottom: 20px;
  }
  .member_company .shift_head li a {
    height: 35px;
    line-height: 35px;
  }
  .member_company .shift_body ul li a {
    height: 100px;
  }
  .member_company .shift_body ul li a img {
    max-height: 80%;
    max-width: 80%;
  }
  .member_company .shift_body ul li a .text {
    padding: 10px 15px 0;
  }
  .member_company .shift_body ul li a .text h1 {
    font-size: 14px;
  }
  .member_company .shift_body ul li a .text h2 {
    margin-top: 5px;
    font-size: 12px;
    width: 105px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1366px) {
  .member_company {
    width: 60%;
  }
  .section3 #c_portalResGroupNewsNew_list-15712106550588307,.section3 #c_portalResGroupNewsNew_list-15712106550588307>div{
  	display:block;
  }
  #c_portalResGroupNewsNew_list-15712106205051681 .group_vision img {
    width: 60%;
  }
  .member_company .shift_head {
    width: 60%;
    margin-bottom: 20px;
  }
  .member_company .shift_head li a {
    height: 35px;
    line-height: 35px;
  }
  .member_company .shift_body ul li a {
    height: 100px;
  }
  .member_company .shift_body ul li a img {
    max-height: 80%;
    max-width: 80%;
  }
  .member_company .shift_body ul li a .text {
    padding: 10px 15px 0;
  }
  .member_company .shift_body ul li a .text h1 {
    font-size: 14px;
  }
  .member_company .shift_body ul li a .text h2 {
    margin-top: 5px;
    font-size: 12px;
    width: 105px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .member_company .shift_body ul li a .text {
    padding: 10px 10px 0;
  }
  .member_company .shift_body ul li a .text h1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .member_company .shift_body ul li a .text h2 {
    width: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .member_company {
    width: 90%;
  }
  .member_company .shift_head {
    width: 60%;
  }
   #c_portalResGroupNewsNew_list-15712106550588307 .group_deve_wrap .vision_title {
    margin-top: 25px;
	}
}
@media only screen and (max-width: 767px) {
  #c_portalResGroupNewsNew_list-15712106205051681 .group_vision img {
    width: 90%;
  }
  .group_vision_text h1{
  	margin-bottom:15px;
  }
  .member_company .shift_head {
    width: 100%;
    margin-bottom: 10px;
  }
  .member_company .shift_body ul li {
    width: 33.33%;
  }
  .member_company .shift_body ul li a {
    height: 80px;
  }
  .member_company .shift_body ul li a .text {
    padding: 5px;
  }
  .member_company .shift_body ul li a .text h1,.member_company .shift_body ul li a .text h2 {
    font-size: 12px;
  }
  .member_company .shift_body ul li a .text h2 {
    width: 85px;
    line-height: 20px;
  }
  /*.member_company .shift_body ul li a:hover .text {bottom: -100%;}*/ 
}
@media only screen and (max-width: 320px) {
  .member_company .shift_body ul li a {
    height: 60px;
  }
}
/**********¹ØÓÚºèÔË¹ú¼Ê-Éç»áÔðÈÎ**********/
/*part1*/
.duty_part1 ul li {
  float: left;
  width: 33.33%;
  border-left: 1px solid #e5e5e5;
}
.duty_part1 ul li:last-child {
  border-right: 1px solid #E5E5E5;
}
.duty_part1 ul li .icon {
  width: 48%;
  text-align: right;
}
.duty_part1 ul li .icon img {
  max-width: 100%;
  max-height: 100%;
}
.duty_part1 ul li .text {
  width: 48%;
  text-align: left;
}
.duty_part1 ul li .text h1 {
  font-size: 16px;
  color: #666;
}
.duty_part1 ul li .text h2 {
  font-size: 30px;
  color: #333;
}
@media only screen and (max-width: 1280px) {
  .duty_part1 ul li .text h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .duty_part1 ul li .icon {
    width: 45%;
  }
  .duty_part1 ul li .text {
    width: 51%;
  }
}
@media only screen and (max-width: 767px) {
  .duty_part1 ul li .icon {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
  }
  .duty_part1 ul li .text {
    width: 100%;
    text-align: center;
  }
  .duty_part1 ul li .text h2 {
    font-size: 22px;
  }
}
/*part2*/
.duty_part2 {
  background: #f0f0f0;
  padding: 50px 0 110px;
  position: relative;
}
.part2_main .part2_left {
  border-right: 1px solid #fff;
}
.part2_main .part2_left,.part2_main .part2_right {
  width: 100%;
}
.part2_main .part2_left img,.part2_main .part2_right img,.part2_main .part2_right .part2_rl .img img {
  width: 100%;
  height: 100%;
}
.part2_main .part2_right .part2_rl,.part2_main .part2_right .part2_rr {
  width: 50%;
}
.part2_main .part2_right .part2_rl .img:nth-child(1){
  border-bottom: 1px solid #fff;
}
.part2_main .part2_right .part2_rr {
  border-left: 1px solid #fff;
}
.part2_main .swiper-pagination {
  outline: none;
  bottom:60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.part2_main .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  margin: 0 6px;
  outline: none;
}
.part2_main .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #2898E6;
}
@media only screen and (max-width: 1280px) {
  .duty_part2 {
    padding: 40px 0 95px;
  }
}
@media only screen and (max-width: 1024px) {
  .part2_main .swiper-pagination {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .duty_part2 {
    padding: 20px 0 60px;
  }
  .part2_main .swiper-pagination {
    bottom: 25px;
  }
}
/*part3*/
.part3_main .swiper-slide a {
  display: block;
  width: 100%;
}
.part3_main .swiper-slide a .img {
  width: 100%;
  height: 219px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.part3_main .swiper-slide a .img img {
  max-width: 100%;
  max-height: 100%;
}
.part3_main .swiper-slide:hover .img img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.part3_main .swiper-slide:hover .text {
  background: #2898E6;
}
.part3_main .swiper-slide:hover .text h1,.part3_main .swiper-slide:hover .text h2,.part3_main .swiper-slide:hover .text h3 {
  color: #fff;
}
.part3_main .swiper-slide:hover .text h3 em {
  background: url(/upload/images/l_arrow1_on.png) no-repeat;
  background-size: 100%;
}
.part3_main .swiper-slide .img {
  border-right: 1px solid #fff;
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.part3_main .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.part3_main .swiper-slide .text {
  padding: 20px 5px;
  height: 175px;
  position: relative;
  background: #fff;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.part3_main .swiper-slide .text h1 {
  width: 75%;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.part3_main .swiper-slide .text h2 {
  width: 90%;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.part3_main .swiper-slide .text h3 {
  height: 15px;
  line-height:15px;
  font-size: 14px;
  color: #777;
  position: absolute;
  bottom: 10px;
  left: 5px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.part3_main .swiper-slide .text h3 em {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 15px;
  background: url(/upload/images/l_arrow1.png) no-repeat center;
  background-size: 100%;
  margin-left: 8px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}
.part3_main .swiper-button-next, .part3_main .swiper-button-prev {
  width: 28px;
  height: 55px;
  top:26%;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.part3_main .swiper-button-next:focus, .part3_main .swiper-button-prev:focus {
  outline: none;
}
.part3_main .swiper-button-prev {
  background: rgba(0,0,0,0.2) url(../images/l_prev2.png) no-repeat center;
  background-size: 9px 15px;
  left: 0;
}
.part3_main .swiper-button-next {
  background: rgba(0,0,0,0.2) url(../images/l_next2.png) no-repeat center;
  background-size: 9px 15px;
  right: 0;
}
.part3_main .swiper-button-prev:hover {
  background: #2898E6 url(../images/l_prev2.png) no-repeat center;
  background-size: 9px 15px;
  left: 0;
}
.part3_main .swiper-button-next:hover {
  background: #2898E6 url(../images/l_next2.png) no-repeat center;
  background-size: 9px 15px;
  right: 0;
}
@media only screen and (max-width: 1280px) {
  .part3_main .swiper-slide a .img{
    height: 160px;
  }
}
@media only screen and (max-width: 992px){
  .part3_main .swiper-slide a .img {
    height: 125px;
  }
  .part3_main .swiper-slide .text {
    padding: 10px 5px;
    height: 120px;
  }
  .part3_main .swiper-slide .text h1 {
    width: 90%;
    -webkit-line-clamp: 1;
  }
  .part3_main .swiper-slide .text h2 {
    -webkit-line-clamp: 2;
  }
  .part3_main .swiper-slide:hover .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .part3_main .swiper-slide:hover .text {
    background: #fff;
  }
  .part3_main .swiper-slide:hover .text h1 {
    color: #333;
  }
  .part3_main .swiper-slide:hover .text h2 {
    color: #666;
  }
  .part3_main .swiper-slide:hover .text h3 {
    color: #777;
  }
  .part3_main .swiper-slide:hover .text h3 em {
    background: url(/upload/images/l_arrow1.png) no-repeat;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .part3_main .swiper-slide .text {
    width: 68%;
    margin: 0 auto;
  }
  .part3_main .swiper-slide .text h1 {
    width: 100%;
  }
  .part3_main .swiper-slide .text h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .part3_main .swiper-slide .text {
    width: 81%;
  }
}
.sec-video .fp-tableCell{
  display: block}
.sec-video .video-player{
  width: 100%;
  height: 100%;
}
.sec-video .video-player video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-video .video-play-btn{
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sec-video .video-play-btn p{
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  display: none;
}
.sec-video .video-img{
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec-video .video-player{
    display: none;
  }
  .sec-video .video-img{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .sec-video .video-img img{
    width: 100%;
  }
}
<!--ºÄÊ±1763402420.0451Ãë-->