html,
body,
div,
p,
ul,
li,
span,
a,
input,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "times new roman";
}
a {
  text-decoration: none;
  color: #666;
}
input,
button,
textarea {
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
body {
  min-width: 1200px;
  padding: 0 60px;
  padding-top: 100px;
}
.body-index {
  background-color: #f5f5f5;
}
/* clear float*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*居中内容*/
.main {
  width: 1200px;
  margin: 0 auto;
}
/*header*/
.header {
  width: 100%;
  height: 100px;
  padding: 20px 60px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}
.header .logo {
  flex: 1;
}
.header .logo a {
  display: block;
  max-width: 600px;
}
.header .navbar {
  display: flex;
}
.header .navbar ul {
  text-align: right;
  flex: 1;
}
.header .navbar ul li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 40px;
}
.header .navbar ul li a:hover {
  color: #27fd07;
}
.header .navbar ul li img {
  vertical-align: middle;
  cursor: pointer;
}
.header .navbar ul .lang {
  flex: 2;
  margin-top: 6px;
  text-align: right;
}
.header .navbar ul .lang a {
  display: inline-block;
  padding: 4px;
}
.header .navbar ul .lang a.active {
  background-color: #abd17d;
  color: #fff;
  font-weight: bold;
}
.header #navMenu {
  display: none;
  width: 100%;
  padding-left: 40%;
  padding-right: 100px;
  padding-top: 60px;
  min-height: 900px;
  background-color: #abd17d;
}
.header #navMenu h1 {
  font-size: 64px;
}
.header #navMenu .aa:hover {
  color: #fff;
}
.header #navMenu a {
  color: #000;
}
.header #navMenu .mList {
  border-top: 2px solid #000;
  display: flex;
}
.header #navMenu .mList .item {
  flex: 1;
}
.header #navMenu .mList .item .title {
  font-size: 20px;
  margin-right: 40px;
}
.header #navMenu .mList .item .title h5 {
  font-weight: bold;
}
.header #navMenu .mList .item .title a {
  padding: 6px 0;
  display: block;
  border-bottom: 2px solid #000;
}
.header #navMenu .mList .item .title a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.header #navMenu .mList .item .subTitle a {
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.header #navMenu .mList .item .subTitle a:hover {
  color: #fff;
}
/*index-banner*/
.index-banner {
  width: 100%;
  position: relative;
}
.index-banner video {
  width: 100%;
  height: 100%;
}
.index-banner .ab1 {
  position: absolute;
  left: 5%;
  top: 5%;
  display: inline-block;
  padding: 20px;
  background-color: #fff;
  font-size: 72px;
  font-weight: bold;
  color: #000;
  letter-spacing: 4px;
  display:none;
}
.index-banner .ab2 {
  position: absolute;
  right: 5%;
  bottom: -10%;
  z-index: 100;
  background-color: #fff;
  width: 650px;
  height: 280px;
  padding: 20px 40px;
  display:none;
}
.index-banner .ab2 .a2 {
  display: block;
  margin-top: 20px;
}
.index-banner .ab2 .a3 {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  text-decoration: underline;
}
.index-banner .ab2 .a3:hover {
  text-decoration: none;
}
.index-banner .a1 h3 {
  font-size: 14px;
  color: #abd17d;
}
.index-banner .a1 h2 {
  margin-top: 20px;
  font-size: 40px;
}
/*index-about*/
.index-about {
  margin-top: 350px;
  position: relative;
}
.index-about .index-about-content {
  display: flex;
  flex-wrap: nowrap;
}
.index-about .index-about-content .left {
  width: 66%;
}
.index-about .index-about-content .left img {
  width: 100%;
}
.index-about .index-about-content .right {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.index-about .index-about-content .right .img-box img {
  width: 100%;
}
.index-about .index-about-content .right .text {
  flex: 1;
  background-color: #eee;
  padding: 30px 30px 0 30px;
}
.index-about .index-about-content .right .text h3 {
  color: #27fd07;
  margin-bottom: 1.5rem;
}
.index-about .index-about-content .right .text p {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 20px;
}
.index-about .index-about-content .right .text .stitle {
  font-size: 1.5rem;
}
.index-about .ab1 {
  max-width: 1200px;
  background-color: #fff;
  font-size: 72px;
  font-weight: bold;
  margin: -160px 3.33333% 0 13.33333%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .index-about-p {
    font-size: 0.8rem !important;
  }
  .index-about-content .right .text .stitle {
    font-size: 1.1rem !important;
  }
}
/*案例分享*/
.index-project {
  margin-top: 100px;
  width: 100%;
}
.index-project .headline {
  display: flex;
  margin-top: 60px;
}
.index-project .headline h1 {
  flex: 2;
  padding-bottom: 20px;
  font-size: 40px;
}
.index-project .headline h1 img {
  height: 50px;
  vertical-align: bottom;
  margin-right: 20px;
}
.index-project .headline .type {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.index-project .headline .type ul {
  margin-right: 100px;
  padding-left: 20px;
  border-left: 2px solid #000;
}
.index-project .headline .type ul li {
  margin-bottom: 10px;
}
.index-project .headline .type ul li a {
  font-weight: bold;
  color: #000;
}
.index-project .headline .type ul li a:hover {
  text-decoration: underline;
}
.index-project .headline .type ul li .search::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/search.png) no-repeat;
  background-size: 25px;
  vertical-align: middle;
  margin-right: 6px;
}
.index-project > ul {
  display: flex;
  flex-wrap: wrap;
}
.index-project > ul li {
  width: 33.3%;
  display: inline-block;
  padding: 10px;
  margin-bottom: 40px;
}
.index-project > ul li .img-box {
  overflow: hidden;
  height: 330px;
}
.index-project > ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all 1s ease 0s;
  vertical-align: middle;
}
.index-project > ul li .img-box img:hover {
  /*缩放效果*/
  transform: scale(1.1);
}
.index-project > ul li .title {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 超过就显示省略号 */
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.index-project ul:after {
  content: "";
  width: 33.3%;
  height: 0px;
  visibility: hidden;
}
/*洞察*/
.index-dc {
  padding: 50px;
  background-color: #abd17d;
}
.index-dc h1 {
  font-size: 96px;
}
.index-dc .t-center {
  margin-top: 50px;
  text-align: center;
  font-size: 36px;
}
.index-dc ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.index-dc ul li {
  width: 33.3%;
  display: inline-block;
  padding-right: 60px;
  display: flex;
}
.index-dc ul li .img-box {
  flex: 2;
  margin-right: 10px;
  height: 162px;
  position: relative;
  cursor: pointer;
}
.index-dc ul li .img-box .blur-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(171, 209, 125, 0.4);
}
.index-dc ul li .img-box img {
  width: 100%;
  height: 100%;
}
.index-dc ul li .img-box:hover .blur-layer {
  display: none;
}
.index-dc ul li .text {
  flex: 3;
}
.index-dc ul li .text .title {
  color: #000;
  font-size: 26px;
  min-height: 70px;
}
.index-dc ul li .text .desc {
  margin: 20px 0;
  font-size: 18px;
  min-height: 118px;
}
.index-dc ul li .text .more {
  display: block;
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}
.index-dc ul:after {
  content: "";
  width: 33.3%;
  height: 0px;
  visibility: hidden;
}
/*index-news*/
.index-news {
  margin-top: 100px;
}
.index-news h1 {
  padding-top: 20px;
  border-top: 5px solid #000;
  margin-bottom: 20px;
  font-size: 52px;
}
.index-news ul {
  /*平均分布*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.index-news ul li {
  width: 24.5%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px;
  background-color: #fff;
}
.index-news ul li .img-box {
  overflow: hidden;
  height: 255px;
}
.index-news ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease 0s;
  vertical-align: middle;
}
.index-news ul li .img-box img:hover {
  /*缩放效果*/
  transform: scale(1.1);
}
.index-news ul li .title {
  color: #000;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 超过就显示省略号 */
  -webkit-box-orient: vertical;
}
.index-news ul li .time {
  margin: 10px 0;
}
.index-news ul li .desc {
  height: 130px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* 超过就显示省略号 */
  -webkit-box-orient: vertical;
}
.index-news ul li .more {
  text-align: center;
}
.index-news ul li .more a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  background-color: #27fd07;
  color: #fff;
}
.index-news ul:after {
  content: "";
  width: 25%;
  height: 0px;
  visibility: hidden;
}
/*滚动图片*/
.headline {
  display: flex;
  margin-top: 60px;
}
.headline h1 {
  flex: 1;
  padding-bottom: 20px;
  font-size: 40px;
}
.headline h1 img {
  height: 50px;
  vertical-align: bottom;
  margin-right: 20px;
}
.index-about2 {
  overflow: hidden;
  height: 840px;
  position: relative;
}
.index-about2 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 750px;
}
/*品牌链接*/
.index-brand {
  margin-top: 100px;
}
.index-brand h1 {
  padding-top: 20px;
  border-top: 5px solid #000;
  margin-bottom: 20px;
  font-size: 52px;
}
.index-brand ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #a5a5a5;
}
.index-brand ul li {
  width: 20%;
  display: inline-block;
  padding: 10px;
}
.index-brand ul li img {
  width: 100%;
}
.index-brand ul:after {
  content: "";
  width: 20%;
  height: 0px;
  visibility: hidden;
}
.footer {
  padding: 50px 0;
  text-align: center;
}
/*页面banner公用样式*/
.common-banner {
  width: 100%;
  height: 660px;
  position: relative;
}
.common-banner img {
  width: 100%;
  height: 100%;
}
.common-banner .ab1 {
  background-color: #fff;
  position: absolute;
  left: 100px;
  top: 50px;
  font-size: 72px;
  font-weight: bold;
  padding: 10px;
}
.common-banner .ab2 {
  position: absolute;
  right: 10%;
  bottom: -7%;
  z-index: 100;
  background-color: #fff;
  width: 600px;
  padding: 20px 40px;
}
.common-banner .ab2 .a1 {
  margin-top: 20px;
  font-size: 24px;
}
.common-banner .ab2 .a2 {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.bread .l1 {
  padding: 10px 0;
  font-size: 30px;
  line-height: 30px;
  color: #eee;
}
.bread .l1 a {
  font-size: 12px;
  color: #bbb;
}
.bread .l1 a:hover {
  color: #abd17d;
}
.bread .l1 span {
  font-size: 12px;
  color: #ccc;
}
.bread .l2 h1 {
  font-size: 40px;
  color: #abd17d;
  margin-bottom: 20px;
}
/*关于本至*/
.about {
  overflow: hidden;
}
.about .part1 {
  height: 750px;
  position: relative;
}
.about .part1 img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about .part2 {
  width: 95%;
  display: flex;
  margin-top: 100px;
  margin-left: 20px;
  background-color: #fbfbfb;
  padding: 50px 0;
}
.about .part2 .left {
  width: 50%;
  padding-left: 100px;
}
.about .part2 .left h1 {
  font-size: 48px;
}
.about .part2 .right {
  width: 50%;
  padding-right: 100px;
  font-weight: bold;
}
.about .part2 .right p:first-child {
  font-size: 28px;
}
.about .part2 .right p {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}
.about .part3 {
  margin-top: 100px;
}
.about .part3 .main {
  min-width: 1500px;
  padding-top: 40px;
}
.about .part3 .main h1 {
  font-size: 48px;
  margin-bottom: 40px;
  text-align: center;
}
.about .part3 .main .img-box {
  height: 585px;
  margin-bottom: 20px;
}
.about .part3 .main .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .part4 {
  margin-top: 100px;
}
.about .part4 .headline1 {
  text-align: center;
  margin-bottom: 50px;
}
.about .part4 .headline1 h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.about .part4 .img-box img {
  width: 100%;
}
.about .part5 {
  margin-top: 100px;
}
.about .part5 .main {
  min-width: 1500px;
  padding-top: 40px;
}
.about .part5 .main h1 {
  font-size: 48px;
  margin-bottom: 40px;
  text-align: center;
}
.about .part5 .main .team {
  display: flex;
}
.about .part5 .main .team div {
  width: 50%;
  margin-bottom: 20px;
}
.about .part5 .main .team div img {
  width: 100%;
  object-fit: cover;
}
.about .part5 .main .bottom img {
  width: 100%;
}
/*案例分享*/
.project {
  width: 100%;
}
.project .headline {
  display: flex;
  margin-top: 150px;
}
.project .headline h1 {
  flex: 1;
  padding-bottom: 20px;
  font-size: 40px;
}
.project .headline .type {
  flex: 1;
  display: flex;
}
.project .headline .type ul {
  margin-right: 100px;
  padding-left: 20px;
  border-left: 2px solid #000;
}
.project .headline .type ul li {
  margin-bottom: 10px;
}
.project .headline .type ul li a {
  font-weight: bold;
  color: #000;
}
.project .headline .type ul li a:hover {
  text-decoration: underline;
}
.project .headline .type ul li .search::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/search.png) no-repeat;
  background-size: 25px;
  vertical-align: middle;
  margin-right: 6px;
}
.project > ul {
  display: flex;
  flex-wrap: wrap;
}
.project > ul li {
  width: 33.3%;
  display: inline-block;
  padding: 10px;
  margin-bottom: 40px;
}
.project > ul li .img-box {
  overflow: hidden;
  height: 330px;
}
.project > ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all 1s ease 0s;
  vertical-align: middle;
}
.project > ul li .img-box img:hover {
  /*缩放效果*/
  transform: scale(1.1);
}
.project > ul li .title {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 超过就显示省略号 */
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.project ul:after {
  content: "";
  width: 33.3%;
  height: 0px;
  visibility: hidden;
}
/*案例详情*/
.project-detail .bread .l2 h1 {
  font-size: 80px !important;
  color: #000;
}
.project-detail .part1 .l1 {
  width: 100%;
  margin: 0 auto;
}
.project-detail .part1 .l1 .title {
  padding: 10px 0;
  border-top: 2px solid #000;
  font-size: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 2行，超过就显示省略号 */
  -webkit-box-orient: vertical;
}
.project-detail .part1 .l1 img {
  width: 100%;
  display: block;
  margin: 20px auto;
}
.project-detail .part1 .l2 h1 {
  margin-bottom: 20px;
  text-align: center;
}
.project-detail .part1 .l2 .swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}
.project-detail .part1 .l2 .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 60%;
}
.project-detail .part1 .l2 .swiper-container .swiper-slide .img-box {
  width: 100%;
  height: 226px;
  overflow: hidden;
}
.project-detail .part1 .l2 .swiper-container .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 1s ease 0s;
}
.project-detail .part1 .l2 .swiper-container .swiper-slide .img-box img:hover {
  /*缩放效果*/
  transform: scale(1.1);
}
.project-detail .part1 .l2 .swiper-container .swiper-slide .title {
  margin-top: 10px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 2行，超过就显示省略号 */
  -webkit-box-orient: vertical;
}
.project-detail .part1 .l2 .swiper-container .swiper-slide:nth-child(2n) {
  width: 40%;
}
.project-detail .part1 .l2 .swiper-container .swiper-slide:nth-child(3n) {
  width: 20%;
}
/*服务体系*/
.service {
  margin-bottom: 100px;
}
.service .mt {
  margin-top: 50px;
}
.service .module {
  display: flex;
  /*宽度不够换行*/
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
.service .module div {
  width: 50%;
  height: 340px;
  padding: 100px;
}
.service .module div h2 {
  text-align: center;
  font-size: 2.5em;
}
.service .module div img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.service .module div p {
  font-size: 24px;
  color: #999;
}
.service .module .img-box {
  padding: 0;
}
.service .module .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .bg-gray {
  background-color: #eee;
}
/*案例分享*/
.news {
  width: 100%;
  margin-bottom: 100px;
}
.news .headline {
  margin-top: 40px;
  padding: 50px 0;
  text-align: center;
}
.news .headline a {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  margin: 0 40px;
  color: #000;
}
.news .headline a.active {
  text-decoration: underline;
}
.news .headline a:hover {
  text-decoration: underline;
}
.news > ul {
  display: flex;
  flex-wrap: wrap;
}
.news > ul li {
  width: 24%;
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px;
  margin-right: 10px;
  background-color: #fff;
}
.news > ul li .title {
  color: #000;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 超过就显示省略号 */
  -webkit-box-orient: vertical;
}
.news > ul li .img-box {
  overflow: hidden;
  height: 255px;
}
.news > ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease 0s;
  vertical-align: middle;
}
.news > ul li .img-box img:hover {
  /*缩放效果*/
  transform: scale(1.1);
}
.news > ul li .time {
  margin: 10px 0;
}
.news > ul li .desc {
  height: 130px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* 超过就显示省略号 */
  -webkit-box-orient: vertical;
}
.news > ul li .more {
  text-align: center;
}
.news > ul li .more a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  background-color: #27fd07;
  color: #fff;
}
.news #pages {
  margin: 50px;
}
/*动态详情*/
.news-detail .bread .main .l2 h1 {
  font-size: 80px !important;
  color: #000;
}
.news-detail .part1 .main {
  width: 840px;
}
.news-detail .part1 .main .left {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.news-detail .part1 .main .left .title {
  padding: 10px 0;
  border-top: 2px solid #000;
  font-size: 38px;
  margin-bottom: 50px;
}
.news-detail .part1 .main .left img {
  width: 100%;
  display: block;
  margin: 10px auto;
}
.news-detail .part1 .main .right {
  width: 100%;
}
.news-detail .part1 .main .right .swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}
.news-detail .part1 .main .right .swiper-container .swiper-slide {
  font-size: 18px;
  background: #fff;
  width: 30% !important;
}
.news-detail .part1 .main .right .swiper-container .swiper-slide .img-box {
  width: 100%;
  height: 226px;
  overflow: hidden;
}
.news-detail .part1 .main .right .swiper-container .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 1s ease 0s;
}
.news-detail .part1 .main .right .swiper-container .swiper-slide .img-box img:hover {
  /*缩放效果*/
  transform: scale(1.1);
}
.news-detail .part1 .main .right .swiper-container .swiper-slide .title {
  margin-top: 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 2行，超过就显示省略号 */
  -webkit-box-orient: vertical;
}
.news-detail .part1 .main .right .swiper-container .swiper-slide:nth-child(2n) {
  width: 40%;
}
.news-detail .part1 .main .right .swiper-container .swiper-slide:nth-child(3n) {
  width: 20%;
}
/*加入我们*/
.joinus .banner {
  width: 100%;
  height: 875px;
}
.joinus .banner img {
  width: 100%;
  height: 100%;
}
.joinus .part1 {
  background-color: #eee;
  padding: 50px;
  display: flex;
}
.joinus .part1 .left {
  width: 60%;
  padding-right: 10%;
}
.joinus .part1 .left h2 {
  padding: 20px 0 40px 0;
  border-top: 4px solid #000;
  font-size: 48px;
}
.joinus .part1 .left p {
  font-weight: bold;
  margin-bottom: 10px;
}
.joinus .part1 .left li {
  list-style-type: disc;
  margin-top: 10px;
  margin-left: 40px;
  font-weight: bold;
}
.joinus .part1 .right {
  width: 40%;
}
.joinus .part1 .right h2 {
  padding: 20px 0 40px 0;
  border-top: 4px solid #000;
  font-size: 48px;
}
.joinus .part1 .right p {
  font-weight: bold;
}
.joinus .part1 .right p .o {
  display: inline-block;
  color: #abd17d;
  margin-top: 10px;
}
.joinus .part1 .right .mailTo {
  margin-top: 20px;
}
.joinus .part2 {
  padding: 50px 0;
}
.joinus .part2 table {
  width: 100%;
}
.joinus .part2 table th,
.joinus .part2 table td {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
}
.joinus .part2 table th a:hover,
.joinus .part2 table td a:hover {
  color: red;
}
.joinus .part2 .l1 {
  margin-top: 40px;
  font-size: 26px;
  font-weight: bold;
  color: #999;
  letter-spacing: 2px;
  text-align: center;
}
.joinus .part2 .l2 {
  text-align: center;
  margin-top: 20px;
}
.joinus .part2 .l2 a {
  display: inline-block;
  padding: 15px 40px;
  background-color: #999;
  color: #fff;
}
/*联系我们*/
.contact .banner {
  width: 100%;
  height: 875px;
}
.contact .banner img {
  width: 100%;
  height: 100%;
}
.contact .address {
  margin-top: 50px;
  display: flex;
  /*宽度不够换行*/
  flex-direction: row;
  flex-wrap: wrap;
}
.contact .address div {
  width: 50%;
  height: 340px;
  background-color: #eee;
}
.contact .address div img {
  width: 100%;
  height: 100%;
}
.contact .address .img-box {
  text-align: center;
  height: auto !important;
  padding: 100px 0;
  font-weight: bold;
}
.contact .address .img-box img {
  width: 50%;
  height: auto !important;
}
.contact .address .img-box p:nth-child(2) {
  margin-bottom: 10px;
}
.contact .address .detail {
  padding: 50px 0 0 100px;
}
.contact .address .detail h2 {
  margin-bottom: 20px;
}
.contact .address .detail p {
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
/*网站地图*/
.sitemap {
  padding: 100px 0;
}
.sitemap li {
  margin-bottom: 12px;
}
.sitemap li a {
  color: blue !important;
  text-decoration: underline !important;
}
#newBridge {
 display:none !important;
}


