@charset "UTF-8";
header {
  height: 80px;
  background-color: #1A1A1A;
  min-width: 1200px;
}
header .box {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}
header .box .logo-box .logo {
  display: block;
  height: 56px;
}
header .box nav {
  flex: 1;
  margin-left: 80px;
}
header .box nav ul {
  height: 80px;
  margin: 0;
}
header .box nav ul li {
  display: inline-block;
  min-width: 50px;
  margin-right: 30px;
  text-align: center;
  position: relative;
  height: 80px;
  line-height: 80px;
}
header .box nav ul li:last-child {
  margin: 0;
}
header .box nav ul li > a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  transition: all 0.5s ease-in;
}
header .box nav ul li > a:before {
  transition: all 0.5s ease-in;
  content: "";
  width: 50px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #1A1A1A;
}
header .box nav ul li > a:after {
  transition: all 0.5s ease-in;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(0deg);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1A1A1A transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header .box nav ul li > a:hover {
  text-decoration: none;
  color: #32C6FF;
}
header .box nav ul li > a:hover + div {
  display: block;
}
header .box nav ul li > a.active {
  color: #32C6FF;
}
header .box nav ul li > a.active:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #32C6FF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header .box nav ul li > a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(0deg);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #32C6FF transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header .box nav ul li .chard {
  position: absolute;
  left: -50px;
  top: 80px;
  width: 160px;
  background: #1A1A1A;
  z-index: 999;
  display: none;
}
header .box nav ul li .chard:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(0deg);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #32C6FF transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
}
header .box nav ul li .chard:hover {
  display: block;
}
header .box nav ul li .chard a {
  display: block;
  line-height: 50px;
  color: #ffffff;
  text-decoration: none;
}
header .box nav ul li .chard a.active {
  background: #32C6FF;
}
header .box nav ul li .chard a:hover {
  background: #32C6FF;
}
header .box .lang {
  font-size: 12px;
  color: #9A9A9A;
}
header .box .lang a {
  color: #9A9A9A;
  text-align: center;
  margin: 0 16px;
}
header .box .lang a.active {
  color: #ffffff;
}

.main {
  width: 1200px;
  margin: auto;
}

/* start--文本行数限制--start */
.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-line-2 {
  -webkit-line-clamp: 2;
}

.u-line-3 {
  -webkit-line-clamp: 3;
}

.u-line-4 {
  -webkit-line-clamp: 4;
}

.u-line-5 {
  -webkit-line-clamp: 5;
}

.u-line-2, .u-line-3, .u-line-4, .u-line-5 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* end--文本行数限制--end */
.u-flex {
  /* #ifndef APP-NVUE */
  display: flex;
  /* #endif */
  flex-direction: row;
  align-items: center;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-col-center {
  align-items: center;
}

.u-col-top {
  align-items: flex-start;
}

.u-col-bottom {
  align-items: flex-end;
}

.u-row-center {
  justify-content: center;
}

.u-row-left {
  justify-content: flex-start;
}

.u-row-right {
  justify-content: flex-end;
}

.u-row-between {
  justify-content: space-between;
}

.u-row-around {
  justify-content: space-around;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-flex-col {
  /* #ifndef APP-NVUE */
  display: flex;
  /* #endif */
  flex-direction: column;
}

.u-flex-0 {
  flex: 0;
}

.u-flex-1 {
  flex: 1;
}

.u-flex-2 {
  flex: 2;
}

.u-flex-3 {
  flex: 3;
}

.u-flex-4 {
  flex: 4;
}

.u-flex-5 {
  flex: 5;
}

.u-flex-6 {
  flex: 6;
}

.u-flex-7 {
  flex: 7;
}

.u-flex-8 {
  flex: 8;
}

.u-flex-9 {
  flex: 9;
}

.u-flex-10 {
  flex: 10;
}

.u-flex-11 {
  flex: 11;
}

.u-flex-12 {
  flex: 12;
}

footer {
  /*height: 332px;*/
  background: #1A1A1A;
  min-width: 1200px;
}
footer .footer-box {
  width: 1200px;
  margin: auto;
  /*height: 332px;*/
}
footer .footer-box .footer-nav {
  padding-top: 20px;
  font-size: 16px;
  color: #999999;
}
footer .footer-box .footer-nav a {
  color: #999999;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
footer .footer-box .footer-nav a:hover {
  color: #ffffff;
}
footer .footer-box .footer-nav span {
  margin: 0 20px;
}
footer .footer-box .d-flex .item-1 {
  flex: 1;
}
footer .footer-box .d-flex .item-1 p {
  font-size: 16px;
  color: #32C6FF;
  padding-top: 30px;
  padding-bottom: 5px;
  margin-bottom: 0;
  line-height: 22px;
}
footer .footer-box .d-flex .item-1 div {
  font-size: 12px;
  color: #ffffff;
  margin-top: 15px;
  padding-right: 40px;
}
footer .footer-box .d-flex .item-1 div a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-box .d-flex .item-1 div img {
  width: 21px;
  height: 23px;
}
footer .footer-box .d-flex .qrcode img {
  width: 160px;
  height: 160px;
}
footer .footer-box .d-flex .qrcode p {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}

.carousel {
  min-width: 1200px;
}
.carousel button {
  border: 0;
  background-color: transparent;
}
.carousel .icon img {
  width: 42px;
  height: 75px;
}
.carousel .carousel-box {
  height: 640px;
}
.carousel .carousel-box .d-block {
  display: block;
  width: 100%;
  height: 650px;
}

.home-img {
  min-width: 1200px;
}
.home-img a {
  width: 25%;
}
.home-img a img {
  width: 100%;
  height: 100%;
  max-height: 25vw;
}

/*店铺展示*/
.shop {
  min-width: 1200px;
  min-height: 70vh;
}
.shop .banner {
  width: 100%;
}
.shop .waterfall {
  margin-top: 20px;
}
.shop .waterfall .item {
  width: 284px;
  margin-right: 16px;
  margin-bottom: 14px;
}
.shop .waterfall .item:nth-child(4n) {
  margin-right: 0;
}
.shop .waterfall .item img {
  width: 100%;
  display: block;
}

/*联系我们*/
.contact {
  min-width: 1200px;
}
.contact .banner {
  width: 100%;
}
.contact .main {
  height: 800px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  top: -40px;
}
.contact .main .nav {
  border-bottom: 1px solid #EEEEEE;
  padding: 18px;
}
.contact .main .nav a {
  width: 120px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #32C6FF;
  line-height: 39px;
  color: #32C6FF;
  text-align: center;
  margin: 0 10px;
}
.contact .main .nav a:hover {
  text-decoration: none;
}
.contact .main .nav a.active {
  background-color: #32C6FF;
  color: #FFFFFF;
}
.contact .main .tab-content {
  padding: 30px 40px;
}
.contact .main .tab-content .list {
  width: 362px;
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.75);
  margin-right: 20px;
}
.contact .main .tab-content .list .u-flex {
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  border-bottom: 1px solid #F0F0F0;
}
.contact .main .tab-content .list .u-flex:last-child {
  border-bottom: 0;
}
.contact .main .tab-content .list .u-flex .u-flex-1 {
  padding-left: 20px;
}
.contact .main .tab-content .map {
  height: 645px;
  width: 100%;
}

/*我们的照片*/
.photo {
  min-width: 1200px;
  min-height: 70vh;
}
.photo .banner {
  width: 100%;
}
.photo .main {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.photo .main a {
  width: 386px;
  height: 290px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.photo .main a:nth-child(3n) {
  margin-right: 0;
}
.photo .main a:hover {
  text-decoration: none;
}
.photo .main a:hover .title {
  background-color: #32C6FF;
}
.photo .main a .pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo .main a .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  height: 44px;
  background-color: #141414;
  color: #FFFFFF;
  padding: 0 20px;
}
.photo .main a .title .tt {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 36px;
  margin-right: 17px;
}
.photo .main a .title .rr img {
  width: 18px;
  height: 10px;
  display: block;
}

/*照片详情*/
.photo-info {
  min-height: 70vh;
}
.photo-info .nav {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  padding: 20px 0;
}
.photo-info .nav a {
  color: #888888;
}
.photo-info .nav span {
  margin: 0 5px;
}
.photo-info h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  padding-bottom: 20px;
}
.photo-info .waterfall .item {
  width: 284px;
  margin-right: 16px;
  margin-bottom: 14px;
}
.photo-info .waterfall .item:nth-child(4n) {
  margin-right: 0;
}
.photo-info .waterfall .item img {
  width: 100%;
  display: block;
}

/*品牌列表*/
.brand {
  min-width: 1200px;
}
.brand .banner {
  width: 100%;
}
.brand .main .list .text-center {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  padding: 30px;
}
.brand .main .list .box {
  text-align: center;
}
.brand .main .list .box a {
  display: inline-block;
  width: 150px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.brand .main .list .box a img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  display: block;
}
.brand .main .list .box a:nth-child(7n) {
  margin-right: 0;
}
.brand .main .list .ce {
  text-align: center;
  padding-bottom: 20px;
}

/*品牌详情*/
.brand-detail .c-con {
  width: 1200px;
  margin: auto;
}
.brand-detail .c-con .nav {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  padding: 20px 0;
}
.brand-detail .c-con .nav a {
  color: #888888;
}
.brand-detail .c-con .nav span {
  margin: 0 5px;
}
.brand-detail .c-con .dsc {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  margin-bottom: 30px;
}
.brand-detail .c-con .dsc img {
  width: 154px;
  height: 80px;
  border-radius: 10px;
}
.brand-detail .c-con .dsc div {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.brand-detail .c-con .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  margin-bottom: 20px;
}
.brand-detail .c-con .list-box a {
  width: 285px;
  height: 398px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}
.brand-detail .c-con .list-box a:nth-child(4n) {
  margin-right: 0;
}
.brand-detail .c-con .list-box a:hover {
  text-decoration: none;
}
.brand-detail .c-con .list-box a img {
  display: block;
  width: 285px;
  height: 285px;
}
.brand-detail .c-con .list-box a .tt {
  padding: 20px 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
}
.brand-detail .c-con .list-box a .dd {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 22px;
  padding: 15px 20px 0;
}

/*售后服务*/
.sales {
  min-width: 1200px;
  height: 800px;
  background-image: url("../images/bg.png");
  background-size: 100% auto;
  background-position: center;
  color: #FFFFFF;
  position: relative;
}
.sales .filter {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.sales .tit {
  font-size: 36px;
  font-weight: 500;
  color: #FFFEFE;
  text-align: center;
  padding-top: 90px;
  margin: 0;
  position: relative;
  z-index: 3;
}
.sales .sub-tit {
  font-size: 24px;
  font-weight: 500;
  color: #FFFEFE;
  text-align: center;
  position: relative;
  z-index: 3;
}
.sales .con {
  background: #32C6FF;
  position: relative;
  z-index: 3;
  margin-top: 60px;
  padding: 60px 46px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
}

/*店铺结构*/
.structure {
  min-width: 1200px;
}
.structure .banner {
  width: 100%;
}
.structure .main {
  padding: 30px 0 60px 0;
}

/*合作伙伴*/
.partner {
  min-width: 1200px;
}
.partner .banner {
  width: 100%;
}
.partner .main {
  padding-bottom: 20px;
}
.partner .main .d-card {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}
.partner .main .d-card .head {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding: 25px 20px 15px 15px;
  border-bottom: 1px solid #F0F0F0;
}
.partner .main .d-card .head span {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.partner .main .d-card .body {
  padding: 20px;
}
.partner .main .d-card .body table tr th {
  height: 60px;
  background: #F5F6FA;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  border: 1px solid #FFFFFF;
}
.partner .main .d-card .body table tr td {
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  padding: 0 30px;
  border: 1px solid #FFFFFF;
}
.partner .main .d-card .body table tr:nth-child(2n-1) {
  background-color: #FBFBFD;
}

/*加入我们*/
.join {
  min-width: 1200px;
}
.join .banner {
  width: 100%;
}
.join .main {
  position: relative;
  top: -40px;
}
.join .main .d-card {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  display: block;
}
.join .main .d-card:hover {
  text-decoration: none;
}
.join .main .d-card .d-head {
  padding: 20px;
}
.join .main .d-card .d-head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
}
.join .main .d-card .d-head p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 26px;
  margin-bottom: 0;
}
.join .main .d-card .ccc {
  font-size: 14px;
  font-weight: 500;
  color: #282828;
  line-height: 22px;
  background: #FAFAFA;
  padding: 20px;
}

/*加入我们详情*/
.join-detail .nav {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  padding: 20px 0;
}
.join-detail .nav a {
  color: #888888;
}
.join-detail .nav span {
  margin: 0 5px;
}
.join-detail .box {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.join-detail .box .head {
  padding: 20px;
  background-color: #FAFAFA;
}
.join-detail .box .head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
}
.join-detail .box .head p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 26px;
  margin-bottom: 0;
}
.join-detail .box .con {
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 30px;
}
.join-detail .box .con p {
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  line-height: 22px;
}

/*声装工程*/
.project {
  min-width: 1200px;
}
.project .banner {
  width: 100%;
}
.project .box {
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 20px auto;
}
.project .box table {
  width: 100%;
}
.project .box table th {
  height: 60px;
  background-color: #F5F6FA;
  padding: 0 20px;
}
.project .box table td {
  height: 95px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  padding: 0 20px;
}
.project .box table td img {
  width: 100px;
  height: 75px;
  border-radius: 4px;
}
.project .box table th, .project .box table td {
  border: 1px solid #FFFFFF;
}
.project .box table tr:nth-child(2n-1) {
  background-color: #F5F6FA;
}

/*工程详情*/
.project-info {
  min-height: 70vh;
}
.project-info .nav {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  padding: 20px 0;
}
.project-info .nav a {
  color: #888888;
}
.project-info .nav span {
  margin: 0 5px;
}
.project-info h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
}
.project-info p {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-top: 10px;
}
.project-info .waterfall .item {
  width: 284px;
  margin-right: 16px;
  margin-bottom: 14px;
}
.project-info .waterfall .item:nth-child(4n) {
  margin-right: 0;
}
.project-info .waterfall .item img {
  width: 100%;
  display: block;
}

/*公司简介*/
.profile {
  min-width: 1200px;
}
.profile .banner {
  width: 100%;
}
.profile .text {
  padding: 50px 100px;
  font-size: 20px;
  color: #0E050B;
  line-height: 36px;
}
.profile .count {
  height: 200px;
  width: 100%;
  background-image: url("../images/profile.png");
  background-position: center;
}
.profile .count .main {
  height: 200px;
}
.profile .count .main > div {
  height: 200px;
  color: #FFFFFF;
  text-align: center;
}
.profile .count .main > div p {
  margin: 0;
  font-size: 60px;
  font-weight: 500;
  color: #FFFFFF;
}
.profile .count .main > div span {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
.profile .en-title {
  font-size: 36px;
  font-weight: bold;
  color: #7F7F7F;
  line-height: 36px;
  margin-top: 60px;
  text-align: center;
}
.profile .en-title span {
  color: #32C6FF;
}
.profile .zh-title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  margin-top: 18px;
  text-align: center;
}
.profile .img {
  padding-bottom: 60px;
}
.profile .img img {
  display: block;
  width: 285px;
  height: 285px;
  margin-right: 20px;
}
.profile .img img:last-child {
  margin: 0;
}

/*经营理念*/
.idea {
  min-width: 1200px;
}
.idea .banner {
  width: 100%;
}
.idea .text {
  padding: 50px 100px;
  font-size: 20px;
  color: #0E050B;
  line-height: 36px;
}
.idea .en-title {
  font-size: 36px;
  font-weight: bold;
  color: #7F7F7F;
  line-height: 36px;
  text-align: center;
}
.idea .en-title span {
  color: #32C6FF;
}
.idea .zh-title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  margin-top: 18px;
  text-align: center;
}
.idea .box {
  margin-top: 30px;
  padding-bottom: 30px;
}
.idea .box .item {
  width: 224px;
  height: 224px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.2s ease-in;
}
.idea .box .item:nth-child(5n) {
  margin-right: 0;
}
.idea .box .item .tit {
  padding: 30px 30px 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #222222;
}
.idea .box .item .line {
  width: 30px;
  height: 4px;
  background: #D4D5DA;
  border-radius: 2px;
  margin: 20px auto 10px;
}
.idea .box .item .u-line-4 {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
  text-align: left;
}
.idea .box .item:hover {
  background-color: #32C6FF;
}
.idea .box .item:hover > * {
  color: #FFFFFF;
}
.idea .box .item:hover .line {
  background-color: #FFFFFF;
}

/*公司团队*/
.team {
  min-width: 1200px;
}
.team .banner {
  width: 100%;
}
.team .text {
  padding: 50px 100px;
  font-size: 20px;
  color: #0E050B;
  line-height: 36px;
}
.team .en-title {
  font-size: 36px;
  font-weight: bold;
  color: #7F7F7F;
  line-height: 36px;
  margin-top: 60px;
  text-align: center;
}
.team .en-title span {
  color: #32C6FF;
}
.team .zh-title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  margin-top: 18px;
  text-align: center;
}
.team .jg {
  padding: 30px 0 70px;
}
.team .jg img {
  width: 100%;
}
.team .photo .img1 {
  width: 360px;
  height: 467px;
  margin-right: 15px;
}
.team .photo .img2 {
  width: 226px;
  height: 226px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.team .photo .img3 {
  width: 343px;
  height: 226px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.team .photo .img4 {
  width: 226px;
  height: 226px;
  margin-bottom: 15px;
}
.team .photo .img5 {
  width: 226px;
  height: 226px;
  margin-right: 15px;
}
.team .photo .img6 {
  width: 226px;
  height: 226px;
  margin-right: 15px;
}
.team .photo .img7 {
  width: 343px;
  height: 226px;
}

/*购买咨询*/
.buy {
  min-width: 1200px;
}
.buy .banner {
  width: 100%;
}
.buy .content {
  width: 1200px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 13px 0px rgba(215, 215, 215, 0.75);
  position: relative;
  top: -50px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
}

/*新闻和内容*/
.news {
  min-width: 1200px;
}
.news .banner {
  width: 100%;
}
.news .list {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.news .list a {
  width: 387px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
}
.news .list a:nth-child(3n-1) {
  margin: 0 19px 20px 19px;
}
.news .list a .pic {
  display: block;
  width: 387px;
  height: 253px;
}
.news .list a .con {
  padding: 20px 20px 15px 20px;
}
.news .list a .con h3 {
  font-size: 16px;
  font-weight: bold;
  color: #111111;
}
.news .list a .con p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
}
.news .list a .con div {
  text-align: right;
  color: #999999;
  font-size: 14px;
}
.news .page {
  padding: 10px 0 30px 0;
}
.news .c-con {
  width: 1200px;
  margin: auto;
}
.news .c-con .nav {
  font-size: 14px;
  font-weight: 500;
  color: #888888;
  padding: 20px 0;
}
.news .c-con .nav a {
  color: #888888;
}
.news .c-con .nav span {
  margin: 0 5px;
}
.news .c-con .box {
  border: 1px solid #F0F0F0;
  padding: 20px 50px;
  margin-bottom: 60px;
}
.news .c-con .box h1 {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
  text-align: center;
  padding: 30px 0 0 0;
}
.news .c-con .box span {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  line-height: 26px;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.news .c-con .box .html {
  margin-top: 30px;
}

.amap-icon img {
  width: 25px;
  height: 34px;
}

.amap-marker-label {
  border: 0;
  background-color: transparent;
}

.amap-info {
  position: relative;
  margin: 0;
  top: 0;
  right: 0;
  min-width: 0;
  color: #fff;
  padding: 4px 10px;
  box-shadow: 1px 1px 1px rgba(10, 10, 10, 0.2);
  white-space: nowrap;
  font-size: 12px;
  background-color: #25A5F7;
  border-radius: 3px;
}

/*# sourceMappingURL=max.css.map */
