.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;
}
/*变化*/
/*上下*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
}
.fadeInLeft {
  /*-webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;*/
}
@keyframes fade2InRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
}
.fadeInRight {
  /* -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;*/
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  /*-webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;*/
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  /* -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;*/
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  /*-webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;*/
}

.nfHead {
  z-index: 1000000;
  width: 100%;
  opacity: 1!important;
  position: relative;
  background: #fff;
  line-height: 60px;
  padding:0 7.8%;
/*  -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*/
}
.header {
  top: 0;
  left: 0;
 /* position: fixed;*/
/*border-bottom: 1px solid rgba(230, 230, 230, 1);*/
}
.nfHead .nfHead-logo {
  padding-top: 12.5px;
  line-height: 35px;
  width: 180px;
}
.nfHead .nfHead-logo img{
vertical-align: top;  height: 35px;
}
.nfHead .nfHead-nav {
  display: inline-block;
  padding-left: 10px;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  padding: 0 30px;
  position: relative;
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  position: relative;
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  color: #128be6;
}
.nfHead .nfHead-nav li span {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.nfHead .nfHead-nav li .a-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 13px;
  background: #80c3ee;
  color: #fff;
  line-height: 30px;
  height: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.nfHead .nfHead-nav li .a-nav: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 #80c3ee;
}
.nfHead .nfHead-nav li .a-nav a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.nfHead .nfHead-nav li .a-nav a:hover {
  background: #80c3ee;
}
.nfHead-tr{padding-left: 15px;}
.nfHead .nfHead-nav li .sub {

  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  background: rgb(255, 255, 255);
  min-width: 100%;
  white-space: nowrap;
  position: absolute;

    /*border: 1px solid rgba(230, 230, 230, 1);*/
  border-top: none;

  left: 50%;
  top: 100%;
 /* padding: 5px 0;*/
  display: none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.07), direction=0, strength=4px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
}
.nfHead .nfHead-nav li .sub a {
  display: block;
  line-height: 36px; padding: 0 20px;
  font-size: 15px;
}
.nfHead .nfHead-nav li .sub a:hover {
  color: #128be6;
}
.nfHead .nfHead-tool {
  position: relative;
}
.nfHead .nfHead-tool .icon_sou {
  display: inline-block;
}
.nfHead .nfHead-tool .icon_sou:hover .sousuo_show {
  z-index: 100;
  top: 100%;
  opacity: 1;
}
.nfHead .nfHead-tool .icon-sousuo {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 44px;
  text-align: center;
  background: url("/images/search.html");
  background-repeat: no-repeat;
  background-size: 100%;
  color: #338726;
  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: 200px;
  line-height: 40px;
  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;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0;
}
.nfHead .nfHead-tool .weixin_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0px;
  width: 80px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  line-height: unset;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tr a {
  display: inline-block;
  margin: 0 15px;    line-height: 40px;
  position: relative;
  /* overflow: hidden;*/
}
.nfHead-tr .a{
  display: inline-block;
  margin: 0 15px;    line-height: 40px;
  position: relative;
}
.nfHead-tr .a .icon-sousuo{font-size: 25px;line-height: 40px;display: inline-block;vertical-align: top;}

/*.nfHead-tr .a:hover .sousuo_show {
  z-index: 100;
  top: 120%;
  opacity: 1;
}*/
/*.nfHead-tr .a .icon-sousuo {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 44px;
  margin-left: 48px;
}*/
.nfHead-tr .a .sousuo_show {
     -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07); position: absolute;
  top: 120%;
  z-index: 100;
  opacity: 1;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 300px;
  line-height: 35px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: none;
    
}
.nfHead-tr .a .sousuo_show input {
  width: 238px;
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}
.nfHead-tr .a .sousuo_show .icon-sousuo {
  vertical-align: top;
  width: 60px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  margin-right: 0;
  margin: 0;
  float: right;
 /* background: #0185e1;*/
  text-align: center;
  display: inline-block;
  text-align: center;
  color: #eeeeee;
  font-size: 27px;
  vertical-align: top;

}


@keyframes top_up {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50%{
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.nfHead .nfHead-tr.on a:first-child{
   animation: top_up 0.4s ;
   -webkit-animation: top_up 0.4s ;
   /*Safari and Chrome*/
   animation-fill-mode: forwards;
   -webkit-animation-fill-mode: forwards;
   /*animation-delay:0;
   -webkit-animation-delay:0; !* Safari 和 Chrome *!*/
 }
.nfHead .nfHead-tr.on a:nth-child(2){
  animation: top_up 0.4s ;
  -webkit-animation: top_up 0.4s ;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay:0.25s;
  -webkit-animation-delay:0.25s; /* Safari 和 Chrome */
}
.nfHead .nfHead-tr.on a:nth-child(3){
  animation: top_up 0.4s ease;
  -webkit-animation: top_up 0.4s ease;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay:0.5s;
  -webkit-animation-delay:0.5s; /* Safari 和 Chrome */
}

.img_ts{
  position: relative;
  width: 20px;
  z-index: 10000;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.img_ts img{
  position: absolute;
  left: 50%;
  height: 18px;
  top:0;
  transform: translate(-50%,0);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.img_ts .img1{}
.img_ts .img2{
  top: 200%;
  /*opacity: 0;*/
}
/*.nfHead .nfHead-tr.on .img_ts .img1{
  top:0%;
  opacity: 0;
}
.nfHead .nfHead-tr.on .img_ts .img2{
  top:50%;
  opacity: 1;
}*/
.img_ts:hover .img1{
  top:-200%;
  /*opacity: 0;*/
}
.img_ts:hover .img2{
  top:0%;
  opacity: 1;
}

.nfHead .nfHead-tr a:hover {
  /* overflow: auto;*/
  color: #128be6;
}
/*.nfHead .nfHead-tr a.dianhua:hover .hover_s {
  top: 120%;
  opacity: 1;
  z-index: 1;
}*/
.nfHead .nfHead-tr a:last-child{
  margin-right:0;
}
.hover_s img{
  vertical-align: middle;display: inline-block;
  float: none;
}
.hover_s dl{line-height: 23px;padding-left: 15px;
  display: inline-block;vertical-align: middle;
  float: none;
}
.hover_s {
  position: absolute;
  right: 50%;
  margin-right: -125px;
  top: 10%;
  opacity: 0;
  z-index: -10000;
  min-width: 250px;
  /*padding: 0 12px;*/
  line-height: 60px;
  font-size: 20px;
/*  background: #fff;*/
  border-radius: 8px;
  background-image: url("../image/no3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*padding: 22px 23px;
  padding-top: 30px;*/
  padding: 34px 23px;
  padding-top: 45px;
  color: #333333!important;
/*  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.07), direction=0, strength=8px);
  !*兼容ie*!
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);*/
  /*兼容firefox*/
  /*transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;*/

}
.hover_s span{font-size: 16px;}
.nfHead .nfHead-tr a .hover_s img{
  width: 53px;
  /*padding-top: 7px;*/
}
.nfHead .nfHead-tr a .hover_s:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  border-width:0 8px 8px;
  bottom: 100%;
  border-style:solid;
  border-color:transparent transparent #fff;/*透明 透明  灰*/
 /* -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.07), direction=0, strength=8px);
  !*兼容ie*!
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);*/

}
.co_en{
  padding-right: 20px;
  font-size: 12px;
  padding-top: 21px;
}
.en_li{ line-height: 15px;text-align: center;padding-right: 5px;}



.swiper-in {
 /* height: 100%;*/
  width: 100%;
  position: relative;
}
.swiper-in .swiper-container_1 {
 /* height: 100%;*/
  position: relative;
  overflow: hidden;
}
.swiper-in .swiper-container_1 .swiper-slide {
  position: relative;
  height: 100%;
  width: 100%;
}
.swiper-in .swiper-container_1 .swiper-slide img {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  object-position: center center;
}
.swiper-in .swiper-container_1 .swiper-slide .text {
  position: absolute;
  left: 300px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.swiper-in .swiper-container_1 .swiper-slide .text .h1 {
  font-size: 60px;
}
.swiper-in .swiper-container_1 .swiper-pagination {
  display: none; /*
  top:auto;
  bottom: auto;
  */
 /* bottom: 50px;*/
    bottom: auto;
    top: 50%;
    right: 30px;
    left: auto;
    width: 20px;
    transform: translate(0, -50%);
}
.swiper-in .swiper-container_1 .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  opacity: 1;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdf), to(#bfbfbf));
  background: -webkit-linear-gradient(left, #dfdfdf, #bfbfbf);
  background: -moz-linear-gradient(left, #dfdfdf, #bfbfbf);
  background: -o-linear-gradient(left, #dfdfdf, #bfbfbf);
  background: -ms-linear-gradient(left, #dfdfdf, #bfbfbf);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#dfdfdf, endColorstr=#bfbfbf);
}
.swiper-in .swiper-container_1 .swiper-pagination .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#09bbfa), to(#038fe6));
  background: -webkit-linear-gradient(left, #09bbfa, #038fe6);
  background: -moz-linear-gradient(left, #09bbfa, #038fe6);
  background: -o-linear-gradient(left, #09bbfa, #038fe6);
  background: -ms-linear-gradient(left, #09bbfa, #038fe6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#09bbfa, endColorstr=#038fe6);

    background: rgb(51,51,51);
}

#slider .control-links{
  top:auto;
  bottom: 50px;}
.control-links li{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  opacity: 1;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#dfdfdf), to(#bfbfbf));
  background: -webkit-linear-gradient(left, #dfdfdf, #bfbfbf);
  background: -moz-linear-gradient(left, #dfdfdf, #bfbfbf);
  background: -o-linear-gradient(left, #dfdfdf, #bfbfbf);
  background: -ms-linear-gradient(left, #dfdfdf, #bfbfbf);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#dfdfdf, endColorstr=#bfbfbf);
}
.control-links li.active{
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#09bbfa), to(#038fe6));
  background: -webkit-linear-gradient(left, #09bbfa, #038fe6);
  background: -moz-linear-gradient(left, #09bbfa, #038fe6);
  background: -o-linear-gradient(left, #09bbfa, #038fe6);
  background: -ms-linear-gradient(left, #09bbfa, #038fe6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#09bbfa, endColorstr=#038fe6);
}

.in_base {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 100%;
  background: url("../image/bg1.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.in_base .img {
  width: 50%;
  overflow: hidden;
  opacity: 0;
}
.in_base .img img {
  width: 100%;
}
.in_base .text {
  position: absolute;
  right: 0;
  padding: 0 150px;
  width: 50%;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}
.in_base .text .h1 {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;color: rgb(51, 51, 51);
}
.in_base .text .en {
  font-size: 17px;
  color: #333333;    padding-bottom: 13px;
}
.in_base .text .te {
  border-top: 1px solid rgb(51,51,51);
  font-size: 15px;
  line-height: 32px;
  padding: 20px 0;
  color: rgb(51,51,51);
  text-align: justify;
}
.in_base .text .more {
  background-color: #fff;
  line-height: 30px;
  display: inline-block;
  -webkit-box-shadow: 0 0 4px rgba(2, 134, 226, 0.17);
  box-shadow: 0 0 4px rgba(2, 134, 226, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(2, 134, 226, 0.17), direction=0, strength=4px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 4px rgba(2, 134, 226, 0.17);
  /*兼容firefox*/
}
.in_base .text .more span {
  width: 100px;
  color: #0286e2;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  vertical-align: top;
}
.in_base .text .more i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #0286e2;
  color: #fff;
  text-align: center;
}
.in_swlist {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../image/bg1.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.in_swlist .swiper-container_2 {
  width: 1192px;
  padding: 0 21px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.in_swlist .swiper-container_2 .swiper-slide {
  height: 100%;
  position: relative;
   opacity: 0;
}
.in_swlist .swiper-container_2 .swiper-slide .con-c {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -125px;
  transform: translate(0, -50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/*.in_swlist .swiper-container_2 .swiper-slide:hover .con-c{
  margin-top: -36px;
}*/
.in_swlist .swiper-container_2 .swiper-slide:hover {
  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*!*/
  -webkit-box-shadow: 0 0 8px rgba(13, 94, 166, 0.17);
  box-shadow: 0 0 8px rgba(13, 94, 166, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(13, 94, 166, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(13, 94, 166, 0.17);
  /*兼容firefox*/
}
/*.in_swlist .swiper-container_2 .swiper-slide:hover .img .img1 {
  display: inline-block;opacity: 1;
}*/
.in_swlist .swiper-container_2 .swiper-slide .img .img2 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 1;
  position: absolute;
  left: 50%;
  top:80%;
  width: 90px;
  transform: translate(-50%,-50%);
}
/*.in_swlist .swiper-container_2 .swiper-slide:hover .img .img2 {
  opacity: 0;
  width: 50%;
  top:50%;
}*/
.in_swlist .swiper-container_2 .swiper-slide .img {
  width: 100%;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  /*height: 129px;*/height: 269px;
 position: relative;

}
.in_swlist .swiper-container_2 .swiper-slide:hover .img{
  /*height: 269px;*/
}
.in_swlist .swiper-container_2 .swiper-slide .img .img1 {
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_swlist .swiper-container_2 .swiper-slide .text {
  padding-top: 20px;
  text-align: center;
}
.in_swlist .swiper-container_2 .swiper-slide .text .h1 {
  font-size: 24px;
  font-weight: bold;color: #333333;
  margin-bottom: 10px;
}
.in_swlist .swiper-container_2 .swiper-slide .text .en {
  font-size: 15px;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
}
.in_swlist .swiper-container_2 .swiper-slide .text .en:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 15px;
  height: 1px;
  background: #333333;
  transform: translate(-50%, 0);
}
.in_swlist .swiper-container_2 .swiper-slide .text .te {
  margin: 40px auto ;
  width: 84%;
  font-size: 15px;
  line-height: 30px;
  height: 90px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 50px  ;
}
.in_swlist .swiper-container_2 .swiper-slide .text .more {
  background-color: #fff;
  line-height: 30px;
  display: inline-block;
  font-size: 17px;
  -webkit-box-shadow: 0 0 4px rgba(2, 134, 226, 0.17);
  box-shadow: 0 0 4px rgba(2, 134, 226, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(2, 134, 226, 0.17), direction=0, strength=4px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 4px rgba(2, 134, 226, 0.17);
  /*兼容firefox*/
}
.in_swlist .swiper-container_2 .swiper-slide .text .more span {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  text-align: center;color: #0286e2;
}
.in_swlist .swiper-container_2 .swiper-slide .text .more i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #0286e2;
  color: #fff;
  vertical-align: top;
  text-align: center;
}
.in_swlist .swiper-button-prev {
  left: calc((100% - 1380px)/2);
  background-image: url("../image/left.png");
}
.in_swlist .swiper-button-next,.in_swlist .swiper-button-prev{
  background-size: 30px 35px;
  width: 30px;
  height: 35px;margin-top: -64px;
}
.in_swlist .swiper-button-next {
  right: calc((100% - 1380px)/2);
  background-image: url("../image/right.png");
}

.in_list5 {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100%;
  max-height: 858px;
  background: url("../image/bg1.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
/*.page4 .in_list5{    height: calc(100% - 60px )}*/
.in_list5 .h_li {
  height: 33.3%;
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
.in_list5 .h_li:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(13, 94, 166, 0.17);
  box-shadow: 0 0 8px rgba(13, 94, 166, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(13, 94, 166, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(13, 94, 166, 0.17);
  /*兼容firefox*/
  /*padding:17px 0 ;*/
}
.in_list5 .h_li:hover .img{
  /*padding:0 17px;*/
  -webkit-box-shadow: 0 0 8px rgba(13, 94, 166, 0.17);
  box-shadow: 0 0 8px rgba(13, 94, 166, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(13, 94, 166, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(13, 94, 166, 0.17);
}
.in_list5 .h_li .img:before{
  content: '';
  position: absolute;
  left: 0;
  top:0;
  width: calc(100% - 34px);
  height: calc(100% - 34px);
  border: 17px solid #fff;
  opacity: 0;
  z-index: 1000;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
 /* transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;*/
}
.in_list5 .h_li:hover .img:before{
  opacity:1;
}
.in_list5 .h_li:hover .img .cim {
  opacity: 1;
}
.in_list5 .h_li:hover .img .til {
  background: rgba(255, 255, 255, 0.8);
  color: #0286e2;
}
.in_list5 .h_li:hover .h1 {
  color: #0286e2;
}
.in_list5 .h_li:hover .h1 span {
  border-bottom: 1px solid #0286e2 !important;
}
.in_list5 .h_li:hover .h1:after {
  width: 100% !important;
  background: #0286e2 !important;
}
.in_list5 .h_li:hover .te {
  /*color: #0067b2 !important;*/
}
.in_list5 .h_li:hover .text .log .img1 {
 /* display: none;*/opacity: 0;
}
.in_list5 .h_li:hover .text .log .img2 {
  /*display: inline-block;*/opacity: 1;
}
.in_list5 .h_li .img {
  width: 31%;
  overflow: hidden;
  position: relative;
  height: 100%;

}
.in_list5 .h_li .img .cim {
  object-fit: cover;
  object-position: center center;
  opacity: 0.2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_list5 .h_li .img .til {
  display: inline-block;
  width: 43%;
  text-align: center;
  line-height: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_list5 .h_li .text {
  width: 67%;
  padding-top: 90px;
  padding-right: 215px;
  height: 100%;

}
.in_list5 .h_li .text .log {
  width: 24.3%;
  text-align: center;
  line-height: 140px;
  height: 140px;position: relative;
}
.in_list5 .h_li .text .log img {
  max-width: 70px;
  position: absolute;
  left: 50%;
  top:50%;
  transform:translate(-50%,-50%);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.in_list5 .h_li .text .log .img2 {
 /* display: none;*/opacity: 0;
}
.in_list5 .h_li .text .text_te {
  width: 75.7%;
  height: 100%;
}
.in_list5 .h_li .text .text_te .swiper-container_3 {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.in_list5 .h_li .text .text_te .swiper-prev {
  position: absolute;
  background-image: url("../image/left.png");
  bottom: 25px;
  top: auto;
  margin: 0;
  left: 44%;
  background-size: auto 25px;
  z-index: 10;
  cursor: pointer;
  width:25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-container_3 .swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;}
.in_list5 .h_li .text .text_te .swiper-button-next,.in_list5 .h_li .text .text_te .swiper-button-prev{

}

.in_list5 .h_li .text .text_te .swiper-next {
  position: absolute;
  background-image: url("../image/right.png");
  bottom: 25px;
  top: auto;
  margin: 0;
  left: 44%;
  background-size: auto 25px;
  z-index: 10;
  cursor: pointer;
  width:25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;

  left: auto;
  right: 44%;
}
.in_list5 .h_li .text .text_te .h1 {
  font-size: 20px;
  line-height: 50px;
 /* transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;*/
  position: relative;
}
.in_list5 .h_li .text .text_te .h1 span {
  display: inline-block;
  border-bottom: 1px solid #666666;
/*  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;*/
}
.in_list5 .h_li .text .text_te .h1:after {
  content: '';
  width: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  /* background: #666666;*/
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: width 2s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
}
.in_list5 .h_li .text .text_te .te {
  font-size: 15px;
  line-height: 27px;
  height: 81px;
  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: 3;
  -webkit-box-orient: vertical;
  color: #666666;
}
.in_con6 {
  /*height: calc(100% - 351px);*/
 /* height: 50%;*/
  overflow: hidden;
  width: 100%;
  position: relative;
}
.in_con6 .im {
  width: 100%;
  object-fit: cover;
  object-position: top center;
  /*opacity: 0.2;*/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_con6 .til {
  display: inline-block;
  position: absolute;
  font-size: 60px;
  left: 50%;
  top: 50%;
  color: #0286e2;
  transform: translate(-50%, -50%);
}
.in_con6 .til:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 35px;
  background: url("../image/no.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 35px;
}
.in_con6 .til:before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 35px;
  height: 35px;
  transform: rotate(180deg);
  background: url("../image/no.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.footBox {
 /* height: 50%;*/
  background: rgba(245, 245, 245, 1);
  color: #333;
  /*padding: 6% 0;*/
  padding: 56px 0 0px 0;
  position: relative;
}
.page .footBox .fw{
padding-bottom: 28px;  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.footBox .fw {

padding-bottom: 28px; width: 68.75%;
  margin: 0 auto;

}
.footBox .fw .logo {
  width: 25%;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.footBox .fw .logo p{
  margin-top: 15px;
  color: #0286e2;
}
.footBox .fw .logo img {
  width: 191px;
}
.footBox .fw .lw1 {
  width: 25%;
}
.footBox .fw .lw2 {
  width: 28%;
}
.footBox .fw .lw3 {
  width: 22%;
}
.footBox .fw .list_l {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
.footBox .fw h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform : uppercase;
}
.footBox .fw a:hover{    color: #0286e2;}
.footBox .fw .fte {
    font-size: 15px;
  font-weight: lighter;
  display: inline-block;
  position: relative;
  display: inline-block;
  width: 100%;

}
.byt{
  display: inline-block;
  border-bottom: 1px solid #666;
  width: auto!important;
  border-bottom: 1px solid #666;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.wei_t{
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: auto!important;
}
/*.wei_t:hover .p_im{
  opacity:1;
  left:60px;
}*/
.wei_t .p_im{
 /* display: none;*/
  opacity:0;
  position: absolute;
  left: 100px;
  width: 151px;
  z-index:-1;
  top:50%;
  transform: translate(0,-50%);
  background: url(../image/no5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 15px;
  padding-left: 30px
 /* transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;*/
}
.wei_t .p_im img{width: 108px;}

.footBox .adr_p {
    width: 100%;
    background: rgba(230, 230, 230, 1);
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
}
.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
  -webkit-transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}
.wrapper .page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* opacity: 0.3;*/
  transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
}
.wrapper.active-page1 .page.page1 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page2 .page.page2 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page3 .page.page3 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page3 .page.page4 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page4 .page.page5 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page6 .page.page6 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hide{
  display: none;
}
.fadeInLeft{
  animation-name: fadeInLeft;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.fadeInRight{
  animation-name: fadeInRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.fade2InRight{
  animation-name: fade2InRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.fadeInDown{
  animation-name: fadeInDown;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.wrapper.active-page2 .page.page2 .fadeInLeft {
  animation: fadeInLeft 1.5s ;
  -webkit-animation: fadeInLeft 1.5s ;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  /*animation-delay:0;
  -webkit-animation-delay:0; !* Safari 和 Chrome *!*/
}
.wrapper.active-page2 .page.page2 .fadeInRight {
  animation: fade2InRight 1.5s ;
  -webkit-animation: fade2InRight 1.5s ;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  /* animation-delay:1s;
  -webkit-animation-delay:1s; !* Safari 和 Chrome *!*/
}
.wrapper.active-page3 .page.page3 .fadeInDown {
  animation: fadeInDown 1.5s ;
  -webkit-animation: fadeInDown 1.5s ;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  /* animation-delay:1s;
   -webkit-animation-delay:1s; !* Safari 和 Chrome *!*/
}
.fadeInDown{
  animation: fadeInDown 1.5s ;
  -webkit-animation: fadeInDown 1.5s ;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.swiper-container_2 .fadeInDown:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;

}
.swiper-container_2 .fadeInDown:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.swiper-container_2 .fadeInDown:nth-child(4) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.swiper-container_2 .fadeInDown:nth-child(5) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.swiper-container_2 .fadeInDown:nth-child(6) {
  animation-delay: 1s;
  -webkit-animation-delay:1s;
}
.swiper-container_2 .fadeInDown:nth-child(7) {
  animation-delay: 1.2s;
  -webkit-animation-delay:1.2s;
}
.wrapper.active-page3 .page.page3 .fadeInDown:nth-child(2) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.wrapper.active-page3 .page.page3 .fadeInDown:nth-child(3) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.wrapper.active-page3 .page.page3 .fadeInDown:nth-child(4) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.wrapper.active-page3 .page.page3 .fadeInDown:nth-child(5) {
  animation-delay: 1.5s;
  -webkit-animation-delay:1.5s;
}
.wrapper.active-page3 .page.page3 .fadeInDown:nth-child(6) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.wrapper.active-page3 .page.page3 .fadeInDown:nth-child(7) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.wrapper.active-page4 .page.page4 .fadeInLeft {
  animation: fadeInLeft 1.5s ;
  -webkit-animation: fadeInLeft 1.5s ;
  /*Safari and Chrome*/
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay:1s;
  -webkit-animation-delay: 1s;
  /*animation-delay:0;
  -webkit-animation-delay:0; !* Safari 和 Chrome *!*/
}
.wrapper.active-page4 .page.page4 .fadeInLeft:nth-child(2) {
  animation-delay:1.2s;
  -webkit-animation-delay: 1.2s;
}
.wrapper.active-page4 .page.page4 .fadeInLeft:nth-child(3) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
/*.wrapper.active-page5 .page.page5 .zoomInDown {
  animation: zoomInDown 2s ease-in;
  -webkit-animation: zoomInDown 2s ease-in;
  !*Safari and Chrome*!
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.wrapper.active-page5 .page.page5 .fadeInUp {
  animation: fadeInUp 2s ;
  -webkit-animation: fadeInUp 2s ;
  !*Safari and Chrome*!
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}*/
/*内页*/
.t_img {
  position: relative;
 /* height: 430px;*/
  overflow: hidden;
  width: 100%;

 /* padding-top: 60px;*/
}
.t_img img {

  width: 100%;
 /* height: 100%;
  object-fit: cover;
  object-position: left center;*/
  /*opacity: 0.5;*/
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.top_h{
  width: 100%;
 /* height: 60px;*/
  display: none;
  vertical-align: top;
}
.main {
  width: 1280px;
  margin: 0 auto;
}
.ma_t {
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
/*  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.07), direction=0, strength=2px);
  !*兼容ie*!
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);*/
  /*兼容firefox*/
}
.ma_t a {
  display: inline-block;
  padding: 0 15px;
}
.ma_t .on {
  color: #0286e2;
}
.ma_t_ad {
  font-family: Arial;
  line-height: 60px;
  text-align: left;
  padding:0 7.8%;
  font-size: 12px;
  color: rgb(182,182,182);
 /* -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.07), direction=0, strength=2px);
  !*兼容ie*!
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);*/
  /*兼容firefox*/
 /* border-bottom: 1px solid rgba(230, 230, 230, 1);*/
}
.ma_t_ad a {
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
}
.ma_t_ad .cur{padding: 0 15px;}
.ma_t_ad a:hover {
  color: #0286e2;
}
/*.ma_t_ad span:hover {
  color: #0286e2;
  cursor: pointer;
}*/
.main_ul {
  padding-bottom: 70px;
}
.main_ul li {
  margin-top: 25px;
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #f8f8f8;
}
.main_ul li:nth-child(3n) {
  margin-right: 0 ;
}
/*.main_ul li:hover .img i {
  opacity: 1;
}*/
.main_ul li:hover .img img {
  transform: scale(1.05);
  filter: blur(0);
  -webkit-filter: blur(0px);
  -ms-filter: blur(0px);
  -moz-filter: blur(0px);

}
.main_ul li:hover .h1 {
  color: #0286e2;
}
.main_ul li:hover .h1 span {
  border-bottom: 1px solid #0286e2 !important;
}
.main_ul li:hover .h1:after {
  width: 100% !important;
  background: #0286e2 !important;
}
.main_ul li .img {
  position: relative;
  line-height: 220px;
  height: 220px;
  overflow: hidden;
}
.main_ul li .img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main_ul li .img i {
  display: inline-block;
  font-size: 30px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
  background: #0286e2;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main_ul li .text {
  padding: 16px 30px;
}
.main_ul li .text .h1 {
  font-size: 16px;
  line-height: 35px;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  position: relative;
/*  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;*/
}
.main_ul li .text .h1 span {
      vertical-align: top;display: inline-block;
  border-bottom: 1px solid #666666;
/*  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;*/
  overflow: hidden;
  white-space:  nowrap;
  text-overflow: ellipsis;
}
.main_ul li .text .h1:after {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  /* background: #666666;*/
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: width 2s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
}
.main_ul li .text .te {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main2 {
  width: 1420px;
  margin: 0 auto;
  padding: 40px 0;
}
.main2 .main2_l {
  width: 15.5%;
  line-height: 40px;
}
.main2_new{font-family: Arial}
.main2.main2_new .main2_l{    margin-top: -10px;}
.main2.main2_new .main2_r{    margin-top: -5px;}
.main2 .main2_l a {
  display: inline-block;
  width: 100%;
 /* padding-left: 10px;*/
  border-bottom: 1px solid #d8d8d8;
}
.main2_new .main2_l a{border-bottom: none;vertical-align: top;}
.main2.main2_new .main2_l .a_nenav{margin-top: 10px;}
.main2 .main2_l .l-h1 {
  font-size: 20px;
  color: #0288e1!important;
  border-bottom: 1px solid #d8d8d8;
}
.main2 .main2_l .a_t1 {
  font-size: 15px;
}
.main2 .main2_l .a_t1 i{display: inline-block;vertical-align: top;}
.main2 .main2_l .a_t1.on i {
  transform:rotate(90deg);
}
.main2 .main2_l .a_t1.on,
.main2 .main2_l .a_t1:hover {
  color: #0288e1;
}
.main2.main2_new .main2_l .a_t1.on{
  border-bottom: 1px solid #0288e1;
}
.main2 .main2_l .a_t1 i.iconfont {
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  float: none;
 /* color: #0288e1;*/
}
.main2 .main2_l .a_nenav {
  display: none;
  max-height: 410px;
  overflow: auto;
}
.main2.main2_new .main2_l .a_nenav {
  max-height: 410px;
}
.main2 .main2_l .a_nenav::-webkit-scrollbar {/*滚动条整体样式*/
  width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.main2 .main2_l .a_nenav::-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);
}
.main2 .main2_l .a_nenav::-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);
}


.main2 .main2_l .a_nenav a {
  position: relative;
  padding-left: 25px;
  vertical-align: top;
  /*
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  */
  font-size: 13px;
  height: 41px;
  overflow: hidden;
}
.main2 .main2_l .a_nenav a:hover{color: #0286e2;}
.main2 .main2_l .a_nenav .ov{
  overflow: hidden;
  position: relative;
  width: 100%;
  height:100%; }
/*.main2 .main2_l .a_nenav .ov:hover span{
  left: auto;
  right: 0;
}*/
.main2 .main2_l .a_nenav .ov span{
  position: absolute;
  left: 0;
  top:0;
  min-width: auto;
/*  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;*/
}
.main2 .main2_l .a_nenav .on {
    color: #0288e1;
}
.main2 .main2_l .a_nenav a:hover.active {
  color: #0288e1;
}
.main2 .main2_l .a_nenav a:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 7px;
  border-radius: 50%;
  background: #0288e1;
  height: 7px;
  margin-top: -3.5px;
}
.main2 .main2_r {  width: 50%;  margin-left: 7%;  }
.main2 .main2_r2 {  width: 84.5%;  padding-left: 40px;     padding: 0 7%; }
.main2 .main2_r2 .avt_h1 {  text-align: center;  font-size: 24px;padding-bottom:20px;  }
.main2 .main2_r .avt_h1 {  text-align: left;  font-size: 24px;  color: #0286e2;  }

.main2.main2_new .main2_r .avt_h1{font-size: 24px;}
.main2 .main2_r .cen_te{
  padding: 42px 0 37px 0;
  font-size: 14px;
  line-height: 21px;word-break:break-all;
}
.main2 .main2_r .cen_te span,.main2 .main2_r .cen_te p{word-break: keep-all;}
.con_li .li_c{word-break: keep-all;}

.main2 .main2_l .a_t1 .ss {
  width: calc(100% - 25px);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.main2 .main2_r .te table {max-width: 100%;  width: auto!important;}
.main2 .main2_r .te {
  font-size: 14px;
  line-height: 1.75;
  margin: 30px 0;
  color: rgb(88,88,91);
}

.main2 .main2_r .ptop{font-size: 12px;line-height: 30px; text-align: left;color: rgb(182,182,182);margin-top: 15px;}
.main2 .main2_r .ptop a:hover{color: #0286e2;}

.main2 .main2_r .ptop span{
  display: inline-block;
  width: 100%;
}
.main2 .main2_r .text_te{
  font-size: 14px;
  line-height: 1.5;
  padding-top: 15px;
  max-width: 800px;
}

.c_addlist{
  width: 100%;
  padding: 15px 0;
}
.c_addlist .t_li{border-bottom: 2px solid #0286e2; font-size: 16px;font-family: Arial;line-height: 40px;color: #ffffff;overflow: hidden;}
.c_addlist .t_li span{position:relative;background: #cce7f9; border-top-left-radius: 10px;border-top-right-radius: 10px; cursor: pointer;display: inline-block;border-left: 2px solid #ffffff;width: 24%;text-align: center;float: left;}
.c_addlist .t_li span:first-child{width: 28%;border-left: none;}
.c_addlist .t_li span:after{content: '';
  position: absolute;
  right: 100%;
  bottom: 0px;
  background: url("../image/no11-ad.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  opacity: 0;
  z-index: 10;
  transform: rotate(-90deg);
}
.c_addlist .t_li span:before{content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  background: url("../image/no11-ad.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  opacity: 0;
  z-index: 10;
  margin-left:0;
}

.c_addlist .t_li span.on{font-weight: bold;background: #0286e2;/*border-bottom: 2px solid #0286e2;*/}
.c_addlist .t_li span.on:after,.c_addlist .t_li span.on:before{opacity: 1;z-index: 100}


.con_li .li_c:nth-child(n+2){display: none; }

.con_li{
  padding-top: 20px;
}
.con_li .li_c{
  font-size: 14px;
  line-height: 1.5;
  color: rgb(88,88,91);
}

.cen_list{
line-height: 35px;
font-size: 16px;
}
.cen_list .a{
background: #f4f4f4;
display: inline-block;
width: 100%;
padding: 0 20px;
color: #231815;

}
.cen_list .a:hover,.cen_list .a.on{color: #0286e2;}
.cen_list .a:hover .iconfont,.cen_list .a.on .iconfont{color: #0286e2;}
.cen_list .a .na{
width: 80%;overflow: hidden;
}
.cen_list .a .iconfont{
display: inline-block;
position: relative;
color: #231815;
  font-size: 18px;
}
/*.cen_list .a .icon-xiangyou{font-size: 20px}
.cen_list .a .icon-jian:before{
position: absolute;
right: -10px;
font-size: 12px;
}*/

.cen_list .t{display: inline-block;width:100%; background: #0286e2;color: #ffffff;font-size: 20px;font-weight: bold;text-align: center;}
.cen_list .a:nth-child(2n+1){  background: #dcdcdc;  }

.main2_rl{width: 21.15%;  }
.main2_rl .r-search{border: 1px solid #e6e6e6;line-height: 35px;margin-bottom: 35px;}
.main2_rl .r-search input{vertical-align: top; display: inline-block;width: calc(100% - 60px); padding-left: 15px;height: 35px;}
.main2_rl .r-search i{display: inline-block;width: 60px;text-align: center;color: #eeeeee;font-size: 27px;vertical-align: top; }

.r_ls{  width: 100%;  }
.r_ls .t{background-color: #0286e2; line-height: 40px; color: #ffffff;font-size: 16px;font-weight: bold;padding-left: 35px;position: relative;}
.r_ls .t{
background-image: url("../image/no6.png");
background-repeat: no-repeat;
background-position: left 10px center;

}
.r_ls .li{
display: inline-block;
font-size: 16px;
margin-top: 3px;
line-height: 30px;
background-color: #dcdddd;width: 100%;background-image: url("../image/no7.png");padding-left: 35px;
background-repeat: no-repeat;
background-position: left 10px center;}
.r_ls .li:nth-child(2n+1){background-color: #f4f4f4;}
.main2_rl .r_show{
margin-top: 10px;
}
.r_show .li{background-color: #f4f4f4;
border-left: 1px solid #0286e2;
padding: 7px 0;
margin-top: 10px;
  color: #0286e2;
}
.r_show .li .im{width: 80px;text-align: center;line-height: 56px;vertical-align: middle;display: inline-block;}
.r_show .li .im img{width: 40px;}
.r_show .li .tex{width: calc(100% - 90px); font-size: 16px;vertical-align: middle;display: inline-block;}
.r_show .li .tex .tex-t{font-weight: bold; }
.r_show .li .tex .te{font-size: 14px;}





.main2 .main2_r .unpdo {
display: block;
width: 40px;
height: 40px;
margin: 0 auto;
line-height: 40px;
border-radius: 50%;
text-align: center;
background: #333333;
font-size: 20px;
color: #fff;
}
.totop {
display: none!important; position: fixed;
right: 30px;
bottom: 200px;
width: 30px;
text-align: center;
line-height: 30px;
height: 30px;
display: inline-block;
overflow: hidden;
}
.page_nav {
position: fixed;
right: 30px;
top: 50%;
transform: translate(0, -50%);
width: 30px;
text-align: center;
line-height: 30px;
display: inline-block;
overflow: hidden;
z-index: 1000;
}
.nav-btn {
display: inline-block;
width: 100%;
line-height: 30px;
text-align: center;
}
.nav-btn span {
display: inline-block;
border: 2px solid #808080;
width: 5px;
/*background-color: #808080;*/
  border-radius: 50%;
  height: 5px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.active.nav-btn span {
  /* background-color: rgba(255, 255, 255, 0);*/
  width: 15px;
  height: 15px;
}
.more {
  position: relative;
}
.more i {position: relative;}
.more:hover span {
  color: #fff !important;
}
.more:hover i {
/*  background: #fff!important;*/
  color: #0286e2!important;
}
.more:hover:after {
  width: 100%;
}
.more:hover i:after{
  width: 100%;
}
.more span {
  position: relative;
  z-index: 12;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more i {
  position: relative;
  z-index: 12;
}
.more:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #0286e2;
  z-index: 10;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more i:before{
  z-index: 30;position: relative;
}
.more i:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 20;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.len_js{
display: none;  position: absolute;
  top: 0;
  z-index: 400;
  width: 100%;
  left: 0%;
  height: 1px;
}
.len_js span {
  width: 0;
  vertical-align: top;
  display: inline-block;
  height: 2px;
  background: rgba(9, 187, 250, 0.41);
}

table{max-width: 100%;  width: auto!important;}
.con_li .li_c td ,.con_li .li_c dd,.con_li .li_c dt,.con_li .li_c p,.con_li .li_c span{    word-break: keep-all!important;}