* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clr {
  clear: both;
} @media (min-width:1001px) {
.w-50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
.w-1300 {
  width: 1300px;
  margin: auto;
}
.time_4s {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@font-face{font-family: Impact;
src: url('../font/Impact.otf') format('opentype');
src: url('../font/Impact.ttf') format('opentype');
src: url('../font/Impact.woff') format('opentype');
}


.pc {
  display: block;
}
.m {
  display: none;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei", 微软雅黑;
  min-width: 1300px;
  color: #333333;
}
header {
  width: 100%;
  min-width: 1300px;
   position: fixed !important;z-index: 99;
}
.fixed-header {
  display: block !important;
  
  top: 0;
  z-index: 999;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; background-image: linear-gradient(to right, rgba(9, 55, 101,0.9), rgba(9, 55, 101, 0.9));
  animation-iteration-count: 1;/*动画播放次数*/
}
.head-top {
  padding: 0 40px 0 50px;
   
}
.head-top p {
  font-size: 16px;
  line-height: 53px;
  font-weight: lighter;
}
.head-txt {
  float: left;
}
.head-tel {
  float: right;
  padding-left: 28px;
  background-image: url(/icon/tel-icon.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.head-box {
   
 
   
 
}
.head-logo {
  float: left;
  height: 51px;
  margin-top:28px;
}
.head-logo img {
  height:37px;
}
.head-right {
  float: right;
  position: relative;
}
.top-menu {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.top-menu > ul {
  height: 100%;
}
.top-menu > ul > span > li {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
  padding: 0 20px;
}
.top-menu > ul > span > li > a {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 34px;
  padding: 30px 2px;
  position: relative;
}
.top-menu > ul > span > li > a::after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #ffd02e;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.top-menu > ul > span > li > a:hover::after {
  width: 100%;
}
.top-menu > ul > span > li > a b {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
  background-image: url(../icon/icon-arrow-down.png);
  background-size: 100% 100%;
}
.top-menu > ul > span > li > a:hover b {
  background-image: url(../icon/icon-arrow-down-green.png);
}
.top-on {
  color: #fff !important;
}
.top-menu > ul > span > li:hover .top-on {
  color: #fff!important;
}
.top-on b {
  background-image: url(../icon/icon-arrow-down-green.png) !important;
}
.top-menu > ul > span > li > a:hover {
  color: #ffd02e;
  z-index: 99;
}
.top-menu > ul > span:hover .er-menu {
  /* display: block; */
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.top-menu ul span .er-menu {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 96px;
 
  z-index: 99;
  width:630px;
  min-height: 200px;
  padding: 25px 40px 25px 50px;
  background-color: #fff;
  border-bottom: 3px solid #00669d;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; margin-left:20px;
}
.er-menu ul {
  width: 200px;
  margin: 0 auto; float:left;
}
.er-menu ul li a {
  display: block;
  width: 100%;
  background-color: #fff;
  /* border-bottom: 1px solid rgba(0,0,0,.08); */
  color: #333;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 0px;
  text-align: left;
  padding-left: 10px;
  position: relative;
}
.er-menu ul li a:hover {
  color: #00669d;
}
.er-left {
  width: 40%;
  float: left;
}
.er-left h3 {
  color: #00669d;
  font-size: 16px;
  line-height: 20px;
}
.er-left p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
.er-image {
  width: 300px;
  float: right;
}
.er-image img {
  width: 100%;
}
.right-icon {
  width:165px;
  border-left: 1px solid #e9e9e9;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
 
  text-align: center; line-height:22px; padding-left:20px;
}
.right-icon a { font-size:16px; display:block; background-image:url(../images/tell-icon.png); padding-left:25px; background-repeat:no-repeat; background-size:22px;   
   
} 
.right-icon a:hover{ text-decoration:none;}
/* search弹出框 */
.search-box {
  display: none;
  width: 280px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  top: 94px;
  right: 30px;
  z-index: 99;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.1);
  border-top: 3px solid #00669d;
}
.search-box::before {
  content: " ";
  position: absolute;
  top: -11px;
  right: 65px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #00669d transparent;
}
.search_input {
  width: 240px;
  height: 40px;
  margin: 25px auto;
  position: relative;
}
.SearchStr {
  padding-left: 10px;
  width: 240px;
  height: 40px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  font-weight: lighter;
  outline: 0;
}
.search-icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 9px;
  background-color: transparent;
  border-left: 0;
  outline: 0;
}
.SearchStr:focus {
  border: 1px solid #00669d !important;
}
/* search弹出框 end */



/* navigation 弹窗 */
.menu-icon-tanchuang {
  width: 100%;
  min-width: 1366px;
  background-color: #fff;
  height: 100% !important;
  display: none;
  position: fixed;
  top: 0;
  z-index: 111111111112;
}
.menu-icon-tanchuang .tanchuang_logo {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  border-bottom: 2px solid #00669d;
}
.tanchuang_logo img {
  height: 50px;
} 
.search_input2 {
  width: 280px;
  height: 40px;
  margin: 25px auto;
  position: relative;
}
#SearchStr2 {
  padding-left: 50px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background-color: transparent;
  color: #999;
  border-bottom: 1px solid #686a6d;
  box-sizing: border-box;
}
.search-icon2 {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 8px;
}
.tanchuang-menu {
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
.tanchuang-menu>ul {
  display: inline-block;
}
.tanchuang-menu .menu-title2 {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 40px;
}
.tanchuang-menu .menu-title2 ul {
  margin-top: 30px;
}
.tanchuang-menu .menu-title2 ul li {
  display: block;
  height: 36px;
}
.tanchuang-menu .menu-title2 .menu-list2 {
  display: block;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  text-align: left;
}
.tanchuang-menu .menu-title2 .menu-list2::before {
  position: absolute;
  left: -20px;
  top: 9px;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #00669d;
}
.tanchuang-menu .menu-title2 .menu-list2::after {
  position: absolute;
  bottom: -15px;
  left: 0px;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background: #555555;
}
.tanchuang-menu ul li a:hover {
  color: #00669d;
}
.tanchuang-menu ul li a {
  color: #111;
}
.menu-title2 ul li a {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 30px;
}
/* navigation 弹窗 end */  


/* banner */
.banner-box {
  width: 100%;
  position: relative;
}
.banner-box ul li {
  width: 100%;
}
.banner-box ul li img {
  width: 100%;
}
/* banner end */

.bbg{ background-image:url(../images/bbg.png); background-repeat:no-repeat; background-position:center; height:170px; position:absolute;   z-index:1; width:100%; bottom:0;}


.title-style {
  text-align:center;
}
.title-style h3 {
font-size:40px;
  color: #353858;
  line-height: 36px;
  margin-bottom: 16px;
   text-align:center; font-weight:bold
}
.title-style h5 {
  font-size: 27px;
  line-height: 21px;
  color: #ededed;
  position: relative;
}
.title-style h3 span {
  font-size: 14px;
  color: #868686;
  font-weight: 400;
  display: inline-block;
  margin-left: 15px;
  margin-top: 8px;
}

.title-style  i{ width:45px; height:2px; display:block; background-color:#ffd02e; margin:auto;}

.title-style_bai h3 {
  font-size:40px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 16px;
   text-align:center; font-weight:bold
} 
.title-style_bai i{ width:45px; height:2px; display:block; background-color:#ffd02e; margin:auto;}
.index_soution{  }
.soution_kk{ background-image:url(../images/testi-bg.jpg); background-position:right; height:710px; padding-top:50px;}
.index_soution_left{  }
.index_soution_left img{ width:100%;}
.index_soution_right{   padding:50px;width:100%; margin-top:80px;   }
.index_soution_right li{     background: #fff;
  padding:0px;
  border-radius: 5px;
  position: relative; margin:30px 0; height:450px;
   }/*
.index_soution_right li::before{content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.3);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scaleY(1.1) scaleX(0.85);
  -ms-transform: scaleY(1.1) scaleX(0.85);
  transform: scaleY(1.1) scaleX(0.85);
  border-radius: 5px} 
  
.index_soution_right li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.3);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scaleY(1.05) scaleX(0.92);
  -ms-transform: scaleY(1.05) scaleX(0.92);
  transform: scaleY(1.05) scaleX(0.92);
  border-radius: 5px
}*/
  .index_soution_right li b{ display:block; height:450px;  width:100%;   overflow:hidden;}
.index_soution_right li  b img{ width:auto;display:block; height:100%; min-width:100%;   }
 
.index_soution_right li strong{ padding:0px 20px; display:block; height:50px;  background-color: rgba(255, 255, 255, 0.5); line-height:50px; font-size:20px; color:#353858; position:absolute; width:auto; margin-top:-90px; margin-left:15px; border-radius:0px 0px 20px 0px; }
 
.yycj_title{  color:#fff; text-align:center;  }
.yycj_title span{ color:#ffd02e; font-size:16px; display:block; margin:0px;}
.yycj_title h3{ font-size:34px; font-weight:bold;margin-top:10px;}
.yycj_title  p{ font-size:15px; }
.more-btn b {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #2f2f2f;
  text-transform: uppercase;
  padding-right: 30px;
  background-image: url(/icon/arrow-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
}
.product-class {
  padding: 60px 0;
}
.product-class-list {
  width: 1300px;
  margin: 0 auto;
  margin-top: 40px;
}
.product-class-item {
  float: left;
  width: 416px;
  height: 302px;
  margin-right: 26px;
  margin-bottom: 24px;
  overflow: hidden;
}
.product-class-item:nth-child(1) {
  width: 858px;
  height: 378px;
}
.product-class-item:nth-child(2) {
  height: 378px;
  margin-right: 0;
}
.product-class-item:nth-child(5) {
  margin-right: 0;
}
.product-class-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-class-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-class-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.product-class-img .mask {
  visibility: visible;
  opacity: 1;
  height: 0;
  width: 100%;
  content: "";
  background: linear-gradient(rgba(20,20,20,0) 0%, rgba(20,20,20,0.26) 70%);
  background: -webkit-linear-gradient(rgba(20,20,20,0) 0%, rgba(20,20,20,0.26) 70%);
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.product-class-title {
  position: absolute;
  bottom: -50px;
  left: 0;
  padding: 30px;
  z-index: 3;
  color: #323232;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.product-class-title span {
  display: block;
  width: 70px;
  height: 9px;
  background-image: url(/images/product-logo.png);
  background-repeat: no-repeat;
}
.product-class-title h3 {
  font-size: 26px;
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 6px;
}
.product-class-title h3:hover {
  color: #00669d;
}
.product-class-title h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 25px;
}
.product-class-item:hover .product-class-title {
  bottom: 0px;
}
.product-class-item:hover .product-class-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.product-class-item:hover .product-class-img .mask {
  height: 50%;
}
.index_case_kk {
  padding: 60px 0;
  background-color: #f5f5f5
}
.case_tit {
  background-color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 30px 0;
}
.case_tit a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #868686;
  font-size: 15px;
  padding: 0 35px;
}
.case_tit .mt-tabpage-item-cur {
  background-color: #e30505;
  color: #fff;
}
.main-case {
  width: 100%;
  background-image: url(/images/case-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding: 60px 0;
  position: relative;
}
.anli_list {
  margin: auto;
}
.anli_list_left {
  float: left;
  width: 641px; position:relative; overflow:hidden
}
.anli_list_left li img {
  display: block;
  width:100%;
  height:auto; min-height:100%;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s; position:absolute;  
}
.anli_list_left li a:hover img {
  width:100%;
  height:auto;min-height:100%;
}


.anli_list_left strong {
  position: absolute;
  display: block;
  width: 641px;
  color: #fafafa;
  margin-top:488px;
  text-align: center;
  font-size: 14px;
  z-index: 4;
  padding: 20px;
  font-weight: lighter;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.anli_list_left p {
  position: absolute;
  height: 131px;
  background-color: #e30505;
  width: 641px;
  z-index: 1;
  margin-top:488px;
  filter: alpha(opacity=95); /*IE滤镜，透明度50%*/
  -moz-opacity: 0.95; /*Firefox私有，透明度50%*/
  opacity: 0.95;/*其他，透明度50%*/
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.anli_list_left a {
  width: 641px;
  height: 488px;
  overflow: hidden;
  position: relative;
  display: block; font-size:13px;
}
.anli_list_left a:hover p {
  margin-top:438px;
}
.anli_list_left a:hover strong {
  margin-top:433px;
}
.anli_list_right {
  float: right;
  width: 635px;
}
.anli_list_right li {
  float: left;
  width: 306px; 
}
.anli_list_right li:nth-child(2n){ float:right;}
.anli_list_right li:nth-child(n+3){ margin-top:23px;}
 
.anli_list_right li img {
  display: block; width:auto;
  height:auto;
   min-width:100%; max-height:100%;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s; position:absolute; 
}
.anli_list_right li a:hover img {
 
} 
.anli_list_right strong {
  position: absolute;
  display: block;
  width: 306px;
  color: #fafafa;
  margin-top:244px;
  text-align: center;
  font-size: 14px;
  z-index: 4; 
  font-weight: lighter;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
   
}
.anli_list_right p {
  position: absolute;
  height:40px;
  background-color: #00669d;
  width: 306px;
  z-index: 1;
  margin-top: 233px;
  filter: alpha(opacity=95); /*IE滤镜，透明度50%*/
  -moz-opacity: 0.95; /*Firefox私有，透明度50%*/
  opacity: 0.95;/*其他，透明度50%*/
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.anli_list_right a {
  width: 306px;
  height: 233px;
  overflow: hidden;
  position: relative;
  display: block;
}
.anli_list_right a:hover p {
  margin-top:197px;
}
 
.anli_list_right a:hover strong {
  margin-top:205px;
   
}
.case-list {
  width: 1300px;
  margin: 40px auto 40px;
  padding: 20px !important;
}
.case-list li {
  width: 380px;
  height: 360px;
  padding: 20px;
  background-color: #ffffff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.case-list li:hover {
  box-shadow: 0 0px 16px rgba(255,255,255,.8);
  -webkit-box-shadow: 0 0px 16px rgba(255,255,255,.8);
}
.case-list li:hover .case-title strong {
  color: #00669d;
}
.case-item {
  width: 100%;
  height: 100%;
}
.case-img {
  width: 100%;
  height: 256px;
  overflow: hidden;
}
.case-img img {
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-title {
  width: 100%;
  text-align: left;
  padding-top: 10px;
}
.case-title strong {
  font-size:16px;
  color: #1d1d1d;
  font-weight: normal;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.case-title b {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #00669d;
  margin: 12px 0 16px;
}
.case-title p {
  font-size: 14px;
  line-height: 20px;
  color: #9c9c9c;
  padding-left: 20px;
  background-image: url(/icon/address.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.main-yewu {
  padding: 60px 0;
  position: relative;
 
  padding-bottom: 10px;   background-repeat:no-repeat; background-position:top; background-color:#f1f8fb;
}
.yewu-list {
  width: 150%;  
  padding: 16px !important; position:relative; overflow:hidden; margin-left:-50%; margin-top:40px; margin-bottom:30px;   
}
.yewu-list li {
   
  height:502px;
  text-align: left; 
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;      position:relative;backgroundf: linear-gradient(to bottom, #2d8ebf, #0d1635); background-image:url(../images/cpbg2.jpg); background-size:100%;
  
 
 
   z-index:1;
    
}
  .pagination3 { margin-bottom:-20px; }     .pagination3 .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #d8d8d8;
        opacity: 1;
        margin: 6px; 
        }
        .pagination3 .swiper-pagination-bullet-active{
        width: 12px;
        height: 12px;
        background-color: #239ac4;
        }
        .pagination3{
        width: 100%;
        bottom: 50px;
        }
 
.yewu-list li:hover  { box-shadow: 0 0 10px rgba(100, 100, 100, 0.1), /* 涓诲鍙戝厜 */
              0 0 10px rgba(100, 100, 100, 0.1), /* 娆″鍙戝厜 */
              0 0 20px rgba(100, 100, 100, 0.1);   
   
} 
.yewu-list li a{  }
.yewu-list li i {
  display: block;
  overflow: hidden;
  height: 301px;
  position: relative; margin-bottom:30px;  
}
.yewu-list li img {
  display: block;
  width:580px;
  position: relative;
  height:auto;
  z-index: 0; margin:auto; margin-top:40px;-webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.yewu-list li .cp_p {
  height: 107px; padding:0 50px; 
}
.yewu-list li span {
  display: block;
  height: 2px;
  width: 54px; margin:auto;
  background-color: #ffc806;
   
}
 
.yewu-list li strong {
  font-size: 24px;
  color: #fff;
   
  display: block;  text-align:center; margin:10px auto
}
.yewu-list li b {
  font-weight: lighter;
  margin: 10px;
  margin-left: 15px;
  font-size: 12px;
  color: #c2c2c2;
}
.yewu-list li p {
  font-size: 16px;
 
  padding: 15px;
  line-height: 22px;
  text-align: justify; display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; height:80px;text-align:center; color:#ced6e8; text-align:center;  
}
.yewu-list li .red_bg {
  background-color: rgba(224, 3, 32,, 0);
  width: 100%;
  height: 231px;
  z-index: 1;
  margin-top: -231px;
  position: absolute;
}
.yewu-list li .red_bg img {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.yewu-list li:hover .red_bg {
  background-color: rgba(224,3,32,0.7);
}
.yewu-list li:hover .red_bg img {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
}
.solute-prev,.solute-next{ z-index:999999999999999999;    font-size:22px; color:#4eb0e7; font-weight:bold; text-align:center; line-height:40px; position:relative;  width:40px; height:40px; border-radius:100px; border:1px #4eb0e7 solid;  }
.solute-prev{ left:50%;   margin-top:-40px;  margin-left:-25px; }
.solute-next{ left:50%; margin-left:25px;     }
.solute-prev:hover,.solute-next:hover{ background-color:#4eb0e7; color:#fff;}
.main-solute {
  width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
.solute-list {
  width: 100%;
  margin: 30px auto 40px;
  padding: 20px !important;
}
.solute-list li {
  width: 390px;
  height: 430px;
  background-color: #ffffff;
  box-shadow: 0 0px 12px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0px 12px rgba(0,0,0,.2);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.solute-list li:hover {
  box-shadow: 0 0px 18px rgba(0,0,0,.6);
  -webkit-box-shadow: 0 0px 18px rgba(0,0,0,.6);
}
.solute-item {
  width: 100%;
  height: 100%;
}
.solute-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.solute-img img {
  width: auto;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.solute-title {
  width: 100%;
  text-align: left;
  padding: 20px;
}
.solute-title strong {
  font-size: 20px;
  color: #2c2822;
  font-weight: normal;
}
.solute-title b {
  display: block;
  width: 66px;
  height: 1px;
  background-color: #010101;
  margin: 12px 0 16px;
}
.solute-title p {
  font-size: 14px;
  line-height: 20px;
  color: #2c2822;
}
.main-ad {
  width: 100%;
  background-image: url(/images/ad-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding: 80px 0;
}
.ad-title {
  text-align: center;
  color: #ffffff;
}
.ad-title h3 {
  font-size: 34px;
}
.ad-title p {
  font-size: 22px;
  font-weight: lighter;
  margin-top: 10px;
}
.ad-title b {
  width: 100px;
  height: 2px;
  display: block;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 16px;
}
.ad-list {
  width: 1300px;
  margin: 0 auto;
  margin-top: 60px;
}
.ad-list ul li {
  width: 25%;
  float: left;
  padding-left: 20px;
}
.ad-icon {
  display: inline-block;
  vertical-align: top;
}
.ad-txt {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  width: 200px;
  margin-left: 10px;
}
.ad-txt strong {
  font-size: 20px;
  font-weight: normal;
}
.ad-txt p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 6px;
}
.main-about {
  width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
}
.about-left {
  float: left;
  width: 630px;
  padding-top: 10px;
}
.about-txt {
  color: #353535;
  font-size: 15px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 26px;
}
.about-more {
  width: 200px;
  height: 60px;
  background-color: #209739;
  padding: 10px;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.about-more a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px;
  position: relative;
}
.about-more a::before {
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.about-btn b {
  color: #ffffff;
  background-image: url(/icon/arrow-right-white.png);
  display: inline-block;
}
.about-more:hover {
  background-color: #00669d;
}
.about-more:hover a::before {
  transform: scale(1.6);
}
.about-right {
  float: right;
  padding: 0px 50px 0px 0px;
  margin-left: 50px;
  margin-right: 10px;
  box-sizing: border-box;
  position: relative;
}
.about-right::after {
  position: absolute;
  content: '';
  right: 15px;
  top: 50px;
  left: 120px;
  bottom: -35px;
  z-index: -2;
  border: 5px solid #00669d;
}
.about-image {
  width: 480px;
  position: relative;
}
.about-image::before {
  position: absolute;
  content: '';
  bottom: 50px;
  right: -90px;
  width: 150px;
  height: 307px;
  background: url(/images/about-img-bg.jpg) no-repeat;
  z-index: -1;
}
.about-image img {
  width: 100%;
  display: block;
}
.video-play-btn {
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-play-btn a {
  display: block;
  width: 74px;
  height: 74px;
  background-color: #00669d;
  border-radius: 50%;
  padding-left: 32px;
  padding-top: 25px;
}
.video-play-btn a span {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 15px;
  border-color: transparent transparent transparent #ffffff;
}
.video-play-btn::before {
  content: '';
  position: absolute;
  width: 94px;
  height: 94px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: -10px;
  left: -10px;
  z-index: -1;
  animation: video-play 1s infinite;
  -moz-animation: video-play 1s infinite;
  -webkit-animation: video-play 1s infinite;
  -o-animation: video-play 1s infinite;
}
 @keyframes video-play {
 0% {
 transform: scale(0.76);
}
 100% {
 transform: scale(1);
}
}
.main-honor {
  width: 100%;
  background-image: url(/images/honor-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding: 60px 0 50px;
  position: relative;
}
.honor-list {
  width: 1300px;
  margin: 50px auto 26px;
  padding: 10px 0 !important;
}
.honor-list li {
  height: 297px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.honor-list li:hover {
  transform: translateY(-5px);
}
.honor-item {
  width: 100%;
  height: 100%;
}
.honor-img {
  width: 223px;
  margin: auto;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.honor-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  margin: auto;
}
.honor-more {
  width: 200px;
  height: 64px;
  background-color: transparent;
  padding: 10px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.honor-more a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 11px;
  position: relative;
}
.honor-more a::before {
  content: '';
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.honor-btn b {
  color: #ffffff;
  background-image: url(/icon/arrow-right-white.png);
  display: inline-block;
}
.honor-more:hover {
  background-color: #00669d;
}
.main-news {
  padding: 60px 0 50px; background-color:#fbfbfb;
}
.news-box {
  width: 1300px;
  margin: 50px auto 40px;
}
.news-left {
  width: 600px;
  float: left;
}
.news-left a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-left:hover .news-txt .news-title h3 {
  color: #00669d;
}
.news-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-img img {
  width: 100%;
}
.news-right {
  width: 640px;
  float: right;
}
.news-right ul li {
  width: 100%;
  padding-left: 120px;
  position: relative;
  margin-bottom: 50px;
}
.news-right ul li:nth-child(3) {
  margin-bottom: 0;
}
.news-right ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-right ul li a:hover .news-txt .news-title h4 {
  color: #00669d;
}
.news-num {
  width: 96px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 72px;
  line-height: 72px;
  color: #dedede;
  border-right: 3px solid #f6f6f6;
  font-family: Arial, Helvetica, sans-serif;
}
.news-txt {
  width: 100%; padding:0 20px; 
}
.news-title {
  width: 100%;
  position: relative;
  padding-right: 100px;
  margin-bottom: 10px;
}
.news-title h3 {
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  font-weight:bold;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-title h4 {
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  font-weight: normal;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-title b {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 0px;
}
.news-txt p {
  font-size: 14px;
  line-height:25px;
  color: #999; margin-top:10px;  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em; /* 3 lines of text multiplied by line-height */
  line-height: 1.5em; /* Adjust this to match your line-height */ height:180px; 

}
.news-more { margin-top:40px;
 
}
.news-more a { background-color:#efefef;width: 200px;
  height:40px; display:block; text-align:center; color:#aaa; line-height:40px; margin:auto;
}
.news-more a:hover { background-color:#00669d; color:#fff;
   
}
    
/* footer */
footer {
  width: 100%;
  text-align: center;
  background-color: #010c2a;
  padding-top: 50px;
}
.foot-box {
 
  margin: 0 auto;
}
.foot-left {
  width: 390px;
  float: left;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 30px;
  border-right: 0px solid #e5e5e5;
}
.foot-logo {
  width: 100%; margin-top:20px;
}
.foot-logo img {
  width:auto; height:40px;
}
.foot-logo p {
  color: #727070;
  padding: 25px 0 30px;
}
.foot-contact {
  width: 100%;
  text-align: left;
}
.foot-contact strong {
  font-size: 20px;
  font-weight: lighter;
  color: #efefef;
}
.foot-contact h3 {
  font-size: 22px;
 
  font-weight: lighter;
  padding-top: 8px;
  color: #fff;

}
.foot-ewm {
  width: 150px;
  float: right;
  margin: 0px auto;
  text-align: right; margin-top:20px;
}
.foot-ewm ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 120px;
  margin-left: 15px;
}
.foot-ewm img {
  width: 100%;
}
.foot-ewm p {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
.foot-menu {
  float: right;
  padding-right:10px;
  padding-bottom: 75px;
  border-right: 0px solid #e5e5e5;
  width:700px; margin-top:30px;  
}
.foot-menu-list {
  display: inline-block;
   
  vertical-align: top;
  text-align: left; margin-right:110px;
}
.foot-menu-list>a {
  display: block;
  color: #fff;
  font-size: 18px; font-weight:500;
}
.foot-menu-list>a:hover {
  color: #00669d;
}
.foot-menu-list ul {
  margin-top: 10px;
}
.foot-menu-list ul li a {
  display: block;
  color: #b1b1b1;
  font-size: 16px;
  line-height:32px;
  font-weight: lighter;
}
.foot-menu-list ul li a:hover {
  color: #00669d;
}
.copyright {
  width: 100%;
 
  text-align: center;
 
  margin-top: 30px;
  background-color: #010c2a;
  color: #9ec5ae; min-height:120px; border-top:1px #1a253f solid; 
}
.copyright p {
  color: #f4f4f4;
  font-size: 14px;
  line-height:120px;
  font-weight: lighter; margin:0px; 
}
.copyright p a {
  color: #f4f4f4;
  font-size: 14px;
  line-height: 30px;
  font-weight: lighter;
  display: inline-block;
}
.copyright p a:hover {
  text-decoration: underline;
}
.index_gsjj{    background-position:center; background-attachment:fixed; padding:80px 0; background-image:url(../images/features-bg.jpg);  }
.gsjj_video{ position:relative; z-index:0; margin-left:50px;}
.gsjj_video img{  }
.gsjj_left{ position:absolute; width:580px; height:360px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), /* 主外发光 */
              0 0 10px rgba(0, 0, 0, 0.1), /* 次外发光 */
              0 0 20px rgba(0, 0, 0, 0.1);  /* 远离中心的外发光 */ padding:30px; z-index:1; margin-top:-400px; margin-left:650px; background-color:#fff;} 

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.xuanzhuan{animation: spin 8s linear infinite; width:300px; height:300px; position:absolute; background-image:url(../images/hero-shape-4.png); background-size:100%; margin-top:-500px; margin-left:1040px;}
.gsjj_tit{   }
.gsjj_tit   i{ height:2px; width:45px; background-color:#ffd02e; display:block; margin-bottom:5px;}
.gsjj_tit strong{ color:#353858; font-size:35px; display:block; font-weight:bold}
.gsjj_tit span{ font-weight:bold}
.gsjj_info{ font-size:16px; color:#424242; line-height:28px; margin-top:10px; text-align:justify; display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;}
.gsjj_info p{ text-indent:35px;}


  .gsjj_menu{ margin-top:20px;}
 .gsjj_menu a{ display:block; height:45px; line-height:45px; width:127px; background-color:#093765; color:#fff; font-size:15px; text-align:center; float:left; margin-left:1px;-webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;}
  .gsjj_menu a:hover{ background-color:#ffd02e; color:#333;}
 .gsjj_menu .on{ background-color:#ffd02e; color:#333;}

.youshi4{ text-align:center; margin-top:30px; margin-bottom:50px;}
.youshi4 li{ display:inline-block;width:300px; text-align:center;   border-right:1px #e1dfe5 solid;  }
.youshi4 li:nth-child(3){ border:0px;}
.youshi4 li strong{ color:#00669d; font-size:69px;  font-family: Impact;}
.youshi4 li p{ display:block; color:#353858; font-size:18px;}
.youshi4 li span{color:#00669d; position:absolute; }
.index_news{ padding:40px 0;}

 
 .news_tui span{ width:233px; height:109px;background-color: rgba(9, 55, 85, 0.9); display:block; padding:15px; margin-top:420px;}
  .news_tui span strong{ font-size:40px; color:#fff;}
    .news_more { display:block; color:#fff; font-size:18px; background-image:url(../images/jt_r.png); background-repeat:no-repeat; background-position:76px; background-size:20px;}
    .news_more:hover{ color:#ccc;  }
.news_tui{ width:389px; float:left; height:568px; background-image:url(../images/news_bg.jpg); background-color:#f3f3f3;}   
.tui_time{ width:92px; height:92px; background-color:#df1111; position:absolute; margin-top:-30px; margin-left:30px; color:#fff;}
.tui_time b{ display:block; text-align:center; font-size:30px; margin-top:11px;}
.tui_time span{ display:block; text-align:center;}
.news_tui a h1{ font-size:18px; color:#333; padding-left:150px;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
word-break: break-all ; line-height:20px; padding-top:10px; padding-right:10px; }
.news_tui a:hover h1{ color:#000}
 
.news_tui a:hover i img{transform: scale(1.1);}
.news_tui a p{ color:#858585; font-size:14px; padding:10px; padding-top:20px;}
.news_index{ width:888px; float:right;}
.news_num1{ background-color:#093765; height:257px;}
.news_num1_img{ float:left;width:290px;}
.news_num1_img i{ display:block; overflow:hidden; height:257px; width:290px;}
.news_num1_info { float:left; padding:35px; width:540px; padding-right:0px;   }
.news_num1_info span{ color:#7bbbfb; font-size:18px; display:block; margin-bottom:10px;}
.news_num1_info strong a{ color:#fff; font-size:36px; display:block; margin-bottom:10px; display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}
.news_num1_info strong a:Hover{ color:#CCC}

.news_num2{ background-color:#e2272c; height:285px; margin-top:25px;}
.news_num2_img{ float:right;width:250px; background-color:#b20a0f; height:285px;}
.news_num2_img i{ display:block; overflow:hidden; height:285px; width:290px;}
.news_num2_info { float:left; padding:35px; width:540px; padding-right:0px;   }
.news_num2_info span{ color:#fff; font-size:18px; display:block; margin-bottom:10px;}
.news_num2_info strong a{ color:#fff; font-size:32px; display:block; margin-bottom:10px; display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}
.news_num2_info strong a:Hover{ color:#CCC}
.news_num2_info p{ color:#fff; font-size:16px;display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis}
.news_list_num1 {
  padding: 20px 0; border-bottom:1px #efefef solid
}
.news_list_num1 a {
  color: #333
}
.news_list_num1 a:hover .news_list_num1_text h4 {
  color: #000;  
}
.news_list_num1 .news_list_num1_img {
  width: 130px;
  float: left; height:80px; overflow:hidden; text-align:center
}
.news_list_num1 .news_list_num1_img b { font-size:35px; display:block;
}
.news_list_num1 .news_list_num1_text {
  float: right;
  width: 453px;
}

.news_list_num1 .news_list_num1_text_hy {
  float: right;
  width: 518px;
}

.news_list_num1 .news_list_num1_text h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px; font-weight:600;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
word-break: break-all ;
}
.news_list_num1 .news_list_num1_text p {
  color: #999
}

.main-team{ background-color:#f5f5f5; padding:40px 0;}
.team-list{ height:550px; margin-top:40px;}
.team-list li{   width:293px; height:490px;padding:0px; }
.team-list li img{ display:block; width:100%; height:349px;}
.team-list li a{ color:#828282; font-size:14px;}
.index_team_js{ height:136px; background-color:#fff; text-align:left; padding-top:10px }
.index_team_js strong{ display:inline-block; padding:0 20px 0 20px; height:36px; background-color:#00669d; color:#fff; text-align:center; line-height:36px; font-size:20px;  }
.index_team_js p{ padding:20px;}
.main-hezuo{ padding:40px 0;}
.team-list li a:hover .index_team_js{ background-color:#333; color:#fff;}

.partner-list{
 
  
    margin: 0 auto;
    margin-top: 30px;
    padding: 1px;
}
/* end partner*/

.partner-list li{ float:left; width:16.666%;}
.partner-list li i{ padding:5px; display:block;}
.partner-list li img{ width:100%; display:block; margin:5px; border:1px #efefef solid;}

}
 


.video {
  position:absolute;
  text-align: center;
  display: inline-block;
  z-index: 2; margin-top:-260px; margin-left:380px;
}
.video a {
  position: relative;
  color: var(--primary-color);
  font-size: 28px;
  z-index: 1;
  background-color: var(--white);
  width: 70px;
  height: 70px;
  line-height: 90px;
  border-radius: 50%;
  display: block;
  transition: .4s; background-image:url(../images/play.jpg); background-repeat:no-repeat; background-position:center
}
.video-pulse::after, .video-pulse::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  opacity: .7;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: video-animation;
  animation-name: video-animation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.video-pulse::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
:root {
--prompt:"Prompt", sans-serif;
--primary-color:#ff6b6b;
--secondary-color:#0e0e0e;
--sub-bg:#f3f3f3;
--heading-color:#0e0e0e;
--paragraph:#303030;
--span:#888;
--border:#d9d9d9;
--white:#fff;
--black:#000;
--transition:all .3s ease-in-out;
--shadow:0 4px 30px 0 #ff6b6b26
}    
                    
@keyframes zoom-in-zoom-out {
0% {
transform:scale(1, 1)
}
50% {
transform:scale(1.5, 1.5)
}
100% {
transform:scale(1, 1)
}
}
@-webkit-keyframes video-animation {
0% {
transform:scale(1)
}
50% {
transform:scale(1.5)
}
100% {
opacity:0;
transform:scale(2)
}
} 


.huoqu_kk {
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  padding: 30px;
  display: none;
}
.huoqu_kk .huoqu_info {
    
 
  position: relative;
  top: 20%;
  padding-top: 15px; width:700px; height:400px; margin:auto;
}
.huoqu_kk .huoqu_info strong {
  font-size: 20px;
  padding-left: 15px;
}
.huoqu_kk .huoqu_info p {
  color: #666;
  padding-left: 15px;
}
.huoqu_kk .huoqu_info span {
  width: 20px;
  height: 20px;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-size: 70%;
  display: block;
  position: absolute;
  right: -10px;
  background-position: center;
  top: 10px;
    background-color:#fff; z-index:999;  
}
