.banner {
  position: relative;
}
.banner > .swiper-container {
  width: 100%;
}
.banner > .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}
.banner > .swiper-container .swiper-slide img {
  width: 100%;
}
.banner .online-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  text-align: center;
}
.banner .online-box .t {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
.banner .online-box .service-btn {
  margin-top: 15px;
  border-radius: 15px;
  padding: 0 20px;
  line-height: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.part {
  margin-top: 10px;
}
.img-nav-menu-box .item {
  position: relative;
}
.img-nav-menu-box .item .f-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}
.img-nav-menu-box .item .f-box .t {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.6em;
  font-size: 22px;
}
.img-nav-menu-box .case {
  float: left;
  background: url("../images/case.png") no-repeat center center;
  background-size: cover;
  width: 595px;
  height: 590px;
}
.img-nav-menu-box .case .t {
  font-size: 36px!important;
  font-weight: 600;
}
.img-nav-menu-box .custom1 {
  float: left;
  background: url("../images/custom1.png") no-repeat center center;
  background-size: cover;
  width: 595px;
  height: 290px;
  margin-left: 10px;
}
.img-nav-menu-box .service {
  float: left;
  background: url("../images/service.png") no-repeat center center;
  background-size: cover;
  width: 292px;
  height: 290px;
  margin-left: 10px;
  margin-top: 10px;
}
.img-nav-menu-box .design {
  float: left;
  background: url("../images/design.png") no-repeat center center;
  background-size: cover;
  width: 292px;
  height: 290px;
  margin-left: 10px;
  margin-top: 10px;
}
.product-box .product-slides {
  float: left;
  width: 900px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.product-box .product-slides > .swiper-container {
  width: 100%;
  height: 100%;
}
.product-box .product-slides > .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  /* Center slide text vertically */
  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;
}
.product-box .product-slides > .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.product-box .product-slides .f-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}
.product-box .product-slides .f-box .t {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.6em;
  font-size: 32px;
  font-weight: 600;
}
.product-box .product-category {
  margin-left: 10px;
  float: left;
  width: 290px;
  height: 400px;
  padding-left: 20px;
  padding-right: 25px;
  background-color: #25356b;
}
.product-box .product-category .category-item {
  height: 80px;
  padding: 0 2px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.product-box .product-category .category-item .icon {
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 35px;
  margin-right: 15px;
  display: inline-block;
}
.product-box .product-category .category-item .icon img {
  max-width: 35px;
}
.product-box .product-category .category-item .t {
  -webkit-box-flex: 1 0 ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 0 ;
  /* OLD - Firefox 19- */
  -webkit-flex: 1 0 ;
  /* Chrome */
  -ms-flex: 1 0 ;
  /* IE 10 */
  flex: 1 0 ;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  font-size: 16px;
}
.product-box .product-category .category-item .more-view {
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.product-box .product-category .category-item:not(:last-child) {
  border-bottom: 1px dotted #fff;
}
.ppwh {
  background: url("../images/ppwh.jpg") no-repeat top right;
  background-size: cover;
  height: 560px;
  width: 100%;
  padding-left: 45px;
  padding-right: 600px;
  padding-top: 80px;
}
.ppwh .con-box {
  color: #fff;
}
.ppwh .con-box .t {
  margin-bottom: 10px;
}
.ppwh .con-box .t a {
  color: #fff;
  font-size: 35px;
  letter-spacing: 2px;
}
.ppwh .con-box .year img {
  width: 145px;
  height: 22px;
}
.ppwh .con-box .con {
  margin-top: 60px;
}
.ppwh .con-box .con p {
  text-indent: 2em;
  line-height: 25px;
  min-height: 25px;
  font-size: 14px;
  word-break: break-all;
}
.honor .left {
  float: left;
  width: 595px;
  padding: 40px;
  height: 590px;
  background-image: radial-gradient(#fff, #e4e4e4);
  background-position: center center;
}
.honor .left .t a {
  color: #25356b;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
}
.honor .left > .img {
  margin-top: 35px;
}
.honor .left .con {
  margin-top: 40px;
  width: 450px;
  line-height: 20px;
}
.honor .left .img-list {
  margin-top: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.honor .left .img-list img:not(:last-child) {
  margin-right: 20px;
}
.honor .right {
  float: right;
  width: 595px;
  color: #fff;
}
.honor .right .t {
  background-color: #25356b;
  padding: 20px 15px;
  height: 290px;
}
.honor .right .t > div:first-child {
  font-size: 22px;
  margin-bottom: 15px;
}
.honor .right .t > div:first-child a {
  color: #fff;
}
.honor .right .t p {
  line-height: 25px;
}
.honor .right .t .img {
  margin-top: 30px;
}
.honor .right .t .img img {
  width: 100%;
}
.honor .right .b {
  margin-top: 10px;
  width: 100%;
  height: 290px;
}
.honor .right .b img {
  width: 100%;
  height: 100%;
}
.wh-ty .wh {
  float: left;
  width: 595px;
  height: 290px;
  padding: 30px 0;
  background-image: radial-gradient(#fff, #e4e4e4);
  background-position: center center;
}
.wh-ty .wh .t {
  margin-left: 30px;
}
.wh-ty .wh .t a {
  font-size: 22px;
  color: #25356b;
  font-weight: 500 ;
}
.wh-ty .wh .history-box {
  width: 100%;
  margin-top: 20px;
}
.wh-ty .wh .history-box .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.wh-ty .wh .history-box .swiper-container:after {
  position: absolute;
  width: 100%;
  content: '';
  display: block;
  border-top: 1px dashed #383838;
  top: 140px;
  z-index: 10000;
}
.wh-ty .wh .history-box .swiper-container .swiper-wrapper {
  height: 100%;
  margin-top: 10px;
}
.wh-ty .wh .history-box .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.wh-ty .wh .history-box .swiper-slide .img {
  height: 130px;
  width: 100px;
  padding: 0 10px 20px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.wh-ty .wh .history-box .swiper-slide .img img {
  width: 100%;
}
.wh-ty .wh .history-box .swiper-slide .date {
  width: 100%;
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.wh-ty .wh .history-box .swiper-slide .date:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #383838;
}
.wh-ty .ty {
  float: right;
  width: 595px;
  height: 290px;
  position: relative;
  background: url("../images/ty.jpg") no-repeat center center;
  background-size: cover;
}
.wh-ty .ty .f-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}
.wh-ty .ty .f-box .t {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}
.news .news-head {
  background-color: #e4e4e4;
  padding: 15px 0;
}
.news .news-head .news-head-title {
  margin-left: 30px;
  font-size: 20px;
  font-weight: 600;
}
.news .news-body {
  background-color: #f8f8f8;
}
.news .news-body .news-list {
  padding: 20px 0;
}
.news .news-body .news-list .item {
  float: left;
  width: 400px;
  padding: 20px 135px 0 30px;
  height: 240px;
}
.news .news-body .news-list .item:not(:first-child) {
  border-left: 1px solid #e4e4e4;
}
.news .news-body .news-list .item .t {
  font-weight: 600;
}
.news .news-body .news-list .item .intro {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  letter-spacing: 1px;
  height: 110px;
}
.message-box {
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
}
.message-box .form .input {
  width: 215px;
  line-height: 35px;
  height: 35px;
  margin-bottom: 10px;
}
.message-box .form .input.input-text-box,
.message-box .form .input.input-select-box {
  background-color: #fff;
}
.message-box .form .input.input-text-box input,
.message-box .form .input.input-select-box input,
.message-box .form .input.input-text-box select,
.message-box .form .input.input-select-box select {
  height: 100%;
  width: 100%;
  border: none;
  padding: 0 15px;
  color: #383838;
}
.message-box .form .input.input-button {
  color: #fff;
  background-color: #2172be;
  cursor: pointer;
  text-align: center;
}
/*# sourceMappingURL=index.css.map */