/* 清除浮动 */
.clearfix:before, .clearfix:after { 
	content: ""; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix{
	*zoom: 1;
}
/*css 首页头部内容 */
.header {
    width: 100%;
    min-width: 1200px;
    background-color:#404141;
}
.header-content {
    width: 1200px;
    height:111px;
    margin:auto;
}
.header-content-left {
    float: left;
}
.header-content-left img {
    margin-top: 5px;
}
.header-content-right{
    float: right;
    width: 500px;
    font-size: 16px;
    /* font-weight: bold; */
    color:white;
}
.header-content-right ul {
margin-top: 35px;
}
.header-content-right li {
        display: inline;

}
.header-content-right li a{
    color:white;
    margin:0px 10px;
}
.header-content-right li a:hover{
    color:#fd7302;
    margin:0px 10px;
}
.header-content-right input {
    float: right;
        margin-right: 15px;
        margin-top: 35px;
        width: 100px;
        height: 23px;
        background-color: #656666;
        border:1px solid white;
        color: white;
}

/*css 首页导航内容 */
.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow:0px 2px 10px rgb(100, 100, 100);
}
.nav {
    width: 100%;
    min-width:1200px;
    background-color:#e77817;
    z-index: 999;
}
.nav-content {
    margin: auto;
    width: 1200px;
    height: 42px;
}
.nav-footer {
    width: 100%;
    height: 4px;
    background-color:white;
}
.nav-content li {
    float: left;
    /* width: 105px; */
    padding: 0 30px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
}
.nav-li a{    
    color:white; 
}
.nav-li:hover{
    background:white;
    color:#fc6907; 
    }
.nav-li:hover a{
        color:#fc6907; 
        }
.nav-li-on {
    background:white;
    
}
.nav-li-on a {
    color:#fc6907; 
}
.nav-content ul {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;

  }
  .nav-content ul:before,
  .nav-content ul:after {
    content: "";
    display: table;
  }
  .nav-content ul:after {
    clear: both;
  }
  .nav-content ul > li {
    float: left;
    position: relative;
  }

  .nav-content li ul {
    z-index: 999999;
    background: #ffffff;
    box-shadow: 0 1px 2px #ddd;
    
  }
  .nav-content li ul li {
    font-size: 16px;
    height: 20px;
  }
  .nav-content li ul a {
    white-space: nowrap;
    display: block;
    padding: 7px 0px;
    line-height: 1.2em;
    color: #fff;
    border-left: 1px solid #595959;
    border: none;
    /* transition:all 0.3s ease 0s; */
  }
  .nav-content li ul a:hover {
    color: white;
}
.nav-content li ul li:hover {
  background-color: #e77817;
  width: 100%;
  text-align:left;
}

  .nav-content ul > li:hover ul li {
    height: 36px;
  }
  .nav-content li ul {
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 999;
  }
  .nav-content li ul li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
  }
/*css 首页横幅内容1 */

#banner .swiper-container {
    width: 100%;
    min-width: 1200px;
    height: 773px;
}
#banner .swiper-slide-img {
    position: relative;
    height: 100%;
    background-size: cover;
}
#banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
#banner .swiper-slide h2 {
width: 100%;
font-size: 70px;
font-weight: bold;
color: white;
margin-top: -90px;
text-shadow: 2px 2px 4px black;
}

#banner .swiper-slide h3 {
    width: 100%;
    letter-spacing:0px;
    font-size: 55px;
    text-shadow: 2px 2px 4px black;
    margin-top: 40px;
    color: white;    
    }
/*css 公司简介内容 */
.profile {
  width: 100%;
  height: 500px;
  background-image: url(../images/profile_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.profile > div {
  width: 1200px;
  margin:auto;
}
.profile-left {
  width: 600px;
  height: 500px;
  float: left;
}
.profile-left > h3 {
margin-top: 100px;
font-size: 35px;
color:black;
font-weight: bold;
}
.profile-left > p {
  margin-top: 30px;
  font-size: 14px;
  color: black;
  text-align:justify;
}
.profile-left > a {
display: block;
width: 65px;
margin-top: 30px;
font-size: 16px;
font-weight: bold;
}
.profile-right {
  width: 600px;
  height: 500px;
  float:right;
  }
.profile-right > img {
  margin-top: 100px;
  float: right;
  width: 520px;
  height: 293px;
  border:7px solid #e77817;
} 

/*css 产品介绍 */
.index-product {
  width: 100%;
  }
.index-product > div {
  margin: 0 auto;
  width: 1200px;
  height: 490px;
  background-image: url(../images/product_bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-bottom:3px solid #facda6;
}
.index-product > div > h3 {
  padding-top: 50px;
  font-size: 35px;
  color:black;
  font-weight: bold;
  }
  .index-product > div > p {
    width: 600px;
    margin-top: 30px;
    font-size: 14px;
    color: black;
    text-align:justify;
  }
  .index-product > div > a {
    display: block;
    width: 65px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    }

/*css 首页服务 */
.service {
  width: 100%;
  }
.service > div {
  width: 1200px;  
  margin: 0 auto;
  
}
.service-left {
  float: left;
  width: 700px;
  height: 350px;  
  margin: 0;
}
.service-left > h3 {
  padding-top:35px;
  font-size: 35px;
  color:black;
  font-weight: bold;
  margin: 0;
  }
  .service-img {
    float: left;
    width: 350px;
    padding-left: 80px;
  }
  .service-txt {
    float: left;
    width: 350px;
    margin-top: 70px;
  }
  .service-txt > span {
    font-size: 16px;
    color: #474747;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }
.service-txt > h1 {
  font-family:Microsoft YaHei;
  margin-top: 15px;
  font-size: 42px;
  letter-spacing: -1px;
  font-weight:bold;
  color: #fc7b24;
}
.service-right {
  float: left;
  width: 422px;
  height: 300px;
}
.index-service {
  margin-top: 35px;
  width:422px;
  height: 149px;
  font-size: 0;

}
.index-service li {
  display:inline-block;
  width: 175px;
  height: 122px;
  background-color:#404141;
  margin:16px 18px 16px 18px;
  padding-top: 10px;
  text-align: center;
  color:white;
  transition:all .3s;
  box-shadow:2px 2px 6px #9e9d9d;
}
.index-service li span {
  margin-top: 15px;
  font-size: 60px;
  line-height: 68px;
  transition:all .5s;
}
.index-service li h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  transition:all .5s;
}
.index-service li:hover {
  background-color:#f7f7f7;
  color:#404141;
  /* -webkit-transform:translateY(-10px);
  -moz-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  -o-transform:translateY(-10px);
  transform:translateY(-10px) */
}
.index-service li:hover span {
  font-size: 68px;   
}
.service > div > a {
  display: block;
  width: 65px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  }

/* 首页底部内容 */
.footer {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    min-width: 1200px;
    height: 216px;
    background-color: #404141;
}
.footer-container {
    margin: 0 auto;
    width: 960px;
    height: 180px;
    padding-top: 35px;
    
}
.footer-container-company {
    padding-left: 15px;
    float: left;
    width: 380px;
    text-align: left; 

}
.footer-container-contact {
  padding-left: 15px;
  float: left;
  width: 220px;
  text-align: left; 

}
.footer-container-wx {
  padding-left: 15px;
  float: left;
  width: 300px;
  text-align: left; 

}
.footer-container-wx {
    text-align:center; 
}
.footer h5,.footer li,.footer a ,.footer p{
    color: white;
    line-height:30px;
}
.footer hr {
    margin: auto;
    width: 100%;
    height:0px;
    border:none;
    border-top:1px solid #808080;
}
.footer h6 {
    height: 35px;
    font-size: 12px;
    font-weight: normal;
    line-height: 35px;
    color:#b4b4b4;
    
}

/* 内页头部 */
.top-concontainer-txt-div{
  /*flex 布局*/
  display: flex;
  /*实现垂直居中*/
  align-items: center;
  /*实现水平居中*/
  justify-content: center;
  
  text-align: justify;
}
.top-concontainer-txt {
  letter-spacing:0px;
  font-size: 32px;
    font-weight: bold;
    color: white;
    text-shadow:1px 1px 1px #5e5e5e;
    
}
.top-nav {
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-600px;
    width: 1200px;
    height: 60px;
    background-color: rgba(255, 255, 255,0.8);
}
.top-nav li {
    float: left;
    text-align: center;
    line-height: 60px;
}
.top-nav-bsort {
    min-width: 168px;
    height: 60px;
    padding-right: 8px;
    padding-left: 8px;
    margin-right: 15px;
    font-size: 20px;
    background-color:#e77817 ;
    color:white;
}
.top-nav-msort {
    height: 60px;
    margin: 0px 15px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.top-nav-msort a {
  font-size: 16px;
}
.top-nav-msort:hover a {
    color:#fc7b24
}
.top-nav-msort:hover sub {
    width: 100%;
}
.top-nav-msort sub {
    background-color: #eb7824;
    bottom: 2px;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 0;
    z-index: 12;
}
/* 关于我们内页 */
.about-container {
    width: 1200px;
    margin: 0 auto;
}

/* 经营项目 */
.nav3 {
    float: left;
}
.product-li {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 580px;
    height: 220px;
    margin-right: 10px;
    margin-left: 10px;
    /* border-bottom: 1px solid #949494; */
    margin-top: 16px;
    box-shadow:2px 2px 8px #c4c4c4;
    transition:all 0.5s ease 0s;
    z-index:1;
}
.product-li > a {
  font-family:SimHei;
    width: 260px;
    height: 200px;
    overflow:hidden;
    display: inline-block;
    cursor:pointer;
    position: relative;
    float: left;
    margin-top: 8px;
    margin-left: 8px;
    transition:all 0.5s ease 0s;
}
.product-li a img {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    transition:all .5s;
}
.product-li-div {
    float: left;
    width: 260px;
    margin-left: 21px;
    text-align: left;
}
.product-li div > a {
  z-index:3;
    color:#eb7824 ;
    margin-top: 3px;
    display: block;
    font-size: 16px;
    font-family:Microsoft YaHei;
    line-height: 36px;
    border-bottom: 1px solid #dadada;
    transition:all 0.5s ease 0s;
}
.product-li div p a{
  z-index:3;
    font-size: 14px;
    line-height: 26px;
    color:#797878;
    transition:all 0.5s ease 0s;
    font-family:Microsoft YaHei;
}
.product-li div p a span{
  z-index:3;
    font-family:Microsoft YaHei;
    line-height: 26px;
    font-weight:normal;
    color:#797878;
    transition:all 0.5s ease 0s;
}
.product-conent-img {
    height: 300px;
	max-width: 500px;
}
.product-li-mark{
  z-index:-1;
  position: absolute;
  left:0px;
  top:0px;
  width: 0px;
  height: 220px;
  background-color: #f5f5f5;
  transition:width 0.3s ease 0s;

}
.product-li:hover {
  box-shadow:5px 5px 8px #7a7a7a;
}
.product-li:hover  div > a{
  font-weight:bold;
  color: #fa7c22;
  border-bottom: 1px solid rgb(146, 146, 146);
}

.product-li:hover div p a, .product-li:hover div p a span{
  color: #4e4e4e;
}
.product-li:hover .product-li-mark{
    width: 580px;
  
}
/* 新闻滚动效果 */
.wRes {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
  }
  .wRes:after {
    content: "";
    clear: both;
    display: table;
  }
.item.moveItem {
    position: absolute;
  }
  .oh,
.shade {
  position: relative;
  overflow: hidden;
}
  .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: inherit;
    width: 100%;
    height: 100%;
  }
 
.scs.hbgOn img,
.scst.hbgOn img,
.scs:hover img,
.scst:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.scs img {
  -webkit-transition-duration: 330ms;
          transition-duration: 330ms;
}
.scst img {
  -webkit-transition-duration: 330ms;
          transition-duration: 330ms;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.scs:hover img {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
.shade > .box,
.shade > .ysqMoveBox,
.shade > .ysqJsBox,
.videoBg {
  z-index: 2;
  position: absolute !important;
  left: 0;
  top: 0;
  max-width: none !important;
  width: 100%;
  height: 100%;
}
.sNews-awards-switch {
    
    padding: 0.45rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-top: -0.45rem;
  }
  .sNews-awards-switch:after {
    display: none;
  }
  .sNews-awards-switch .shade {
    height: auto;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
  .sNews-awards-switch .box {
    height: auto;
    position: relative !important;
  }
  .sNews-awards-switch .item {
    display: none;
  }
  .sNews-awards-switch .item:first-child {
    display: block;
  }
  .sNews-awards-switch._loaded .shade {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 1;
    visibility: visible;
  }
  .sNews-awards-switch._loaded .item {
    display: block;
  }
  .sNews-awards-switch .shade {
    width: 40rem;
  }
  .sNews-awards-switch .shade .item {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
    z-index: 3;
  }
  .sNews-awards-switch .shade .item.on {
    position: relative !important;
  }
  .sNews-awards-switch .shade .item:after {
    content: " ";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding: 0.2rem 0;
  }
  .sNews-awards-switch .shade .item .pic {
    width: 100%;
    height: 0 !important;
    padding-bottom: 62.5%;
  }
  .sNews-awards-switch .shade .item .pic img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sNews-awards-switch .shade .item h3 {
    font-size: 20px;
    position: absolute;
    left:1rem;
    right: 2rem;
    bottom: 0.2rem;
    z-index: 6;
    color: #fff;
    height: 30px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sNews-awards-switch .paginationXb {
    position: absolute;
    right: 1rem;
    bottom: 0.2rem;
    height: 30px;
    line-height: 16px;
    padding: 7px 0;
    z-index: 6;
  }
  .sNews-awards-switch .list {
    width: 50%;
    padding-left: 0.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sNews-awards-switch .list .item {
    position: relative;
    padding-left: 95px;
    height: 95px;
  }
  .sNews-awards-switch .list .item:nth-child(1n+2) {
    margin-top: 36px;
  }
  .sNews-awards-switch .list .item .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 100%;
    text-align: center;
    background-color: #dedede;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    font-family: Arial, sans-serif, Microsoft YaHei, '微软雅黑';
  }
  .sNews-awards-switch .list .item .date .md {
    height: 60px;
    line-height: 60px;
    color: #888;
    font-size: 18px;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    font-weight: bold;
  }
  .sNews-awards-switch .list .item .date .y {
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .sNews-awards-switch .list .item .date {
    background-color: #fa7704;
  }
  .sNews-awards-switch .list .item .date .md {
    color: #fff;
  }
  .sNews-awards-switch .list .item h3 {
    position: relative;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
  }
  .sNews-awards-switch .list .item p {
    color: #999999;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    height: 48px;
  }
  .pagination.paginationXb {
    overflow: hidden;
    white-space: nowrap;
    line-height: 16px;
    }
  .pagination.paginationXb .btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0px;
    z-index: 1;
    width: 14px;
    height: 14px;
    border: 0 solid #fa7704;
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    border-radius: 7px;
    background-color: #c4c4c4;
  }

  .pagination.paginationXb .btn:nth-child(1n+2) {
    margin: 0 0 0 0.5rem;
  }
  .pagination.paginationXb .btn > em {
    display: none;
  }
  .pagination.paginationXb .btn.on {
    background-color: #fa7704;
  }
  .pagination.paginationXb._party {
    position: relative;
    margin-top: 0.3rem;
    width: 100%;
    text-align: center;
  }
  .pagination.paginationXb._party .btn {
    width: 10px;
    height: 10px;
  }
  .sNews-awards-switch .list .item.on h3 {
    font-weight: bold;
    color: #fa7704;
  }
  .sNews-awards-switch .list .item.on p {
    color: #666666;
  }
  @media screen and (max-width: 1600px) {
    .sNews-awards-switch .list .item:nth-child(1n+2) {
      margin-top: 25px;
    }
  }
  @media screen and (max-width: 1440px) {
    .sNews-awards-switch .list .item {
      height: 80px;
    }
    .sNews-awards-switch .list .item .date {
      height: 100%;
    }
    .sNews-awards-switch .list .item .date .md {
      height: 50px;
      line-height: 50px;
    }
    .sNews-awards-switch .list .item .date h3 {
      height: 26px;
      line-height: 26px;
    }
    .sNews-awards-switch .list .item p {
      line-height: 20px;
      max-height: 40px;
    }
    .sNews-awards-switch .list .item:nth-child(1n+2) {
      margin-top: 20px;
    }
  }
  .sNews-awards-switch + .sNews-awards-list:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    background-image: -webkit-linear-gradient(-90deg, #eeebea, #ffffff);
  }
  .sNews-awards-switch + .sNews-awards-list:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    background-image: -webkit-linear-gradient(-90deg, #eeebea, #ffffff);
  }
  /* 新闻列表 */
  .ysqRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .ysqRow:after {
    display: none;
  }
  .ysqRow:after {
    display: none;
  }
  .ysqRow > .item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    float: left;
    -webkit-transition: background 250ms,color 250ms,-webkit-transform 250ms;
    transition: background 250ms,color 250ms,-webkit-transform 250ms;
    transition: transform 250ms,background 250ms,color 250ms;
    transition: transform 250ms,background 250ms,color 250ms,-webkit-transform 250ms;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sNews-awards-list {
    position: relative;
    z-index: 1;
  }
  .sNews-awards-list .item {
    z-index: 2;
    position: relative;
    padding: 0.5rem 0;
    border-bottom: #f2f2f2 solid 1px;
    width: 100%;
  }
  .sNews-awards-list .item .wrapIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .sNews-awards-list .item .wrapIn:after {
    display: none;
  }
  .sNews-awards-list .item .wrapIn:after {
    display: block !important;
    content: " ";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    background-color: #eeebea;
  }
  .sNews-awards-list .item .pic {
    /* margin-left:1rem; */
    width: 256px;
    height: 160px;
    background-color: #f1f1f1;
  }
  .img,
.pic,
.vm {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 0;
}
.pa100.link {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: 8;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
  text-align: left !important;
}
  .sNews-awards-list .item .txt {
    margin-left: 1rem;
    width: calc(100% - 256px - .2rem);
  }
  .sNews-awards-list .item .txt h3 {
    color: #333333;
    font-size: 1.7rem;
    line-height: 1.75em;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sNews-awards-list .item .txt p {
    color: #9c9c9c;
    margin-top: 0.25rem;
    line-height: 1.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.5em;
    height: 3.5em;
  }
  .sNews-awards-list .item .txt .btnXb {
    margin-top: 0.5rem;
    position: relative;
    z-index: 8;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
  }
  .sNews-awards-list .item .date {
    position: relative;
    z-index: 3;
    width: 108px;
    height: 108px;
    background-color: #dedede;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    text-align: center;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-left: 0.6rem;
  }
  .sNews-awards-list .item .date:after {
    display: none;
  }
  .sNews-awards-list .item .date:after {
    content: " ";
    z-index: -1;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    border: #bbbbbb solid 1px;
    pointer-events: none;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
  }
  .sNews-awards-list .item .date .d {
    line-height: 1.5em;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }
  .sNews-awards-list .item .date .ym {
    margin-top: 0.05rem;
    margin-bottom: 0.08rem;
    font-size: 14px;
    width: 100%;
  }
  .sNews-awards-list .item:hover .wrapIn:after {
    top: 0;
    height: 100%;
    -webkit-transition: top 0ms ease-out 0s, height 220ms ease-out 0s;
    transition: top 0ms ease-out 0s, height 220ms ease-out 0s;
  }
  .sNews-awards-list .item:hover .txt h3 {
    color: #fa7704;
  }
  .sNews-awards-list .item:hover .txt .btnXb {
    background-color: #fff;
  }
  .sNews-awards-list .item:hover .date {
    background-color: #fa7704;
    color: #fff;
  }
  .sNews-awards-list .item:hover .date:after {
    border-color: #fff;
  }
.btn.btnXb {
    padding: 0px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    -webkit-transition: all 250ms ease-out 50ms;
    transition: all 250ms ease-out 50ms;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #eeebea;
    
  }
  .ysqUEO .aBtnlr:before {
    content: " ";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #fa7704;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
  }
  @media screen and (min-width: 1025px) {
    .ysqUEO .aBtnlr:hover:before {
      width: 100%;
      left: 0;
      -webkit-transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
      transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
    }
  }
  .btn.btnXb:before {
    background-color: #fa7704;
  }
  .btn.btnXb:hover {
    color: #fff;
  }
  .btn.btnXb:hover:before {
    opacity: 1;
  }
  .ysqUEO .aBtnlr {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
  }

 /* 企业商务 */
 .group-item {
   border: 1px solid #dadada;
   width: 100%;
   padding: 4px;
   transition:all 0.5s ease 0s;
 }
 .group-item > div {
   color: white;
   width: 100%;
   height: 150px;
   background-color: #02889c;
 }
 .group-item-iconfont {
   float: left;
   width: 32%;
   text-align: center;
   height: 150px;
 }
 .group-item-right {
  float: left;
  width: 68%;
  height: 150px;
  text-align: center;
 }
 .group-item-right h4 {
   margin-top: 25px;
   font-size: 30px;
 }
 .group-item-right .grouplink-h4 {
  margin-top: 55px;
 }
 .group-item-right h5 {
  font-size: 24px;
}
.group-item-right h6 {
  font-size: 14px;
}
.group-item-right hr {
  
  color: white;
  margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 90%;
    height:0px;
    border:none;
    border-top:1px solid white;
}
.group-item-figcaption .btn.on {
  background-color: #007182;
}
.group-item-figcaption .aBtnlr:before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #007182;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .group-item-figcaption .aBtnlr:hover:before {
    width: 100%;
    left: 0;
    -webkit-transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
    transition: left 0ms ease-out 0s, width 400ms ease-out 0s;
  }
}
.group-item-figcaption .aBtnlr {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.group-item-figcaption > span {
  color: black;
  display:inline-block;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 30px;
  
}
.group-item:hover {
  box-shadow:0px 2px 10px rgb(100, 100, 100);
}
.group-item:hover  div {
  background-color: #007182;
}
.group-item-iconfont > span {
  font-size:60px;
  transition:all 0.5s ease 0s;
}

.group-item:hover .group-item-iconfont > span {
  font-size:65px;
}

.group-div > div {
  display:inline-block;
  width: 100%;
  padding: 3px; 
  transition:all 0.5s ease 0s;
  border: 1px solid #dadada; 
}
.group-div > div > a {
  display:inline-block;
  width: 100%;  
  background-color: #02889c;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: white;
}

.group-div:hover > div{
  box-shadow:1px 2px 5px rgb(100, 100, 100);
  -webkit-transform:translateY(-3px);
    -moz-transform:translateY(-3px);
    -ms-transform:translateY(-3px);
    -o-transform:translateY(-3px);
    transform:translateY(-3px)
}
/* 资质证书 */
.case-img {
  box-shadow:2px 2px 8px #c4c4c4
}
.case:hover .case-img{
  box-shadow:2px 2px 12px #777676
}
.case:hover  a{
  color:#fc6907; 
}
/* 战略联盟 */
.link-container {
  width: 1200px;
  margin: 0 auto;
}
.link-container > h3 {
  font-size: 20px;
  font-weight: bold;
}
.link-div > div {
  display:inline-block;
  width: 100%;
  padding: 3px; 
  transition:all 0.5s ease 0s;
  border: 1px solid #dadada; 
}
.link-div > div > a {
  display:inline-block;
  width: 100%;
  background-color: #02889c;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: white;
}
.link-hr {
  margin-top: 50PX;
  margin-bottom: 50px;
  height:10px;
  border:none;
  border-top:3px solid #f0f0f0;
}
.link-div:hover > div{
  box-shadow:1px 2px 5px rgb(100, 100, 100);
  -webkit-transform:translateY(-3px);
    -moz-transform:translateY(-3px);
    -ms-transform:translateY(-3px);
    -o-transform:translateY(-3px);
    transform:translateY(-3px)
}
/* 见证你我 */
.player-container {
  background: #1a1a1a;
  overflow: auto;
  width: 1086px;
  margin: auto auto 20px;
}

.video-js {
  float: left;
}

.vjs-playlist,
.my-custom-class,
#my-custom-element {
  float: left;
  width: 230px;
  height: 480px;
}

.vjs-playlist.vjs-playlist-horizontal {
  float: none;
  height: 100px;
  width: 720px;
}
