@charset 'utf-8';
/*header*/
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
}
.header .header-content .header-top {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
.header .header-content .header-top .logo {
  width: 16.91666667%;
}
.header .header-content .header-top .logo img {
  width: 100%;
}
.header .header-content .header-top .top-tel {
  width: 34.33333333%;
  line-height: 48px;
  margin-left: 13%;
}
.header .header-content .header-top .top-tel p {
  box-sizing: border-box;
  padding-left: 25px;
  text-align: right;
}
.header .header-content .header-top .top-tel p span {
  font-size: 20px;
  color: #ff6000;
}
.header .header-content .header-top .top-tel p span:nth-of-type(1) {
  margin-right: 30px;
  display: inline-block;
  background: url("../images/top-tel.png") no-repeat left center;
  padding-left: 27px;
}
.header .header-content .header-top .search {
  width: 12.5%;
  padding-top: 5px;
  margin-left: 1.66666667%;
}
.header .header-content .header-top .search #searchform div {
  position: relative;
}
.header .header-content .header-top .search #searchform div #s {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  padding: 0 45px 0 10px;
}
.header .header-content .header-top .search #searchform div #searchsubmit {
  position: absolute;
  width: 36px;
  height: 36px;
  border: none;
  top: 0;
  right: 0;
  background: url("../images/search.png") no-repeat center center;
  cursor: pointer;
}
.header .header-content .header-top .language {
  width: 15%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5.83333333%;
}
.header .header-content .header-top .language a {
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  padding-left: 33px;
}
.header .header-content .header-top .language a.cn {
  width: 50%;
  background: url("../images/cn.jpg") no-repeat left center;
}
.header .header-content .header-top .language a.en {
  width: 50%;
  background: url("../images/en.jpg") no-repeat left center;
}
.header .header-content .menu {
  width: 100%;
  background: #1f296c;
}
.header .header-content .menu ul {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 5px;
}
.header .header-content .menu ul li {
  float: left;
  width: 14.28571429%;
}
.header .header-content .menu ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 16px 0;
}
.header .header-content .menu ul li.current-category-ancestor a,
.header .header-content .menu ul li.current-menu-item a,
.header .header-content .menu ul li.current-menu-parent a,
.header .header-content .menu ul li.current-post-parent a,
.header .header-content .menu ul li.current-post-ancestor a {
  background: #4350ac;
  color: #fff;
}
.header .header-content .menu ul li .sub-menu {
  display: none;
}
.header .header-content .menu ul li:hover a {
  background: #4350ac;
  color: #fff;
}
.section {
  position: relative;
  overflow: hidden;
}
.section.banner .slide {
  position: relative;
}
.section.banner .slide .text {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 10%;
  position: relative;
  z-index: 2;
}
.section.banner .slide .text h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}
.section.banner .slide .text p {
  font-size: 20px;
  color: #fff;
}
.section.banner .slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section.banner .slide .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.section.section-simply .simply-right {
  width: 50%;
  height: 100%;
  float: right;
  position: relative;
  z-index: 2;
  background: #fff;
}
.section.section-simply .simply-right .simply-content {
  height: 100%;
  box-sizing: border-box;
  padding: 8% 0 0 8%;
  position: relative;
}
.section.section-simply .simply-right .simply-content h3 {
  font-size: 28px;
  color: #1f296c;
  font-weight: bold;
  margin-bottom: 40px;
}
.section.section-simply .simply-right .simply-content .simply-desc p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-bottom: 32px;
}
.section.section-simply .simply-right .simply-content a {
  display: block;
  width: 200px;
  height: 54px;
  border-radius: 10px;
  text-align: center;
  line-height: 54px;
  color: #333;
  border: 1px solid #1f296c;
}
.section.section-simply .simply-right .simply-content a:hover {
  color: #fff;
  background: #1f296c;
}
.section.section-simply .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section.section-simply .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.section.section-product {
  position: relative;
}
.section.section-product h2 {
  width: 114px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 28px;
  margin-bottom: 75px;
  position: relative;
  z-index: 2;
  margin-top: -45px;
}
.section.section-product h2:after {
  content: 'PRODUCT';
  display: block;
  width: 100%;
  font-size: 49px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
  font-family: Arial;
  margin-top: 5px;
}
.section.section-product .product-list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section.section-product .product-list ul li {
  width: 24.33333333%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px 25px;
}
.section.section-product .product-list ul li .img {
  width: 100%;
  text-align: center;
}
.section.section-product .product-list ul li .img img {
  width: 100%;
}
.section.section-product .product-list ul li .product-desc h3 {
  font-size: 16px;
  color: #333;
  height: 72px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 14px;
}
.section.section-product .product-list ul li .product-desc p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}
.section.section-product .product-list ul li a {
  display: block;
  width: 134px;
  margin: 0 auto;
  margin-top: 30px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #1f296c;
  border: 1px solid #1f296c;
  border-radius: 10px;
}
.section.section-product .product-list ul li:hover a {
  background: #1f296c;
  color: #fff;
}
.section.section-product .index-arrow {
  position: absolute;
  top: 40%;
  z-index: 2;
}
.section.section-product .index-arrow .arrow-content {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
}
.section.section-product .index-arrow .arrow-content .swiper-button-prev {
  background-image: url("../images/arrow-left.png");
  background-size: 100%;
  width: 60px;
  height: 60px;
  left: -100px;
  margin-top: 0;
}
.section.section-product .index-arrow .arrow-content .swiper-button-next {
  background-image: url("../images/arrow-right.png");
  background-size: 100%;
  width: 60px;
  height: 60px;
  right: -100px;
  margin-top: 0;
}
.section.section-product .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section.section-product .bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.section.section-case {
  background: #fafafa;
}
.section.section-case h2 {
  width: 100%;
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.section.section-case .cast-list {
  width: 1200px;
  margin: 0 auto;
}
.section.section-case .cast-list ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.section.section-case .cast-list ul li .img {
  width: 100%;
  overflow: hidden;
}
.section.section-case .cast-list ul li .img img {
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.section.section-case .cast-list ul li .img img:hover {
  transform: scale(1.1, 1.1);
}
.section.section-case .cast-list ul li p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding-top: 10px;
}
.section.section-case .cast-list ul li:nth-child(4n) {
  margin-right: 0;
}
.section.section-case .cast-list a {
  display: block;
  width: 226px;
  height: 42px;
  margin: 20px auto;
  border: 1px solid #d2d2d2;
  position: relative;
}
.section.section-case .cast-list a:after {
  content: 'More';
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1f296c;
  color: #fff;
  position: absolute;
  top: -23px;
  left: 14px;
}
.section.section-news .news-list {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 70px;
}
.section.section-news .news-list .news-left {
  width: 16.66666667%;
  margin-right: 2.66666667%;
  height: 100%;
  white-space: unset;
  border: none;
}
.section.section-news .news-list .news-left li {
  text-align: left;
  padding: 0;
}
.section.section-news .news-list .news-left li#dt {
  font-size: 36px;
  color: #333;
  line-height: 42px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}
.section.section-news .news-list .news-left li#dt:after {
  display: none;
}
.section.section-news .news-list .news-left li#zx {
  font-size: 24px;
  line-height: 32px;
  color: #666;
  cursor: pointer;
  display: block;
}
.section.section-news .news-list .news-left li#zx:after {
  display: none;
}
.section.section-news .news-list .news-left li.lz {
  line-height: 42px!important;
  font-size: 36px!important;
  color: #333!important;
}
.section.section-news .news-list .news-left li.sz {
  line-height: 32px!important;
  font-size: 24px!important;
  color: #666!important;
}
.section.section-news .news-list .news-left .news-en {
  font-size: 40px;
  color: rgba(230, 230, 230, 0.6);
  font-weight: bold;
  margin-top: 65px;
}
.section.section-news .news-list .news-left .news-en span {
  display: block;
}
.section.section-news .news-list .news-left .layui-tab-bar {
  display: none;
}
.section.section-news .news-list .news-right {
  width: 80.66666667%;
}
.section.section-news .news-list .news-right ul li {
  width: 30.16528926%;
  margin-right: 4.75206612%;
  float: left;
}
.section.section-news .news-list .news-right ul li .date {
  width: 80.82191781%;
  height: 68px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  line-height: 68px;
  margin-bottom: 60px;
}
.section.section-news .news-list .news-right ul li .date span:first-child {
  font-size: 32px;
  color: #333;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}
.section.section-news .news-list .news-right ul li .date span:last-child {
  font-size: 20px;
  color: #666;
  text-align: center;
}
.section.section-news .news-list .news-right ul li a {
  display: block;
}
.section.section-news .news-list .news-right ul li a .img {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.section.section-news .news-list .news-right ul li a .img img {
  width: 100%;
}
.section.section-news .news-list .news-right ul li a .news-desc {
  width: 100%;
}
.section.section-news .news-list .news-right ul li a .news-desc h3 {
  font-size: 18px;
  color: #333;
  padding: 23px 0;
}
.section.section-news .news-list .news-right ul li a .news-desc p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.section.section-news .news-list .news-right ul li a span {
  display: block;
  width: 33px;
  height: 33px;
  margin-top: 35px;
}
.section.section-news .news-list .news-right ul li:last-child {
  margin-right: 0;
}
.section.section-news .footer {
  width: 100%;
  background: #1e1f23;
  margin-top: 60px;
}
.section.section-news .footer .footer-content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section.section-news .footer .footer-content .footer-logo {
  width: 100%;
  text-align: left;
  padding: 50px 0;
  color: #fff;
  font-size: 28px;
}
.section.section-news .footer .footer-content .footer-left .footer-nav {
  width: 100%;
}
.section.section-news .footer .footer-content .footer-left .footer-nav ul li {
  float: left;
  width: 14.28571429%;
  text-align: left;
}
.section.section-news .footer .footer-content .footer-left .footer-nav ul li a {
  font-size: 16px;
  color: #c9c9c9;
}
.section.section-news .footer .footer-content .footer-left .footer-nav ul li .sub-menu {
  display: none;
}
.section.section-news .footer .footer-content .footer-left .footer-contact {
  width: 100%;
  padding-top: 40px;
}
.section.section-news .footer .footer-content .footer-left .footer-contact h3 {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.section.section-news .footer .footer-content .footer-left .footer-contact .contact-content {
  padding: 15px 0 30px 0;
}
.section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div {
  width: 100%;
  text-align: left;
}
.section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div p {
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #a4a4a4;
}
.section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div p a {
  font-size: 14px;
  color: #a4a4a4;
}
.section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div p.area {
  width: 45%;
}
.section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div p.mail {
  width: 30%;
}
.section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div p:nth-of-type(8) {
  line-height: 20px;
}
.section.section-news .footer .footer-content .footer-right .ewm {
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
}
.section.section-news .footer .footer-content .footer-right .ewm p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.section.section-news .footer .web-sup {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #18191b;
  text-align: center;
}
.section.section-news .footer .web-sup p {
  display: inline-block;
  color: #a4a4a4;
  font-size: 14px;
  margin-right: 20px;
}
.section.section-news .footer .web-sup p a {
  color: #a4a4a4;
  font-size: 14px;
}
.section.section-news .footer .web-sup p img {
  margin-right: 5px;
}
.section.section-news .footer .web-sup p:last-child {
  margin-right: 0;
}
#fp-nav ul li {
  width: 24px;
  height: 24px;
}
#fp-nav ul li a span {
  width: 100%;
  height: 100%;
  background: url("../images/slide-tag2.png") no-repeat center center;
}
#fp-nav ul li a.active span {
  width: 100%;
  height: 100%;
  background: url("../images/slide-tag1.png") no-repeat center center;
}
.side {
  position: fixed;
  width: 54px;
  height: auto;
  right: 0;
  top: 214px;
  z-index: 101;
}
.side ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  border-bottom: 1px solid #444;
}
.side ul li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
}
.side ul li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
}
.side ul li .sidetop:hover {
  background: #ae1c1c;
  opacity: 1;
  filter: alpha(opacity=100);
}
.side ul li img {
  float: left;
}
.foot-form {
  width: 340px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 20px;
}
.foot-form #close {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  background: url("../images/node.png") no-repeat right center;
}
.foot-form .form-content {
  padding-top: 20px;
}
.foot-form .form-content .screen-reader-response {
  display: none;
}
.foot-form .form-content form p {
  margin-bottom: 10px;
}
.foot-form .form-content form p label .wpcf7-form-control-wrap {
  position: relative;
}
.foot-form .form-content form p label .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 300px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
}
.foot-form .form-content form p label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: -1px;
}
.foot-form .form-content form p label .wpcf7-form-control-wrap textarea {
  width: 300px;
  resize: none;
}
.foot-form .form-content form p:nth-of-type(1) label .wpcf7-form-control {
  height: 150px;
  box-sizing: border-box;
  padding-top: 10px;
}
.foot-form .form-content form .tj label {
  display: block;
}
.foot-form .form-content form .tj label .wpcf7-form-control-wrap {
  position: relative;
}
.foot-form .form-content form .tj label .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 190px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
}
.foot-form .form-content form .tj label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: -1px;
}
.foot-form .form-content form .tj label .wpcf7-submit {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: none;
  background: #1f296c;
  color: #fff;
}
.foot-form .form-content form .tj label:nth-of-type(1) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .section.banner .text {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10%;
  }
  .section.banner .text h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
  }
  .section.banner .text p {
    font-size: 20px;
    color: #fff;
  }
  .section.section-simply .simply-right {
    width: 50%;
    height: 100%;
  }
  .section.section-simply .simply-right .simply-content {
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    padding: 5% 0 0 4%;
  }
  .section.section-simply .simply-right .simply-content h3 {
    font-size: 28px;
    color: #1f296c;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .section.section-simply .simply-right .simply-content .simply-desc p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .section.section-simply .simply-right .simply-content a {
    display: block;
    width: 200px;
    height: 50px;
    background: #1f296c;
    border-radius: 15px;
    text-align: center;
    line-height: 50px;
    color: #fff;
  }
  .section.section-product {
    position: relative;
  }
  .section.section-product h2 {
    width: 114px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section.section-product h2:after {
    content: 'PRODUCT';
    display: block;
    width: 100%;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    font-family: Arial;
    margin-top: 5px;
  }
  .section.section-product .product-list {
    width: 1200px;
    margin: 0 auto;
  }
  .section.section-product .product-list ul li {
    width: 24.33333333%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
  }
  .section.section-product .product-list ul li .img {
    width: 100%;
    text-align: center;
  }
  .section.section-product .product-list ul li .product-desc h3 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
  }
  .section.section-product .product-list ul li .product-desc p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
  }
  .section.section-product .product-list ul li a {
    display: block;
    width: 134px;
    margin: 0 auto;
    margin-top: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #1f296c;
    border: 1px solid #1f296c;
    border-radius: 15px;
  }
  .section.section-product .product-list ul li:hover a {
    background: #1f296c;
    color: #fff;
  }
  .section.section-product .index-arrow {
    position: absolute;
    top: 40%;
  }
  .section.section-product .index-arrow .arrow-content {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
  }
  .section.section-product .index-arrow .arrow-content .swiper-button-prev {
    background-image: url("../images/arrow-left.png");
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: -58px;
    margin-top: 0;
  }
  .section.section-product .index-arrow .arrow-content .swiper-button-next {
    background-image: url("../images/arrow-right.png");
    background-size: 100%;
    width: 40px;
    height: 40px;
    right: -58px;
    margin-top: 0;
  }
  .section.section-case {
    background: #fafafa;
  }
  .section.section-case h2 {
    width: 100%;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
  }
  .section.section-case .cast-list {
    width: 1200px;
    margin: 0 auto;
  }
  .section.section-case .cast-list ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .section.section-case .cast-list ul li .img {
    width: 100%;
    overflow: hidden;
  }
  .section.section-case .cast-list ul li .img img {
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
  }
  .section.section-case .cast-list ul li .img img:hover {
    transform: scale(1.1, 1.1);
  }
  .section.section-case .cast-list ul li p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 35px;
  }
  .section.section-case .cast-list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .section.section-case .cast-list a {
    display: block;
    width: 197px;
    height: 32px;
    margin: 20px auto;
    border: 1px solid #d2d2d2;
    position: relative;
  }
  .section.section-case .cast-list a:after {
    content: '查看更多';
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1f296c;
    color: #fff;
    position: absolute;
    top: -18px;
    left: 14px;
  }
  .section.section-news .news-list {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 50px;
  }
  .section.section-news .news-list .news-left {
    width: 16.66666667%;
    margin-right: 2.66666667%;
    height: 100%;
    white-space: unset;
    border: none;
  }
  .section.section-news .news-list .news-left li {
    text-align: left;
    padding: 0;
  }
  .section.section-news .news-list .news-left li#dt {
    font-size: 36px;
    color: #333;
    line-height: 36px;
    cursor: pointer;
    display: block;
  }
  .section.section-news .news-list .news-left li#dt:after {
    display: none;
  }
  .section.section-news .news-list .news-left li#zx {
    font-size: 24px;
    color: #666;
    cursor: pointer;
    display: block;
  }
  .section.section-news .news-list .news-left li#zx:after {
    display: none;
  }
  .section.section-news .news-list .news-left .news-en {
    font-size: 40px;
    color: rgba(230, 230, 230, 0.6);
    font-weight: bold;
    margin-top: 65px;
  }
  .section.section-news .news-list .news-left .news-en span {
    display: block;
  }
  .section.section-news .news-list .news-left .layui-tab-bar {
    display: none;
  }
  .section.section-news .news-list .news-right {
    width: 80.66666667%;
  }
  .section.section-news .news-list .news-right ul li {
    width: 30.16528926%;
    margin-right: 4.75206612%;
    float: left;
  }
  .section.section-news .news-list .news-right ul li .date {
    width: 80.82191781%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .section.section-news .news-list .news-right ul li .date span:first-child {
    font-size: 28px;
    color: #333;
    text-align: center;
    border-right: 1px solid #e3e3e3;
  }
  .section.section-news .news-list .news-right ul li .date span:last-child {
    font-size: 18px;
    color: #666;
    text-align: center;
  }
  .section.section-news .news-list .news-right ul li a {
    display: block;
  }
  .section.section-news .news-list .news-right ul li a .img {
    width: 100%;
  }
  .section.section-news .news-list .news-right ul li a .img img {
    width: 100%;
  }
  .section.section-news .news-list .news-right ul li a .news-desc {
    width: 100%;
  }
  .section.section-news .news-list .news-right ul li a .news-desc h3 {
    font-size: 18px;
    color: #333;
    padding: 23px 0;
  }
  .section.section-news .news-list .news-right ul li a .news-desc p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
  }
  .section.section-news .news-list .news-right ul li a span {
    display: block;
    width: 33px;
    height: 33px;
    margin-top: 35px;
  }
  .section.section-news .news-list .news-right ul li:last-child {
    margin-right: 0;
  }
  .section.section-news .footer {
    width: 100%;
    background: #1e1f23;
    margin-top: 60px;
  }
  .section.section-news .footer .footer-content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .section.section-news .footer .footer-content .footer-logo {
    width: 100%;
    text-align: left;
    padding: 50px 0;
    color: #fff;
    font-size: 28px;
  }
  .section.section-news .footer .footer-content .footer-left .footer-nav {
    width: 100%;
  }
  .section.section-news .footer .footer-content .footer-left .footer-nav ul li {
    float: left;
    width: 14.28571429%;
    text-align: left;
  }
  .section.section-news .footer .footer-content .footer-left .footer-nav ul li a {
    font-size: 16px;
    color: #c9c9c9;
  }
  .section.section-news .footer .footer-content .footer-left .footer-nav ul li .sub-menu {
    display: none;
  }
  .section.section-news .footer .footer-content .footer-left .footer-contact {
    width: 100%;
    padding-top: 40px;
  }
  .section.section-news .footer .footer-content .footer-left .footer-contact h3 {
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: left;
  }
  .section.section-news .footer .footer-content .footer-left .footer-contact .contact-content {
    padding: 15px 0 30px 0;
  }
  .section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div {
    width: 100%;
    text-align: left;
  }
  .section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div p {
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #a4a4a4;
  }
  .section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div p a {
    font-size: 14px;
    color: #a4a4a4;
  }
  .section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div p.area {
    width: 45%;
  }
  .section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div p.mail {
    width: 30%;
  }
  .section.section-news .footer .footer-content .footer-left .footer-contact .contact-content div p:nth-of-type(8) {
    line-height: 20px;
  }
  .section.section-news .footer .footer-content .footer-right .ewm {
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
  }
  .section.section-news .footer .footer-content .footer-right .ewm p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
  }
  .section.section-news .footer .web-sup {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #18191b;
    text-align: center;
  }
  .section.section-news .footer .web-sup p {
    display: inline-block;
    color: #a4a4a4;
    font-size: 14px;
    margin-right: 20px;
  }
  .section.section-news .footer .web-sup p a {
    color: #a4a4a4;
    font-size: 14px;
  }
  .section.section-news .footer .web-sup p img {
    margin-right: 5px;
  }
  .section.section-news .footer .web-sup p:last-child {
    margin-right: 0;
  }
  .foot-form {
    padding: 10px 20px;
  }
  .foot-form #close {
    font-size: 16px;
  }
  .foot-form .form-content {
    padding-top: 10px;
  }
  .foot-form .form-content form p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .foot-form .form-content form p:nth-of-type(1) label .wpcf7-form-control {
    height: 60px;
    box-sizing: border-box;
    padding-top: 10px;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .section.banner .text {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10%;
  }
  .section.banner .text h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
  }
  .section.banner .text p {
    font-size: 20px;
    color: #fff;
  }
  .section.section-simply .simply-right {
    width: 50%;
    height: 100%;
  }
  .section.section-simply .simply-right .simply-content {
    width: 85%;
    height: 100%;
    box-sizing: border-box;
    padding: 5% 0 0 4%;
  }
  .section.section-simply .simply-right .simply-content h3 {
    font-size: 28px;
    color: #1f296c;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .section.section-simply .simply-right .simply-content .simply-desc p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 20px;
  }
  .section.section-simply .simply-right .simply-content a {
    display: block;
    width: 200px;
    height: 50px;
    background: #1f296c;
    border-radius: 15px;
    text-align: center;
    line-height: 50px;
    color: #fff;
  }
  .section.section-product {
    position: relative;
  }
  .section.section-product h2 {
    width: 114px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section.section-product h2:after {
    content: 'PRODUCT';
    display: block;
    width: 100%;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    font-family: Arial;
    margin-top: 5px;
  }
  .section.section-product .product-list {
    width: 1200px;
    margin: 0 auto;
  }
  .section.section-product .product-list ul li {
    width: 24.33333333%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
  }
  .section.section-product .product-list ul li .img {
    width: 100%;
    text-align: center;
  }
  .section.section-product .product-list ul li .product-desc h3 {
    font-size: 16px;
    color: #333;
    line-height: 50px;
  }
  .section.section-product .product-list ul li .product-desc p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
  }
  .section.section-product .product-list ul li a {
    display: block;
    width: 134px;
    margin: 0 auto;
    margin-top: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #1f296c;
    border: 1px solid #1f296c;
    border-radius: 15px;
  }
  .section.section-product .product-list ul li:hover a {
    background: #1f296c;
    color: #fff;
  }
  .section.section-product .index-arrow {
    position: absolute;
    top: 40%;
  }
  .section.section-product .index-arrow .arrow-content {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
  }
  .section.section-product .index-arrow .arrow-content .swiper-button-prev {
    background-image: url("../images/arrow-left.png");
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: -58px;
    margin-top: 0;
  }
  .section.section-product .index-arrow .arrow-content .swiper-button-next {
    background-image: url("../images/arrow-right.png");
    background-size: 100%;
    width: 40px;
    height: 40px;
    right: -58px;
    margin-top: 0;
  }
  .section.section-case {
    background: #fafafa;
  }
  .section.section-case h2 {
    width: 100%;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
  }
  .section.section-case .cast-list {
    width: 1200px;
    margin: 0 auto;
  }
  .section.section-case .cast-list ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .section.section-case .cast-list ul li .img {
    width: 100%;
    overflow: hidden;
  }
  .section.section-case .cast-list ul li .img img {
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
  }
  .section.section-case .cast-list ul li .img img:hover {
    transform: scale(1.1, 1.1);
  }
  .section.section-case .cast-list ul li p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 35px;
  }
  .section.section-case .cast-list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .section.section-case .cast-list a {
    display: block;
    width: 197px;
    height: 32px;
    margin: 20px auto;
    border: 1px solid #d2d2d2;
    position: relative;
  }
  .section.section-case .cast-list a:after {
    content: '查看更多';
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1f296c;
    color: #fff;
    position: absolute;
    top: -18px;
    left: 14px;
  }
  .section.section-news .news-list {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 110px;
  }
  .section.section-news .news-list .news-left {
    width: 16.66666667%;
    margin-right: 2.66666667%;
    height: 100%;
    white-space: unset;
    border: none;
  }
  .section.section-news .news-list .news-left li {
    text-align: left;
    padding: 0;
  }
  .section.section-news .news-list .news-left li#dt {
    font-size: 36px;
    color: #333;
    line-height: 76px;
    cursor: pointer;
    display: block;
  }
  .section.section-news .news-list .news-left li#dt:after {
    display: none;
  }
  .section.section-news .news-list .news-left li#zx {
    font-size: 24px;
    color: #666;
    cursor: pointer;
    display: block;
  }
  .section.section-news .news-list .news-left li#zx:after {
    display: none;
  }
  .section.section-news .news-list .news-left .news-en {
    font-size: 40px;
    color: rgba(230, 230, 230, 0.6);
    font-weight: bold;
    margin-top: 65px;
  }
  .section.section-news .news-list .news-left .news-en span {
    display: block;
  }
  .section.section-news .news-list .news-left .layui-tab-bar {
    display: none;
  }
  .section.section-news .news-list .news-right {
    width: 80.66666667%;
  }
  .section.section-news .news-list .news-right ul li {
    width: 30.16528926%;
    margin-right: 4.75206612%;
    float: left;
  }
  .section.section-news .news-list .news-right ul li .date {
    width: 80.82191781%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .section.section-news .news-list .news-right ul li .date span:first-child {
    font-size: 28px;
    color: #333;
    text-align: center;
    border-right: 1px solid #e3e3e3;
  }
  .section.section-news .news-list .news-right ul li .date span:last-child {
    font-size: 18px;
    color: #666;
    text-align: center;
  }
  .section.section-news .news-list .news-right ul li a {
    display: block;
  }
  .section.section-news .news-list .news-right ul li a .img {
    width: 100%;
  }
  .section.section-news .news-list .news-right ul li a .img img {
    width: 100%;
  }
  .section.section-news .news-list .news-right ul li a .news-desc {
    width: 100%;
  }
  .section.section-news .news-list .news-right ul li a .news-desc h3 {
    font-size: 18px;
    color: #333;
    padding: 23px 0;
  }
  .section.section-news .news-list .news-right ul li a .news-desc p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
  }
  .section.section-news .news-list .news-right ul li a span {
    display: block;
    width: 33px;
    height: 33px;
    margin-top: 35px;
  }
  .section.section-news .news-list .news-right ul li:last-child {
    margin-right: 0;
  }
  .section.section-news .footer {
    width: 100%;
    background: #1e1f23;
    position: absolute;
    bottom: 0;
    padding: 25px 0;
  }
  .section.section-news .footer .footer-content .footer-top {
    text-align: center;
    margin-bottom: 15px;
  }
  .section.section-news .footer .footer-content .footer-top p {
    display: inline-block;
    font-size: 14px;
    color: #666;
  }
  .section.section-news .footer .footer-content .footer-top p:first-child {
    margin-right: 30px;
  }
  .section.section-news .footer .footer-content .footer-bottom {
    text-align: center;
  }
  .section.section-news .footer .footer-content .footer-bottom p {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
  }
  .section.section-news .footer .footer-content .footer-bottom p a {
    font-size: 14px;
    color: #666;
  }
  .foot-form {
    padding: 10px 20px;
  }
  .foot-form #close {
    font-size: 16px;
  }
  .foot-form .form-content {
    padding-top: 10px;
  }
  .foot-form .form-content form p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .foot-form .form-content form p:nth-of-type(1) label .wpcf7-form-control {
    height: 60px;
    box-sizing: border-box;
    padding-top: 10px;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .section.banner .text {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10%;
  }
  .section.banner .text h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
  }
  .section.banner .text p {
    font-size: 20px;
    color: #fff;
  }
  .section.section-simply .simply-right {
    width: 50%;
    height: 100%;
  }
  .section.section-simply .simply-right .simply-content {
    width: 70%;
    height: 100%;
    box-sizing: border-box;
    padding: 4% 0 0 8%;
  }
  .section.section-simply .simply-right .simply-content h3 {
    font-size: 28px;
    color: #1f296c;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .section.section-simply .simply-right .simply-content .simply-desc p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 20px;
  }
  .section.section-simply .simply-right .simply-content a {
    display: block;
    width: 150px;
    height: 40px;
    background: #1f296c;
    border-radius: 15px;
    text-align: center;
    line-height: 40px;
    color: #fff;
  }
  .section.section-product {
    position: relative;
  }
  .section.section-product h2 {
    width: 114px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section.section-product h2:after {
    content: 'PRODUCT';
    display: block;
    width: 100%;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    font-family: Arial;
    margin-top: 5px;
  }
  .section.section-product .product-list {
    width: 1200px;
    margin: 0 auto;
  }
  .section.section-product .product-list ul li {
    width: 24.33333333%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
  }
  .section.section-product .product-list ul li .img {
    width: 100%;
    text-align: center;
  }
  .section.section-product .product-list ul li .product-desc h3 {
    font-size: 16px;
    color: #333;
    line-height: 50px;
  }
  .section.section-product .product-list ul li .product-desc p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
  }
  .section.section-product .product-list ul li a {
    display: block;
    width: 134px;
    margin: 0 auto;
    margin-top: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #1f296c;
    border: 1px solid #1f296c;
    border-radius: 15px;
  }
  .section.section-product .product-list ul li:hover a {
    background: #1f296c;
    color: #fff;
  }
  .section.section-product .index-arrow {
    position: absolute;
    top: 40%;
  }
  .section.section-product .index-arrow .arrow-content {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
  }
  .section.section-product .index-arrow .arrow-content .swiper-button-prev {
    background-image: url("../images/arrow-left.png");
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: -58px;
    margin-top: 0;
  }
  .section.section-product .index-arrow .arrow-content .swiper-button-next {
    background-image: url("../images/arrow-right.png");
    background-size: 100%;
    width: 40px;
    height: 40px;
    right: -58px;
    margin-top: 0;
  }
  .section.section-case {
    background: #fafafa;
  }
  .section.section-case h2 {
    width: 100%;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
  }
  .section.section-case .cast-list {
    width: 1200px;
    margin: 0 auto;
  }
  .section.section-case .cast-list ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .section.section-case .cast-list ul li .img {
    width: 100%;
    overflow: hidden;
  }
  .section.section-case .cast-list ul li .img img {
    width: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
  }
  .section.section-case .cast-list ul li .img img:hover {
    transform: scale(1.1, 1.1);
  }
  .section.section-case .cast-list ul li p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 20px;
  }
  .section.section-case .cast-list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .section.section-case .cast-list a {
    display: block;
    width: 197px;
    height: 32px;
    margin: 20px auto;
    border: 1px solid #d2d2d2;
    position: relative;
  }
  .section.section-case .cast-list a:after {
    content: 'More';
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1f296c;
    color: #fff;
    position: absolute;
    top: -18px;
    left: 14px;
  }
  .section.section-news .news-list {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 110px;
  }
  .section.section-news .news-list .news-left {
    width: 16.66666667%;
    margin-right: 2.66666667%;
    height: 100%;
    white-space: unset;
    border: none;
  }
  .section.section-news .news-list .news-left li {
    text-align: left;
    padding: 0;
  }
  .section.section-news .news-list .news-left li#dt {
    font-size: 36px;
    color: #333;
    line-height: 42px;
    cursor: pointer;
    display: block;
  }
  .section.section-news .news-list .news-left li#dt:after {
    display: none;
  }
  .section.section-news .news-list .news-left li#zx {
    font-size: 24px;
    color: #666;
    cursor: pointer;
    display: block;
  }
  .section.section-news .news-list .news-left li#zx:after {
    display: none;
  }
  .section.section-news .news-list .news-left .news-en {
    font-size: 40px;
    color: rgba(230, 230, 230, 0.6);
    font-weight: bold;
    margin-top: 65px;
  }
  .section.section-news .news-list .news-left .news-en span {
    display: block;
  }
  .section.section-news .news-list .news-left .layui-tab-bar {
    display: none;
  }
  .section.section-news .news-list .news-right {
    width: 80.66666667%;
  }
  .section.section-news .news-list .news-right ul li {
    width: 30.16528926%;
    margin-right: 4.75206612%;
    float: left;
  }
  .section.section-news .news-list .news-right ul li .date {
    width: 80.82191781%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .section.section-news .news-list .news-right ul li .date span:first-child {
    font-size: 28px;
    color: #333;
    text-align: center;
    border-right: 1px solid #e3e3e3;
  }
  .section.section-news .news-list .news-right ul li .date span:last-child {
    font-size: 18px;
    color: #666;
    text-align: center;
  }
  .section.section-news .news-list .news-right ul li a {
    display: block;
  }
  .section.section-news .news-list .news-right ul li a .img {
    width: 100%;
  }
  .section.section-news .news-list .news-right ul li a .img img {
    width: 100%;
  }
  .section.section-news .news-list .news-right ul li a .news-desc {
    width: 100%;
  }
  .section.section-news .news-list .news-right ul li a .news-desc h3 {
    font-size: 18px;
    color: #333;
    padding: 23px 0;
  }
  .section.section-news .news-list .news-right ul li a .news-desc p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
  }
  .section.section-news .news-list .news-right ul li a span {
    display: block;
    width: 33px;
    height: 33px;
    margin-top: 35px;
  }
  .section.section-news .news-list .news-right ul li:last-child {
    margin-right: 0;
  }
  .section.section-news .footer {
    width: 100%;
    background: #1e1f23;
    position: static;
    bottom: 0;
    padding: 25px 0;
  }
  .section.section-news .footer .footer-content .footer-top {
    text-align: center;
    margin-bottom: 15px;
  }
  .section.section-news .footer .footer-content .footer-top p {
    display: inline-block;
    font-size: 14px;
    color: #666;
  }
  .section.section-news .footer .footer-content .footer-top p:first-child {
    margin-right: 30px;
  }
  .section.section-news .footer .footer-content .footer-bottom {
    text-align: center;
  }
  .section.section-news .footer .footer-content .footer-bottom p {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
  }
  .section.section-news .footer .footer-content .footer-bottom p a {
    font-size: 14px;
    color: #666;
  }
}
