﻿.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*变化*/
/*上下*/
.h {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#efefef));
  background: -webkit-linear-gradient(top, #fcfcfc, #efefef);
  background: -moz-linear-gradient(top, #fcfcfc, #efefef);
  background: -o-linear-gradient(top, #fcfcfc, #efefef);
  background: -ms-linear-gradient(top, #fcfcfc, #efefef);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#fcfcfc, endColorstr=#efefef);
}
.nfHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.nfHead .nfHead-logo {
  padding-top: 27px;
}
.nfHead .nfHead-nav {
  display: inline-block;
  padding-left: 25px;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  padding: 0 13px;
  position: relative;
}
.nfHead .nfHead-nav li:nth-child(3) .a-nav {width:120%;}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  position: relative;
}
.nfHead .nfHead-nav li:hover span{
  color: #343c5e;
  /*border-bottom: 2px solid #ef0000;*/
}
.nfHead .nfHead-nav li.active span {
  color: #343c5e;
  font-weight:bold;
  /*border-bottom: 2px solid #ef0000;*/
}
.nfHead .nfHead-nav li span {
  line-height: 120px;
  font-size: 18px;
  color: #666666;
  display: inline-block;
}
.nfHead .nfHead-nav li .a-nav {
  position: absolute;
  top: 80%;
  left: 50%;transform: translate(-50%,0);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
  min-width: 100%;
  z-index: 10;
  font-size: 14px;
  background: #7077a1;
  border-radius: 8px;
  /* color: #fff;*/
  line-height: 40px;

  display: none;
  /*   &:before{
          content: '';

          display: inline-block;
          position: absolute;
          left: 50%;
          z-index: 10;
          bottom: 100%;
          transform: translate(-50%,0);
          border-width:0 10px 10px;
          border-style:solid;
          border-color:transparent transparent #2b7320;
        }*/
}
.nfHead .nfHead-nav li .a-nav:after{
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px ;
  border-width:0 10px 10px;
  border-style:solid;
  border-color:transparent transparent #7077a1;
}
.nfHead .nfHead-nav li .a-nav a {
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /*opacity: 0;*/
  color: #fff;
}
.nfHead .nfHead-nav li .a-nav a:hover {
 /* color: #ef0000;*/
  border-left: 3px solid #ffcc00;
  background: #7f85ab;
}
.nfHead .nfHead-tool {
  position: relative;
  padding-top: 38px;
}
.nfHead .nfHead-tool input {
  display: inline-block;
}
.nfHead .nfHead-tool .icon_sou {
  display: inline-block;
}
.nfHead .nfHead-tool .icon_sou:hover .sousuo_show {
  z-index: 100;
  top: 100%;
  opacity: 1;
  background: #8c8989;
}
.nfHead .nfHead-tool .icon-sousuo {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 44px;
  /*  background: url("../images/search.png");
      background-repeat: no-repeat;
      background-size: 100%;*/
  color: #fff;
  text-align: center;
  background: #a6bdda;
  border-radius: 50%;
  /*margin-right: 12px;*/
}
.nfHead .nfHead-tool .icon-weixin {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 25px;
  background: #0b9438;
  color: #fff;
}
.nfHead .nfHead-tool .sousuo_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 220px;
  line-height: 40px;
  background-color: #999999;
  padding: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tool .sousuo_show input {
  width: 160px;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
.nfHead .nfHead-tool .sousuo_show .icon-sousuo {
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0;
}
body {
  padding-top: 120px;
  position: relative;
}
.swiper-father {
  position: relative;
  overflow: hidden;
}
.in_product {
  background: url("../images/bg_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
.in_product .pro-top {
  background: #fff;
  text-align: center;
  padding: 25px 0;
  display: flex;
  position: relative;
  z-index: 10;
  margin-top: -35px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.in_product .pro-top li {
  flex: 1;
  border-right: 1px solid #dcdcdc;
  font-size: 16px;
  line-height: 24px;
}
.in_product .pro-top li .y {
  display: inline-block;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 16px;
  padding-bottom: 5px;
}
.in_product .pro-top li .y span {
  vertical-align: bottom;
  font-size: 48px;
  line-height: 40px;
  color: #ff6600;
  font-weight: bold;
}
.in_product .pro-list {
  padding-top: 180px;
  padding-bottom: 20px;
}
.in_product .pro-list .pro-list_c {
  padding-left: 40px;
  color: #282828;
  font-size: 16px;
  line-height: 30px;
}
.in_product .pro-list .pro-list_c a {
  display: inline-block;
  margin: 0 20px;
}
.in_product .pro-list .pro-list_c a.active {
  border-bottom: 2px solid #f57300;
}
.in_product .pro_swi {
  position: relative;
  padding: 0 130px;
}
.in_product .pro-swiper-container {
  position: relative;
  overflow: hidden;
}
.in_product .pro-swiper-container .text {
  padding-top: 100px;
  width: 51%;
}
.in_product .pro-swiper-container .text .h1 {
  color: #333333;
  font-size: 25px;
}
.in_product .pro-swiper-container .text .te {
  margin: 20px 0;
  font-size: 14px;
  line-height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.in_product .pro-swiper-container .text .h2 {
  font-size: 18px;
  line-height: 30px;
}
.in_product .pro-swiper-container .text .o_img {
  padding: 15px 0;
}
.in_product .pro-swiper-container .text .o_img li {
  margin-bottom: 15px;
  width: 32%;
  margin-right: 2%;
  float: left;
  text-align: center;
  background: #fff;
  border: 1px solid #c1c7d0;
}
.in_product .pro-swiper-container .text .more {
  display: inline-block;
  background: #93acca;
  color: #fff;
  font-size: 14px;
  padding: 0 10px ;
  border-radius: 4px;
  line-height: 30px;
}
.in_product .pro-swiper-container .img {
  width: 49%;
  /*background-image: url("../images/top_img5.png");*/
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0 0 41px 71px;
}
.con-til {
  line-height: 30px;
}
.con-til .til_t .t {
  font-size: 24px;
  font-weight: bold;
}
.con-til .til_t .en {
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 10px;
}
.con-til .more {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 25px;
  color: #fff;
  background: #353c5f;
}
/*页面内容调换*/
.com_list_con .con:nth-child(n+2) {
  display: none;
}
.in_case {
  background: #dbe2ee;
  padding-top: 50px;
  padding-bottom: 40px;
}
.in_case .in_case_ul {
  margin-top: 40px;
  height: 270px;
  overflow: hidden;
}
.in_case .in_case_ul li {
  width: 19.6%;
  float: left;
  position: relative;
  height: 100%;
  margin-right: 0.5%;
  /*&:nth-child(1){
        width: 40%;
        .li_text{background: none;
          .t{opacity: 1;}
        }
      }*/
}
.in_case .in_case_ul li:last-child {
  margin-right: 0;
}
.in_case .in_case_ul li.active .li_text {
  background: none;
}
.in_case .in_case_ul li.active .li_text .t {
  opacity: 1;
}
.in_case .in_case_ul li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.in_case .in_case_ul li .li_text {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(53, 60, 95, 0.5);
  width: 100%;
  height: 100%;
  color: #fff;
}
.in_case .in_case_ul li .li_text .t {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(53, 60, 95, 0.49);
  line-height: 50px;
  font-size: 22px;
  padding-left: 20px;
  opacity: 0;
}
.in_news {
  padding: 30px 135px;
}
.in_news .con-til .t {
  font-weight: normal;
}
.in_news .in_news_l {
  width: 50%;
  padding-right: 50px;
}
.in_news .in_news_l .top_new {
  padding: 20px 0;
}
.in_news .in_news_l .top_new .img {
  width: 30%;
}
.in_news .in_news_l .top_new .text {
  width: 70%;
  padding-left: 25px;
}
.in_news .in_news_l .top_new .text dl dt {
  float: left;
  font-size: 18px;
  color: #282828;
  width: calc(100% - 77px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_news .in_news_l .top_new .text dl dd {
  float: right;
  font-size: 14px;
  color: #666666;
}
.in_news .in_news_l .top_new .text .te {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.in_news .in_news_l .news_ul {
  padding-top: 15px;
  border-top: 1px solid #ececec;
}
.in_news .in_news_l .news_ul li {
  line-height: 36px;
}
.in_news .in_news_l .news_ul li .li_te {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  color: #666666;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.in_news .in_news_l .news_ul li .li_te:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  /*透明 透明 透明 灰*/
}
.in_news .in_news_l .news_ul li .time {
  color: #666666;
  font-size: 14px;
}
.in_news .in_files_l {
  width: 50%;
  padding-left: 55px;
  border-left: 1px solid #e5e5e5;
}
.in_news .in_files_l .files_ul {
  padding-top: 35px;
}
.in_news .in_files_l .files_ul li {
  line-height: 36px;
}
.in_news .in_files_l .files_ul li .li_te {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
}
.in_news .in_files_l .files_ul li .li_te:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
transform: translate(0%, -50%);
  -ms-transform: translate0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 50%;
}
.in_news .in_files_l .files_ul li .time {
  color: #666666;
  font-size: 14px;
}
.in_ke {
  background: #e7ebf2;
  text-align: center;
}
.in_ke .bg2 {
  padding: 20px 0;
  padding-bottom: 100px;
  background-size: auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.in_ke .in_ke_h1 {
  font-size: 24px;
  padding: 20px 0;
}
.in_ke .t-te {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.in_ke .more {
  display: inline-block;
  font-size: 14px;
  color: #595959;
  padding-bottom: 15px;
  margin-top: 20px;
  border-bottom: 3px solid #f97900;
}
.in_ke .in_ke_ul {
  width: 51%;
  margin-top: 30px;
}
.in_ke .in_ke_ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
  background: #fff;
  text-align: center;
  line-height: 72px;
  margin-bottom: 15px;
}
.in_ke .in_ke_ul li:nth-child(3n) {
  margin-right: 0;
}
.footBox {
  background: #353c5f;
  color: #fff;
  padding: 30px 0;
}
.footBox .foot_w {
  width: 50%;
  border-right: 1px solid #554d7b;
}
.footBox .foot_w:nth-child(2) {
  border: none;
}
.footBox .foot_w .foot_ul {
  display: flex;
  padding-bottom: 52px;
}
.footBox .foot_w .foot_ul li {
  flex: 1;
  text-align: left;
}
.footBox .foot_w .foot_ul li .foot-h1 {
  font-size: 16px;line-height:26px;margin:0;
}
.footBox .foot_w .foot_ul li .li_a {
  font-size: 15px;
  line-height: 36px;        font-family: 微软雅黑;
}
.footBox .foot_w .foot_ul li .li_a a {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.62);
}
.footBox .foot_w .te {
  font-size: 14px;
}
.footBox .foot_w .link {
  padding-left: 50px;
}
.footBox .foot_w .link .t {
  font-size: 16px;    font-weight: bold;
}
.footBox .foot_w .link .t .en {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 15px;
}
.footBox .foot_w .link .link_a {
    font-size: 15px; font-family: 微软雅黑;
  padding: 0 0 ;
  padding-bottom: 22px;text-align: justify;
  line-height: 36px;
  border-bottom: 1px solid #554d7b;
}
.footBox .foot_w .link .link_a a {
  padding-right: 25px;    display: inline-block;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.62);
}
.footBox .foot_w .contact {
  padding-left: 50px;
  padding-top: 37px;
}
.footBox .foot_w .contact .code {
  font-size: 12px;
  line-height: 36px;
  text-align: center;
}
.footBox .foot_w .contact .tact {
  padding-left: 50px;
  font-weight: normal;
}
.footBox .foot_w .contact .tact .t {
  font-size: 16px;font-weight: bold;
}
.footBox .foot_w .contact .tact .t .en {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 15px;
}
.footBox .foot_w .contact .tact .tact_p {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 30px;
}
.flex_r {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 55px;
  line-height: 48px;
  z-index: 100;
}
.flex_r .iconfont {
  font-size: 30px;
}
.flex_r li {
  border-radius: 5px;
  width: 100%;
  /*padding: 7px 0 5px 0;*/
  display: inline-block;
  /*border-bottom: 1px solid #fff;*/
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
  background: #B5B5B4;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /*
    &:nth-child(4){  background: #666666;  }*/
}
.flex_r li:nth-child(1) {
  background: #6abde9;
}
.flex_r li:nth-child(2) {
  background: #6abde9;
}
.flex_r li:nth-child(3) {
  background: #207fb5;
}
.flex_r li:hover {
  background: #216ccf;
}
.flex_r li .show_fen {
  width: 160px;
  line-height: 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  opacity: 0;
  color: #333;
  z-index: 99;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 10px;
  text-align: left;
  /*  transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
  */
  /*border: 1px solid #d0d4d0;*/
}
.flex_r li .show_fen span {
  padding: 0 10px;
}
.flex_r li .icon-xiala1 {
  display: inline-block;
  font-size: 40px;
  line-height: 30px;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.flex_r li .icon-dianhua1 {
  font-size: 25px;
}
.flex_r li .icon-dingbu {
  margin-top: 10px;
}
.flex_r li .bshare-custom.icon-medium a {
  margin-bottom: 5px;
}
.com_topimg {
  width: 100%;
}
.com_topimg img {
  width: 100%;
}
/*内页题目*/
.com_til_t {
  height: 56px;
  background: #f1f1f1;
  color: #fff;
  position: relative;
}
.com_til_t .com_til_t_w {
  position: relative;
  height: 100%;
  padding-left: 280px;
}
.com_til_t .l_til {
  background: #363c60;
  text-align: center;
  width: 280px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 0;
}
.com_til_t .l_til .h1 {
  font-size: 30px; line-height: 30px;
}
.com_til_t .l_til .en {
    line-height: 15px;
  font-size: 16px;
  padding-top: 15px;
  text-transform: uppercase;
}
.com_til_t .com_til_t_a {
  color: #282828;
}
.com_til_t .com_til_t_a a {
  display: inline-block;
  margin-left: 50px;
  font-size: 16px;
  line-height: 54px;
}
.com_til_t .com_til_t_a a.active,
.com_til_t .com_til_t_a a:hover {
  border-bottom: 4px solid #ef0000;
}
/* 翻页*/
.paging {
  text-align: center;
  margin: 30px 0;
}
.paging a {
  display: inline-table;
  margin: 0 7px;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  background: #eeeeee;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.paging .nowpage {
  color: #fff;
  background: #f63e1c;
}
.paging span {
  display: inline-table;
  margin: 0 7px;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
}
.paging a:hover {
  color: #fff;
  background: #f63e1c;
}
.main .main_w {
  text-align: right;
  color: #666666;
  line-height: 30px;
  font-size: 14px;
}
.main .main_w .icon-dizhi {
  color: #902723;
  font-size: 20px;
}
.main .main_w .on {
  color: #363c60;
}
.main .main_w .active {
  color: #ffffff;
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  background: -moz-linear-gradient(top, #c5ccea 0%, #7781b1 50% , #c5ccea 100%);
  background: -webkit-linear-gradient(top, #c5ccea 0%, #7781b1 50% , #c5ccea 100%);
  background: -o-linear-gradient(top, #c5ccea 0%, #7781b1 50% , #c5ccea 100%);
  background: -ms-linear-gradient(top, #c5ccea 0%, #7781b1 50% , #c5ccea 100%);
  background: linear-gradient(to bottom, #c5ccea 0%, #7781b1 50% , #c5ccea 100%);

}
/*下载*/
.download {
  padding: 20px 0 40px 0;
}
.download .down-t {
  font-size: 16px;
  line-height: 60px;
  padding-left: 10px;
}
.download .list-li {
  height: 360px;
  border: 1px solid #d6d6d6;
  padding: 20px;
  background: #f1f1f1;
}
.download .list-li li {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}
.download .list-li li.active {
  color: #ff5a5a;
}
.download .download_li1 {
  width: 25%;
  margin-right: 1%;
}
.download .download_li2 {
  width: 23%;
  margin-right: 1%;
}
.download .download_li3 {
  width: 50%;
}
.download .download_li3 .download_li3-text {
  height: 360px;
  border: solid 1px #d6d6d6;
  padding: 20px;
}
.download .download_li3 .download_li3-text .img {
  vertical-align: middle;
  display: inline-block;
}
.download .download_li3 .download_li3-text dl {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding-left: 20px;
}
.download .download_li3 .download_li3-text dl dt {
  color: #008dd6;
}
.product .a_h3 {
  color: #363c60;
  font-size: 26px;
  font-weight: bold;
  padding: 30px 0;
  padding-top:15px;
  position: relative;
  padding-left: 20px;
  line-height: 30px;
}
.product .a_h3:after{
  content: '';
  background: #cc0000;
  position: absolute;
  left: 0;
  width: 9px;
  top: 15px;
  height: 30px;
border-radius: 9px;
}
.product .a_h3 span{display: inline-block;}
.product .a_h3 .en{
  font-size: 15px;
  line-height: 36px;
  color: #b9bbcc;
  padding-left: 10px;text-transform : uppercase
}



.product .ad_ul {
  padding-bottom: 120px;
}
.product .ad_ul li {
  width: 30%;
  margin-right: 3.3%;
 
  margin-bottom:40px;
  padding:3px;
  position: relative;
}
.product .ad_ul li:nth-child(3n) {
  margin-right: 0;
}
.product .ad_ul li:before{
  content:'';
  position:absolute;
  left: 0;
  top:0;
  z-index:10;
  width:100%;
  height: 100%;
   border: 1px solid #cccccc;
   transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
}
.product .ad_ul li:hover:before {
    border: 3px solid #363c60;
     -webkit-box-shadow: 0 0 7px rgba(40, 40, 40, 0.17);
  box-shadow: 0 0 7px rgba(40, 40, 40, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(40, 40, 40, 0.17), direction=0, strength=7px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 7px rgba(40, 40, 40, 0.17);
  /*兼容firefox*/
}
.product .ad_ul li:hover {
  /*-webkit-box-shadow: 0 0 7px rgba(40, 40, 40, 0.17);
  box-shadow: 0 0 7px rgba(40, 40, 40, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(40, 40, 40, 0.17), direction=0, strength=7px);*/
  /*兼容ie*/
  /*-moz-box-shadow: 0 0 7px rgba(40, 40, 40, 0.17);*/
  /*兼容firefox*/
}
.product .ad_ul li .img {
  display: inline-block;
  width: 135px;
  text-align: center;
  line-height: 140px;
  height: 140px;
  position: relative;
}
.product .ad_ul li .img:before{
  content:'';
  position:absolute;
  right: 0;
  top:10%;
  z-index:10;
  width:1px;
  height: 80%;
  border-right: 1px solid #cccccc;
}
.product .ad_ul li .img img {
  max-height: 130px;
  /* vertical-align: top; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.product .ad_ul li .text {
  /* border-left: 1px solid #cccccc; */
  padding-left: 20px;
  position: relative;
  z-index: 20;
}
.product .ad_ul li .text .t {
  font-size: 18px;
  padding: 10px 0;
  line-height: 30px;
}
.product .ad_ul li .text .a {
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  display: inline-block;
}
.product .ad_ul li .text .a a {
  padding-bottom: 5px;
}
.product .ad_ul li .text .a a:nth-child(1) {
  margin-right: 5px;
}
.product .ad_ul li .text .a a:hover span{
  color: #ef0000;
  font-weight: bold;
  border-bottom: 3px solid #ef0000;
}
.product .ad_a {
  margin-bottom: 50px;
  padding-right: 60px ;
}
.product .ad_a a {
  display: inline-block;
  background: #f1f1f1;
  font-size: 14px;
  text-align: center;
  padding:0 22px;

  margin-right: 10px;
 /* transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;*/
  min-width: 200px;
  width: 266px;
  line-height: 51px;
  height: 61px;
  color: #666666;
  border-radius: 0!important;
  background: url(../images/a_bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 57px;
  background-position: top center ;
}
.product .ad_a a{margin-bottom: 10px;}
.product .ad_a a.active,
.product .ad_a a:hover {
  color: #fff;
  background: url(../images/a_bg2.png);
  background-size: 100% 65px;
  background-repeat: no-repeat;
  background-position: top center ;
}
.product .product_ul li {
  width: 19%;
  float: left;
  border: solid #eeeeee 1px;
  margin-right: 1.25%;
  text-align: center;
  margin-bottom: 40px;
}
.product .product_ul li:nth-child(5n) {
  margin-right: 0;
}
.product .product_ul li:hover img {
  transform: scale(1.05);
}
.product .product_ul li:hover .text {
  background: #363c60;
  color: #fff;
}
.product .product_ul li .img {
  overflow: hidden;
  height: 300px;
  line-height: 300px;
  position: relative;
}
.product .product_ul li .img img 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product .product_ul li .text {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
  line-height: 20px;
  font-size: 14px;
  position: relative;
}
.product .product_ul li .text p{
  position: absolute;
  top:50%;
  left: 0px;
  padding: 0 15px;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  transform: translate(0,-50%);
}
.product .clearfix{    position: relative;margin-bottom:20px;}
.product .product_swi {
  width: 50%;
  padding: 10px 0 0px 0;margin-bottom: 0;
}

.product .product_swi .view {
  position: relative;
  overflow: hidden;
  width: calc(100% - 130px);
  border: solid 1px #e9e9e9;
  text-align: center;
}
.product .product_swi .view .swiper-wrapper
{
        display: flex;
    align-items: center;
    }
.product .product_swi .view a {
  /* display: inline-block !important;
          width: 100%!important;
          text-align: center;*/
  /*img{
            left: 50%!;
            transform: translate(-50%,0);
          }*/
}
.product .product_swi .view a video{    max-height: 662px;}
.product .product_swi .preview {
  position: relative;
  overflow: hidden;
  width: 130px;
  min-height: 180px;
/*max-height: 280px;*/
  padding: 25px;
}
.product .product_swi .preview .arrow-left {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 21px;
  background: #ebebeb;
  /*margin-left: -6px ;*/
  z-index: 100;
}
.product .product_swi .preview .arrow-left:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #333;
}
.product .product_swi .preview .arrow-right {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 21px;
  background: #ebebeb;
  /*margin-left: -6px ;*/
  z-index: 100;
}
.product .product_swi .preview .arrow-right:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #333 transparent transparent;
}
.product .product_swi .preview .swiper-container {
  height: 280px;
  position: relative;
  /*overflow: unset;*/
}
.product .product_swi .preview .swiper-slide {
  /*   width: 90px;*/
  border: 1px solid #e9e9e9;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}
.product .product_swi .preview .swiper-slide img {
  max-height: 100%;
}
.product .product_swi .preview .active-nav {
  border: 3px solid #ef0000;
}
.product .product_text {
  width: 47%;
      position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: auto;
}
 .product .product_text::-webkit-scrollbar {/*滚动条整体样式*/
            width:6px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 6px;
        }
        .product .product_text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
        }
        .product .product_text::-webkit-scrollbar-track {/*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);
        }
.product .product_text .h_til {
  font-size: 26px;
}
.product .product_text .text {
  padding: 00px 0;
  line-height: 30px;
  color: #333333;
  font-size: 14px;
}
.product .product_text .text .h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  display: inline-block;
}
.product .product_text .text .te {
  /* padding: 15px 0;*/
}
.product .product_text .text .t_addimg p {
  display: inline-block;
  margin-right: 10px;
}
.product .product_text .text .t_addimg p:last-child {
  margin-right: 0;
}
.product .product_about {
  padding: 0 10px;
  margin-bottom: 15px;
  border: 1px solid #e9e9e9;
}
.product .product_about .abt {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
.product .product_about .abt_te img {
  margin: 0 auto;
  display: block;
}
.product .product_about .pro_list {
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.product .product_about .pro_list li {
  line-height: 40px;
  width: 163px;
  float: left;
  margin-right: 10px;
  text-align: center;
  background: #e8e8e8;
  cursor: pointer;
}
.product .product_about .pro_list li:last-child {
  margin-right: 0;
}
.product .product_about .pro_list li:hover,
.product .product_about .pro_list li.active {
  background: #353c5f;
  color: #fff;
}
.product .product_about .con_list .con {
  /*padding: 20px;
  overflow: auto;*/
}
.product .product_about .con_list .con:nth-child(n+2) {
  display: none;
}
.about {
  padding: 45px;
}
.about .text {
  font-size: 16px;
  line-height: 30px;
  color: #434343;
}
/*发展历程*/
.about_course_add {
  background: url("../images/p8-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
.about_course_add .swiper-container-add {
  padding: 60px 0 90px 0;
  position: relative;
}
.about_course_add .swiper-container-add:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 52px;
  left: 0;
  border-top: 1px solid #d9d5c9;
}
.about_course_add .swiper-container-add .swiper-slide .h1 {
  position: relative;
  font-size: 30px;
  padding: 25px 0 10px 0;
  display: inline-block;
  padding-left: 15px;
  color: #3d4ba2;
}
.about_course_add .swiper-container-add .swiper-slide .h1:after {
  content: '';
  position: absolute;
  top: -50%;
  left: 29px;
  height: 58px;
  width: 2px;
  background: #3d4ba2;
  transform: rotate(45deg);
}
.about_course_add .swiper-container-add .swiper-slide .te {
  margin: 15px 0;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.about_course_add .swiper-container-add .iconfont {
  position: absolute;
  bottom: 20px;
  right: 45%;
  display: inline-block;
  width: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #626bae;
}
.about_course_add .swiper-container-add .icon-Group- {
  right: auto;
  left: 45%;
}
.news_list .news_ul li {
  margin-bottom: 30px;
  height: auto;
  padding: 30px;
  border: 1px solid #ececec;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news_list .news_ul li:hover {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=4px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.news_list .news_ul li:hover .text .more {
  background: #d50011;
  color: #fff;
}
.news_list .news_ul li .img {
  overflow: hidden;
  display: inline-block;
  max-width: 210px;
}
.news_list .news_ul li .text {
  width: calc(100% - 210px);
  display: inline-block;
  padding-left: 10px;
}
.news_list .news_ul li .text .h1 {
  font-size: 18px;
}
.news_list .news_ul li .text .te {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*padding: 10px 0;*/
}
.news_list .news_ul li .text .more {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: inline-block;
  background: #ededed;
  color: #666666;
  line-height: 25px;
  padding: 0 15px;
  text-transform: uppercase;
  border-radius: 25px;
}
.our_case {
  padding-bottom: 40px ;
}
.our_case .l_input {
  width: 50%;
  text-align: right;
}
.our_case .l_input .div_input {
  width: 100%;
  margin-bottom: 30px;
}
.our_case .l_input .div_input .input {
  line-height: 50px;
  text-align: left;
  display: inline-block;
  width: calc(100% - 130px);
  padding-left: 20px;
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid #ececec;
}
.our_case .l_input .div_input .inputw {
  width: 100%;
}
.our_case .l_input .div_input select {
  display: inline-block;
  width: 115px;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 10px;
  border: 1px solid #ececec;
}
.our_case .l_input .div_input .textarea {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 50px;
  height: 290px;
  border-radius: 10px;
  border: 1px solid #ececec;
}
.our_case .l_input .btn {
  display: inline-block;
  width: 250px;
  background: #626ba5;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  font-size: 18px;
  margin-bottom: 30px;
}
.our_case .r_text {
  border-left: 1px solid #ebebeb;
  width: 48%;
  /*  min-height: 790px;*/
  padding-left: 30px;
  /*border-right:1px solid #ededed ;*/
}
.our_case .r_text .text-ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.our_case .r_text .text-ul li .h1 {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
}
.our_case .r_text .text-ul li .te {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 5px 0;
}
.our_case .r_text .text-ul li .h_te {
  padding: 10px 0;
  background: #ecedf4;
  font-size: 14px;
  color: #666666;
  padding-left: 45px;
  position: relative;
  border-radius: 10px;
}
.our_case .r_text .text-ul li .h_te .neme {
  position: absolute;
  left: 5px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
}
/*合作商家*/
.cooperation ul li {
  width: 19%;
  margin-right: 1.25%;
  text-align: center;
  border: 1px solid #ebebeb;
  line-height: 75px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}
.cooperation ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.cooperation ul li:hover img {
  transform: scale(1.05);
}
.cooperation ul li img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cooperation ul li:nth-child(5n) {
  margin-right: 0;
}
/*关于我们start*/
.about_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/about_bg.jpg) no-repeat;
  background-size: cover;
}
.about_content {
  width: 60%;
  margin: 0 auto;
}
.about_content h2,
.about_content h3 {
  text-align: center;
  font-weight: bold;
  color: #000;
}
.about_content h2 {
  font-size: 40px;
  margin-bottom: 50px;
}
.about_content h3 {
  font-size: 26px;
  margin-bottom: 60px;
}
.about_content p {
  font-size: 16px;
  color: #000;
  line-height: 180%;
  margin-bottom: 20px;
  text-align: center;
}
.about_content.history {
  text-align: center;
  position: relative;
}
/*大事记start*/
.event_box {
  width: 80%;
  margin: 3% auto 0;
  position: relative;
  min-height: 420px;
}
.event_box .parHd {
  width: 100%;
  display: inline-block;
  height: 92px;
  overflow: hidden;
}
.parHd ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 25px !important;
}
.parHd .tempWrap {
  margin: 0 auto;
}
.parHd .tempWrap:after {
  content: '';
  width: 85%;
  height: 6px;
  background: #d4d4d4;
  position: absolute;
  /* top: 33%; */
  /* right: -140%; */
  right: 8%;
  bottom: 35%;
  /* margin-top: -0.5px; */
  z-index: 10;
}
/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/
.parHd li.no_line:before {
  display: none;
}
.parHd li {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 20px;
  color: #666666;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 30px;
  font-size: 16px;
  margin: 0 30px;
  position: relative;
}
.parHd li.act {
  font-weight: bold;
  /*font-size: 20px;*/
  color: #000000;
}
.parHd li.act:after {
  background: url(../images/dot_ico2.png) no-repeat;
  background-size: 100% auto;
}
.parHd li:after {
  content: '';
  background: url(../images/dot_ico.png) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 20;
  bottom: -7px;
  left: 50%;
  margin-left: -12px;
}
.parBd {
  text-align: center;
  margin-top: 60px;
}
.slideBox:nth-child(n+2) {
  display: none;
}
.ul_slideBox li {
  background: #363c60;
  margin-bottom: 30px;
}
.ul_slideBox li .yu {
  color: #fff;
  text-align: center;
  width: 105px;
  padding-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
.ul_slideBox li .text_li {
  width: calc(100% - 105px);
  background: #f4f4f4;
  padding: 24px;
  text-align: left;
  font-size: 16px;
  line-height: 36px;
}
.ul_slideBox li .text_li span {
  color: #1437a1;
}
div#listBox {
  width: 100%;
}
.sPrev,
.sNext {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 10px;
}
.sPrev {
  left: 0;
}
.sNext {
  right: 0;
}
.sPrev img,
.sNext img {
  transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -moz-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -o-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
}

.t_big  img{max-width: 70%;}
.product .ad_ul li .text{    width: calc(100% - 135px);}
.product .ad_ul li .text .a{line-height: 25px;overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}

.ad_a-swiper-container{
  position: relative;
  overflow: hidden;
}
.product .ad_a .swiper-button-next{
  width: 54px;
  height: 54px;
  background-image:url(../images/next.png);
  background-size: auto;
  margin-top: -34px;
}
