@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 鍔ㄥ姏鏃犻檺  www.btoe.cn*/
/*閭 btoe@btoe.cn*/
/*鍚堜綔鐢佃瘽 400-0599-360*/
/*鐗堟潈鎵€鏈夎繚鑰呭繀绌?/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .videoIco {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 234px;
  height: 115px;
  background-color: #bdd86d;
  line-height: 115px;
  text-align: center;
  font-size: 32px;
  color: #fff;
}
.banner .videoIco:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  top: -2px;
  background: url(../images/videoico.png) center center no-repeat;
}
@media screen and (max-width: 768px) {
  .banner .videoIco {
    display: none;
  }
}
.banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-swiper.wapBanner {
  display: none;
}
.banner-swiper .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-prev {
  left: 3%;
}
.banner-swiper .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner-swiper:hover .banner-next {
  right: 3%;
}
.banner-swiper .banner-pagination {
  font-size: 0;
  position: absolute;
  left: 8%;
  bottom: 10%;
  z-index: 3;
  width: auto;
  text-align: center;
}
.banner-swiper .banner-pagination span {
  display: inline-block;
  border: 1px #bdd86d solid;
  opacity: 1;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  margin-left: 60px !important;
  margin-right: 0 !important;
  cursor: pointer;
  outline: none;
  position: relative;
}
.banner-swiper .banner-pagination span:first-child {
  margin-left: 0 !important;
}
.banner-swiper .banner-pagination span:first-child:before {
  display: none;
}
.banner-swiper .banner-pagination span:before {
  content: "";
  display: block;
  position: absolute;
  left: -51px;
  top: 5px;
  width: 42px;
  height: 1px;
  background-color: #ffffff;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
  background-color: #bdd86d;
}
@media screen and (max-width: 768px) {
  .banner-swiper .banner-pagination {
    left: 0;
    width: 100%;
    bottom: 30px;
    text-align: center;
  }
}
.video-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
.video-popup .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1e1e1e;
  opacity: 0.8;
}
.video-popup .video-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.video-popup .video-close:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(45deg);
  -moz-transform: scale(1) rotate(45deg);
  -o-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.video-popup .video-close:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}
.video-popup .videoSize {
  position: relative;
  width: 60%;
  padding-top: 35%;
  height: 0;
}
@media (max-width: 767px) {
  .video-popup .videoSize {
    width: 90%;
    padding-top: 60%;
  }
}
.video-popup .videoSize .videoBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-popup .videoSize .videoBox video,.video-popup .videoSize .videoBox p ,.video-popup .videoSize .videoBox iframe {
  display: block;
  width: 100%  !important;
  height: 100%  !important;
  background: #000;
}
.video-popup.show-intro-vieo {
  visibility: inherit;
  opacity: 1;
}
.title {
  line-height: 1;
}
.title b {
  display: block;
  font-size: 40px;
}
.title b img {
  display: inline-block;
  vertical-align: top;
}
.title i {
  display: block;
  margin-top: 22px;
  font-size: 24px;
  color: #0a79c3;
  line-height: 18px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}
.title:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #bdd86c;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .title b {
    display: block;
    font-size: 30px;
  }
  .title b img {
    height: 30px;
  }
  .title i {
    margin-top: 15px;
    font-size: 16px;
    line-height: 12px;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
  padding: 108px 0 128px;
  overflow: hidden;
}
.about .inContent {
  padding-right: 33%;
}
@media screen and (max-width: 1480px) {
  .about .inContent {
    padding-right: 27%;
  }
}
.about .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 46px;
  height: 184px;
  font-size: 16px;
  text-align: justify;
  margin-top: 44px;
}
.about .more {
  display: block;
  margin-top: 72px;
  width: 160px;
  height: 45px;
  background-color: #bdd86d;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .more:hover {
  background-color: #0a79c3;
  box-shadow: 0 10px 10px -5px rgba(10, 121, 195, 0.5);
}
.about .number {
  margin-top: 98px;
}
.about .number ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .number ul li.line {
  background: url(../images/numline.png) center center no-repeat;
  width: 37px;
  height: 62px;
}
.about .number ul li h4 i {
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  line-height: 44px;
}
.about .number ul li h4 em {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 8px;
}
.about .number ul li p {
  line-height: 1;
  font-size: 16px;
  margin-top: 12px;
}
@media screen and (max-width: 1100px) {
  .about {
    padding: 40px 0;
  }
  .about .inContent {
    padding-right: 18%;
  }
  .about .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 36px;
    height: 144px;
    margin-top: 30px;
  }
  .about .more {
    margin-top: 30px;
    font-size: 14px;
  }
  .about .number {
    margin-top: 50px;
  }
  .about .number ul li h4 i {
    font-size: 40px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about .inContent {
    padding-right: 0;
  }
  .about .text {
    font-size: 14px;
  }
  .about .number ul li.line {
    display: none;
  }
  .about .number ul li h4 i {
    font-size: 24px;
    line-height: 20px;
  }
  .about .number ul li h4 em {
    font-size: 12px;
  }
  .about .number ul li p {
    font-size: 12px;
  }
}
.product {
  overflow: hidden;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proNav ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav ul li {
  float: left;
  width: 50%;
  background: url(../images/proli1.jpg) center center no-repeat;
  background-size: cover;
}
.product .proNav ul li:nth-child(2) {
  background: url(../images/proli2.jpg) center center no-repeat;
  background-size: cover;
}
.product .proNav ul li .item {
  position: relative;
  height: 500px;
  padding: 98px 12% 0 12%;
}
.product .proNav ul li .item .pic {
  display: block;
  position: absolute;
  right: 10%;
  width: 52%;
  height: 400px;
  top: 60px;
}
.product .proNav ul li .item .pic img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.product .proNav ul li .item .cont .bt {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 3;
  color: #fff;
}
.product .proNav ul li .item .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 52px;
  line-height: 52px;
  font-size: 32px;
  font-weight: bold;
}
.product .proNav ul li .item .cont .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  line-height: 20px;
}
.product .proNav ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 36px;
  height: 72px;
  font-size: 20px;
  margin-top: 106px;
  color: #fff;
}
.product .proNav ul li .item .cont .more {
  display: block;
  width: 140px;
  border: solid 1px #fff;
  margin-top: 32px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
}
.product .proNav ul li .item .cont .more:hover {
  background-color: #bdd86d;
  color: #fff;
  border-color: #bdd86d;
}
.product .proNav ul li .item:hover .cont .bt {
  color: #bdd86d;
}
@media screen and (max-width: 1700px) {
  .product .proNav ul li .item {
    padding-right: 8%;
    padding-left: 8%;
  }
  .product .proNav ul li .item .pic {
    right: 7%;
  }
}
@media screen and (max-width: 1520px) {
  .product .proNav ul li .item {
    height: 400px;
    padding-top: 58px;
  }
  .product .proNav ul li .item .pic {
    right: 6%;
    height: 340px;
    top: 35px;
  }
  .product .proNav ul li .item .cont .bt span {
    font-size: 24px;
    height: 44px;
    line-height: 44px;
  }
  .product .proNav ul li .item .cont p {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .product .proNav ul li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .product .proNav ul li .item {
    height: auto;
    width: auto;
    padding: 30px 4% 40px;
    margin: auto;
  }
  .product .proNav ul li .item .pic {
    right: 2%;
    height: 190px;
  }
  .product .proNav ul li .item .cont .bt span {
    font-size: 18px;
    height: 38px;
    line-height: 38px;
  }
  .product .proNav ul li .item .cont .bt i {
    line-height: 16px;
    height: 16px;
    font-size: 10px;
  }
  .product .proNav ul li .item .cont p {
    margin-top: 20px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
  }
  .product .proNav ul li .item .cont .more {
    font-size: 15px;
    width: 120px;
    line-height: 34px;
    margin-top: 20px;
  }
}
.combined {
  background: url(../images/yybg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.combined * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.combined .title {
  text-align: center;
  width: 33.333%;
  margin: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  padding-top: 94px;
  height: 248px;
}
.combined .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.combined .title i {
  color: #fff;
  margin-top: 32px;
  font-size: 20px;
  line-height: 14px;
}
.combined .title:after {
  display: none;
}
.combined .yyNav ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.combined .yyNav ul li {
  float: left;
  width: 33.333%;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  color: #fff;
}
.combined .yyNav ul li a {
  display: block;
  height: 290px;
  padding-top: 70px;
  color: #fff;
}
.combined .yyNav ul li a i {
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #bdd86d;
  line-height: 22px;
}
.combined .yyNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-top: 18px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.combined .yyNav ul li a:after {
  content: "";
  display: block;
  margin: 28px auto 0;
  width: 11px;
  height: 52px;
  background: url(../images/yyar.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.combined .yyNav ul li a:hover {
  color: #bdd86d;
  background-color: rgba(255, 255, 255, 0.04);
}
.combined .yyNav ul li a:hover:after {
  animation: sxfd 1.5s linear infinite;
}
@keyframes sxfd {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .combined .title {
    width: 100%;
    border-left: none;
    height: 140px;
    padding-top: 40px;
  }
  .combined .title:before {
    display: none;
  }
  .combined .title b {
    font-size: 30px;
  }
  .combined .title b img {
    height: 30px;
  }
  .combined .title i {
    margin-top: 15px;
    font-size: 16px;
    line-height: 12px;
  }
  .combined .yyNav ul li {
    width: 50%;
  }
  .combined .yyNav ul li a {
    height: 200px;
    padding-top: 30px;
  }
  .combined .yyNav ul li a i {
    font-size: 24px;
  }
  .combined .yyNav ul li a span {
    margin-top: 10px;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
  }
  .combined .yyNav ul li a:after {
    margin-top: 15px;
  }
}
.historical {
  background: url(../images/jcbg.jpg) center center no-repeat;
  background-size: cover;
  padding: 120px 0 150px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .historical {
    padding: 50px 0 60px;
  }
}
.historical * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.historical .jcSwiper {
  margin-top: 58px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .historical .jcSwiper {
    margin-top: 40px;
  }
}
.historical .jcSwiper ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.historical .jcSwiper ul li .item {
  position: relative;
  margin: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.historical .jcSwiper ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.historical .jcSwiper ul li .item .pic {
  opacity: 0;
  filter: alpha(opacity=0);
}
.historical .jcSwiper ul li .item .pic img {
  display: block;
  width: 88px;
  height: 62px;
  object-fit: contain;
}
.historical .jcSwiper ul li .item .line {
  height: 1px;
  background-color: #dddddd;
  margin-top: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.historical .jcSwiper ul li .item .tit {
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  line-height: 64px;
  margin-top: 30px;
  position: relative;
  top: -60px;
}
.historical .jcSwiper ul li .item .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 36px;
  height: 144px;
  font-size: 18px;
  margin-top: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (min-width: 900px) {
  .historical .jcSwiper ul li.swiper-slide-next .item {
    margin: 0 -40px;
  }
  .historical .jcSwiper ul li.swiper-slide-next .item .pic,
  .historical .jcSwiper ul li.swiper-slide-next .item .line,
  .historical .jcSwiper ul li.swiper-slide-next .item .text {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .historical .jcSwiper ul li.swiper-slide-next .item .tit {
    top: 0;
    color: #bdd86d;
    font-size: 72px;
  }
  .historical .jcSwiper ul li.swiper-slide-next + li .tit {
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  .historical .jcSwiper ul li {
    width: 100%;
  }
  .historical .jcSwiper ul li .item .pic,
  .historical .jcSwiper ul li .item .line,
  .historical .jcSwiper ul li .item .text {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .historical .jcSwiper ul li .item .tit {
    top: 0;
    color: #bdd86d;
    font-size: 50px;
    line-height: 50px;
  }
  .historical .jcSwiper ul li .item .text {
    height: auto;
    font-size: 16px;
  }
}
.historical .jcSwiper .jc-prev {
  position: absolute;
  z-index: 2;
  height: 31px;
  width: 52px;
  top: 68px;
  left: 18%;
  background: url(../images/jcl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0);
  cursor: pointer;
  outline: none;
}
.historical .jcSwiper .jc-prev:hover {
  filter: grayscale(0) brightness(1);
}
.historical .jcSwiper .jc-next {
  position: absolute;
  z-index: 2;
  height: 31px;
  width: 52px;
  top: 68px;
  right: 18%;
  background: url(../images/jcr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0);
  cursor: pointer;
  outline: none;
}
.historical .jcSwiper .jc-next:hover {
  filter: grayscale(0) brightness(1);
}
@media screen and (max-width: 900px) {
  .historical .jcSwiper .jc-prev,
  .historical .jcSwiper .jc-next {
    display: none;
  }
}
.case {
  padding: 90px 0 100px;
  overflow: hidden;
}
.case .title {
  text-align: center;
}
.case .title:after {
  display: none;
}
.case .caseSwiper {
  margin-top: 54px;
}
.case .caseSwiper ul li {
  width: 380px;
  margin-right: 30px;
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 100%;
  border: solid 1px #dddddd;
  position: relative;
  overflow: hidden;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .pic i {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 76%;
}
.case .caseSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseSwiper ul li .cont {
  padding: 18px 10px 0;
}
.case .caseSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
}
.case .caseSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  margin-top: 4px;
  color: #666666;
  font-size: 16px;
}
.case .caseSwiper ul li:hover .pic {
  border-color: #0a79c3;
}
.case .caseSwiper ul li:hover .cont .bt {
  color: #0a79c3;
}
@media screen and (max-width: 900px) {
  .case {
    padding: 40px 0;
  }
  .case .caseSwiper {
    margin-top: 30px;
  }
  .case .caseSwiper ul li .cont .bt {
    font-size: 16px;
  }
  .case .caseSwiper ul li .cont p {
    font-size: 15px;
  }
}
.partners {
  padding: 100px 0 110px;
  background: url(../images/hbbg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.partners .title {
  text-align: center;
}
.partners .title b {
  color: #fff;
}
.partners .title:after {
  display: none;
}
.partners .hbSwiper {
  margin-top: 30px;
}
.partners .hbSwiper .swiper-container {
  height: 360px;
}
.partners .hbSwiper ul li {
  float: left;
  width: 18.6%;
  margin-right: 30px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  height: 150px;
}
.partners .hbSwiper ul li .pic {
  background-color: #fefefe;
  display: block;
  width: 100%;
  padding: 15px;
}
.partners .hbSwiper ul li .pic i {
  display: block;
  width: 100%;
  height: 120px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.partners .hbSwiper ul li .pic i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.partners .hbSwiper ul li .bt {
  display: none;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px;
  text-align: center;
  background-color: #bdd86d;
  color: #fff;
}
.partners .hbSwiper ul li:hover .pic i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.partners .hb-pagination {
  text-align: center;
  margin-top: 90px;
  line-height: 0;
}
.partners .hb-pagination span {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  margin: 0 8px !important;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partners .hb-pagination span:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 22px;
  height: 22px;
  background: url(../images/hbpage.png) 0 0 no-repeat;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partners .hb-pagination span.swiper-pagination-bullet-active {
  background-color: #bdd86d;
}
.partners .hb-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .partners {
    padding: 40px 0;
  }
  .partners .hbSwiper {
    margin-top: 10px;
  }
  .partners .hb-pagination {
    margin-top: 30px;
  }
  .partners .hb-pagination span {
    width: 8px;
    height: 8px;
  }
  .partners .hb-pagination span:before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .partners .hbSwiper .swiper-container {
    height: 270px;
  }
  .partners .hbSwiper ul li {
    height: 120px;
    margin-right: 15px;
    margin-top: 15px;
  }
  .partners .hbSwiper ul li .pic {
    padding: 10px;
  }
  .partners .hbSwiper ul li .pic i {
    height: 100px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
.news {
  padding: 104px 0 90px;
  overflow: hidden;
}
.news * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .titBox .title {
  float: left;
}
.news .titBox .more {
  float: right;
  width: 140px;
  height: 40px;
  background-color: #bdd86d;
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .titBox .more:hover {
  background-color: #0a79c3;
  box-shadow: 0 10px 10px -5px rgba(10, 121, 195, 0.5);
}
.news .newsBox {
  margin-top: 48px;
}
.news .newsNav {
  float: left;
  width: 20%;
}
.news .newsNav ul li a {
  display: block;
  font-size: 20px;
  line-height: 72px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsNav ul li a:hover {
  color: #bdd86d;
}
.news .newsNav .page {
  margin-top: 100px;
}
.news .newsNav .page .news-prev {
  float: left;
  height: 31px;
  width: 52px;
  top: 68px;
  left: 18%;
  background: url(../images/jcl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0);
  cursor: pointer;
  outline: none;
}
.news .newsNav .page .news-prev:hover {
  filter: grayscale(0) brightness(1);
}
.news .newsNav .page .news-next {
  float: left;
  margin-left: 20px;
  height: 31px;
  width: 52px;
  top: 68px;
  right: 18%;
  background: url(../images/jcr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(0);
  cursor: pointer;
  outline: none;
}
.news .newsNav .page .news-next:hover {
  filter: grayscale(0) brightness(1);
}
@media screen and (max-width: 900px) {
  .news .newsNav .page {
    display: none;
  }
}
.news .newsSwiper {
  float: right;
  width: 83.6%;
  margin-right: -5.6%;
}
@media screen and (max-width: 1820px) {
  .news .newsSwiper {
    width: 80%;
    margin-right: 0%;
  }
}
.news .newsSwiper .swiper-container {
  margin: 0 -35px;
}
.news .newsSwiper ul li {
  width: 33.333%;
  padding: 0 35px;
  position: relative;
}
.news .newsSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .pic img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .cont {
  padding-top: 30px;
}
.news .newsSwiper ul li .cont .date {
  font-family: Arial;
  font-size: 16px;
  line-height: 12px;
  color: #999999;
}
.news .newsSwiper ul li .cont .bt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  margin-top: 10px;
}
.news .newsSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper ul li .cont .more {
  display: inline-block;
  margin-top: 10px;
  height: 26px;
  line-height: 26px;
  color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .cont .more:after {
  content: ">";
  width: 16px;
  height: 16px;
  background-color: #bdd86d;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 7px;
  color: #fff;
  font-size: 13px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsSwiper ul li .cont .more:hover {
  color: #0a79c3;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsSwiper ul li .cont .more:hover:after {
  background-color: #0a79c3;
}
.news .newsSwiper ul li:hover .pic {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 50%;
}
.news .newsSwiper ul li:hover .cont .bt {
  color: #0a79c3;
}
@media screen and (max-width: 1480px) {
  .news .newsSwiper .swiper-container {
    margin: 0 -20px;
  }
  .news .newsSwiper ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .news {
    padding: 40px 0;
  }
  .news .titBox .more {
    display: none;
  }
  .news .newsBox {
    margin-top: 20px;
  }
  .news .newsNav {
    width: 100%;
    float: none;
  }
  .news .newsNav ul::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .news .newsNav ul li {
    float: left;
    text-align: center;
    width: 33.33%;
    padding: 0 1px;
  }
  .news .newsNav ul li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background: #eee;
  }
  .news .newsSwiper {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
}
.links {
  padding-bottom: 90px;
  overflow: hidden;
}
.links .linksBox {
  display: flex;
  align-items: center;
}
.links .linksBox .tit {
  float: left;
  position: relative;
}
.links .linksBox .tit i {
  text-transform: uppercase;
  display: block;
  font-family: Arial;
  font-size: 48px;
  font-weight: bold;
  line-height: 38px;
}
.links .linksBox .tit i::first-letter {
  color: #0a79c3;
}
.links .linksBox .tit span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  height: 22px;
  padding: 0 5px;
  position: absolute;
  z-index: 2;
  left: 44px;
  top: 0;
}
.links .linksBox .list {
  flex: 1;
  overflow: hidden;
  line-height: 36px;
  margin: -10px 0;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-left: 30px;
}
.links .linksBox .list a:hover {
  color: #0a79c3;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 900px) {
  .links {
    padding-bottom: 40px;
  }
  .links .linksBox .list {
    line-height: 26px;
    margin: -6px 0;
  }
}
@media screen and (max-width: 640px) {
  .links {
    display: none;
  }
}

#canvas{
  width:100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 1;
  top:0;
  left:0;
  pointer-events: none;
  opacity: 0.3;
}