@charset "UTF-8";
.banner {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 450px;
  z-index: -1;
}

.banner .swiper-container {
  height: 450px;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-button-prev, .swiper-button-next {
  width: 15%;
  height: 100%;
  top: 0;
  background: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev span, .swiper-button-next span {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -32px;
  border-radius: 100%;
  background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center 17px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.swiper-button-next span {
  background: rgba(180, 180, 180, 0.25) url(../img/arrows.png) no-repeat center -71px;
  left: auto;
  right: 20px;
}

.swiper-button-prev:hover span, .swiper-button-next:hover span {
  opacity: .6;
}

/*分页器*/
.banner .swiper-pagination {
  top: auto;
  bottom: 20px;
  background: none;
}

.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 3px;
  margin: 0 3px;
  cursor: pointer;
  background: none;
  border-radius: 0;
  opacity: 1;
}

.banner .swiper-pagination-bullet span {
  width: 50px;
  height: 3px;
  display: block;
  background: #fff;
}

.banner .swiper-pagination-bullet-active span {
  background: #1695ef;
}

.banner .autoplay .swiper-pagination-bullet-active span {
  background: #fff;
}

.banner .swiper-pagination-bullet i {
  background: #1695ef;
  height: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  display: block;
}

.banner .autoplay .firsrCurrent i {
  -webkit-transition: -webkit-transform 2.9s linear;
  transition: -webkit-transform 2.9s linear;
  transition: transform 2.9s linear;
  transition: transform 2.9s linear, -webkit-transform 2.9s linear;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.banner .autoplay .current i {
  -webkit-transition: -webkit-transform 4s linear;
  transition: -webkit-transform 4s linear;
  transition: transform 4s linear;
  transition: transform 4s linear, -webkit-transform 4s linear;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.banner .autoplay .replace span {
  background: #fff;
}

.banner-text {
  margin: 0 auto;
  width: 970px;
}

.banner-text h2 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  color: #1695ef;
}

.banner-text h3 {
  margin-bottom: 60px;
  font-size: 32px;
  color: #656565;
}

.banner-text a {
  display: block;
  width: 140px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #1695ef;
  border: 1px solid #1695ef;
  border-radius: 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.banner-text a:hover {
  color: #fff;
  background-color: #1695ef;
}

.heading .cn {
  font-size: 32px;
  font-weight: 700;
  color: #212121;
}

.heading .en {
  margin-top: 12px;
  font-size: 16px;
  color: #999;
}

.product-container {
  margin-top: 660px;
  padding: 60px 0;
  background-color: #fff;
}

.product-container .heading {
  text-align: center;
}

.product-container .tab-wrap {
  margin: 45px auto;
  width: 800px;
 
  font-size: 0;
  line-height: 44px;
  border: 1px solid #ccc;
  border-radius: 44px;
  overflow: hidden;
}

.product-container .tab-wrap .tab-item {
  display: inline-block;
  width: 159px;
  height: 44px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-right: 1px solid #ccc;
  cursor: pointer;
}

.product-container .tab-wrap .tab-item:last-child {
  width: 160px;
  border-right: 0;
}

.product-container .tab-wrap .tab-item:last-child:hover, .product-container .tab-wrap .tab-item:last-child.on {
  width: 160px;
  border-right: 0;
}

.product-container .tab-wrap .tab-item.on, .product-container .tab-wrap .tab-item:hover {
  color: #fff;
  border-right: 1px solid #1695ef;
  background-color: #1695ef;
}

.product-container .tab-content {
  margin: 80px auto 0;
  width: 1300px;
  height: 366px;
  overflow: hidden;
}

.product-container .tab-content .product-swiper {
  position: relative;
}

.product-container .tab-content .product-swiper .swiper-container {
  margin: 0 50px;
  width: 1201px;
}

.product-container .tab-content .product-swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 299px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
}

.product-container .tab-content .product-swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}

.product-container .tab-content .product-swiper .swiper-container .swiper-wrapper .swiper-slide .img-wrap {
  width: 240px;
  height: 240px;
  overflow: hidden;
}

.product-container .tab-content .product-swiper .swiper-container .swiper-wrapper .swiper-slide .img-wrap img {
  display: block;
  width: 240px;
  height: 240px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.product-container .tab-content .product-swiper .swiper-container .swiper-wrapper .swiper-slide .product-info {
  padding: 30px 0;
}

.product-container .tab-content .product-swiper .swiper-container .swiper-wrapper .swiper-slide .product-info .name {
  display: block;
  font-size: 16px;
  color: #424242;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-container .tab-content .product-swiper .swiper-container .swiper-wrapper .swiper-slide .product-info .more {
  display: block;
  margin: 20px auto 0;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 118px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  border: 1px solid #ccc;
  background: url(../images/arrow-right.png) 70px center no-repeat;
  border-radius: 30px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.product-container .tab-content .product-swiper .swiper-container .swiper-wrapper .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-container .tab-content .product-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .product-info .name {
  color: #1695ef;
}

.product-container .tab-content .product-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .product-info .more {
  padding: 0 15px;
  color: #fff;
  background: #1695ef url(../images/arrow-right.png) 90px center no-repeat;
  border: 1px solid #1695ef;
}

.product-container .tab-content .product-swiper .swiper-button-prev, .product-container .tab-content .product-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/s-prev.png) !important;
  left: 0px;
  right: auto;
}

.product-container .tab-content .product-swiper .swiper-button-prev:hover {
  background-image: url(../images/s-prev-on.png) !important;
}

.product-container .tab-content .product-swiper .swiper-button-next, .product-container .tab-content .product-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/s-next.png) !important;
  right: 0px;
  left: auto;
}

.product-container .tab-content .product-swiper .swiper-button-next:hover {
  background-image: url(../images/s-next-on.png) !important;
}

.product-container .tab-content .product-swiper .swiper-button-next, .product-container .tab-content .product-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 12px;
  margin-top: -6px;
  z-index: 8;
  cursor: pointer;
  background-size: 40px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.news-container {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.news-container .container {
  font-size: 0;
}

.news-container .container .news-wrap {
  display: inline-block;
  vertical-align: top;
  width: 915px;
  font-size: 0;
}

.news-container .container .news-wrap .news-swiper {
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  width: 385px;
}

.news-container .container .news-wrap .news-swiper .swiper-container {
  width: 385px;
}

.news-container .container .news-wrap .news-swiper .swiper-container .swiper-slide img {
  display: block;
  width: 385px;
  height: 312px;
}

.news-container .container .news-wrap .news-swiper .swiper-container .swiper-slide .desc {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: #212121;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-container .container .news-wrap .news-swiper .swiper-container .swiper-slide:hover .desc {
  color: #1695ef;
}

.news-container .container .news-wrap .news-swiper .swiper-container-horizontal > .swiper-pagination-bullets, .news-container .container .news-wrap .news-swiper .swiper-pagination-custom, .news-container .container .news-wrap .news-swiper .swiper-pagination-fraction {
  padding: 11px 0;
  bottom: 36px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.news-container .container .news-wrap .news-list {
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 530px;
}

.news-container .container .news-wrap .news-list .news-item {
  font-size: 0;
  margin-bottom: 8px;
}

.news-container .container .news-wrap .news-list .news-item.active a, .news-container .container .news-wrap .news-list .news-item:hover a {
  color: #1695ef;
  font-weight: 700;
}

.news-container .container .news-wrap .news-list .news-item.active .content-wrap, .news-container .container .news-wrap .news-list .news-item:hover .content-wrap {
  display: block;
}

.news-container .container .news-wrap .news-list .news-item a {
  display: inline-block;
  vertical-align: middle;
  width: 350px;
  font-size: 16px;
  line-height: 2;
  color: #212122;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-container .container .news-wrap .news-list .news-item .date {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  width: 90px;
  font-size: 14px;
  color: #999;
}

.news-container .container .news-wrap .news-list .news-item .content-wrap {
  display: none;
  margin: 10px 0 20px;
  height: 94px;
  font-size: 0;
}

.news-container .container .news-wrap .news-list .news-item .content-wrap img {
  display: inline-block;
  width: 148px;
  height: 94px;
}

.news-container .container .news-wrap .news-list .news-item .content-wrap .content {
  display: inline-block;
  vertical-align: top;
  margin-left: 22px;
  width: 300px;
}

.news-container .container .news-wrap .news-list .news-item .content-wrap .content p {
  height: 42px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  overflow: hidden;
}

.news-container .container .news-wrap .news-list .news-item .content-wrap .content a {
  display: block;
  margin-top: 20px;
  width: 88px;
  height: 23px;
  font-size: 12px;
  line-height: 23px;
  color: #1695ef;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: 1px solid #1695ef;
  border-radius: 23px;
}

.news-container .container .news-wrap .news-list .news-item .content-wrap .content a:hover {
  color: #fff;
  background-color: #1695ef;
}

.news-container .container .service-wrap {
  display: inline-block;
  vertical-align: top;
  width: 283px;
}

.news-container .container .service-wrap .service {
  margin-top: 35px;
  height: 348px;
  font-size: 0;
  background-color: #fff;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.news-container .container .service-wrap .service .service-item {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 174px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.news-container .container .service-wrap .service .service-item .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, #1595f0 0%, #2959f7 100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
}

.news-container .container .service-wrap .service .service-item .service-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.news-container .container .service-wrap .service .service-item:hover span {
  color: #fff;
}

.news-container .container .service-wrap .service .service-item:hover .bg {
  height: 100%;
}

.news-container .container .service-wrap .service .service-item span {
  display: block;
  position: absolute;
  bottom: 40px;
  width: 100%;
  font-size: 14px;
  color: #424242;
  text-align: center;
}

.news-container .container .service-wrap .service .service-item a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.news-container .container .service-wrap .service .service-item-1 {
  background: url(../images/icon_01.png) center 50px no-repeat;
  cursor: pointer;
}

.news-container .container .service-wrap .service .service-item-1:hover {
  background: url(../images/icon_01_w.png) center 50px no-repeat;
}

.news-container .container .service-wrap .service .service-item-2 {
  background: url(../images/icon_02.png) center 50px no-repeat;
}

.news-container .container .service-wrap .service .service-item-2:hover {
  background: url(../images/icon_02_w.png) center 50px no-repeat;
}

.news-container .container .service-wrap .service .service-item-3 {
  background: url(../images/icon_03.png) center 50px no-repeat;
}

.news-container .container .service-wrap .service .service-item-3:hover {
  background: url(../images/icon_03_w.png) center 50px no-repeat;
}

.news-container .container .service-wrap .service .service-item-4 {
  background: url(../images/icon_04.png) center 50px no-repeat;
}

.news-container .container .service-wrap .service .service-item-4:hover {
  background: url(../images/icon_04_w.png) center 50px no-repeat;
}

.mask {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 999;
}

.mask.show {
  visibility: visible;
  opacity: 1;
}

.dialog {
  position: fixed;
  visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  -webkit-transition: all .5s ease .2s;
  transition: all .5s ease .2s;
  width: 880px;
  height: 620px;
  background-color: #f5f5f5;
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
  z-index: 1000;
}

.dialog.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.dialog .close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.dialog .heading-wrap {
  padding: 20px 40px;
  background-color: #fff;
}

.dialog .heading-wrap .heading {
  padding-left: 20px;
  border-left: 5px solid #1695ef;
}

.dialog .form-wrap {
  margin: 50px auto 0;
  width: 640px;
  font-size: 0;
}

.dialog .form-wrap .title {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #212122;
  font-weight: 700;
}

.dialog .form-wrap .input {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-bottom: 12px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 518px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  outline: none;
}

.dialog .form-wrap .input-wrap {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-bottom: 12px;
  width: 518px;
}

.dialog .form-wrap .input-wrap .address {
  margin-top: 12px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 518px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  outline: none;
}

.dialog .form-wrap .input-wrap .date {
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 338px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  outline: none;
}

.dialog .form-wrap .input-wrap .time {
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  width: 148px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  outline: none;
}

.dialog .form-wrap #distpicker {
  height: 48px;
}

.dialog .form-wrap #distpicker select {
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
  width: 136px;
  line-height: 46px;
  font-size: 14px;
  color: #554454;
  border: 1px solid #e6e6e6;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/icon_arrow_down.png") 110px center no-repeat;
}

.dialog .form-wrap #distpicker span {
  margin: 0 10px;
  font-size: 14px;
  color: #554454;
}

.dialog .form-wrap #distpicker span:last-child {
  margin-right: 0;
}

.dialog .form-wrap #submit {
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #1695ef;
  border-radius: 40px;
}
