/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

/*文字超出隐藏*/

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/


#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 90px;
  position: absolute;
  width: 100%;

}

#header.header-transparent {}

#header.header-scrolled {


  box-shadow: 0 0 18px rgb(0 0 0 / 10%);

  transition: all 0.3s;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;


}


.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 90px;

}

.top-box .logo .logo-tu2 {
  display: none;
}

/*导航菜单 */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 4;
  height: 90px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {

  width: 100%;
  text-align: center;



}

.nav-menu a {
  display: block;

  color: #fff;
  padding: 0 5px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 18px;

  position: relative;



}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #ECA617;
  text-decoration: none;

}

.nav-menu li:hover>a::before {
  width: 50%;
  background: #ECA617;
}

.nav-menu .active>a::before {
  width: 50%;
  background: #ECA617;
}

.nav-menu a:hover::before, .nav-menu .active a:hover:before {
  width: 50%;
  background: #ECA617;
}

.nav-menu ul li a:before {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-menu .drop-down .nav_sub {
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;

  margin: auto;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;




}

.nav-menu .drop-down:hover .nav_sub {
  opacity: 1;
  top: 90px;
  visibility: visible;
  height: 400px;
  max-height: 400px;

}

.nav-menu .drop-down .nav_sub .container {
  position: absolute;
  left: 0;
  right: 0;

  margin: auto;
  display: flex;
  align-items: stretch;

}

.nav_sub .nav_l {
  width: 40%;
  padding: 40px 40px 40px 0;
  background-color: #f8f8f8;
  height: 400px;
}

.nav_sub .nav_l b {
  font-size: 30px;
  line-height: 48px;
  display: block;
  color: #333;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}

.nav_sub .nav_l div {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: left;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nav_sub .nav_l a {
  background-color: #42A0E8;
  width: 150px;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 40px;
}


.nav_sub .nav_l ::before {
  content: '';
  width: 1920px;
  height: 100%;
  position: absolute;
  background: #f8f8f8;
  left: -1920px;
  top: 0;
}



.nav_sub .nav_l a:hover {
  color: #fff;
}

.nav_sub .nav_l a::before {
  width: 100%;
}


.nav_r {
  width: 60%;
  background-color: #ffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;

}

.nav_sub .nav_r .l {
  width: 50%;
  padding-left: 5%;
  padding-top: 50px;

}

.nav_sub .nav_r .l a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  white-space: nowrap;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  color: #333;
}

.nav_sub .nav_r .l a:hover {
  color: #42A0E8;
}

.nav_sub .nav_r .l a::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

.nav_sub .nav_r .l a:hover::before {
  width: 50%;
  background: #42A0E8;

}

.nav_sub .nav_r.nav_pro .l {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav_sub .nav_r.nav_pro .l ul { flex-direction: column; }
.nav_sub .nav_r.nav_pro .l ul li { display: flex; align-items: center;}
.nav_sub .nav_r.nav_pro .l ul li a { width: 160px;}
.nav_sub .nav_r.nav_pro .l ul li ul { display: flex; flex-direction: row; }

.nav_sub .nav_r.nav_pro .l ul li ul li a { height: 35px; line-height: 35px;}
.nav_sub .nav_r.nav_pro .l ul li ul li a { color: #999; font-size: 16px; width: auto;  background: url(../images/sanjiaoyou.png) no-repeat center left; padding-left: 20px; margin-left: 10px; } 
.nav_sub .nav_r.nav_pro .l ul li ul li ul { display: flex; flex-direction: row!important; margin-left: 60px;}
.nav_sub .nav_r.nav_pro .l ul li ul li ul a {  background: url(../images/shuangjiantou.png) no-repeat center left; }
.nav_sub .nav_r.nav_pro .l ul li:first-child ul { flex-direction: column;}

.nav_sub .nav_r.nav_pro .l a {
  width: 100%;
}

.nav_sub .nav_r .r {
  width: 40%;
  padding-top: 20px;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.nav-menu .drop-down a i {
  display: none;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}


.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}

#header.header-scrolled .nav-menu a {
  color: #333;
}

#header.header-scrolled .language {
  color: #333;
}

#header.header-scrolled .language a {
  color: #333;
}

#header.header-scrolled .language a:hover {
  color: #ECA617;
}

#header.header-scrolled .nav-menu a:hover, #header.header-scrolled .nav-menu .active>a, #header.header-scrolled .nav-menu li:hover>a {
  color: #42A0E8;


}

#header.header-scrolled .nav_sub .nav_r.nav_pro .l ul li ul li a { color: #999;}
#header.header-scrolled .h_language .icon { color: #333;}
#header.header-scrolled .h_language  .lanimg1 { display: none;}
#header.header-scrolled .h_language  .lanimg { display: block;}
#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}

#header.header-scrolled .nav_sub .nav_l a {
  color: #fff;
}
#header.header-scrolled  .nav-menu li:hover>a::before {
  width: 50%;
  background: #42A0E8;
}

#header.header-scrolled  .nav-menu .active>a::before {
  width: 50%;
  background: #42A0E8;
}

#header.header-scrolled  .nav-menu a:hover::before, #header.header-scrolled .nav-menu .active a:hover:before {
  width: 50%;
  background: #42A0E8;
}

/*  */
.nav_fr {
  height: 90px;
  display: flex;
  align-items: center;
}

.h_language {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
}

.h_language .icon {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.h_language .icon img {
  margin-right: 8px;
  height: 20px;
}

.h_language .icon i {
  padding-left: 5px;
}

.h_language .lan_down {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45px;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 3px 5px #d6d6d7;
  padding: 10px;
  display: none;
}

.h_language .lan_down dl {
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.h_language .lan_down dl a {
  display: block;

}
.h_language  .lanimg { display: none;}
.h_language .lan_down dl a:hover {
  color: #42A0E8;
}

.h_language .lan_down::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  pointer-events: none;
  width:0;
  height:0;
border-right:15px solid transparent;
border-left:15px solid transparent;
border-bottom:15px solid #fff;

}


/* 手机导航 */
.mobile-menu-hamburger { display: none;}
.mobile-menu-hamburger a { color: #333; font-size: 28px;}
#header.header-scrolled .mobile-menu-hamburger a { color: #333; font-size: 28px;}
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  z-index: 9999;
}

.mobile-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-menu-inner {
  width: 100%;
  height: 100%;
  width: 350px;
  background-color: #fff;
  -webkit-box-shadow: -1px 0px 20px -5px #aaa;
  box-shadow: -1px 0px 20px -5px #aaa;
  position: relative;
  -webkit-transform: translateX(calc(100% - 50px));
  -ms-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  margin-left: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}



.mobile-menu-inner .mobile-menu-inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding:0 20px;
  
}

.mobile-menu-inner .offcanvas-btn-close {
  font-size: 40px;
  color: #000000;
  opacity: 1;
}

.mobile-menu-inner .offcanvas-btn-close i {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  font-weight: normal;
}

.mobile-menu-inner .offcanvas-btn-close i:hover {
  color: #42A0E8;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu-inner .widget-social {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu {
  text-align: start;
  padding: 10px 0px 30px;
}

.mobile-menu>.has-children>a i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  padding: 3px 0;

  text-align: right;
}
.mobile-menu>.has-children>a i.expanded {
  transform: rotate(90deg);

  color: #42A0E8;
}
.mobile-menu>.has-children .dropdown {

  padding-left: 10px;
}

.mobile-menu>.has-children .dropdown li a {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 0 ;

  text-align: right;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.mobile-menu>.has-children .dropdown li a i {  width: 50px;
  padding: 3px 0;}
.mobile-menu>.has-children .dropdown li a:hover {
  color: #42A0E8;
 
}

.mobile-menu>.has-children.active>a {
  color: #42A0E8;
}

.mobile-menu>.has-children.active>a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu>li {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
}

.mobile-menu>li>a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.mobile-menu>li>a:hover {
  color: #42A0E8;
}

.mobile-menu>li:first-child {
  border-top: 1px solid #ebebeb;
}

/*首页banner图*/
#banner { position: relative;}
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  position: relative;
  overflow: hidden;

}

#banner .swiper-slide img {
  width: 100%;
  position: relative;

}

#banner .swiper-slide .scalePic {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: .2s;
}





#banner .swiper-slide-active .scalePic {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 60px;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;


}

#banner .swiper-button:hover {
  background: #42A0E8;
}

.btn-prev {
  left: 5%;
}

.btn-prev img, .btn-next img {
  width: 80%;
}

.btn-next {
  right: 5%;
}

/* #banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #42A0E8;
  width: 40px;
  transition-delay: 0s;
} */

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}


.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;


}



#banner_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 15px;
  background: #fff;
  opacity: 0.5;

}

#banner_pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

#banner_pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  opacity: 1;

  background: rgba(255, 255, 255, 1);
}

#banner_pagination .swiper-pagination-bullet {
  position: relative;
}

#banner_pagination .swiper-pagination-bullet .left {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  margin: auto;
  width: 12px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}

#banner_pagination .swiper-pagination-bullet .right {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  margin: auto;
  width: 15px;
  height: 30px;
  opacity: 0;
  overflow: hidden;
}

#banner_pagination .swiper-pagination-bullet .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: auto;
  width: 12px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 0 20px 20px 0;
  border-left: 0;
}

#banner_pagination .swiper-pagination-bullet-active .left {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .right {
  opacity: 1;
}

#banner_pagination .swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateleft;
}

#banner_pagination .swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-name: gyrateright;
}

@keyframes gyrateright {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes gyrateleft {
  0% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #333;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt p {
  font-size: 36px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #fff;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #999;
  border: 1px solid #999;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

.indexXian {
  position: absolute;
  left: 8%;
  top: auto;
  z-index: 1;
  bottom: 40px;
  display: flex;
}

.indexXian span {
  font-size: 14px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-right: 12px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  position: relative;
}

.indexXian i {
  width: 2px;
  height: 80px;
  background: #EFEFEF;
  display: block;
  position: relative;
  overflow: hidden;
}

.indexXian i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #42A0E8;
  opacity: 1;
  animation: aline 3s infinite linear;
}

@keyframes aline {
  from {
    bottom: 100%;
  }

  to {
    bottom: -100%;
  }
}

.yuan {position: relative; margin-top: 60px;}

.yuan span {position: absolute; width:20px; height: 20px; background: #fff;border-radius: 50%; bottom: 0;}

.yuan span:nth-child(1){animation: cross-1 1.5s infinite linear;}

.yuan span:nth-child(2){ background: #42A0E8; animation: cross-2 1.5s infinite linear;}

@keyframes cross-1{

  0%{transform: translateX(0); opacity: 0.8;}

  50%{transform: translateX(200%); opacity: 1;}

  100%{transform: translateX(0);opacity: 0.8;}

}

@keyframes cross-2{

  0%{transform: translateX(200%); opacity: 0.8;}

  50%{transform: translateX(0); opacity: 1;}

  100%{transform: translateX(200%);opacity: 0.8;}

}
/*关于我们*/

.main_title {
  text-align: center;
  margin-bottom: 10px;
}

.main_title .m_p1 {
  font-size: 40px;
  display: flex;
  font-weight: bold;
  color: #42A0E8;
  align-items: center;
  justify-content: flex-start;

}
.main_title .m_p2 { font-size: 18px; margin-top: 20px; color: #999;}
.main_title .m_p3 { font-size: 46px; margin-top: 10px; color: #333;}
.main_title .m_p4 { font-size: 26px; margin-top: 10px; color: #999;}

.pad80{ padding: 80px 0;}
.pad50{ padding: 50px 0;}

.pro-video video {
  width: 100%;
  object-fit: cover;
}

.pro-video .video .abtu {
  position: relative;
  display: block;
  background: url(../images/abbg.jpg) no-repeat center center;
  background-size: 100%;
  background-attachment: fixed;
  height: 360px;
}

.pro-video .video .abtu >div {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 3;

}

.pro-video .video .abtu>div>b {
  display: block;
  width: 74px;
  height: 74px;
  margin: 0 auto;
  position: relative;
}

.pro-video .video .abtu>div>b:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/turnicon.png") no-repeat center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  animation: rotate360 5s linear 0s infinite normal;
}

@keyframes rotate360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.pro-video .video .abtu>div>b img {
  width: 100%;
  height: 100%;
  object-fit: none;
}

.pro-video .video .abtu>div>p {
  font-size: 14px;
  color: #fff;

  margin-top: 5px;
}
.layui-layer-page .layui-layer-content {
  overflow: hidden;
}

.layui-layer-ico {
  background: url(../images/icon.png) no-repeat
}

.layui-layer-setwin .layui-layer-close2 {
  z-index: 9999;
}

.layui-layer {

  background: #000;

}
.about {


  position: relative;
  background: url(../images/abbg.jpg) no-repeat top;
  background-size: 100%;
}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;


}

.about_fr {
  width: 42%;
  padding-right: 5%;



}

.about_fl .ab_txt {
  line-height: 30px;

  color: #666;
  font-size: 16px;
  text-align: justify;
  line-height: 38px;

}

.about_fl .ab_txt span {
  color: #666;
}


.about_fl {
  width: 55%;
  overflow: hidden;
  padding-left: 3%;


}



.more {
  border-radius: 23px;
  height: 46px;
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  color: #FFF;
  font-family: Arial;
  text-align: center;
  width: 160px;
  background: #42A0E8;
  border: 1px solid #42A0E8;
  margin-top: 45px;
  box-shadow: 0 0 10px #42A0E8;
  position: relative;
  transition: all .3s;
}

.more:hover {
  background:#068FD6;
  border: 1px solid #068FD6;
  box-shadow: 0 0 10px rgb(0, 31, 90);;
}

.ab_bottom {
  margin-top: 40px;

  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}

.ab_bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;

  padding: 0;
}

.ab_bottom b {
  font-size: 36px;
  color: #333;
  margin-top: 10px;

}



.ab_bottom li {
  width: 25%;

}

.ab_bottom li img {
  height: 40px;
}

.ab_bottom li a {
  text-decoration: none;
  position: relative;
  margin: 20px auto;
  display: block;
  transition: all .3s;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  margin-right: 20px;

}

.ab_bottom li:last-child a {
  border-right: none;
}

.ab_bottom .ab_num {
  display: flex;
  align-items: center;

}

.ab_bottom li a i {
  font-size: 20px;
  color: #666;
  padding-left: 6px;

}

.ab_bottom li a p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;

}

.ab_bottom li a b {
  color: #42A0E8;

}

/* 产品 */
.pro_box { background: url(../images/bj.png) no-repeat; background-size: cover;}
.tj_tu {

  position: relative;
display: flex;

}
.slide_nav { width: 20%;}
#thumbs .swiper-wrapper { flex-direction: column;}
#gallery { width: 73%;}
.prbg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#gallery .swiper-slide {
  position: relative;

}



#gallery .swiper-slide .product-box {

  display: flex;
  align-items: center;
background: #fff;
border-radius: 10px;



}


#gallery .swiper-slide .product-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, .1);

  border-radius: 20px;
  flex-direction: column;
  padding: 0;
}

#gallery .swiper-slide .product-box .pro_con {
width: 100%;
padding: 3% ;
}
#gallery .swiper-slide .product-box .pro_con .product_title p{ flex-wrap: wrap; display: flex; font-size: 15px; line-height: 30px; color: #999;}
#gallery .swiper-slide .product-box .pro_con .product_title p a{ border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; font-size: 16px; margin: 15px 15px 15px 0;}
#gallery .swiper-slide .product-box .pro_con .product_title p a:hover { color: #42A0E8;padding-bottom: 1px solid #42A0E8;}
/* 
#gallery .swiper-slide .product-box .pro_con .product_title ul{

  display: flex;
  flex-wrap: wrap;

  

}
#gallery .swiper-slide .product-box .pro_con .product_title li { width: calc(50% - 20px); position: relative;padding:10px 5px; margin:10px 5px ; background: rgba(255, 255, 255, .1);font-size: 16px; color: #333; text-align: center;}
#gallery .swiper-slide .product-box .pro_con .product_title a {position: relative; display: block;color: #333; }
#gallery .swiper-slide .product-box .pro_con .product_title li:hover { background: #42A0E8; color: #fff;}
#gallery .swiper-slide .product-box .pro_con .product_title li:hover a{ color: #fff;}
#gallery .swiper-slide .product-box .pro_con .product_title li ul { display: none; position: absolute; left: 100%; top:10px; width: 100%;   flex-direction: column; background:#42A0E8; z-index: 1;}
#gallery .swiper-slide .product-box .pro_con .product_title li ul li { width: 100%;}
#gallery .swiper-slide .product-box .pro_con .product_title li ul li a { padding: 0 5px; background: none;}
#gallery .swiper-slide .product-box .pro_con .product_title ul li:hover ul { display: block;} */
#gallery .swiper-slide .product-box .pro_con .product_txt {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 32px;
  color: #333;
}

#gallery .swiper-slide .product-box .pro_con .product_icon {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;

}

#gallery .swiper-slide .product-box .pro_con .product_icon div {

  text-align: center
}

#gallery .swiper-slide .product-box .pro_con .product_icon div p {
  margin-top: 15px;
  color: #333;
}


#gallery .swiper-slide .product-box .pro_con .product_icon .more {
  display: block !important;

}

#gallery .swiper-slide .product-box .product_tu {
  width: 100%;
  padding-bottom: 30px;
}
.tj_tu { margin-top: 40px;}
.tj_tu .swiper-button-prev {
  left: 50px;


}

.tj_tu .swiper-button-next {
  right: 50px;
}

.tj_tu .swiper-button-next, .tj_tu .swiper-button-prev {
  background: none;
  outline: none;
  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;

}

.tj_tu .swiper-button-next:hover, .tj_tu .swiper-button-prev:hover {
  color: #fff;
  background: #42A0E8;
}

#thumbs {

  width: 100%;
  position: relative;
}
.line { position: absolute; top:0px; left:12px;  border-right: 1px dashed #dedede; width: 1px; height: 100%; }
#thumbs .swiper-wrapper {
  flex-wrap: wrap;
}

.tj_tu .swiper-container-thumbs {
  position: relative;

}
.slide_nav .swiper-container { overflow: visible; z-index: 2;}
.tj_tu .swiper-container-thumbs .swiper-slide {

margin: 5px;
padding: 25px 0 25px 30px;
  color: #333;
  width: 100%!important;
  display: flex;
  justify-content: flex-start;
  align-items: center;


 
}

.tj_tu .swiper-container-thumbs .swiper-slide ul{ width: 100%;}
.tj_tu .swiper-container-thumbs .swiper-slide ul li{  position: relative; }
.tj_tu .swiper-container-thumbs .swiper-slide p::before {content: ''; position: absolute; left: -30px; top:10px; width:15px; height: 15px; border-radius: 15px; background: #ececec;}
.tj_tu .swiper-container-thumbs .swiper-slide a{display: block;  width: 100%; color: #333; font-size: 24px; }
.tj_tu .swiper-container-thumbs .swiper-slide a img { background:#f1f1f1; border-radius: 20px; padding:10px; margin-bottom: 6px; }
.tj_tu .swiper-container-thumbs .swiper-slide .xiala { display: none; padding: 10px; background:rgba(66,160,232, 1); border-radius: 10px; width: 160%; position: absolute; left:100%; top:-10px;z-index: 999;}
.tj_tu .swiper-container-thumbs .swiper-slide .xiala a{  display: block; padding: 8px 0; font-size: 18px; line-height: 32px; color: #fff; text-align: left;}
.tj_tu .swiper-container-thumbs .swiper-slide .xiala a:hover { color: #ECA617;}
.tj_tu .swiper-container-thumbs .swiper-slide:hover .xiala{ display: block;   }
.tj_tu .swiper-slide-thumb-active img{
 background: #42A0E8!important;



}
.tj_tu .swiper-slide-thumb-active p a{ color: #42A0E8!important; }
.tj_tu .swiper-slide-thumb-active p::before { background:#42A0E8!important;}


#case{  width: 94%;
  padding: 3%;}
  #case  .swiper-wrapper { padding-bottom: 40px;}
#case .swiper-slide {
  width: 100%;
  height: 100%;


  position: relative;
  transform: scale(1);

  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;
border-radius: 10px;

}

#case .swiper-pagination-bullet-active {
  background: #42A0E8;
}

#case .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

#case .swiper-slide img {
  width: 100%;

  display: block;
  height: 100%;
  border: none;
  border-radius: 10px;
}

#case .swiper-slide a {
  display: block;
  position: relative;
  border-radius: 10px;
}

#case .swiper-slide p {

  padding:10px 0;
  text-align: center;
  color: #333;
  font-size: 18px;
  margin: 0;
 
  width: 100%;

 
}

#case .swiper-slide-active {

}


#case .swiper-slide-active, .swiper-slide-duplicate-active {
 
  z-index: 1002;
}

/* 设备车间 */
.sl {

  position: relative;
}
.sbcj { margin-top: 50px; display: flex; margin-bottom: 30px;}
.sbcj a { width: 15%; height: 55px; font-size: 20px;  text-align: center; background: #F3F4F7; display: block; line-height: 55px; margin-right: 15px; }
.sbcj a:hover { background: #42A0E8;}
.xcal .swiper-wrapper {
  padding-top: 20px;
}

.xcal .swiper-slide {
  transition: all 0.5s ease;
  position: relative;
}

.xcal .swiper-slide .info img {
  margin-top: 35%;
}


.xcal .swiper-slide .info {
  opacity: 0;
  position: absolute;
  height: 0;
  transition: all 0.5s;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;

  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.xcal .swiper-slide:hover .info {
  height: calc(100% - 90px);
  opacity: 1;
}

.xcal .swiper-slide .inner-con {
  position: relative;
  z-index: 1;
}
.xcal .swiper-slide .inner-con p{ display: flex; align-items: center; justify-content: space-between; padding: 0 10px; font-size: 16px;}
.xcal .swiper-slide .inner-con p span{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.xcal .swiper-slide .inner-con p i{ width: 40px; height: 35px; border-radius: 35px; background: #42A0E8; text-align: center; line-height: 35px; color: #fff; font-size: 16px;}
.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.xcal .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  height: 90px;
  line-height: 90px;
  font-size: 17px;

}

.sl .swiper-button-next {
  position: absolute;
  top: 5%;
  left: calc(100% - 240px);

  color: #666;


  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width:50px;
  border-radius: 100%;
  border: 1px solid #dedede;
  font-size: 24px;
  line-height:50px;
  text-align: center;
  height: 50px;
  transition: all .5s ease;
  outline: none;
  background: none;
}

.sl .swiper-button-prev {
  position: absolute;
  top: 5%;
  left: calc(100% - 310px);

  color: #666;

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 50px;
  border-radius: 100%;
  border: 1px solid #dedede;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  transition: all .5s ease;
  outline: none;
  background: none;
}

.sl .swiper-button-prev:hover, .sl .swiper-button-next:hover {
  background: #42A0E8;
  color: #fff;
}

.xcal  { margin-bottom: 60px;}

.xcal .swiper-slide:hover {
  margin-top: -20px;
}

.xcal .swiper-slide:hover p {
  background: #42A0E8;
  color: #fff;
}
.xcal .swiper-slide:hover p i{ background: #fff; color: #42A0E8;}
/*  优势 */
.service_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.service_fl {
  width: 15%;
  background: #42A0E8;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.Solution {

  width: 100%
}

.Solution .swiper-num {
  position: absolute;
  bottom: 28%;
  left: -13%;
  color: rgba(255, 255, 255, .7);
  font-size: 26px;
  z-index: 9;
}

.Solution .swiper-num .active {
  color: #fff;
  padding-right: 4px;
  font-size: 40px;
  font-weight: bold;
}

#sol_top .swiper-slide {
  position: relative;
}

#sol_top .swiper-slide .bg {
  position: relative;
}

#sol_top .swiper-slide .bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  content: '';
}

#sol_top .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

#sol_top .swiper-slide .product-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 999;

}
#sol_top .swiper-slide .product-box { position: absolute; left: 0; right: 0; margin: 0 auto; top:42%}
#sol_top .swiper-slide .product-box b {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  width: 100%;
  text-align: center;
  display: block;
}

#sol_top .swiper-slide .product-box p {
  font-size: 18px;
  margin: 10px auto;
  line-height: 36px;
  text-align: center;
  width: 70%;
}
.Solution  { position: relative;}
.Solution img {
  width: 100%;
}


.Solution .swiper-button-prev {
  left: 50px;
  top: 45%;


}

.Solution .swiper-button-next {
  right: 50px;
  top: 45%;
}

.Solution .swiper-button-next,
.Solution .swiper-button-prev {
  background: none;
  outline: none;

  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;

}

.Solution .swiper-button-next:hover,
.Solution .swiper-button-prev:hover {
  color: #fff;
  background: #42A0E8;
}

#sol_bot {

position: absolute;
bottom: 0;
left: 0;
  width: 100%;
  height: 200px;
}

.Solution .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}

#sol_bot .swiper-wrapper {
  flex-wrap: wrap;


}

.Solution .swiper-container-thumbs .swiper-slide span {
  position: relative;
  z-index: 1;
}

.Solution .swiper-container-thumbs .swiper-slide {

  cursor: pointer;
  color: #fff;

  position: relative;
  overflow: hidden;
  width: 25% !important;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  transition: all 0.8s;
  background: rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);

}

.Solution .swiper-container-thumbs .swiper-slide p {
  font-size: 30px;
  text-align: center;
  z-index: 2;
  width: 100%;


  
}
.Solution .swiper-container-thumbs .swiper-slide .num { font-size: 60px; color: rgba(255, 255, 255, .3); font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}

.Solution .swiper-container-thumbs .swiper-slide-thumb-active  {
  background:#42A0E8 !important;
  color: #fff !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
/* 案例 */
.honorbg { background: #f7f7f7; background-size: cover;}

.pj { padding-bottom: 50px; margin-top: 30px;}
.pj .swiper-slide a{ box-shadow: 0 0 10px #dedede;}
#gallery2 .swiper-slide a .ys-txt b {
  font-size: 32px;
  display: block;
  margin-bottom: 30px;
}

#gallery2 .swiper-slide .item .ys-txt p {
  line-height: 28px;
  font-size: 16px;
}

.tj_tu2 img {

}




.tj_tu2 .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;margin-bottom: 10px;
}

.tj_tu2 .swiper-container-thumbs .swiper-slide {

  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  position: relative;
}

.tj_tu2 .swiper-container-thumbs .swiper-slide img {

  width: 60px;
  margin-bottom: 10px;

}

.tj_tu2 .swiper-container-thumbs .swiper-slide::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 80%; background: #42A0E8; height: 0px;}

.tj_tu2 .swiper-container-thumbs .swiper-slide:hover::before {
height: 2px;

}

.tj_tu2 .swiper-container-thumbs .swiper-slide i {
  display: block;
}

.tj_tu2 .swiper-slide.swiper-slide-thumb-active{ position: relative;}

.tj_tu2 .swiper-slide.swiper-slide-thumb-active::before{
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 90%; background: #42A0E8; height: 2px;


}

.tj_tu2 .swiper-slide-thumb-active  {
  color: #42A0E8 !important;
}

/* 新闻 */
.news { }
.news_box { display: flex; justify-content: space-between; margin-top: 40px;}


.news_fl {
  width: 70%;

  padding-right: 15px;
}
.tit a{ float: right; color: #999; font-size: 15px;}
.tit a:hover { color: #42A0E8;}
.tit { display: flex; align-items: center; justify-content: space-between; font-size: 26px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #f1f1f1;}
.news_fr {
  width: 30%;
  padding-left: 15px;
}

.news_list .item {
  box-sizing: border-box;
  transition: all 0.3s;
  width: calc(50% - 15px);
  float: left;
  display: block;
position: relative;
  margin-right: 15px;

}

.news_list .item img {
  height: 293px;
}

.news_list .item .info_box {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.news_list .item .date p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
}

.news_list .item .s_title {
  font-size: 18px;

  font-stretch: normal;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.news_list .item .info {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  margin: 10px 0;
  letter-spacing: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list .item:hover .info_box {
  background: #42A0E8;
}

.news_content {
  margin-top: 10px;
}

.news_content a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:42px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  transition: all .3s;
  
}

.news_content .day {
  color: #333;
  width: 20%;
  height: 70px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

.news_content .newscon {
  width: 80%;
  padding-left: 40px;

}

.news_content .news-more {
  margin-top: 10px;
  transition: all .3s;
}

.news_content .newscon b {
  padding-bottom: 10px;
  font-size: 20px;
  color: #333;
  display: block;
  font-weight: normal;

}

.news_content .newscon p {
  color: #333;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.news_content .day span {
  font-size: 34px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.news_content .day p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.news_content a:hover {
  background: url(../images/newsbg.jpg) no-repeat;
  background-size: 100%;
}

.news_content a:hover .news-more {
  padding-left: 30px;
}

.news_info a {
  display: block;
  padding: 13px 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
  transition: all .3s;
}

.news_info a b {
  color: #333;
  font-weight: normal;
  font-size: 18px;
  display: block;
  margin-bottom: 29px;
}

.news_info a p {
  line-height: 24px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #f1f1f1;
  padding: 20px 0;
}

.news_info a span {
  float: right;
  font-size: 18px;
  color: #999;
}

.news_info a:hover {
  background: #42A0E8;
  color: #fff;
}

.news_info a:hover b,
.news_info a:hover p,
.news_info a:hover span {
  color: #fff;
}

.news_a {
  text-align: center;
  margin-top: 50px;
}

.news_a .more {
  border: 1px solid #42A0E8;
  color: #42A0E8;
  padding: 10px 40px;
}
/*底部footer*/
.footer-main {

  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: url(../images/ftbg.jpg) no-repeat center center;
  background-size: cover;
padding: 60px 0 30px 0;

}

.footer-main .container {
  display: flex;

  justify-content: space-between;
}


.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {


  width: 40%;




}

.footer-list3 {


  width: 35%;



}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 20px;

  margin-bottom: 20px;
  margin-top: 0;
  display: block;


}
.footer-list1 { border-left: 1px solid rgba(255, 255, 255, 0.3); padding-left: 2%;}

.footer-list1 .socials {

  margin-bottom:30px;
  display: flex;



}
.footer-list1 p img { margin-right: 8px;}
.footer-list1 .socials li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  
  width: 45px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 10px #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-list1 .socials li:hover { background: #3C69C4;}
.footer-list1 .socials li:hover img { filter: brightness(100);}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #fff;
  font-size: 16px;

  line-height: 32px;
  padding-bottom: 5px;
}

.footer-list1 p a,
.footer-list2 p a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;

}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #ECA617;
}


.address-content {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  text-align: left;

}

.address-content span {

  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #3C69C4;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;

}

.address-content p {
  color: #fff;
  font-size: 13px;
}
.foot_con { display: flex;}
.foot_con div{ margin-right: 20px;}
.footer-copyright {

  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-copyright p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: center;
  text-align: center;
  margin-bottom: 0;

}
.footer-copyright span {
  color: rgba(255, 255, 255, 0.7);}
.footer-copyright p span {
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-copyright a {
  color: rgba(255, 255, 255, 0.7);
}

/*返回顶部*/
.scroll {

  position: fixed;
  right: 30px;
  bottom: 70px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  z-index: 99999;
  color: #fff;
}

.scroll a p {
  color: #fff;
  margin-top: 5px;
}

.scroll .return {

  transform: scaleY(0);
  transition: 0.5s;
  background-color: #42A0E8;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  border-radius: 5px;


}
.scroll i { font-size: 20px; color: #fff;}
.scroll .active {
  transform: scale(1);
}

