@charset 'utf-8';
/************************************************* common *****************************************************************/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
.main {
  min-width: 1200px;
}
.header .logo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 118px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.header .logo-box .lang-change {
  position: relative;
  width: 290px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-align: center;
}
.header .logo-box .lang-change::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.header .logo-box .lang-change a {
  color: #000;
  font-size: 16px;
}
.header .logo-box .lang-change .ch-btn {
  margin-right: 20px;
}
.header .logo-box .lang-change .en-btn {
  margin-left: 20px;
}
.header .logo-box .lang-change .on {
  color: #2c67e8;
}
.header-nav {
  position: relative;
  width: 100%;
  height: 60px;
}
.header-nav .bgColor-left,
.header-nav .bgColor-right {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.header-nav .bgColor-left {
  left: 0;
  background-color: #2c67e8;
}
.header-nav .bgColor-right {
  right: 0;
  background-color: #29166f;
}
.header-nav .nav-box {
  display: flex;
  width: 1200px;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.header-nav .nav-box .nav-list {
  display: flex;
}
.header-nav .nav-box .nav-list .nav-item {
  width: 120px;
  height: 60px;
  border-right: 1px solid #5685ec;
}
.header-nav .nav-box .nav-list .nav-item .nav-link {
  white-space: nowrap;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #2c67e8;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.header-nav .nav-box .nav-list .nav-item .on {
  background-color: #ff9900;
}
.header-nav .nav-box .nav-list .nav-item .top-list-navSub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.header-nav .nav-box .nav-list .nav-item .top-list-navSub ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.header-nav .nav-box .nav-list .nav-item .top-list-navSub ul li {
  font-size: 0;
}
.header-nav .nav-box .nav-list .nav-item .top-list-navSub ul li a {
  display: inline-block;
  padding: 0 10px;
  margin: 5px 0;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  border-right: 1px solid #eaeaea;
  transition: all 0.3s ease;
}
.header-nav .nav-box .nav-list .nav-item .top-list-navSub ul li a:hover {
  background-color: #2c67e8;
  color: #fff;
}
.header-nav .nav-box .nav-list .nav-item:first-child {
  border-left: 1px solid #5685ec;
}
.header-nav .nav-box .contact-phone {
  height: 60px;
  /*line-height: 60px;*/
  margin-left: 25px;
  padding-top: 5px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-nav .nav-box .contact-phone span {
  vertical-align: middle;
  font-size: 18px;
}
.header-nav .nav-box .contact-phone .phone-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(../img/phone-icon.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer-box {
  width: 100%;
  height: 50px;
  background-color: #333;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}
.footer .wechat-btn {
  font-size: 0;
}
.footer .wechat-btn .btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/wechat-icons.png);
  background-size: 63px 31px;
  background-repeat: no-repeat;
}
.footer .wechat-btn .wechat {
  position: relative;
}
.footer .wechat-btn .wechat .wechat-des {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 125px;
  height: 125px;
  border: 2px solid #2c67e8;
  font-size: 0;
  z-index: 99;
}
.footer .wechat-btn .wechat .wechat-des::after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%) rotate(45deg);
  background-color: #2c67e8;
  z-index: -1;
}
.footer .wechat-btn .btn:nth-child(1) {
  background-position: 0;
  margin-right: 20px;
}
.footer .wechat-btn .btn:nth-child(2) {
  background-position: -33px -1px;
}
.right-float {
  position: fixed;
  right: 60px;
  top: 50%;
  margin-top: -200px;
  z-index: 999;
}
.right-float .rf-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 2px;
  background-color: #2c67e8;
}
.right-float .rf-box span {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(../img/right-icons.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.right-float .rf-box:nth-child(1) span {
  background-position: -1px 2px;
}
.right-float .rf-box:nth-child(2) span {
  background-position: -1px -37px;
}
.right-float .rf-box:nth-child(3) span {
  background-position: -1px -76px;
}
.right-float .rf-box:nth-child(4) span {
  background-position: -1px -114px;
}
.right-float .rf-box:nth-child(5) span {
  background-position: -1px -154px;
}
.right-float .phone .phone-des {
  position: absolute;
  display: none;
  top: 0;
  right: 110%;
  padding: 0 16px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #2c67e8;
  white-space: nowrap;
}
.right-float .phone .phone-des::after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  right: -3px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #2c67e8;
  z-index: -1;
}
.right-float .wechat-des {
  position: absolute;
  top: -50%;
  margin-top: -9px;
  right: 110%;
  display: none;
  width: 125px;
  height: 125px;
  border: 2px solid #2c67e8;
  font-size: 0;
}
.right-float .wechat-des::after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  right: -3px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #2c67e8;
  z-index: -1;
}
.tit {
  width: 1200px;
  margin: 0 auto;
  padding: 78px 0;
  text-align: center;
  user-select: none;
}
.tit h1 {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 36px;
  color: #000;
  text-align: center;
  opacity: 0;
}
.tit h1::before,
.tit h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #2c67e8;
  top: 50%;
  transform: translateY(-50%);
}
.tit h1::before {
  left: -98px;
}
.tit h1::after {
  left: calc(100% + 48px);
}
.tit .tit-des {
  font-size: 18px;
  color: #666;
  text-align: center;
  opacity: 0;
}
.tit .tit-des span {
  color: #2c67e8;
}
.inner-banner {
  width: 100%;
  height: 420px;
  background-image: url(../img/inner-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 100%;
}
.inner-crumb {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 50px auto 40px;
  height: 30px;
  line-height: 30px;
}
.inner-crumb .crumb-tit {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.inner-crumb .crumb-details {
  line-height: 30px;
  font-size: 0;
}
.inner-crumb .crumb-details .home-icon {
  display: inline-block;
  width: 21px;
  height: 20px;
  margin-right: 5px;
  background-image: url(../img/home.png);
  background-size: 21px 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transform: translateY(3px);
}
.inner-crumb .crumb-details span,
.inner-crumb .crumb-details a {
  font-size: 16px;
  color: #666;
  user-select: none;
  transition: all 0.3s ease;
}
.inner-crumb .crumb-details a:hover {
  color: #2c67e8;
}
.inner-crumb .crumb-details .crumb-arrow {
  margin: 0 5px;
}
.inner-nav {
  position: relative;
  width: 1280px;
  margin: 0 auto 40px;
}
.inner-nav .inner-nav-container {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.inner-nav .inner-nav-container .inner-nav-item {
  position: relative;
  width: 240px;
  line-height: 40px;
  background-color: #f4f4f4;
  text-align: center;
}
.inner-nav .inner-nav-container .inner-nav-item::after {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 24px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #ccc;
}
.inner-nav .inner-nav-container .inner-nav-item .inner-nav-link {
  display: block;
  padding: 0 15px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}
.inner-nav .inner-nav-container .inner-nav-item:last-child::after {
  display: none;
}
.inner-nav .inner-nav-container .on {
  background-color: #2c67e8;
}
.inner-nav .inner-nav-container .on::after {
  right: -1px;
}
.inner-nav .inner-nav-container .on .inner-nav-link {
  color: #fff;
}
.inner-nav .inner-nav-navigation .swiper-button-prev,
.inner-nav .inner-nav-navigation .swiper-button-next {
  width: 20px;
  height: 40px;
  margin-top: -20px;
  opacity: 1;
  bottom: 0;
  background-image: none;
  border: 1px solid #ccc;
  background-image: url(../img/arrow.png);
  background-size: 50px 17px;
  background-repeat: no-repeat;
}
.inner-nav .inner-nav-navigation .swiper-button-prev {
  background-position: 4px 12px;
}
.inner-nav .inner-nav-navigation .swiper-button-next {
  background-position: -36px 12px;
}
.inner-nav .inner-nav-navigation .swiper-button-next.swiper-button-disabled,
.inner-nav .inner-nav-navigation .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.news-time {
  font-size: 16px;
  margin-bottom: 26px;
}
.news-time .time-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background-image: url(../img/time.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-time span {
  vertical-align: middle;
}
.pagination {
  margin-bottom: 80px;
  text-align: center;
}
.pagination .pagination-container {
  display: inline-flex;
  font-size: 0;
}
.pagination .pagination-container a {
  margin-right: 15px;
  font-size: 14px;
}
.pagination .pagination-container a:last-child {
  margin-right: 0;
}
.pagination .p-btn {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #2c67e8;
}
.pagination .next {
  margin-right: 0;
}
.pagination .page {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #888;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.pagination .current {
  color: #2c67e8;
  border: 1px solid #2c67e8;
}
.detail-pagination {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding-top: 50px;
  border-top: 1px dashed #e4e4e4;
}
.detail-pagination a {
  color: #666;
}
.detail-pagination a:hover {
  color: #2c67e8;
}
/************************************************* /common *****************************************************************/
/************************************************* index *****************************************************************/
.banner .banner-container {
  position: relative;
  height: 680px;
  overflow: hidden;
}
.banner .banner-container .swiper-pagination {
  bottom: 117px;
}
.banner .banner-container .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 20px 0 0;
  background-color: #333;
}
.banner .banner-container .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}
.banner .banner-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2c67e8;
}
.service-icons {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 200px;
  margin: -100px auto 0;
  padding: 30px 0;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 5;
}
.service-icons .s-icon {
  width: 292.5px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #e4e4e4;
}
.service-icons .s-icon span {
  height: 80px;
  display: inline-block;
  background-image: url(../img/goodness-icons.png);
  background-size: 989px 80px;
  background-repeat: no-repeat;
}
.service-icons .s-icon h1 {
  margin-top: 16px;
  font-size: 20px;
  color: #000;
}
.service-icons .s-icon:last-child {
  border-right: 0;
}
.service-icons .s-icon:nth-child(1) span {
  width: 80px;
  background-position: 0 0;
}
.service-icons .s-icon:nth-child(2) span {
  width: 90px;
  background-position: -294px 0;
}
.service-icons .s-icon:nth-child(3) span {
  width: 95px;
  background-position: -592px 0;
}
.service-icons .s-icon:nth-child(4) span {
  width: 100px;
  background-position: -889px 0;
}
.about {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.about .about-content {
  width: 100%;
  height: 500px;
}
.about .about-content .about-img {
  float: left;
  width: 720px;
  height: 100%;
}
.about .about-words {
  float: left;
  width: 480px;
  height: 100%;
  padding: 36px 24px 0 17px;
  background-color: #2c67e8;
  color: #fff;
  font-size: 14px;
  user-select: none;
}
.about .about-words h1 {
  font-size: 14px;
  margin-bottom: 30px;
}
.about .about-words p {
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
  word-break: break-all;
}
.about .about-more {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 440px;
  margin-top: 78px;
}
.about .about-more .am-imgs {
  display: flex;
  justify-content: center;
  width: 474px;
  height: 100%;
}
.about .about-more .am-imgs .am-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 474px;
  height: 370px;
}
.about .about-more .am-imgs .am-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  border-radius: 10px;
}
.about .about-more .am-imgs .am-box .am-inner span {
  display: block;
  margin: 0 auto 26px;
  background-image: url(../img/intro-icons.png);
  background-size: 364px 75px;
  background-repeat: no-repeat;
}
.about .about-more .am-imgs .am-box .am-inner h1 {
  position: relative;
  padding-bottom: 14px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.about .about-more .am-imgs .am-box .am-inner h1::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15.5px;
  bottom: 0;
  width: 31px;
  height: 3px;
  background-color: #fff;
}
.about .about-more .am-imgs .qualifications {
  height: 250px;
  background-color: #ff9900;
}
.about .about-more .am-imgs .qualifications span {
  width: 48px;
  height: 54px;
  background-position: 0 -21px;
}
.about .about-more .am-imgs .introduce {
  height: 370px;
  background-color: #2c67e8;
  background-image: url(../img/company-intro.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about .about-more .am-imgs .introduce span {
  width: 80px;
  height: 75px;
  background-position: -142px 0px;
}
.about .about-more .am-imgs .calture {
  height: 250px;
  background-color: #5380ff;
}
.about .about-more .am-imgs .calture span {
  width: 41px;
  height: 47px;
  background-position: -323px -28px;
}
.about .about-more .am-details {
  width: 672px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  word-break: break-all;
}
.about .about-more .am-details .know-more {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  color: #00a9f3;
}
.about .about-more .am-details .know-more:hover span {
  display: inline-block;
  transition: all 0.3s ease;
  transform: translateX(5px);
}
.about .about-more .about-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 447px;
  height: 419px;
  background-image: url(../img/circle1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.case {
  position: relative;
}
.case .case-container {
  width: 1200px;
  margin: 0 auto;
}
.case .case-container .case-nav-list {
  font-size: 0;
  margin-bottom: 60px;
}
.case .case-container .case-nav-list .case-nav-item {
  display: inline-block;
  width: 224px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #212726;
  background-color: #f4f4f4;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.case .case-container .case-nav-list .on {
  background-color: #2c67e8;
  color: #fff;
}
.case .case-container .case-nav-list .case-nav-item:last-child {
  margin-right: 0;
}
.case .circle2,
.case .circle3,
.case .circle4 {
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.case .circle2 {
  right: 0;
  top: -97px;
  width: 234px;
  height: 340px;
  background-image: url(../img/circle2.png);
}
.case .circle3 {
  width: 361px;
  height: 561px;
  left: 0;
  bottom: 64px;
  background-image: url(../img/circle3.png);
}
.case .circle4 {
  width: 204px;
  height: 305px;
  right: 243px;
  bottom: 24px;
  background-image: url(../img/circle4.png);
}
.case-img-box {
  position: relative;
  height: 710px;
  margin-bottom: 50px;
}
.case-img-box .case-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}
.case-img-box .case-wrapper .case-item {
  width: 380px;
  height: 325px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #fafafa;
}
.case-img-box .case-wrapper .case-item .case-img {
  display: block;
  width: 100%;
  height: 215px;
  overflow: hidden;
}
.case-img-box .case-wrapper .case-item .case-img img {
  transition: all 0.3s ease;
}
.case-img-box .case-wrapper .case-item .case-img img:hover {
  transform: scale(1.05);
}
.case-img-box .case-wrapper .case-item .case-des {
  height: 11px;
  padding: 20px 19px 0;
}
.case-img-box .case-wrapper .case-item .case-des .case-title {
  display: block;
  position: relative;
  padding-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.case-img-box .case-wrapper .case-item .case-des .case-title a {
  font-size: 16px;
  color: #333;
}
.case-img-box .case-wrapper .case-item .case-des .case-title a:hover {
  color: #2c67e8;
}
.case-img-box .case-wrapper .case-item .case-des .case-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.case-img-box .case-wrapper .case-item .case-des .case-know-more {
  margin-top: 17px;
  text-align: right;
}
.case-img-box .case-wrapper .case-item .case-des .case-know-more a {
  display: inline-block;
  transition: all 0.3s ease;
  color: #666;
}
.case-img-box .case-wrapper .case-item .case-des .case-know-more a span {
  display: inline-block;
  width: 31px;
  height: 10px;
  margin-left: 10px;
  background-image: url(../img/case-arrow.png);
  background-size: 65px 10px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  transition: all 0.3s ease;
}
.case-img-box .case-wrapper .case-item .case-des .case-know-more a:hover {
  color: #2c67e8;
}
.case-img-box .case-wrapper .case-item .case-des .case-know-more a:hover span {
  background-position: -33px 0px;
}
.case-img-box .case-wrapper .case-item:nth-child(3n) {
  margin-right: 0;
}
.case-img-box .show {
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease;
}
.product {
  background-color: #fafafa;
}
.product .product-banner {
  position: relative;
  width: 1200px;
  height: 270px;
  margin: 0 auto 30px;
}
.product .product-banner .product-nav-list {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  white-space: nowrap;
}
.product .product-banner .product-nav-list .product-nav-item {
  display: inline-block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #e6ebef;
  color: #000;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.product .product-banner .product-nav-list .product-nav-item:last-child {
  border-right: 0;
}
.product .product-banner .product-nav-list .on {
  background-color: #2c67e8;
  color: #fff;
}
.product .product-contaner {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  overflow: hidden;
  display: none;
}
.product .product-contaner .product-slide {
  width: 370px;
  height: 291px;
}
.product .product-contaner .product-slide:hover img {
  transform: scale(1.05);
}
.product .product-contaner .product-slide:hover .product-name {
  color: #2c67e8;
}
.product .product-contaner .product-slide .product-img {
  width: 100%;
  height: 260px;
  background-color: #fff;
  overflow: hidden;
}
.product .product-contaner .product-slide .product-img img {
  transition: all 0.3s ease;
}
.product .product-contaner .product-slide .product-name {
  height: 31px;
  line-height: 2.5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.product .product-swiper-box {
  position: relative;
  width: 1321px;
  margin: 0 auto;
}
.product .product-swiper-box .show {
  display: block;
}
.product .product-navigation div {
  top: 50%;
  margin-top: -75px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-image: url(../img/arrow.png);
  background-size: 50px 17px;
  background-repeat: no-repeat;
  opacity: 1;
  outline: 0;
}
.product .product-navigation .swiper-button-prev {
  left: 0;
  background-position: 13px 11px;
}
.product .product-navigation .swiper-button-next {
  right: 0;
  background-position: -27px 11px;
}
.product .product-navigation .swiper-button-disabled {
  opacity: 0;
}
.video-box {
  position: relative;
  height: 630px;
}
.video-box:hover .video-img {
  filter: brightness(0.7) blur(1.5px);
}
.video-box:hover .video-btn {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.video-box .video-img {
  width: 100%;
  height: 100%;
  background-image: url(../img/envideo-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  transition: all 0.5s ease;
}
.video-box .video-btn {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 326px;
  left: 50%;
  margin-left: -35px;
  background-image: url(../img/video-btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: all 0.5s ease;
}
.news {
  padding-bottom: 79px;
  background-color: #fafafa;
}
.news .newx-box {
  width: 1200px;
  margin: 0 auto ;
}
.news .newx-box .news-top {
  display: flex;
  margin-bottom: 20px;
  height: 240px;
}
.news .newx-box .news-top .news-img {
  width: 590px;
  height: 100%;
  margin-right: 20px;
  font-size: 0;
}
.news .newx-box .news-top .news-top-list {
  width: 590px;
  height: 100%;
  background-color: #fff;
  padding: 0 20px 0 20px;
}
.news .newx-box .news-top .news-top-list .news-top-item {
  position: relative;
  padding-top: 17.5px;
  padding-bottom: 18px;
}
.news .newx-box .news-top .news-top-list .news-top-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}
.news .newx-box .news-top .news-top-list .news-top-item a {
  display: inline-block;
  width: 90%;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.news .newx-box .news-top .news-top-list .news-top-item a:hover {
  color: #2c67e8;
}
.news .newx-box .news-top .news-top-list .news-top-item span {
  display: inline-block;
  width: 20px;
  height: 22px;
  margin-right: 18px;
  vertical-align: top;
  background-image: url(../img/news-icon.png);
  background-size: 20px 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.news .newx-box .news-top .news-top-list .news-top-item:last-child::after {
  display: none;
}
.news .newx-box .news-bottom .news-b-list {
  display: flex;
}
.news .newx-box .news-bottom .news-b-item {
  width: 285px;
  height: 270px;
  margin-right: 20px;
  padding: 20px;
  background-color: #fff;
}
.news .newx-box .news-bottom .news-b-item .news-time {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
}
.news .newx-box .news-bottom .news-b-item .news-title {
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 16px;
}
.news .newx-box .news-bottom .news-b-item .news-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}
.news .newx-box .news-bottom .news-b-item .news-des {
  word-break: break-all;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .newx-box .news-bottom .news-b-item .more {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-indent: 15px;
  background-color: #ccc;
  color: #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.news .newx-box .news-bottom .news-b-item .more::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border: 7px solid;
  border-color: transparent transparent #fff transparent;
  transform: translateY(-50%) rotate(90deg);
}
.news .newx-box .news-bottom .news-b-item .more:hover {
  background-color: #2c67e8;
}
.news .newx-box .news-bottom .news-b-item:last-child {
  margin-right: 0;
}
.power {
  width: 1200px;
  margin: 0 auto;
}
.power .power-tit {
  padding: 79px 0 33px;
}
.power .power-tit h1 {
  display: flex;
  justify-content: center;
}
.power .power-tit h1 .word {
  display: inline-block;
  height: 42px;
  background-image: url(../img/words.png);
  background-size: 80px 42px;
  background-repeat: no-repeat;
}
.power .power-tit h1 .w1 {
  width: 37px;
  background-position: 0 0;
}
.power .power-tit h1 .w2 {
  width: 41px;
  margin-left: 28px;
  background-position: -39px 0;
}
.power .power-tit h1 .normal-word {
  line-height: 42px;
  font-size: 30px;
  color: #000;
}
.power .power-boxs {
  display: flex;
  flex-wrap: wrap;
}
.power .power-boxs .pb-more {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.power .power-boxs .pb-more:hover span {
  display: inline-block;
  transition: all 0.3s ease;
  transform: translateX(5px);
}
.power .power-boxs .pb-title {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  user-select: none;
}
.power .power-boxs .pb-title h1 {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.power .power-boxs .pb-title .pb-more {
  float: right;
  color: #fff;
}
.power .power-boxs .pb-img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.power .power-boxs .pb-img img {
  transition: all 0.3s ease;
}
.power .power-boxs .pb-img img:hover {
  transform: scale(1.05);
}
.power .power-boxs .power-box1 {
  width: 520px;
  height: 240px;
  padding-top: 57px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url(../img/power1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.power .power-boxs .power-box1 .pb1-des {
  margin-left: 20px;
}
.power .power-boxs .power-box1 .pb1-des h1 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.power .power-boxs .power-box1 .pb1-des h2 {
  margin-bottom: 40px;
  font-size: 15px;
  color: #333;
}
.power .power-boxs .power-box2 {
  position: relative;
  width: 670px;
  height: 350px;
  margin-bottom: 10px;
}
.power .power-boxs .power-box3 {
  position: relative;
  width: 520px;
  height: 300px;
  margin-right: 10px;
  margin-top: -110px;
}
.power .power-boxs .power-box4 {
  display: flex;
}
.power .power-boxs .power-box4 .b4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px 0 20px;
  width: 330px;
  height: 190px;
}
.power .power-boxs .power-box4 .b4 .b4-des {
  flex: 1;
}
.power .power-boxs .power-box4 .b4 .b4-des h1 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.power .power-boxs .power-box4 .b4 .b4-des .pb-more {
  color: #fff;
}
.power .power-boxs .power-box4 .b4 .b4-icon {
  width: 50px;
  height: 50px;
  background-image: url(../img/power-icon.png);
  background-size: 102px 50px;
  background-repeat: no-repeat;
}
.power .power-boxs .power-box4 .s1 {
  margin-right: 10px;
  background-color: #ff9900;
}
.power .power-boxs .power-box4 .s2 {
  background-position: -50px 0;
  background-color: #5380ff;
}
.power .power-boxs .power-box4 .s1 .b4-icon {
  background-position: 0 0;
}
.power .power-boxs .power-box4 .s2 .b4-icon {
  background-position: -52px 0;
}
.recruit .recruit-container {
  position: relative;
  display: flex;
  min-width: 1200px;
  height: 610px;
}
.recruit .recruit-container .recruit-con {
  position: relative;
  width: 960px;
  height: 100%;
  padding: 75px 77px;
  background-color: #2c67e8;
  background-image: url(../img/recruit-bg.png);
  background-size: 960px 610px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
.recruit .recruit-container .recruit-con .recruit-des {
  float: right;
  text-align: right;
  color: #fff;
}
.recruit .recruit-container .recruit-con .recruit-des h1 {
  font-size: 22px;
  margin-bottom: 55px;
}
.recruit .recruit-container .recruit-con .recruit-des ul > li {
  margin-bottom: 55px;
}
.recruit .recruit-container .recruit-con .recruit-des ul > li h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.recruit .recruit-container .recruit-con .recruit-des ul > li p {
  /* max-width: 353px; */
  font-size: 14px;
  line-height: 2;
}
.recruit .recruit-container .recruit-con .recruit-des ul > li p span {
  position: relative;
  margin-left: 45px;
}
.recruit .recruit-container .recruit-con .recruit-des ul > li p span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.7;
}
.recruit .recruit-container .recruit-con .recruit-more {
  position: absolute;
  bottom: 75px;
  right: 77px;
  width: 99px;
  height: 31px;
  line-height: 31px;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 16px;
  white-space: nowrap;
  z-index: 0;
}
.recruit .recruit-container .recruit-con .recruit-more:hover {
  transform: translateY(3px);
}
.recruit .recruit-container .recruit-con .recruit-more:hover span {
  transform: translateX(2px);
}
.recruit .recruit-container .recruit-con .recruit-more span {
  display: inline-block;
  color: #fff;
  margin-left: 7px;
  transition: transform 0.3s ease;
}
.recruit .recruit-container .recruit-con .hb-border-bottom-br3 {
  position: absolute;
  transition-duration: 0.3s;
  overflow: visible;
  box-sizing: border-box;
  border: none;
  border-radius: 16px;
}
.recruit .recruit-container .recruit-con .hb-border-bottom-br3::after {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #ffffff;
  left: 0px;
  bottom: 0px;
  border-top-width: 2px;
  border-radius: 16px;
  transition: border-top-width 0.1s ease 0.2s, height 0.2s ease 0.1s, width 0.2s ease 0s, margin 0.2s ease 0s;
  z-index: 2;
}
.recruit .recruit-container .recruit-con .hb-border-bottom-br3:hover::after {
  width: 60%;
  height: 0px;
  border-width: 0px 2px 2px;
  margin: 0px 20%;
  transition: border-top-width 0.1s ease 0s, height 0.2s ease 0.1s, width 0.2s ease 0.2s, margin 0.2s ease 0.2s;
}
.recruit .recruit-container .recruit-map {
  position: relative;
  width: 960px;
  height: 100%;
  overflow: hidden;
}
.recruit .recruit-container .recruit-icons {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -42.5px;
  transform: translateY(-50%);
  z-index: 99;
}
.recruit .recruit-container .recruit-icons .r-icon {
  display: block;
  width: 85px;
  height: 85px;
  margin-bottom: 20px;
  background-image: url(../img/recruit.png);
  background-size: 85px 305px;
  background-repeat: no-repeat;
  transition: all 0.6s ease;
}
.recruit .recruit-container .recruit-icons .r-icon:hover {
  transform: scale(1.05);
}
.recruit .recruit-container .recruit-icons .r-icon:last-child {
  margin-bottom: 0;
}
.recruit .recruit-container .recruit-icons .ri1 {
  background-position: 0 0;
}
.recruit .recruit-container .recruit-icons .ri2 {
  background-position: 0 -103px;
}
.recruit .recruit-container .recruit-icons .ri3 {
  background-position: 0 -220px;
}
.contact-words,
.contact-map-box {
  width: 50%;
}
.contact-container {
  display: flex;
  margin-bottom: 100px;
}
.contact-words p {
  font-size: 16px;
  color: #000;
}
.contact-words .QRcode {
  margin-top: 50px;
  width: 200px;
}
.contact-words .contact-map-box {
  width: 650px;
  height: 390px;
}
.message-detail-content {
  max-width: 1200px;
  margin: 0 auto;
}
.message-detail-content .message-title {
  font-size: 24px;
}
.message-detail-content .message-des {
  font-size: 18px;
  color: #999;
  line-height: 2;
}
.message-detail-content .form {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.message-detail-content .form .inp-box {
  margin-left: -2%;
}
.message-detail-content .form .inp-box .inp {
  width: 31.2%;
  margin-left: 2%;
  line-height: 42px;
  float: left;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
  margin-bottom: 50px;
}
.message-detail-content .form .con {
  width: 100%;
  height: 150px;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 10px;
  font-size: 20px;
}
.message-detail-content .form .bot {
  margin-top: 0.4rem;
}
.message-detail-content .form .bot .l-con {
  float: left;
  line-height: 50px;
}
.message-detail-content .form .bot .l-con .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #666;
  margin-right: 20px;
}
.message-detail-content .form .bot .l-con .label .text {
  width: 150px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dedede;
  padding-left: 5px;
  font-size: 25px;
}
.message-detail-content .form .bot .l-con .code {
  width: 150px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  color: #666;
  margin-right: 20px;
}
.message-detail-content .form .bot .l-con img {
  width: 100%;
  height: 100%;
}
.message-detail-content .form .bot .r-con {
  float: right;
}
.message-detail-content .form .bot .r-con .btn {
  width: 150px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.message-detail-content .form .bot .r-con .btn.submit {
  background-color: #2c67e8;
  color: #fff;
  border: 1px solid #2c67e8;
  margin-right: 20px;
  transition: all 0.3s ease;
}
.message-detail-content .form .bot .r-con .btn.submit:hover {
  border-radius: 35px;
}
.message-detail-content .form .bot .r-con .btn.cancel {
  border: 1px solid #dedede;
  background-color: #fff;
  color: #999;
  transition: all 0.3s ease;
}
.message-detail-content .form .bot .r-con .btn.cancel:hover {
  border-radius: 35px;
}
/************************************************* /index *****************************************************************/
/************************************************* inner *****************************************************************/
.content {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}
.content p {
  font-size: 16px;
  color: #000;
  line-height: 2.5;
}
.content .case-img-box {
  height: auto;
}
.content .case-img-box .case-wrapper {
  position: relative;
}
.content .inner-product {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.content .inner-product .inner-pro-item {
  margin-right: 45px;
  margin-bottom: 50px;
}
.content .inner-product .inner-pro-item .product-link {
  display: block;
  width: 370px;
  height: 291px;
}
.content .inner-product .inner-pro-item .product-link:hover img {
  transform: scale(1.05);
}
.content .inner-product .inner-pro-item .product-link:hover .product-name {
  color: #2c67e8;
}
.content .inner-product .inner-pro-item .product-link .product-img {
  width: 100%;
  height: 260px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}
.content .inner-product .inner-pro-item .product-link .product-img img {
  transition: all 0.3s ease;
}
.content .inner-product .inner-pro-item .product-link .product-name {
  height: 31px;
  line-height: 2.5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.content .inner-product .inner-pro-item:nth-child(3n) {
  margin-right: 0;
}
.content .inner-news {
  margin-bottom: 50px;
}
.content .inner-news .inner-news-item {
  position: relative;
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}
.content .inner-news .inner-news-item:hover {
  transform: translateY(-3px);
}
.content .inner-news .inner-news-item p {
  color: #666;
}
.content .inner-news .inner-news-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  left: 0;
  bottom: 0;
}
.content .inner-news .inner-news-item .inner-news-img {
  width: 290px;
  height: 179px;
  margin-right: 40px;
  overflow: hidden;
}
.content .inner-news .inner-news-item .inner-news-img img {
  transition: all 0.5s ease;
}
.content .inner-news .inner-news-item .inner-news-img:hover img {
  transform: scale(1.05);
}
.content .inner-news .inner-news-item .inner-news-words {
  flex: 1;
  width: 870px;
}
.content .inner-news .inner-news-item .inner-news-words .inner-news-tit {
	width: 870px;	
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .inner-news .inner-news-item .inner-news-words .inner-news-des {
	width: 870px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.content .inner-news .inner-news-item:hover .inner-news-tit {
  color: #2c67e8;
}
.content .inner-news .inner-news-item:hover::after {
  background-color: #2c67e8;
}
.content .news-content .news-tit {
  font-size: 30px;
  text-align: center;
}
.content .news-content .news-time {
  text-align: center;
}
.content .news-content .news-words {
  line-height: 2;
  font-size: 18px;
}
.content .news-content .product-img {
  text-align: center;
}
.content .single-page {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.content .single-page .page {
  position: relative;
  padding: 36px 0;
}
.content .single-page .page::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #ccc;
}
.content .single-page .page h1 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.content .single-page .page h2 {
  font-size: 18px;
  margin: 15px 0;
}
.content .single-page .page:first-child {
  padding-top: 0;
}
/************************************************* /inner *****************************************************************/

.video-box .video-content {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 700px;
  background-color: #fff;
  z-index: 999;

}
.video-box .video-content .close {
    position: absolute;
    right: -35px;
    width: 50px;
    line-height: 50px;
    text-align: center; 
    border-radius: 50%;
    top: -35px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
}