@charset "utf-8";
/*-------滚动按钮----------*/
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  outline: none;
  width: 24px;
  height: 46px;
  color: #eee;
  font-size: 2rem;
  margin-top: -23px;
  background: rgba(0, 0, 0, .2);
  transition: opacity ease .4s;
  opacity: 0;
}
.swiper-button-prev {
  border-radius: 0 .3rem .3rem 0;
  left: 0;
  right: auto;
}
.swiper-button-next {
  border-radius: .3rem 0 0 .3rem;
  right: 0;
  left: auto;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgba(222, 0, 16, .5);
}
.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
  opacity: 1;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: '';
}
/* CSS Document */




#banner {
  width: 100%;
  height: 100%;
/*  transition: all .3s ease-in-out;*/
}


#banner .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}
#banner .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 10px;
  background: white;
  margin: 0 5px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
}
#banner .swiper-pagination-bullet-active {
  background: #fdd000;
  width: 16px;
}
#banner .swiper-pagination-bullets {
  bottom: 15px;
}
#banner .swiper-slide .container {
  position: relative;
  top: 28%;
}
#banner .swiper-slide .container .col-lg {
  width: 40%;
}
#banner .swiper-slide h3 {
  font-family: 'Oswald';
  font-weight: 500;
  font-size: 3.2rem;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
#banner .swiper-slide p {
  font-size: 2rem;
  line-height: 1.6;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
}
#banner .swiper-button-next, #banner .swiper-button-prev {
  margin-top: -35px;
  transition: 0;
  width: 41px;
  height: 69px;
}
#banner .swiper-button-prev {
  background: url("../images/icon-slides.png") no-repeat -84px 50%;
  left: 0;
  right: auto;
}
#banner .swiper-button-prev:hover {
  background-position: 0 50%
}
#banner .swiper-button-next {
  background: url("../images/icon-slides.png") no-repeat -125px 50%;
  right: 0;
  left: auto;
}
#banner .swiper-button-next:hover {
  background-position: -42px 50%
}
#banner .swiper-button-prev::after, #banner .swiper-button-next::after {
  content: '';
}
/*-------段落行间距-------*/
main > section {
  position: relative;
  padding: 6rem 0;
}
main > section hgroup > h2 {
  font-size: 2.6rem;
  position: relative;
  text-transform: uppercase;
}
main > section hgroup > h2 span {
  display: inline-block;
  position: relative;
}
main > section hgroup > h2::after {
  content: '';
  display: block;
  height: .3rem;
  width: 50px;
  background: #17A1FF;
  margin: 1.5rem 0 -.15rem;
  border-radius: 2px;
}
main > section .title {
  width: 100%;
  position: relative;
  margin: 0 auto 3rem;
  -webkit-justify-content: space-between;
  justify-content: space-between; /*两端对齐*/
  align-items: center; /*垂直居中*/
  border-bottom: 1px solid #e5e5e5;
}
main > section .item-list > li + li {
  margin-left: 1.25rem;
}
main > section .item-list > li > a {
  padding: .75rem 1.5rem;
  font-size: 1.6rem;
  display: block;
  background-color: #f1f2f6;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  -ms-border-radius: .3rem;
  -o-border-radius: .3rem;
  border-radius: .3rem;
  text-transform: capitalize;
}
main > section .item-list > li > a:hover, main > section .item-list > li.active a {
  background: #17A1FF;
  color: #fff;
}
/*-----------第一部分-----------*/
#wrapper1 {
  background: url("../images/wrapper1-bg.jpg") no-repeat fixed top center;
  background-size: cover;
  /*    background-image: linear-gradient(0deg, rgba(240, 240, 240, 1), rgba(255, 255, 255, 1));*/
  /*  background: url("../images/product-sec-bg.jpg") no-repeat fixed top center;*/
  background-size: cover;
}
#wrapper1 .tab-box .tab-conbox {
  transition: all 0.5s ease;
}
#wrapper1 .tab-box .tab-conbox + .tab-conbox {
  display: none;
}
/*------/产品列表/-------*/
.news-tab-box {
  transition: all 0.5s ease;
}
.news-tab-box .swiper-container:not(:first-child) {
  display: none;
}
.visibility {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  height: 0;
  opacity: 0
}
/*.news-tab-box .news-con{
   display: none;
}*/
#wrapper4 .zoom-gallery a.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#wrapper4 .swiper-slide {
  transition: all ease .3s;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);
  margin-bottom: 10px;
}
#wrapper4 .swiper-slide a img {
  width: 100%;
}
#wrapper4 .swiper-slide:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
#wrapper4 .swiper-slide:hover h3 a {
  color: #17A1FF;
}
#wrapper4 .swiper-slide:hover .read-more {
  color: #17A1FF;
}
#wrapper4 section {
  background-color: #fff;
  padding: 2rem;
  transition: all ease .3s;
}
#wrapper4 .post-calendar {
  font-size: 1.5rem;
  color: #1f2428;
  margin-bottom: 1rem;
}
#wrapper4 .post-calendar i {
  color: #17A1FF;
  position: relative;
  margin-right: 5px;
}
#wrapper4 .post-calendar span::before {
  content: '|';
  padding: 0 1rem;
}
#wrapper4 section h3 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  min-height: 62px;
  /*width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}
#wrapper4 section p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  height: 50px;
  overflow: hidden;
}
/*
Read More Btn Area Style*/
.read-more {
  font-size: 15px;
  color: #454545;
  font-weight: 600;
}
.read-more i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.read-more:hover {
  color: #17A1FF;
  letter-spacing: 1px;
}
/*-------第三部分（公司简介）-----*/
#wrapper3 {
  color: #fff;
  background: url("../images/about-bg.jpg") no-repeat fixed top center;
  background-size: cover;
  /*  background: #fff url("../images/about-bg.png") no-repeat right center;*/
}
#wrapper3 .about .about-left {
  width: 50%;
  height: 100%;
  margin-right: 4rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
#wrapper3 .about .about-right {
  width: calc(50% - 4rem);
  flex: 0 0 auto;
  transition: all 0.2s ease-in-out;
}
#wrapper3 .about .about-right .about-pic {
  display: block;
  position: relative;
}
#wrapper3 .about .about-right .about-pic img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
/*-----------------------*/
#wrapper3 .title {
  margin-bottom: 2rem;
  border-bottom: none;
}
#wrapper3 hgroup > h2 {
  margin-bottom: 1rem;
}
#wrapper3 hgroup > h3 {
  font-size: 2.4rem;
  opacity: 0.5;
}
/*-----查看更多----*/
#wrapper3 a.button {
  font-weight: normal;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  /*  background: #e9f2f9;*/
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: .3rem;
}
#wrapper3 a.button:hover {
  background: #17A1FF;
  color: #fff;
}
#wrapper3 a.button span {
  display: inline-block;
}
/*------内容------*/
#wrapper3 .about .content {
  margin-bottom: 3rem;
  position: relative;
}
#wrapper3 .about .content .swiper-container {
  width: 100%;
  height: 220px;
}
#wrapper3 .about .content .swiper-container .swiper-slide {
  height: auto;
  padding-right: 3rem;
}
#wrapper3 .about .content h3 {
  font-size: 2.4rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
#wrapper3 .about .content p {
  line-height: 1.75;
  font-size: 1.6rem;
}
#wrapper3 .about .content p + p {
  margin-top: 1.5rem;
}
#wrapper3 .about-right .about-list.flex li {
  text-align: center;
  flex: 1 1 25%;
  padding: 0 1.5rem;
}
#wrapper3 .about-right .about-list.flex li h3 {
  color: #1a1a1a;
  font-size: 4.4rem;
  font-family: "Impact";
  margin-bottom: .5rem;
}
#wrapper3 .about-right .about-list.flex li h4 {
  color: #666666;
}
/*-------第四部分（服务流程）-----*/
#wrapper4 {
  /*   background-image: linear-gradient(0deg, rgba(235, 235, 235, 1), rgba(245, 245, 245, 1));*/
  background: url(../images/process-bg.jpg) no-repeat fixed top center;
  background-size: cover;
}
#wrapper4 hgroup > h3 {
  color: #595959;
}
/*-----新闻----------*/
#wrapper4 .col {
  width: 33.3333333%;
  padding: 0 1.5rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
/*-----标题大小-----*/
#content h1 {
  font-size: 3rem;
  line-height: 1.5;
  text-transform: capitalize;
}
/*-----/产品简介页/-----*/
#content .proshow {
  width: 100%;
  margin: 0 auto 20px;
}
#content .proshow .col-left {
  width: 450px;
  margin-right: 3rem;
}
#content .proshow .col-right {
  flex: 1;
}
#content .proshow .col-right h1 {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
/*------产品滚动-----*/
#productSlide {
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
}
#productSlide .swiper-slide {
  position: relative;
  text-align: center;
  transform: translate3d(0, 0, 0);
}
#productSlide img {
  width: 100%;
  display: block;
}
#productSlide .pagination {
  position: absolute;
  z-index: 20;
  bottom: 3px;
  text-align: center;
  right: 0;
}
#productSlide .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333;
  margin: 0 2px;
  opacity: 0.8;
  cursor: pointer;
}
#productSlide .swiper-pagination-bullet-active {
  background: #00a2e9;
}
/*-------产品详情页--------*/
#content .details {
  width: 100%;
  box-shadow: 0px 3px 9px rgba(120, 120, 120, 0.09);
  /*    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
  border: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}
#content ul.tabs-nav {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e2e2e2;
  height: 40px;
  line-height: 40px;
}
#content ul.tabs-nav li {
  line-height: 40px;
  border-right: 1px solid #e2e2e2;
}
#content ul.tabs-nav li a {
  text-align: center;
  display: block;
  min-width: 10rem;
  padding: 0 1.5rem;
}
#content ul.tabs-nav li a:hover {
  background: #e2e2e2;
}
#content ul.tabs-nav li.active a {
  color: #00a2e9;
  position: relative;
  background-color: #fff;
}
#content ul.tabs-nav li.active a::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: -1px;
  height: 2px;
  background-color: #00a2e9;
  z-index: 10;
}
.tab-box .tab-content:not(:first-child) {
  display: none;
}
.tab-box .tab-content {
  padding: 2rem;
  background-color: #fff;
}
#content .btn-red {
  background: #DD011B;
  border-color: #DD011B;
  color: #fff;
}
#content .btn-blue {
  background: #00a2e9;
  border-color: #00a2e9;
  color: #fff;
}
#content .btn-big {
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  -ms-border-radius: .3rem;
  -o-border-radius: .3rem;
  border-radius: .3rem;
  opacity: 1;
  transition: transform .3s ease 0s;
}
#content .btn-big:hover {
  opacity: 0.8;
  text-decoration: none;
}
/*----相关产品---*/
#product-scroll ul {
  width: 100%;
}
#product-scroll ul li {
  /*width: 25%;*/
  /*padding: 0 1.5rem;*/
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#product-scroll ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
#product-scroll ul li a img {
  -webkit-transition: transform .5s ease 0s; /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
  -moz-transition: transform .5s ease 0s;
  -o-transition: transform .5s ease 0s;
  transition: transform .5s ease 0s;
}
#product-scroll ul li:hover a img {
  transform: scale(1.1, 1.1);
}
#product-scroll ul li h3 {
  font-size: 1.5rem;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 1rem .5rem;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
/*------内页新闻列表------*/
#content ul.news-list {
  margin-bottom: 3rem;
}
#content ul.news-list li {
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  padding-bottom: 2rem;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#content ul.news-list li + li {
  padding: 2rem 0;
}
#content ul.news-list li .thumb {
  width: 20%;
  margin-right: 2rem;
  overflow: hidden;
}
#content ul.news-list li .thumb img {
  width: 100%;
  min-height: 100%;
  transition: transform .3s ease-out;
}
#content ul.news-list li section {
  flex: 1;
  position: relative;
}
#content ul.news-list li:hover .thumb img {
  transform: scale(1.1, 1.1);
}
#content ul.news-list li:hover {
  cursor: pointer;
}
#content ul.news-list li:hover a {
  color: #00a2e9;
}
#content ul.news-list li section h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
#content ul.news-list li section h3 a {
  color: #333;
}
#content ul.news-list li section p.desc {
  line-height: 1.75;
  color: #828a92;
  height: 48px;
  overflow: hidden;
}
#content ul.news-list li section p.tags {
  position: absolute;
  bottom: 0;
  color: #a3afb7;
}
#content ul.news-list li section p.tags span:not(:first-child) {
  margin-left: 1rem;
}
#content ul.news-list li section p.tags span i {
  margin-right: .5rem;
}
/*-------新闻详情页------*/
#article header {
  text-align: center;
}
#article header .meta {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #999;
  border-bottom: 1px solid #e5e7eb;
  padding: 1.25rem 0;
}
#article header .meta span {
  padding-left: 1rem;
}
/* -----新闻内容----- */
#article section.main-body {
  padding: 2rem 0;
}
/*---联系我们---*/
#content .tab-area {
  text-align: center;
}
#content .tab-area ul.nav-tabs {
  position: relative;
  border: 0;
  margin-bottom: 65px;
  display: inline-block;
}
#content .tab-area ul.nav-tabs > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}
#content .tab-area ul.nav-tabs > li > a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  transition: .5s;
  margin: 0 1px;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 2.25rem 5rem;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
#content .tab-area ul.nav-tabs > li.active > a {
  color: #29166F;
  border-color: #999;
}
.contact-info-wrap > ul > li {
  text-align: center;
  flex: 1 1 25%;
  padding: 0 1.5rem;
  margin-bottom: 4rem;
}
.contact-info-wrap > ul > li + li {
  border-left: 1px solid #e0e0e0;
}
.contact-info-wrap > ul > li .icon {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.contact-info-wrap > ul > li .icon i {
  color: #00a2e9;
  font-size: 5rem;
}
.contact-info-wrap > ul > li h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-info-wrap > ul > li .text {
  font-size: 1.8rem;
  line-height: 1.5;
}
.contact-info-wrap > ul > li .text a {
  color: #555;
}
#content .tab-area + .tab-area {
  display: none;
}
#content .tab-content .tab-pane + .tab-pane {
  display: none;
}
/*成功案例*/
#content ul.case {
  width: 100%;
}
#content ul.case > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 1.5rem;
  height: 100%;
  margin-bottom: 3rem;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#content ul.case > li > a {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 5px #d8d7d7;
  background: #f0f0f0;
  display: block;
}
#content ul.case > li h3 {
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 1.5rem .5rem;
  text-transform: capitalize;
}
#content ul.case > li .img {
  overflow: hidden;
}
#content ul.case > li .img img {
  width: 100%;
  display: block;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
#content .zoom-gallery a.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#content ul.case > li:hover a {
  color: #fff;
  background: #818086;
}
#content ul.case > li:hover img {
  transform: scale(1.1, 1.1);
}
#content ul.case > li:hover h3 {
  color: #ffffff;
}
/*-----/在线留言页/-----*/
ul.widget-box {
  position: relative;
}
ul.widget-box li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
ul.widget-box li label {
  float: left;
  width: 90px;
  text-align: right;
  line-height: 30px;
  cursor: pointer;
}
ul.widget-box li span.field {
  display: block;
  position: relative;
  margin-left: 105px;
}
ul.widget-box li span.field img {
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
}
ul.widget-box li em.required {
  color: #f00;
}
ul.widget-box li input {
  height: 30px;
  max-width: 100%;
}
ul.widget-box li textarea {
  max-width: 100%;
}
ul.widget-box li input:not(.valcode) {
  width: 500px;
}
ul.widget-box li textarea {
  width: 600px;
}
.form-actions {
  padding: 12px 0 12px 105px;
}
.form-actions button[type="submit"] {
  margin-right: 10px;
}
form.validate-form input.error, form.validate-form select.error, form.validate-form textarea.error {
  border: 1px solid rgba(0, 122, 216, 0.8);
}
.tipinfo span.error {
  background: url("../images/unchecked.jpg") no-repeat left;
  padding-left: 17px;
  color: #eb0000;
  display: block;
}
.tipinfo span.valid {
  background: url("../images/checked.gif") no-repeat left;
  width: 14px;
  height: 13px;
  overflow: hidden;
  padding: 0;
  margin: 5px 0 0 5px;
  display: inline-block;
}
.stdbtn {
  padding: 6px 15px;
  border: 1px solid #ccc;
  background: #eee url(../images/buttons.png) repeat-x top left;
  color: #333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0.8;
  font-size: 1.4rem;
}
.stdbtn:hover {
  text-decoration: none;
  opacity: 1;
}
.btn_blue {
  background-position: 0 -76px;
  border-color: #0282ce;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn_red {
  background-position: 0 -228px;
  border-color: #a31314;
  color: #fff;
}