* {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
u {
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #F3F3F3;
  overflow: auto;
  min-width: 1100px;
  font-family: "microsoft yahei";
}
.nav-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  height: 106px;
  background-color: #F3F3F3;
}
.nav-content,
.max-content {
  width: 1100px;
  margin: 0 auto;
  overflow: auto;
}
.max-content .module-title {
  font-size: 25px;
  color: #333;
  text-align: center;
  padding: 40px 0;
  font-weight: 500;
}
.nav-content {
  padding: 23px 0;
}
.logo-title {
  float: left;
  height: 60px;
  line-height: 54px;
  font-size: 30px;
  color: #333;
  padding-left: 70px;
  background: url(../images/logo.png) left center no-repeat;
  background-size: 60px auto;
  font-weight: 400;
}
.nav-list {
  float: right;
  height: 100%;
}
.nav-list li {
  float: left;
}
.nav-list a {
  display: block;
  font-size: 20px;
  color: #333;
  text-align: center;
  height: 100%;
  line-height: 60px;
  min-width: 146px;
}
.nav-list .active a,
.nav-list a:hover {
  color: #da251d;
}
.footer-msg {
  background-color: #2b2b2b;
  min-width: 1100px;
}
.footer-msg .max-content {
  padding: 65px 75px 30px 75px;
  overflow: hidden;
}
.footer-msg .left-logo,
.footer-msg .right-qr {
  float: left;
  width: 108px;
  height: 108px;
  margin-top: 8px;
}
.footer-msg .right-qr {
  float: right;
}
.footer-msg .middle-text {
  padding: 5px 0 5px 108px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  margin: 0 187px;
}
.footer-msg .middle-text p {
  font-size: 14px;
  color: #999;
  line-height: 28px;
}
.footer-msg .btm-nav {
  margin-top: 45px;
  text-align: center;
}
.footer-msg .btm-nav a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #b3b3b3;
  text-align: center;
  width: 156px;
  line-height: 20px;
  border-right: 2px solid #B3B3B3;
}
.footer-msg .btm-nav a:last-child {
  border-right: none;
}
.footer-msg .remark-text {
  margin-top: 50px;
  font-size: 14px;
  color: #e6e6e6;
  text-align: center;
  line-height: 22px;
}
.container {
  margin-top: 106px;
}
.container .swiper-slide {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.container .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 500px;
}
.container .swiper-slide-active img {
  z-index: 5;
}
.module1 {
  padding-top: 50px;
}
.module1 .mod-content {
  overflow: hidden;
  position: relative;
}
.module1 .mod-content img {
  float: left;
  width: 300px;
  height: 265px;
  margin-top: 13px;
}
.module1 .mod-content > div {
  margin-left: 300px;
  width: 797px;
  height: 292px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
  padding: 30px 48px 0 30px;
  background-color: #E6E6E6;
}
.module1 .mod-content a {
  position: absolute;
  right: 40px;
  bottom: 25px;
  font-size: 18px;
  color: #da261e;
  padding: 5px;
}
.module2 {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}
.module2 .slider-content {
  width: 1100px;
  height: 608px;
  position: relative;
}
.module2 .slider-content .img-content {
  position: absolute;
  top: 50%;
  left: 374px;
  width: 312px;
  height: 556px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.module2 .slider-content .img-content img {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.module2 .slider-content .prv-img {
  opacity: 1;
  left: 113px;
}
.module2 .slider-content .active {
  opacity: 1;
  left: 360px;
  width: 342px;
  height: 608px;
  z-index: 5;
}
.module2 .slider-content .next-img {
  opacity: 1;
  left: 676px;
}
.module2 .slider-content .slider-btn {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 80px;
  margin-top: -40px;
  cursor: pointer;
}
.module2 .slider-content .left-btn {
  left: 0;
  background: url(../images/prv-icon.png) center center no-repeat;
  background-size: contain;
}
.module2 .slider-content .right-btn {
  right: 0;
  background: url(../images/next-icon.png) center center no-repeat;
  background-size: contain;
}
.module2 p {
  text-align: center;
  margin-top: 40px;
}
.module2 p a {
  font-size: 18px;
  color: #da261e;
  padding: 5px;
}
.module3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.module3 .information-list {
  overflow: hidden;
}
.module3 .information-item {
  float: left;
  width: 50%;
  padding-left: 60px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}
.module3 .information-item img {
  float: left;
  width: 135px;
  height: 135px;
}
.module3 .information-item div {
  margin-left: 155px;
  height: 135px;
  overflow: hidden;
}
.module3 .information-item h4 {
  font-size: 18px;
  color: #399ec3;
  font-weight: 400;
}
.module3 .information-item p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.module21 .max-content {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.module21 .max-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.module22 .product-list {
  width: 1100px;
  overflow: hidden;
  padding: 60px 0;
  margin: 0 auto;
}
.module22 .product-item {
  float: left;
  width: 330px;
  margin-right: 55px;
  margin-bottom: 10px;
  cursor: pointer;
}
.module22 .product-item img {
  display: block;
  width: 100%;
  height: 608px;
}
.module22 .product-item p {
  display: block;
  font-size: 18px;
  color: #333;
  text-align: center;
  height: 60px;
  line-height: 20px;
  padding: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.module22 .product-item:nth-child(3n) {
  margin-right: 0;
}
.module31 {
  padding-top: 50px;
}
.module31 .img-content {
  padding: 10px 0 30px 60px;
  overflow: hidden;
}
.module31 .img-content img {
  float: left;
  width: 454px;
  height: 250px;
}
.module31 .img-content img ~ img {
  margin-left: 72px;
}
.module31 p {
  display: block;
  font-size: 18px;
  color: #4d4d4d;
  line-height: 30px;
  margin-bottom: 30px;
  word-break: break-all;
  text-align: justify;
}
.module32 {
  padding-top: 30px;
  padding-bottom: 100px;
}
.module32 .contact-content {
  overflow: hidden;
}
.module32 .contact-content span {
  float: left;
  width: 304px;
  padding-top: 70px;
  padding-bottom: 50px;
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 3.4rem auto;
}
.module32 .contact-content .left {
  background-image: url(../images/phone-icon.png);
}
.module32 .contact-content .right {
  background-image: url(../images/postbox-icon.png);
}
.module32 .contact-content .middle {
  width: 492px;
  background-image: url(../images/address-icon.png);
}
.module32 .map-address {
  display: block;
}
.module41 {
  width: 1000px;
  padding: 98px 0;
}
.module41 .news-item {
  display: block;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 40px;
  cursor: pointer;
}
.module41 .news-item > img {
  float: left;
  width: 360px;
  height: 360px;
}
.module41 .item-text {
  margin-left: 389px;
  padding: 38px 64px 0 0;
  height: 360px;
}
.module41 .times {
  font-size: 16px;
  color: #666;
}
.module41 .news-title {
  font-size: 18px;
  color: #4d4d4d;
  margin-top: 26px;
}
.module41 .news-text {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 35px;
}
.module41 .more-btn {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  padding: 5px 5px 5px 20px;
  background: url(../images/more-icon-b.png) left center no-repeat;
  background-size: 11px auto;
  margin-top: 52px;
}
.module41 .news-item:hover {
  background-color: #E6E6E6;
}
.module41 .news-item:hover .more-btn {
  color: #da2920;
  background-image: url(../images/more-icon-r.png);
}
.new-content {
  padding: 70px 0 50px 0;
}
.new-content .news-title {
  font-size: 25px;
  color: #333;
  text-align: center;
}
.new-content .news-img {
  display: block;
  width: 665px;
  margin: 0 auto;
  margin-top: 25px;
}
.new-content p {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 32px;
  word-break: break-all;
  text-align: justify;
  margin-top: 20px;
}
.new-content * {
  background-color: transparent !important;
}
.pagination {
  display: block;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}
.pagination li {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin: 5px;
}
.pagination span,
.pagination a {
  display: block;
  width: 40px;
  line-height: 1;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  color: #007AFF;
}
.pagination li:hover a {
  background-color: #E6E6E6;
}
.pagination .disabled {
  background-color: #E6E6E6;
}
.pagination .disabled span,
.pagination .disabled a {
  color: #666;
}
.pagination .active span,
.pagination .active a {
  color: #FF5053;
}
.pagination:after {
  content: "";
  display: table;
  clear: both;
}
