@charset "utf-8";
.product-banner {
  height: 500px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.product-banner .content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 175px;
}
.product-banner .content h1 {
  font-size: 52px;
  color: #292929;
  line-height: 62px;
  width: 100%;
}
.product-banner .content .subtitle {
  overflow: hidden;
  line-height: 61px;
  background: #da251d;
  border-radius: 0px;
  float: left;
  font-size: 36px;
  margin-top: 22px;
  white-space: nowrap;
}
.product-banner .content .subtitle span {
  display: block;
  float: left;
  background: #fff;
  /* border-radius: 6px; */
  padding: 0 15px;
  transform: translatex(-3px);
}
.product-banner .content .subtitle p {
  float: left;
  padding: 0 17px;
  color: #fff;
}
.product-banner2 {
  height: 500px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.product-banner2 img {
  display: none;
}
.bread {
  max-width: 1500px;
  margin: 0 auto;
  padding: 15px 50px;
}
.bread a,
.bread span {
  font-size: 12px;
  line-height: 22px;
}
.bread a:hover {
  color: #0089e7;
}
.product-container .sort-first {
  text-align: center;
  margin: 9px auto 0;
  max-width: 1500px;
  padding: 0 16px 13px;
}
.product-container .sort-first a {
  display: inline-block;
  border-radius: 4px;
  background: #a7a7a7;
  color: #fff;
  font-size: 22px;
  margin: 0 14px 20px;
  min-width: 170px;
  padding: 0 15px;
  line-height: 44px;
}
.product-container .sort-first a:hover,
.product-container .sort-first a.active {
  background: #0089e7;
}
.product-container .sort-second {
  overflow: hidden;
  max-width: 1500px;
  padding: 0 45px 10px;
  text-align: center;
  margin: 0 auto;
}
.product-container .sort-second a {
  display: block;
  float: left;
  line-height: 45px;
  border: 1px solid #e3e3e3;
  min-width: 158px;
  padding: 0 22px;
  font-size: 16px;
  margin: 17px 5px 0;
}
.product-container .sort-second a:hover,
.product-container .sort-second a.active {
  color: #fff;
  background: #0089e7;
}
.product-container .sort-three {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}
.product-container .sort-three .content {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  padding-top: 25px;
}
.product-container .sort-three .content a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  margin: 10px 25px 0 0;
}
.product-container .sort-three .content a::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #0089e7;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: none;
}
.product-container .sort-three .content a::after {
  content: '';
  background:  no-repeat center top;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  display: none;
}
.product-container .sort-three .content a:hover {
  color: #0089e7;
}
.product-container .sort-three .content a.active {
  color: #0089e7;
  font-weight: 600;
}
.product-container .sort-three .content a.active::before,
.product-container .sort-three .content a.active::after {
  display: block;
}
.product-container .prod-list {
  max-width: 1500px;
  padding: 30px 37px 35px;
  overflow: hidden;
  margin: 0 auto;
}
.product-container .prod-list li {
  float: left;
  width: 33.3333%;
  padding: 15px 12px;
}
.product-container .prod-list li a {
  display: block;
  max-width: 450px;
  margin: 0 auto;
}
.product-container .prod-list li a .pic {
  border: 1px solid #e3e3e3;
  border-bottom: none;
}
.product-container .prod-list li a .pic .img {
  max-width: 396px;
  height: 396px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.product-container .prod-list li a span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 47px;
  background: #f3f3f3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
}
.product-container .prod-list li a:hover {
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}
.product-container .prod-list li a:hover span {
  background: #0089e7;
  color: #fff;
}
.pager {
  text-align: center;
  padding-bottom: 40px;
}
.pager a {
  display: inline-block;
  line-height: 39px;
  border: 1px solid #666;
  margin: 0 4px 10px;
  min-width: 41px;
  font-size: 18px;
}
.pager a.prev,
.pager a.next {
  padding: 0 17px;
}
.pager a.active,
.pager a:hover {
  color: #fff;
  background: #da251d;
  border-color: #da251d;
}
.common-banner {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.common-banner .content {
  max-width: 1500px;
  padding: 196px 50px 0;
  margin: 0 auto;
}
.common-banner .content i {
  display: block;
  width: 22px;
  height: 5px;
  background: #fff;
}
.common-banner .content .title {
  font-size: 48px;
  color: #fff;
  line-height: 58px;
  margin: 11px 0 4px;
}
.common-banner .content .subtitle {
  font-size: 30px;
  color: #da251d;
  line-height: 33px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: 600;
}
.common-banner .content.blue i {
  background: #0089e7;
}
.common-banner .content.blue .title {
  color: #0089e7;
}
.new-container {
  background: #eeeeee;
}
.new-container .new-list {
  max-width: 1500px;
  padding: 20px 27px 4px;
  margin: -20px auto 0;
  overflow: hidden;
}
.new-container .new-list li {
  float: left;
  width: 33.33%;
  padding: 0 23px 50px;
}
.new-container .new-list li a {
  display: block;
  height: 516px;
  background: #fff;
}
.new-container .new-list li a .pic {
  height: 232px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.new-container .new-list li a .con {
  padding: 20px 38px 0;
}
.new-container .new-list li a .con .type {
  display: inline-block;
  border: 1px solid #666;
  padding: 0 18px;
  line-height: 25px;
  border-radius: 25px;
}
.new-container .new-list li a .con .text {
  height: 158px;
  overflow: hidden;
  margin: 16px 0 0;
}
.new-container .new-list li a .con .text .title {
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.new-container .new-list li a .con .text p {
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 52px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.new-container .new-list li a .con .date {
  font-family: arial;
  padding-left: 21px;
  font-size: 12px;
  line-height: 22px;
  position: relative;
  background:  no-repeat left center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.new-container .new-list li a .con .date::before {
  content: '';
  background:  no-repeat center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 27px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}
.new-container .new-list li a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.22);
}
.new-container .new-list li a:hover .con .title,
.new-container .new-list li a:hover .con p {
  color: #0089e7;
}
.new-container .new-list li a:hover .date {
  background-image: ;
  color: #da251d;
}
.new-container .new-list li a:hover .date::before {
  background-image: ;
}
.new-container .new-list .large {
  width: 66.66%;
}
.new-container .new-list .large a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.new-container .new-list .large a::before {
  content: '';
  background:  no-repeat center top;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  left: 0;
  top: 0;
}
.new-container .new-list .large a .type {
  display: inline-block;
  position: relative;
  margin: 50px 60px 20px;
  color: #fff;
  background: #da251d;
  border-radius: 25px;
  z-index: 2;
  padding: 0 15px;
}
.new-container .new-list .large a .title {
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  margin: 0 60px;
}
.com-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}
.com-container .com-list .com-content {
  overflow: hidden;
  position: relative;
  padding-top: 52px;
}
.com-container .com-list .com-content .more {
  position: absolute;
  right: 0;
  color: #0089e7;
  line-height: 24px;
  top: 5px;
}
.com-container .com-list .com-content .more:hover {
  text-decoration: underline;
}
.com-container .com-list .com-content .type {
  padding: 0 20px;
  font-size: 30px;
  color: #fff;
  line-height: 84px;
  background: #da251d;
  position: absolute;
  left: 16px;
  top: 10px;
  z-index: 2;
  font-weight: 600;
}
.com-container .com-list .com-content .pic {
  width: 50%;
  float: left;
  height: 465px;
  position: relative;
  display: block;
  overflow: hidden;
}
.com-container .com-list .com-content .pic .img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.com-container .com-list .com-content .pic .title {
  background: rgba(0, 0, 0, 0.31);
  color: #fff;
  width: 100%;
  padding: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.com-container .com-list .com-content .pic:hover .img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.com-container .com-list .com-content .new-cons {
  width: 50%;
  float: right;
  padding: 5px 0 0 42px;
}
.com-container .com-list .com-content .new-cons a {
  display: block;
  padding: 0 120px 0 16px;
  margin-top: 22px;
  position: relative;
  background:  no-repeat left center;
}
.com-container .com-list .com-content .new-cons a span {
  display: block;
  line-height: 25px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.com-container .com-list .com-content .new-cons a i {
  display: block;
  position: absolute;
  right: 0;
  line-height: 24px;
  font-style: normal;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.com-container .com-list .com-content .new-cons a:hover span,
.com-container .com-list .com-content .new-cons a:hover i {
  color: #0089e7;
}
.com-container .com-list .com-content2 {
  margin: 36px 0 28px;
}
.com-container .com-list .com-content2 .pic {
  float: right;
}
.com-container .com-list .com-content2 .type {
  left: 50%;
  margin-left: 16px;
}
.com-container .com-list .com-content2 .other-content {
  padding: 50px 30px 0 40px;
  background: #f6f6f6;
  width: 50%;
  float: left;
  height: 465px;
}
.com-container .com-list .com-content2 .other-content .con {
  min-height: 214px;
  margin-bottom: 20px;
  max-height: 230px;
  overflow-y: auto;
}
.com-container .com-list .com-content2 .other-content .con::-webkit-scrollbar {
  width: 5px;
  background: #ccc;
  border-radius: 3px;
}
.com-container .com-list .com-content2 .other-content .con::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
}
.com-container .com-list .com-content2 .other-content .con .titles {
  font-size: 18px;
  color: #0089e7;
  line-height: 28px;
  margin-bottom: 18px;
  font-weight: 600;
}
.com-container .com-list .com-content2 .other-content .con p {
  line-height: 30px;
}
.com-container .com-list .com-content2 .other-content .link-wrap {
  text-align: center;
}
.com-container .com-list .com-content2 .other-content .link-wrap a {
  display: inline-block;
  line-height: 52px;
  padding: 0 22px 0 71px;
  border: 1px solid #666;
  font-size: 18px;
  margin: 0 18px;
}
.com-container .com-list .com-content2 .other-content .link-wrap a:hover {
  border-color: #da251d;
  color: #fff;
  background-color: #da251d;
}
.com-container .com-list .com-content2 .other-content .link-wrap .first {
  background:  no-repeat 23px center;
}
.com-container .com-list .com-content2 .other-content .link-wrap .first:hover {
  background-image: ;
}
.com-container .com-list .com-content2 .other-content .link-wrap .second {
  background:  no-repeat 26px center;
}
.com-container .com-list .com-content2 .other-content .link-wrap .second:hover {
  background-image: ;
}
.com-container .com-enterprise {
  padding-bottom: 48px;
}
.com-container .com-enterprise .tops {
  overflow: hidden;
}
.com-container .com-enterprise .tops .title {
  padding: 0 32px;
  font-size: 24px;
  color: #fff;
  background: #da251d;
  line-height: 58px;
  font-weight: 600;
  display: block;
  float: left;
}
.com-container .com-enterprise .tops .more {
  line-height: 58px;
  float: right;
  display: block;
  color: #0089e7;
  margin-right: 40px;
}
.com-container .com-enterprise .tops .more:hover {
  text-decoration: underline;
}
.com-container .com-enterprise .list {
  background: #f6f6f6;
  overflow: hidden;
  padding: 0 25px;
}
.com-container .com-enterprise .list li {
  width: 25%;
  float: left;
  padding: 42px 21px 30px;
}
.com-container .com-enterprise .list li a {
  display: block;
  overflow: hidden;
}
.com-container .com-enterprise .list li a .pic {
  height: 389px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.com-container .com-enterprise .list li a .text {
  background: #f6f6f6;
  position: relative;
  padding-top: 25px;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 53px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.com-container .com-enterprise .list li a .text span {
  font-weight: 600;
}
.com-container .com-enterprise .list li a:hover .pic {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.com-container .com-enterprise .list li a:hover .text {
  color: #0089e7;
}
.new-detail-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}
.new-detail-container .content {
  padding: 8px 0 55px;
}
.new-detail-container .content h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #666;
  text-align: center;
}
.new-detail-container .content .date {
  padding: 0 0 15px;
  color: #acacac;
  line-height: 24px;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  margin-bottom: 33px;
}
.new-detail-container .content p {
  font-size: 16px;
  line-height: 28px;
}
.new-detail-container .content img {
  display: block;
  max-width: 100%;
  margin: 20px auto !important;
}
.new-detail-container .other-news {
  overflow: hidden;
  padding: 16px 46px;
  border: 1px solid #e3e3e3;
  margin-bottom: 55px;
}
.new-detail-container .other-news div {
  width: 40%;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 26px;
}
.new-detail-container .other-news div a {
  color: #0089e7;
}
.new-detail-container .other-news div a:hover {
  text-decoration: underline;
}
.new-detail-container .other-news .prev {
  float: left;
}
.new-detail-container .other-news .next {
  float: right;
  text-align: right;
}
.contact-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px;
}
.contact-container .top-content {
  background: #f6f6f6;
  padding: 38px 40px 47px;
  overflow: hidden;
}
.contact-container .top-content .left {
  width: 37%;
  float: left;
}
.contact-container .top-content .left .title {
  background: #0089e7;
}
.contact-container .top-content .left .title div {
  max-width: 376px;
  margin: 0 auto;
  color: #fff;
  width: 90%;
  font-size: 24px;
  line-height: 56px;
  padding-left: 40px;
  background:  no-repeat left center;
}
.contact-container .top-content .left .con {
  width: 90%;
  max-width: 376px;
  margin: 36px auto 0;
}
.contact-container .top-content .left .con span {
  display: block;
  font-weight: 600;
  line-height: 31px;
  font-size: 21px;
  margin-bottom: 16px;
  color: #292929;
}
.contact-container .top-content .left .con p {
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 16px;
}
.contact-container .top-content .right {
  width: 59%;
  float: right;
  height: 373px;
  border: 5px solid #fff;
  background-size: cover;
}
.contact-container .list {
  margin: 22px -8px 50px;
  overflow: hidden;
}
.contact-container .list li {
  width: 33.33%;
  padding: 0 8px;
  margin-top: 20px;
  float: left;
}
.contact-container .list li .title {
  background:  #f6f6f6 no-repeat 28px 8px;
  color: #292929;
  line-height: 48px;
  font-size: 18px;
  padding-left: 73px;
}
.contact-container .list li .con {
  height: 135px;
  overflow-y: auto;
  padding: 12px 0 0 73px;
}
.contact-container .list li .con p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 26px;
}
.recruitment-container {
  background: #eeeeee;
}
.recruitment-container .recr-list {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px 18px;
}
.recruitment-container .recr-list .recr-content {
  background: #fff;
  padding: 23px 40px 25px;
  margin-bottom: 40px;
}
.recruitment-container .recr-list .recr-content .title {
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.recruitment-container .recr-list .recr-content .title span {
  display: block;
  float: left;
  line-height: 26px;
  color: #0089e7;
  font-size: 16px;
  font-weight: 600;
}
.recruitment-container .recr-list .recr-content .title .right {
  float: right;
  line-height: 26px;
}
.recruitment-container .recr-list .recr-content .introduce .addr {
  overflow: hidden;
  color: #0089e7;
  line-height: 26px;
}
.recruitment-container .recr-list .recr-content .introduce .addr span {
  font-size: 16px;
}
.recruitment-container .recr-list .recr-content .introduce .addr .right-button {
  cursor: pointer;
  float: right;
  position: relative;
  padding-right: 14px;
}
.recruitment-container .recr-list .recr-content .introduce .addr .right-button:hover {
  text-decoration: underline;
}
.recruitment-container .recr-list .recr-content .introduce .addr .right-button::before {
  content: '';
  right: 0;
  position: absolute;
  background:  no-repeat center;
  width: 7px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
}
.recruitment-container .recr-list .recr-content .introduce b {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.recruitment-container .recr-list .recr-content .introduce .content {
  display: none;
  padding-bottom: 5px;
  overflow: hidden;
  margin-top: 10px;
}
.recruitment-container .recr-list .recr-content .introduce .content .right-img {
  float: right;
  margin-top: 39px;
  overflow: hidden;
}
.recruitment-container .recr-list .recr-content .introduce .content .right-img a {
  display: block;
  float: left;
}
.recruitment-container .recr-list .recr-content .introduce .content .right-img a img {
  display: block;
  border: 1px solid #c7c7c7;
  border-left: none;
}
.recruitment-container .recr-list .recr-content .introduce .content .right-img a:first-child img {
  border-left: 1px solid #c7c7c7;
}
.recruitment-container .recr-list .recr-content .introduce .content .right-img a span {
  display: block;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  margin-top: 5px;
}
.recruitment-container .recr-list .recr-content .introduce .content .text {
  margin-top: 10px;
}
.recruitment-container .recr-list .recr-content .introduce .content .text p {
  line-height: 30px;
  font-size: 16px;
}
.recruitment-container .recr-list .recr-content.active .introduce .addr .right-button::before {
  background-image: ;
}
.case-sort {
  max-width: 1600px;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
}
.case-sort .swiper-container .swiper-wrapper .swiper-slide a {
  min-height: 210px;
  padding: 29px 0 10px;
  display: block;
}
.case-sort .swiper-container .swiper-wrapper .swiper-slide a .pic {
  height: 110px;
  max-width: 110px;
  margin: 0 auto 11px;
  position: relative;
}
.case-sort .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.case-sort .swiper-container .swiper-wrapper .swiper-slide a .pic .img2 {
  z-index: 1;
}
.case-sort .swiper-container .swiper-wrapper .swiper-slide a span {
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 28px;
  font-size: 18px;
  color: #292929;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case-sort .swiper-container .swiper-wrapper .swiper-slide.active a,
.case-sort .swiper-container .swiper-wrapper .swiper-slide:hover a {
  background-color: #0089e7;
}
.case-sort .swiper-container .swiper-wrapper .swiper-slide.active a .pic .img2,
.case-sort .swiper-container .swiper-wrapper .swiper-slide:hover a .pic .img2 {
  z-index: 3;
}
.case-sort .swiper-container .swiper-wrapper .swiper-slide.active a span,
.case-sort .swiper-container .swiper-wrapper .swiper-slide:hover a span {
  color: #fff;
}
.case-sort .button {
  width: 50px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.case-sort .button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.case-sort .prev {
  left: 26px;
  background-image: ;
}
.case-sort .next {
  right: 26px;
  background-image: ;
}
.case-container {
  background: #eeeeee;
  margin-top: 40px;
}
.case-container .case-list {
  overflow: hidden;
  max-width: 1500px;
  padding: 23px 33px 45px;
  margin: 0 auto;
}
.case-container .case-list li {
  width: 33.33%;
  float: left;
  padding: 27px 16px 0;
}
.case-container .case-list li a {
  display: block;
}
.case-container .case-list li a .pic {
  border: 9px solid #fff;
  background: #fff;
  overflow: hidden;
}
.case-container .case-list li a .pic .img {
  height: 321px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case-container .case-list li a span {
  display: block;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
  height: 28px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case-container .case-list li a:hover .pic .img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.case-container .case-list li a:hover span {
  color: #0089e7;
}
.case-detail-sort {
  max-width: 1500px;
  margin: -52px auto 0;
  padding: 0 50px;
  position: relative;
}
.case-detail-sort .swiper-container {
  width: 100%;
  text-align: center;
  background: #363636;
}
.case-detail-sort .swiper-container .swiper-slide a {
  line-height: 26px;
  display: block;
  font-size: 16px;
  color: #dfdfdf;
  padding: 13px 0;
}
.case-detail-sort .swiper-container .swiper-slide.active a,
.case-detail-sort .swiper-container .swiper-slide:hover a {
  color: #fff;
  background: #0089e7;
}
.case-detail-sort .button {
  width: 30px;
  height: 52px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #363636;
}
.case-detail-sort .button.swiper-button-disabled {
  display: none;
}
.case-detail-sort .prev {
  left: 20px;
  background-image: ;
  border-right: 1px solid #545454;
}
.case-detail-sort .next {
  right: 20px;
  background-image: ;
  border-left: 1px solid #545454;
}
.case-detail-container {
  overflow: hidden;
}
.case-detail-container .case-detail-title {
  text-align: center;
}
.case-detail-container .case-detail-title .con {
  display: inline-block;
  position: relative;
}
.case-detail-container .case-detail-title .con::before {
  content: '';
  width: 182px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  left: -182px;
  top: 50%;
  z-index: 1;
}
.case-detail-container .case-detail-title .con::after {
  content: '';
  width: 182px;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  right: -182px;
  top: 50%;
  z-index: 1;
}
.case-detail-container .case-detail-title .con span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding: 0 21px;
  color: #0089e7;
}
.case-detail-container .case-detail-title .con span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background:  no-repeat center;
  width: 7px;
}
.case-detail-container .case-detail-title .con span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background:  no-repeat center;
  width: 7px;
}
.case-detail-container .bg-content {
  max-width: 1280px;
  width: 90%;
  overflow: hidden;
  margin: 35px auto 0;
  padding-bottom: 40px;
}
.case-detail-container .bg-content img {
  display: block;
  float: left;
  margin: 0 69px 40px 10px;
  max-width: 50%;
}
.case-detail-container .bg-content .con {
  margin-top: 30px;
}
.case-detail-container .bg-content .con span {
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}
.case-detail-container .bg-content .con p {
  line-height: 28px;
  font-size: 16px;
}
.case-detail-container .prod-content {
  background: #eeeeee;
  padding: 70px 0 95px;
}
.case-detail-container .prod-content .list {
  max-width: 1500px;
  margin: 70px auto 0;
  padding: 0 23px;
  overflow: hidden;
}
.case-detail-container .prod-content .list li {
  float: left;
  width: 25%;
  padding: 0 22px;
}
.case-detail-container .prod-content .list li a {
  display: block;
  overflow: hidden;
}
.case-detail-container .prod-content .list li a .pic {
  height: 206px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case-detail-container .prod-content .list li a .con {
  background: #eee;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 15px 0;
}
.case-detail-container .prod-content .list li a .con span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  height: 28px;
  margin-bottom: 7px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
.case-detail-container .prod-content .list li a .con p {
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.case-detail-container .prod-content .list li a:hover .pic {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.case-detail-container .prod-content .list li a:hover .con span {
  color: #0089e7;
}
.case-detail-container .adv-content {
  padding: 75px 0 110px;
  background: #002c4a;
}
.case-detail-container .adv-content .case-detail-title .con span {
  color: #fff;
}
.case-detail-container .adv-content .subtitle {
  text-align: center;
  color: #fff;
  line-height: 26px;
  margin: 26px 0 60px;
  font-size: 16px;
  padding: 0 50px;
}
.case-detail-container .adv-content .list {
  max-width: 1336px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}
.case-detail-container .adv-content .list .swiper-container .swiper-slide div {
  width: 161px;
  height: 161px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-detail-container .adv-content .list .swiper-container .swiper-slide div span {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
.case-detail-container .adv-content .list .button {
  width: 50px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.case-detail-container .adv-content .list .button.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.case-detail-container .adv-content .list .prev {
  left: 2px;
  background-image: ;
}
.case-detail-container .adv-content .list .next {
  right: 2px;
  background-image: ;
}
.case-detail-container .feature-content {
  background:  no-repeat center;
  background-size: cover;
  padding: 70px 0;
}
.case-detail-container .feature-content .case-detail-title .con span {
  color: #fff;
}
.case-detail-container .feature-content .list {
  max-width: 1500px;
  margin: 70px auto 0;
  padding: 0 50px;
}
.case-detail-container .feature-content .list .swiper-container {
  position: relative;
}
.case-detail-container .feature-content .list .swiper-container::before {
  height: 230px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background:  no-repeat center;
  background-size: cover;
  content: "";
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide {
  z-index: 2;
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide .icon {
  background: #08003a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  height: 230px;
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide .icon span {
  border-radius: 100%;
  font-weight: 600;
  width: 93px;
  height: 93px;
  font-size: 36px;
  border: 3px solid #fff;
  line-height: 87px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  opacity: 0.6;
  margin: -46.5px 0 0 -46.5px;
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide .con {
  padding: 52px 10px 30px 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide .con .text {
  overflow-y: auto;
  line-height: 30px;
  padding-right: 10px;
  font-size: 16px;
  color: #fff;
  max-width: 270px;
  margin: 0 auto;
  height: 150px;
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide .con .text::-webkit-scrollbar {
  width: 5px;
  background: #ccc;
  border-radius: 3px;
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide .con .text::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide:hover .icon {
  background-color: #0089e7;
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide:hover .icon span {
  opacity: 1;
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide:hover .con {
  background-color: #fff;
}
.case-detail-container .feature-content .list .swiper-container .swiper-slide:hover .con .text {
  color: #666;
}
.case-detail-container .feature-content .control {
  text-align: center;
  margin-top: 40px;
  font-size: 0;
}
.case-detail-container .feature-content .control .swiper-pagination {
  display: inline-block;
  position: relative;
  left: auto;
  top: auto;
  line-height: 20px;
  margin: 0 8px;
}
.case-detail-container .feature-content .control .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border: 2px solid #fff;
  margin: 0 8px;
  opacity: 1;
  background: transparent;
}
.case-detail-container .feature-content .control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.case-detail-container .feature-content .control .button {
  vertical-align: top;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.case-detail-container .feature-content .control .button.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.case-detail-container .rec-content {
  background: #d8e8f2;
  padding: 60px 0 35px;
}
.case-detail-container .rec-content .case-detail-title .con::before,
.case-detail-container .rec-content .case-detail-title .con::after {
  background-color: #666;
}
.case-detail-container .rec-content .case-detail-title .con span {
  color: #666;
}
.case-detail-container .rec-content .case-detail-title .con span:before,
.case-detail-container .rec-content .case-detail-title .con span:after {
  background-image: ;
}
.case-detail-container .rec-content .list {
  max-width: 1500px;
  margin: 70px auto 0;
  padding: 0 50px;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide {
  width: 440px;
  background: #fff;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide a {
  display: block;
  position: relative;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide a .pic {
  height: 335px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide a .cover {
  position: absolute;
  background: rgba(0, 137, 231, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 40px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide a .cover p {
  padding-right: 15px;
  color: #fff;
  max-height: 70%;
  overflow-y: auto;
  font-size: 18px;
  line-height: 30px;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide a .text {
  background: #bbbaba;
  position: relative;
  z-index: 3;
  padding: 0 50px 0 23px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide a .text span {
  display: block;
  line-height: 56px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  height: 56px;
  color: #fff;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide a .text::before {
  content: "";
  width: 19px;
  height: 4px;
  position: absolute;
  background: #fff;
  right: 18px;
  top: 26px;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide a .text::after {
  content: "";
  width: 4px;
  height: 19px;
  position: absolute;
  background: #fff;
  right: 25.5px;
  top: 18.5px;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide a:hover .cover {
  opacity: 1;
}
.case-detail-container .rec-content .list .swiper-container .swiper-slide a:hover .text {
  background: #0089e7;
}
.case-detail-container .rec-content .list .swiper-pagination {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 30px;
}
.case-detail-container .rec-content .list .swiper-pagination .swiper-pagination-bullet {
  width: 37px;
  height: 20px;
  opacity: 1;
  border-radius: 0;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
  background: transparent;
}
.case-detail-container .rec-content .list .swiper-pagination .swiper-pagination-bullet::before {
  width: 100%;
  height: 4px;
  background: #7a7a7a;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
}
.case-detail-container .rec-content .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}
.case-detail-container .rec-content .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #0089e7;
}
.product-detail-container {
  background: #eaeaea;
  padding-bottom: 60px;
}
.product-detail-container .p-d-content {
  max-width: 1500px;
  padding: 0 50px;
  margin: 0 auto;
}
.product-detail-container .p-d-content .pd-contents {
  background: #fff;
  padding: 52px 37px 38px;
}
.product-detail-container .p-d-content .product-zoom {
  overflow: hidden;
}
.product-detail-container .p-d-content .product-zoom .left-content {
  float: left;
  width: 50%;
}
.product-detail-container .p-d-content .product-zoom .left-content .spec-preview {
  border: 1px solid #e9e9e9;
  height: 458px;
}
.product-detail-container .p-d-content .product-zoom .left-content .spec-preview .jqzoom {
  position: relative;
  display: block;
  width: 400px;
  height: 400px;
  overflow: hidden;
  margin: 29px auto 0;
}
.product-detail-container .p-d-content .product-zoom .left-content .spec-preview .jqzoom img {
  display: block;
  width: 100%;
}
.product-detail-container .p-d-content .product-zoom .left-content .zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.product-detail-container .p-d-content .product-zoom .left-content .jqzoompup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff /* 50% center no-repeat*/;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
.product-detail-container .p-d-content .product-zoom .left-content .spec-scroll {
  position: relative;
  width: 100%;
  margin: 20px 0 0 0;
}
.product-detail-container .p-d-content .product-zoom .left-content .spec-scroll > a {
  position: absolute;
  top: -286px;
  display: block;
  width: 37px;
  height: 77px;
  cursor: pointer;
  left: 0;
  background-image: ;
  background-color: rgba(0, 0, 0, 0.15);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-detail-container .p-d-content .product-zoom .left-content .spec-scroll > a:hover {
  background-color: #0089e7;
}
.product-detail-container .p-d-content .product-zoom .left-content .spec-scroll > a.next {
  left: auto;
  right: 0;
  background-image: ;
}

.product-detail-container .p-d-content .product-zoom .left-content .spec-scroll > a.disabled {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.15);
}
.product-detail-container .p-d-content .product-zoom .left-content .items {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 72px;
}
.product-detail-container .p-d-content .product-zoom .left-content .items ul {
  overflow: hidden;
  position: absolute;
  width: 99999px;
  height: 72px;
}
.product-detail-container .p-d-content .product-zoom .left-content .items ul li {
  cursor: pointer;
  width: 104px;
  border: 1px solid #666;
  height: 72px;
  margin-right: 5px;
  float: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-detail-container .p-d-content .product-zoom .left-content .items ul li img {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
.product-detail-container .p-d-content .product-zoom .left-content .items ul li.hover {
  border-color: #0089e7;
}
.product-detail-container .p-d-content .product-zoom .right-content {
  float: right;
  width: 45%;
  padding-top: 95px;
}
.product-detail-container .p-d-content .product-zoom .right-content h1 {
  font-size: 30px;
  color: #292929;
  line-height: 40px;
  font-weight: 600;
}
.product-detail-container .p-d-content .product-zoom .right-content .text {
  margin-top: 37px;
  max-height: 350px;
  overflow-y: auto;
  padding-right: 8px;
}
.product-detail-container .p-d-content .product-zoom .right-content .text::-webkit-scrollbar {
  width: 5px;
  background: #ccc;
  border-radius: 3px;
}
.product-detail-container .p-d-content .product-zoom .right-content .text::-webkit-scrollbar-thumb{
  background: #999;
  border-radius: 3px;
}
.product-detail-container .p-d-content .product-zoom .right-content .text p {
  line-height: 28px;
  font-size: 16px;
  color: #292929;
}
.product-detail-container .p-d-content .product-introduce {
  margin-top: 45px;
  border: 1px solid #e9e9e9;
  padding: 0 13px 34px;
}
.product-detail-container .p-d-content .product-introduce .intro-title {
  overflow: hidden;
  background: #363636;
  margin: 0 -14px 40px;
}
.product-detail-container .p-d-content .product-introduce .intro-title a {
  display: block;
  float: left;
  font-size: 16px;
  margin-right: 1px;
  padding: 0 60px;
  line-height: 51px;
  color: #fff;
}
.product-detail-container .p-d-content .product-introduce .intro-title a.active,
.product-detail-container .p-d-content .product-introduce .intro-title a:hover {
  background: #0089e7;
}
.product-detail-container .p-d-content .product-introduce .list-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.product-detail-container .p-d-content .product-introduce .list-content .prod-type {
  text-align: center;
  font-size: 24px;
  padding: 40px 0 30px;
  line-height: 34px;
  color: #292929;
  font-weight: 600;
}
.product-detail-container .p-d-content .product-introduce .list-content .download {
  background: #f3f3f3;
}
.product-detail-container .p-d-content .product-introduce .list-content .download a {
  display: block;
  padding: 0 300px 0 20px;
  line-height: 56px;
  position: relative;
}
.product-detail-container .p-d-content .product-introduce .list-content .download a span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 56px;
  color: #292929;
  font-size: 16px;
}
.product-detail-container .p-d-content .product-introduce .list-content .download a::before {
  content: '';
  background:  no-repeat center;
  height: 100%;
  width: 23px;
  position: absolute;
  right: 19px;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-detail-container .p-d-content .product-introduce .list-content .download a .date {
  position: absolute;
  right: 70px;
  top: 0;
  font-size: 16px;
  color: #292929;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-detail-container .p-d-content .product-introduce .list-content .download a:nth-child(2n) {
  background: #fff;
}
.product-detail-container .p-d-content .product-introduce .list-content .download a:hover {
  background: #0089e7;
}
.product-detail-container .p-d-content .product-introduce .list-content .download a:hover span {
  color: #fff;
}
.product-detail-container .p-d-content .product-introduce .list-content .download a:hover .date {
  color: #fff;
}
.product-detail-container .p-d-content .product-introduce .list-content .download a:hover::before {
  background-image: ;
}
.product-detail-container .p-d-content .p-d-rec {
  margin: 30px 0 0;
  background: #fff;
}
.product-detail-container .p-d-content .p-d-rec .titles {
  background: #f3f3f3;
  padding-left: 21px;
  font-size: 25px;
  line-height: 55px;
  color: #292929;
  font-weight: 600;
  border-left: 5px solid #0089e7;
}
.product-detail-container .p-d-content .p-d-rec .list {
  overflow: hidden;
  padding: 50px 29px 56px;
}
.product-detail-container .p-d-content .p-d-rec .list li {
  width: 33.33%;
  float: left;
  padding: 0 8px;
}
.product-detail-container .p-d-content .p-d-rec .list li a {
  display: block;
  border: 1px solid #e9e9e9;
  position: relative;
}
.product-detail-container .p-d-content .p-d-rec .list li a .pic {
  height: 338px;
  max-width: 338px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-detail-container .p-d-content .p-d-rec .list li a .cover {
  text-align: center;
  position: absolute;
  background: rgba(0, 137, 231, 0.86);
  padding: 60px 30px 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-detail-container .p-d-content .p-d-rec .list li a .cover span {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 11px;
  display: block;
}
.product-detail-container .p-d-content .p-d-rec .list li a .cover p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 84px;
}
.product-detail-container .p-d-content .p-d-rec .list li a .cover i {
  width: 163px;
  line-height: 53px;
  font-style: normal;
  border-radius: 11px;
  display: block;
  font-size: 16px;
  margin: 34px auto 0;
  border: 1px solid #ffffff;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-detail-container .p-d-content .p-d-rec .list li a .cover i:hover {
  background: #fff;
  color: #0089e7;
}
.product-detail-container .p-d-content .p-d-rec .list li a .text {
  margin-top: -57px;
  background: rgba(0, 0, 0, 0.33);
  position: relative;
  z-index: 3;
  padding: 0 50px 0 23px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #e9e9e9;
}
.product-detail-container .p-d-content .p-d-rec .list li a .text span {
  display: block;
  line-height: 56px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
  color: #fff;
}
.product-detail-container .p-d-content .p-d-rec .list li a .text::before {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  background: #fff;
  right: 16px;
  top: 27px;
}
.product-detail-container .p-d-content .p-d-rec .list li a .text::after {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  background: #fff;
  right: 23px;
  top: 20px;
}
.product-detail-container .p-d-content .p-d-rec .list li a:hover .cover {
  opacity: 1;
}
.product-detail-container .p-d-content .p-d-rec .list li a:hover .text {
  opacity: 0;
}
.product-detail-container .phone-swiper {
  display: none;
}
.about-banner {
  position: relative;
}
.about-banner img {
  display: block;
  width: 100%;
}
.about-banner .sorts {
  max-width: 1100px;
  width: 90%;
  display: flex;
  position: absolute;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  justify-content: space-around;
  flex-direction: row;
}
.about-banner .sorts span {
  display: block;
  cursor: pointer;
}
.about-banner .sorts span a {
  display: block;
  border-bottom: 3px solid transparent;
  color: #fff;
  line-height: 34px;
  font-size: 24px;
  padding-bottom: 4px;
}
.about-banner .sorts span.active a {
  border-color: #fff;
}
.about-banner .phone-banner {
  display: none;
}
.about-container .about-title {
  text-align: center;
  padding: 63px 0 60px;
}
.about-container .about-title .title {
  font-size: 48px;
  line-height: 58px;
}
.about-container .about-title .subtitle {
  margin-top: 3px;
}
.about-container .about-title .subtitle span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-family: arial;
  line-height: 28px;
  color: #da251d;
  font-weight: 600;
}
.about-container .about-title .subtitle span::before {
  content: "";
  width: 22px;
  height: 5px;
  left: -30px;
  background: #da251d;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.about-container .about-title .subtitle span::after {
  content: "";
  width: 22px;
  height: 5px;
  right: -30px;
  background: #da251d;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.about-container .about {
  background-size: cover;
  padding: 85px 50px 118px;
  background-position: center;
  background-repeat: no-repeat;
}
.about-container .about .content {
  position: relative;
  max-width: 1220px;
  overflow: hidden;
  margin: 0 auto;
}
.about-container .about .content .left p {
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
  font-size: 16px;
}
.about-container .about .content .right {
  max-width: 520px;
  width: 50%;
  float: right;
  margin: 27px 0 10px 6.3%;
}
.about-container .about .content .right img {
  display: block;
  width: 100%;
}
.about-container .culture {
  background-size: cover;
  padding: 68px 50px 131px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.about-container .culture .cul-text {
  color: #fff;
  font-size: 18px;
}
.about-container .culture .list {
  overflow: hidden;
  margin: 59px auto 0;
  max-width: 1270px;
}
.about-container .culture .list li {
  width: 20%;
  position: relative;
  float: left;
  height: 360px;
}
.about-container .culture .list li::before {
  background: ;
  width: 100%;
  height: 19px;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 180px;
  z-index: 2;
}
.about-container .culture .list li .pic {
  position: absolute;
  width: 100%;
  height: 180px;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-container .culture .list li .text {
  background: #fff;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 180px;
  flex-direction: column;
}
.about-container .culture .list li .text span {
  display: block;
  font-size: 24px;
  color: #da251d;
  line-height: 34px;
  margin-bottom: 12px;
}
.about-container .culture .list li .text p {
  font-size: 18px;
  line-height: 26px;
}
.about-container .culture .list li:nth-child(2n) .text {
  margin-top: 0;
}
.about-container .culture .list li:nth-child(2n) .pic {
  top: auto;
  bottom: 0;
}
.about-container .culture .list li:nth-child(2n)::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 180px;
  bottom: auto;
}
.about-container .memorabilia {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 70px;
  position: relative;
}
.about-container .memorabilia .button {
  width: 50px;
  height: 55px;
  position: absolute;
  top: 10px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about-container .memorabilia .button.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.about-container .memorabilia .prev {
  left: 2px;
  background-image: ;
}
.about-container .memorabilia .prev:not(.swiper-button-disabled):hover {
  background-image: ;
}
.about-container .memorabilia .next {
  right: 2px;
  background-image: ;
}
.about-container .memorabilia .next:not(.swiper-button-disabled):hover {
  background-image: ;
}
.about-container .memorabilia .gallery-thumbs .swiper-slide span {
  display: block;
  width: 75px;
  height: 75px;
  background: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 18px;
  line-height: 75px;
  font-weight: 600;
  border-radius: 100%;
  font-family: arial;
  margin: 0 auto;
  cursor: pointer;
}
.about-container .memorabilia .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span,
.about-container .memorabilia .gallery-thumbs .swiper-slide:hover span {
  background: #da251d;
  color: #fff;
}
.about-container .memorabilia .gallery-bottom {
  margin-top: 36px;
}
.about-container .memorabilia .gallery-bottom .swiper-slide {
  overflow: hidden;
}
.about-container .memorabilia .gallery-bottom .swiper-slide .left {
  width: 50%;
  float: left;
  padding: 90px 50px 0;
}
.about-container .memorabilia .gallery-bottom .swiper-slide .left .date {
  max-width: 410px;
  margin: 0 auto;
  border-bottom: 4px solid #0089e7;
  font-size: 60px;
  line-height: 80px;
  font-family: arial;
  font-weight: 600;
  color: #0089e7;
}
.about-container .memorabilia .gallery-bottom .swiper-slide .left p {
  color: #0089e7;
  line-height: 30px;
  font-size: 18px;
  max-width: 410px;
  margin: 18px auto 0;
}
.about-container .memorabilia .gallery-bottom .swiper-slide .right {
  float: right;
  width: 50%;
}
.about-container .memorabilia .gallery-bottom .swiper-slide .right img {
  display: block;
  width: 100%;
}
.about-container .strength {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 94px 50px 100px;
}
.about-container .strength .content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-left: 466px;
}
.about-container .strength .content .pic img {
  display: block;
  width: 100%;
}
.about-container .strength .content .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 466px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 70px;
}
.about-container .strength .content .text .title {
  color: #fff;
  line-height: 60px;
  position: relative;
  font-size: 35px;
  font-weight: 600;
  padding-left: 18px;
}
.about-container .strength .content .text .title::before {
  width: 5px;
  height: 96px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -48px;
  content: '';
}
.about-container .strength .content .text span {
  font-size: 36px;
  font-weight: 600;
  display: block;
  margin: 25px 0 12px;
  line-height: 30px;
  color: #032a78;
  text-transform: uppercase;
}
.about-container .strength .content .text p {
  font-weight: 600;
  line-height: 45px;
  color: #032a78;
  font-size: 35px;
}
.about-container .honor {
  background: #eeeeee;
  padding-bottom: 90px;
}
.about-container .honor .contents {
  max-width: 1505px;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
}
.about-container .honor .contents .swiper-container .swiper-slide {
  width: 245px;
  height: 330px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about-container .honor .contents .button {
  width: 50px;
  height: 55px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.about-container .honor .contents .button.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.about-container .honor .contents .prev {
  left: 42px;
  background-image: ;
}
.about-container .honor .contents .prev:not(.swiper-button-disabled):hover {
  background-image: ;
}
.about-container .honor .contents .next {
  right: 42px;
  background-image: ;
}
.about-container .honor .contents .next:not(.swiper-button-disabled):hover {
  background-image: ;
}
@media (max-width: 1320px) {
  .common-banner {
    height: 340px;
  }
  .common-banner .content {
    padding-top: 110px;
  }
  .common-banner .content .title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 0;
  }
  .common-banner .content .subtitle {
    font-size: 24px;
    line-height: 34px;
  }
  .product-banner {
    height: 340px;
  }
  .product-banner .content {
    padding-top: 100px;
  }
  .product-banner .content h1 {
    font-size: 38px;
  }
  .product-banner .content .subtitle {
    margin-top: 10px;
    font-size: 24px;
    line-height: 46px;
  }
  .product-container .sort-first a {
    font-size: 18px;
    line-height: 36px;
    min-width: 140px;
  }
  .product-container .sort-second a {
    font-size: 15px;
    line-height: 34px;
    min-width: 120px;
    padding: 0 16px;
  }
  .product-container .prod-list li a .pic .img {
    height: 300px;
    max-width: 300px;
  }
  .product-container .prod-list li a span {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
  .product-detail-container .p-d-content .product-zoom .right-content {
    padding-top: 10px;
  }
  .product-detail-container .p-d-content .product-zoom .right-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .product-detail-container .p-d-content .product-zoom .right-content .text {
    margin-top: 20px;
    max-height: 480px;
  }
  .pager a {
    min-width: 32px;
    font-size: 14px;
    line-height: 30px;
  }
  .case-container .case-list li a .pic .img {
    height: 240px;
  }
  .case-container .case-list li a span {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    margin-top: 10px;
  }
  .case-detail-container .case-detail-title .con span {
    font-size: 24px;
  }
  .case-detail-container .bg-content {
    width: 100%;
    padding: 0 50px 30px;
  }
  .case-detail-container .bg-content img {
    margin: 0 30px 20px 0;
  }
  .case-detail-container .bg-content .con {
    margin-top: 0;
  }
  .case-detail-container .bg-content .con span {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .case-detail-container .bg-content .con p {
    font-size: 14px;
  }
  .case-detail-container .prod-content {
    padding: 50px 0 70px;
  }
  .case-detail-container .prod-content .list {
    max-width: 700px;
    margin: 0 auto;
  }
  .case-detail-container .prod-content .list li {
    width: 50%;
    margin-top: 40px;
  }
  .case-detail-container .adv-content .list {
    padding: 0 50px;
  }
  .case-detail-container .adv-content .list .swiper-container .swiper-slide div {
    width: 120px;
    height: 120px;
  }
  .case-detail-container .adv-content .list .swiper-container .swiper-slide div span {
    font-size: 18px;
    line-height: 28px;
  }
  .case-detail-container .adv-content .list .button {
    background-size: 20px auto;
    width: 48px;
  }
  .case-detail-container .feature-content .list .swiper-container .swiper-slide .icon {
    height: 150px;
  }
  .case-detail-container .feature-content .list .swiper-container .swiper-slide .icon span {
    border-width: 2px;
    font-size: 28px;
    width: 80px;
    height: 80px;
    line-height: 76px;
    margin-top: -40px;
  }
  .case-detail-container .feature-content .list .swiper-container .swiper-slide .con {
    padding-top: 20px;
  }
  .case-detail-container .rec-content .list {
    margin-top: 40px;
  }
  .case-detail-container .rec-content .list .swiper-container .swiper-slide a .pic {
    height: 280px;
  }
  .com-container .com-enterprise .list li {
    padding: 40px 10px 30px;
  }
  .com-container .com-enterprise .list li a .pic {
    height: 300px;
  }
  .about-banner .sorts {
    bottom: 26px;
  }
  .about-container .about-title {
    padding: 40px 0;
  }
  .about-container .about-title .title {
    font-size: 30px;
    line-height: 40px;
  }
  .about-container .culture .list li .text span {
    font-size: 20px;
  }
  .about-container .culture .list li .text p {
    font-size: 16px;
  }
  .about-container .memorabilia {
    padding-bottom: 40px;
  }
  .about-container .memorabilia .gallery-bottom .swiper-slide .left {
    padding-top: 0;
  }
  .new-container .new-list {
    padding: 20px 42px 0;
  }
  .new-container .new-list li {
    padding: 0 10px 40px;
  }
}
@media (max-width: 1099px) {
  .product-container .sort-first {
    margin-top: 0;
    padding: 0 8px 0;
  }
  .product-container .sort-second {
    padding: 0 50px 10px;
  }
  .product-container .sort-second a {
    min-width: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    margin: 5px 15px 0 0;
  }
  .product-container .sort-second a.active,
  .product-container .sort-second a:hover {
    background: transparent;
    color: #0089e7;
  }
  .product-container .sort-three .content {
    padding-top: 0;
    border: none;
    border-top: 1px solid #e3e3e3;
  }
  .product-container .sort-three .content a {
    margin-right: 15px;
    font-size: 13px;
    padding-bottom: 0;
  }
  .product-container .sort-three .content a.active::before,
  .product-container .sort-three .content a.active::after {
    display: none;
  }
  .product-container .prod-list li a .pic .img {
    max-width: 200px;
    height: 200px;
  }
  .case-container .case-list li a .pic .img {
    height: 180px;
  }
  .case-detail-sort .button.swiper-button-disabled {
    display: block;
    opacity: 0.5;
  }
  .case-detail-container .rec-content .list .swiper-container .swiper-slide a .pic {
    height: 250px;
  }
  .case-detail-container .rec-content .list .swiper-container .swiper-slide a .cover p {
    font-size: 16px;
    line-height: 26px;
    max-height: 60%;
  }
  .case-detail-container .rec-content .list .swiper-container .swiper-slide a .text::before {
    height: 2px;
    top: 23px;
    right: 17px;
  }
  .case-detail-container .rec-content .list .swiper-container .swiper-slide a .text::after {
    width: 2px;
    top: 15px;
  }
  .case-detail-container .rec-content .list .swiper-container .swiper-slide a .text span {
    font-size: 18px;
    line-height: 46px;
    height: 46px;
  }
  .recruitment-container .recr-list .recr-content .introduce .content .right-img {
    width: 121px;
  }
  .recruitment-container .recr-list .recr-content .introduce .content .right-img a {
    margin-top: 30px;
  }
  .recruitment-container .recr-list .recr-content .introduce .content .right-img a img {
    border: 1px solid #c7c7c7;
  }
  .recruitment-container .recr-list .recr-content .introduce .content .right-img a:first-child {
    margin-top: 0;
  }
  .contact-container .top-content .left {
    width: 100%;
  }
  .contact-container .top-content .right {
    width: 100%;
    margin-top: 30px;
    height: 220px;
  }
  .contact-container .list li .title {
    background-position: 18px 8px;
    padding-left: 60px;
  }
  .contact-container .list li .con {
    padding-left: 18px;
  }
  .com-container .com-list .com-content {
    padding-top: 40px;
  }
  .com-container .com-list .com-content .type {
    font-size: 24px;
    line-height: 60px;
  }
  .com-container .com-list .com-content .pic {
    height: 320px;
  }
  .com-container .com-list .com-content .new-cons {
    padding: 0 0 0 30px;
  }
  .com-container .com-list .com-content .new-cons a {
    margin-top: 10px;
  }
  .com-container .com-list .com-content2 .other-content {
    padding: 20px 20px 0;
    height: 320px;
  }
  .com-container .com-list .com-content2 .other-content .con {
    min-height: 0;
    max-height: 100%;
    height: 180px;
  }
  .com-container .com-list .com-content2 .other-content .con .titles {
    margin-bottom: 8px;
  }
  .com-container .com-list .com-content2 .other-content .link-wrap a {
    padding: 0 12px 0 50px;
    line-height: 40px;
    font-size: 14px;
  }
  .com-container .com-list .com-content2 .other-content .link-wrap a.first {
    background-position: 13px center;
    background-size: 24px;
    margin-left: 0;
  }
  .com-container .com-list .com-content2 .other-content .link-wrap a.second {
    background-position: 13px center;
    background-size: 20px;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  .product-banner2 {
    background: none !important;
    height: auto;
  }
  .product-banner2 img {
    display: block;
    width: 100%;
  }
  .product-detail-container .p-d-content {
    padding: 0;
  }
  .product-detail-container .p-d-content .pd-contents .product-zoom .left-content .spec-scroll > a {
    top: -210px;
  }
  .product-detail-container .p-d-content .pd-contents .product-zoom .left-content .spec-preview {
    height: 302px;
  }
  .product-detail-container .p-d-content .pd-contents .product-zoom .left-content .spec-preview .jqzoom {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
  .product-detail-container .p-d-content .product-zoom .right-content .text {
    max-height: 300px;
  }
  .product-detail-container .p-d-content .product-introduce .intro-title {
    padding: 0;
  }
  .product-detail-container .p-d-content .product-introduce .intro-title a {
    min-width: 0;
    width: 24%;
    padding: 0;
    text-align: center;
  }
  .product-detail-container .p-d-content .product-introduce .list-content .prod-type {
    font-size: 18px;
  }
  .product-detail-container .p-d-content .product-introduce .list-content .download a {
    padding: 0 150px 0 15px;
    line-height: 40px;
  }
  .product-detail-container .p-d-content .product-introduce .list-content .download a::before {
    background-size: 18px auto;
    right: 12px;
  }
  .product-detail-container .p-d-content .product-introduce .list-content .download a .title {
    font-size: 14px;
    height: 40px;
  }
  .product-detail-container .p-d-content .product-introduce .list-content .download a .date {
    font-size: 14px;
    right: 50px;
  }
  .product-detail-container .p-d-content .p-d-rec .list li a .pic {
    height: 200px;
  }
  .product-detail-container .p-d-content .p-d-rec .list li a .cover {
    padding: 30px 10px 0;
  }
  .product-detail-container .p-d-content .p-d-rec .list li a .cover i {
    display: none;
  }
  .product-detail-container .p-d-content .p-d-rec .list li a .text {
    padding: 0 15px;
  }
  .product-detail-container .p-d-content .p-d-rec .list li a .text::before,
  .product-detail-container .p-d-content .p-d-rec .list li a .text::after {
    display: none;
  }
  .product-detail-container .p-d-content .p-d-rec .list li a .text span {
    line-height: 36px;
    font-size: 14px;
    height: 36px;
  }
  .case-sort .swiper-container .swiper-wrapper .swiper-slide a {
    padding: 15px 0;
    min-height: 140px;
  }
  .case-sort .swiper-container .swiper-wrapper .swiper-slide a .pic {
    max-width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
  .case-sort .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-width: 60px;
  }
  .case-sort .swiper-container .swiper-wrapper .swiper-slide a span {
    font-size: 16px;
    line-height: 24px;
  }
  .case-sort .button {
    top: 37px;
    margin-top: 0;
  }
  .case-container .case-list {
    padding: 20px 42px 35px;
  }
  .case-container .case-list li {
    padding: 20px 8px 0;
  }
  .case-container .case-list li a .pic .img {
    height: 160px;
  }
  .new-detail-container .content {
    padding-top: 20px;
  }
  .new-detail-container .content h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .com-container .com-enterprise .list {
    padding: 20px 10px 30px;
  }
  .com-container .com-enterprise .list li {
    width: 50%;
    padding: 20px 10px 0;
  }
  .com-container .com-enterprise .list li a {
    max-width: 260px;
    margin: 0 auto;
  }
  .com-container .com-enterprise .list li a .pic {
    height: 300px;
  }
  .com-container .com-enterprise .list li a .text {
    padding-top: 10px;
    height: 40px;
    font-size: 16px;
  }
  .about-container .culture {
    padding-bottom: 80px;
  }
  .about-container .culture .list {
    max-width: 508px;
  }
  .about-container .culture .list li {
    width: 50%;
  }
  .about-container .culture .list li:last-child {
    height: 180px;
    width: 100%;
    overflow: hidden;
  }
  .about-container .culture .list li:last-child::before {
    width: 19px;
    z-index: 3;
    bottom: 80px;
    left: auto;
    right: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .about-container .culture .list li:last-child .pic {
    width: 50%;
  }
  .about-container .culture .list li:last-child .text {
    width: 50%;
    margin: 0 0 0 50%;
  }
  .about-container .memorabilia .gallery-bottom {
    margin: 36px -50px 0;
  }
  .about-container .memorabilia .gallery-bottom .swiper-slide .left .date {
    font-size: 40px;
    line-height: 60px;
  }
  .about-container .memorabilia .gallery-bottom .swiper-slide .left p {
    font-size: 16px;
    line-height: 26px;
  }
  .about-container .strength {
    padding: 70px 50px;
  }
  .about-container .strength .content {
    padding-left: 0;
  }
  .about-container .strength .content .text {
    position: relative;
    left: auto;
    top: auto;
    padding-top: 0;
    text-align: center;
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
  }
  .about-container .strength .content .text .title {
    font-size: 25px;
    line-height: 35px;
  }
  .about-container .strength .content .text .title::before {
    display: none;
  }
  .about-container .strength .content .text span {
    color: #3463c1;
    font-size: 24px;
  }
  .about-container .strength .content .text p {
    color: #3463c1;
    font-size: 24px;
  }
  .new-container .new-list li {
    width: 50%;
  }
  .new-container .new-list li a .con {
    padding: 20px 20px 0;
  }
  .new-container .new-list li a .con .text .title {
    font-size: 18px;
  }
  .new-container .new-list .large {
    width: 50%;
  }
  .new-container .new-list .large a .title {
    font-size: 18px;
    margin: 0 50px;
  }
  .new-container .new-list .large a .type {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .bread {
    padding: 15px 20px;
  }
  .pager a {
    min-width: 28px;
    line-height: 26px;
    margin: 0 2px 4px;
  }
  .pager a.prev,
  .pager a.next {
    padding: 0 10px;
  }
  .common-banner {
    height: 220px;
    background-position: left center;
  }
  .common-banner .content {
    padding: 65px 20px 0;
  }
  .common-banner .content .title {
    font-size: 30px;
    line-height: 40px;
  }
  .common-banner .content .subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  .product-banner {
    background: #dedede;
    height: 220px;
  }
  .product-banner .content {
    text-align: center;
    padding-top: 65px;
  }
  .product-banner .content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .product-banner .content .subtitle {
    float: none;
    display: inline-block;
    font-size: 18px;
    line-height: 38px;
  }
  .product-container .sort-first a {
    font-size: 16px;
    line-height: 30px;
    margin: 0 5px 10px;
    padding: 0 10px;
    min-width: 100px;
  }
  .product-container .sort-second {
    padding: 0 20px 10px;
  }
  .product-container .sort-second a {
    font-size: 15px;
    line-height: 28px;
  }
  .product-container .sort-three {
    padding: 5px 20px 0;
  }
  .product-container .sort-three .content {
    padding: 10px 0 0;
  }
  .product-container .sort-three .content a {
    margin-top: 5px;
  }
  .product-container .prod-list {
    padding: 20px 14px 20px;
  }
  .product-container .prod-list li {
    width: 50%;
    padding: 10px 6px;
  }
  .product-container .prod-list li a .pic .img {
    max-width: 160px;
    height: 160px;
  }
  .product-detail-container .p-d-content {
    padding: 0;
  }
  .product-detail-container .p-d-content .pd-contents {
    padding: 20px;
  }
  .product-detail-container .p-d-content .pd-contents .product-zoom .left-content {
    float: none;
    width: 100%;
  }
  .product-detail-container .p-d-content .pd-contents .product-zoom .left-content .spec-scroll {
    display: none;
  }
  .product-detail-container .p-d-content .pd-contents .product-zoom .left-content .spec-preview {
    display: none;
  }
  .product-detail-container .p-d-content .pd-contents .product-zoom .right-content {
    float: none;
    width: 100%;
    padding-top: 30px;
  }
  .product-detail-container .p-d-content .pd-contents .product-introduce .intro-title a {
    font-size: 14px;
    line-height: 41px;
  }
  .product-detail-container .p-d-content .p-d-rec .titles {
    font-size: 20px;
    line-height: 40px;
  }
  .product-detail-container .p-d-content .p-d-rec .list {
    padding: 0 12px 30px;
  }
  .product-detail-container .p-d-content .p-d-rec .list li {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  .product-detail-container .p-d-content .p-d-rec .list li a {
    max-width: 300px;
    margin: 0 auto;
  }
  .product-detail-container .p-d-content .p-d-rec .list li a:hover .text {
    opacity: 1;
    background: #0089e7;
  }
  .product-detail-container .p-d-content .p-d-rec .list li a .pic {
    height: 260px;
    max-width: 260px;
  }
  .product-detail-container .p-d-content .p-d-rec .list li a .cover {
    display: none;
  }
  .product-detail-container .phone-swiper {
    display: block;
    border: 1px solid #e9e9e9;
  }
  .product-detail-container .phone-swiper .swiper-slide {
    position: relative;
  }
  .product-detail-container .phone-swiper .swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .product-detail-container .phone-swiper .button {
    z-index: 2;
    position: absolute;
    top: 50%;
    display: block;
    width: 37px;
    height: 70px;
    margin-top: -35px;
    left: 0;
    background-image: ;
    background-color: rgba(0, 0, 0, 0.15);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product-detail-container .phone-swiper .button:not(.swiper-button-disabled):hover {
    background-color: #0089e7;
    cursor: pointer;
  }
  .product-detail-container .phone-swiper .button.swiper-button-disabled {
    opacity: 0.3;
  }
  .product-detail-container .phone-swiper .next {
    background-image: ;
    left: auto;
    right: 0;
  }
  .case-sort {
    padding: 0 50px;
  }
  .case-sort .button {
    background-size: 26px auto;
  }
  .case-sort .next {
    right: 0;
  }
  .case-sort .prev {
    left: 0;
  }
  .case-container .case-list {
    padding: 20px 14px 35px;
  }
  .case-container .case-list li {
    padding: 20px 6px 0;
    width: 50%;
  }
  .case-container .case-list li a .pic .img {
    height: 160px;
  }
  .case-detail-sort {
    margin-top: -44px;
  }
  .case-detail-sort .swiper-container .swiper-slide a {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
  }
  .case-detail-sort .button {
    top: 0;
    margin-top: 0;
    height: 44px;
  }
  .case-detail-container .case-detail-title .con::before {
    width: 100px;
    left: -100px;
  }
  .case-detail-container .case-detail-title .con::after {
    width: 100px;
    right: -100px;
  }
  .case-detail-container .case-detail-title .con span {
    font-size: 20px;
  }
  .case-detail-container .bg-content {
    padding: 0 20px 40px;
    margin-top: 20px;
  }
  .case-detail-container .bg-content img {
    margin: 0 auto 20px;
    float: none;
    max-width: 100%;
  }
  .case-detail-container .bg-content .con span {
    text-align: center;
  }
  .case-detail-container .prod-content .list {
    padding: 0 14px;
  }
  .case-detail-container .prod-content .list li {
    padding: 0 6px;
  }
  .case-detail-container .adv-content {
    padding: 65px 0 80px;
  }
  .case-detail-container .adv-content .subtitle {
    font-size: 14px;
    padding: 15px 20px;
    margin: 0 0 40px;
  }
  .case-detail-container .adv-content .list .swiper-container .swiper-slide div {
    width: 100px;
    height: 100px;
  }
  .case-detail-container .adv-content .list .swiper-container .swiper-slide div span {
    font-size: 14px;
    line-height: 24px;
  }
  .case-detail-container .feature-content {
    padding: 50px 20px;
  }
  .case-detail-container .feature-content .list {
    padding: 0;
    margin-top: 40px;
  }
  .case-detail-container .feature-content .list .swiper-container .swiper-slide .con .text {
    font-size: 14px;
    line-height: 26px;
  }
  .case-detail-container .rec-content .list {
    padding: 0 20px;
  }
  .recruitment-container .recr-list {
    padding: 0 20px 18px;
  }
  .recruitment-container .recr-list .recr-content {
    padding: 20px;
  }
  .recruitment-container .recr-list .recr-content .introduce .content .right-img {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .recruitment-container .recr-list .recr-content .introduce .content .right-img a {
    margin-left: 5px;
    max-width: 90%;
    margin-top: 10px;
  }
  .recruitment-container .recr-list .recr-content .introduce .content .right-img a img {
    border: 1px solid #c7c7c7;
  }
  .recruitment-container .recr-list .recr-content .introduce .content .right-img a:first-child {
    margin-top: 10px;
  }
  .recruitment-container .recr-list .recr-content .introduce .content .right-img a:first-child img {
    border-left: 1px solid #c7c7c7;
  }
  .contact-container {
    padding: 0 20px;
  }
  .contact-container .top-content {
    padding: 30px 20px;
  }
  .contact-container .top-content .left .con {
    width: 100%;
  }
  .contact-container .top-content .left .con span {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-container .list li {
    width: 50%;
  }
  .contact-container .list li .title {
    background-position: 18px 8px;
    padding-left: 60px;
  }
  .new-detail-container {
    padding: 0 20px;
  }
  .new-detail-container .other-news {
    padding: 12px 20px;
  }
  .new-detail-container .other-news div {
    width: 49%;
  }
  .com-container {
    padding: 0 20px;
  }
  .com-container .com-list .com-content .pic {
    width: 100%;
  }
  .com-container .com-list .com-content .new-cons {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .com-container .com-list .com-content2 .type {
    left: 0;
  }
  .com-container .com-list .com-content2 .other-content {
    width: 100%;
    padding: 40px 20px;
    height: auto;
  }
  .com-container .com-list .com-content2 .other-content .con {
    height: auto;
  }
  .about-banner img {
    display: none;
  }
  .about-banner .phone-banner {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 220px;
    display: block;
  }
  .about-banner .sorts {
    width: 100%;
  }
  .about-banner .sorts span a {
    font-size: 18px;
    line-height: 28px;
  }
  .about-container .about-title .title {
    font-size: 24px;
    line-height: 30px;
  }
  .about-container .about-title .subtitle span {
    font-size: 16px;
  }
  .about-container .about {
    padding: 40px 20px 60px;
  }
  .about-container .about .content .right {
    margin-left: 20px;
  }
  .about-container .culture {
    padding: 50px 20px 60px;
  }
  .about-container .memorabilia .gallery-bottom .swiper-slide .left {
    padding: 0 25px 0 0;
  }
  .about-container .memorabilia .gallery-bottom .swiper-slide .left .date {
    font-size: 30px;
    line-height: 40px;
    border-bottom: 2px solid #0089e7;
  }
  .about-container .memorabilia .gallery-bottom .swiper-slide .left p {
    font-size: 14px;
    line-height: 24px;
  }
  .about-container .strength {
    padding: 50px 20px;
  }
  .about-container .strength .content .text {
    margin-bottom: 20px;
  }
  .about-container .honor .contents {
    padding: 0 50px;
  }
  .about-container .honor .contents .prev {
    left: 5px;
  }
  .about-container .honor .contents .next {
    right: 5px;
  }
  .new-container .new-list {
    padding: 20px 12px 0;
  }
  .new-container .new-list .large {
    width: 100%;
  }
  .new-container .new-list .large a {
    height: 220px;
  }
}
@media (max-width: 500px) {
  .case-container .case-list li a .pic .img {
    height: 120px;
  }
  .case-detail-container .prod-content .list li a .pic {
    height: 160px;
  }
  .case-detail-container .prod-content .list li a .con {
    padding: 10px 0 0;
  }
  .case-detail-container .prod-content .list li a .con span {
    margin-bottom: 0;
  }
  .recruitment-container .recr-list {
    padding: 0 0 40px;
  }
  .recruitment-container .recr-list .recr-content {
    margin-bottom: 20px;
  }
  .recruitment-container .recr-list .recr-content:last-child {
    margin-bottom: 0;
  }
  .contact-container .list li {
    width: 100%;
    padding: 0;
    float: none;
    text-align: center;
  }
  .contact-container .list li .title {
    background-image: none;
    padding-left: 0;
  }
  .contact-container .list li .con {
    height: auto;
    padding: 0;
  }
  .new-detail-container .content h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .com-container .com-list .com-content .type {
    font-size: 18px;
    line-height: 40px;
    top: 20px;
  }
  .com-container .com-list .com-content .pic {
    height: 200px;
  }
  .com-container .com-list .com-content2 .other-content .link-wrap {
    margin: 0 -20px;
  }
  .com-container .com-list .com-content2 .other-content .link-wrap a.first {
    margin-right: 8px;
  }
  .com-container .com-list .com-content2 .other-content .link-wrap a.second {
    margin-left: 8px;
  }
  .com-container .com-enterprise {
    margin: 0 -20px;
  }
  .com-container .com-enterprise .tops {
    padding-left: 20px;
  }
  .com-container .com-enterprise .tops .title {
    font-size: 18px;
    line-height: 40px;
  }
  .com-container .com-enterprise .tops .more {
    line-height: 40px;
  }
  .com-container .com-enterprise .list li a .pic {
    height: 200px;
  }
  .about-banner .sorts span a {
    font-size: 14px;
  }
  .about-container .about .content .right {
    float: none;
    margin: 10px 0 30px;
    width: 100%;
  }
  .about-container .memorabilia .gallery-bottom .swiper-slide .left {
    padding: 0;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .about-container .memorabilia .gallery-bottom .swiper-slide .right {
    float: none;
    width: 100%;
  }
  .new-container .new-list {
    padding: 20px 12px 0;
  }
  .new-container .new-list li {
    width: 100%;
  }
  .new-container .new-list li a .pic {
    height: 200px;
  }
  .index-case .swiper-container .swiper-wrapper .swiper-slide {
    height: 400px;
  }
}
