* {
  padding: 0;
  margin: 0 ;
  list-style-type: none;
}
body {
  background: #f9f9f9;
  font-size: 14px;
  color: #333333;
}
.banner {
  width: 100%;
  margin-top: 89px;
}
@media screen and (max-width: 768px){
  .banner {
    margin-top: 50px;
  }
}
.banner img {
  width: 100%;
  height: 100%;
}
.navList li:nth-child(5) {
  border-bottom: 4px solid #BD2228;
}
.navs {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 15px;
}
.navs li {
  text-align: center;
  cursor: pointer;
}
.navs li img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.navs li img:nth-child(2) {
  display: none;
}
.navs li p {
  font-size: 16px;
  margin-top: 15px;
}
.navs li p::selection {
  background: transparent;
}
.navs li:nth-child(1) img:nth-child(1) {
  display: none;
}
.navs li:nth-child(1) img:nth-child(2) {
  display: block;
}
.navs li:nth-child(1) p {
  color: #ff0000;
}
.article {
  margin-top: 10px;
}
.article .arts {
  padding: 3% 8%;
  background: #fff;
  box-shadow: 1px 2px 5px 1px rgba(187, 187, 187, 0.46);
  font-size: 14px;
  line-height: 24px;
}
.article .act_wrap{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 10px;
}
.article .act_wrap .artImg {
  width: 500px;
}
.article .act_wrap .artImg img {
  width: 100%;
  height: 100%;
}
.article article .con {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  -webkit-flex: 1;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 100%;
  padding: 18px 38px 18px 32px;
  box-sizing: border-box;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  box-shadow: 1px 2px 5px 1px rgba(187, 187, 187, 0.46);
  align-items: center;
  -webkit-align-items: center;
}
.article article .con ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.article article .con ul li{
  line-height: 24px;
}
.article article .con .con-t {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.article article .con .con-t img {
  width: 140px;
  height: 140px;
}
.article article .con .con-t .artName {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1199px){
  .article .act_wrap .artImg {
    width: 400px;
  }
  .article article .con {
    padding: 10px 30px;
  }
  .article article .con ul li{
    line-height: 22px;
  }
  .article article .con .con-t img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1000px){
  .navs li img{
    width: 100px;
    height: 100px;
  }
  .article .arts{
    padding: 2% 6%;
  }
  .article .act_wrap .artImg {
    width: 200px;
    height: 160px;
  }
  .article article .con {
    padding: 10px 30px;
  }
  .article article .con ul li{
    line-height: 22px;
    font-size: 12px;
  }
  .article article .con .con-t img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 700px){
  .article .act_wrap{
    display: block;
  }
  .article .act_wrap .artImg {
    width: 100%;
  }
  .article article .con ul li{
    line-height: 20px;
    margin-top: 6px;
    font-size: 14px;
  }
  .article article .con{
    margin-left: 0;
    margin-top: 10px;
  }
  .navs li img{
    width: 80px;
    height: 80px;
  }
  .navs li p{
    font-size: 14px;
    margin-top: 6px;
  }
  .article article .con{
    padding: 10px;
  }
}
@media screen and (max-width: 450px){
  .article article .con ul li{
    line-height: 20px;
    margin-top: 6px;
    font-size: 12px;
  }
  .article article .con .con-t{
    font-size: 12px;
  }
  .article article .con .con-t img{
    width: 60px;
    height: 60px;
    font-size: 12px;
    display: block;
    margin: auto;
  }
  .navs li img{
    width: 60px;
    height: 60px;
  }
}
.enterprise {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-top: 20px;
}
.enterprise .bg_img {
  width: 49%;
}
.enterprise .ent-con {
  position: absolute;
  right: 0;
  width: 56%;
  z-index: 10;
  padding: 20px 40px;
  box-sizing: border-box;
  background: #fff;
}
.enterprise .ent-con p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px){
  .enterprise .ent-con {
    width: 66%;
    padding: 20px;
  }
  .enterprise .ent-con p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1000px){
  .enterprise{
    display: block;
  }
  .enterprise .bg_img {
    width: 80%;
    display: block;
    margin:0 auto 20px;
  }
  .enterprise .ent-con {
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .enterprise .ent-con p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 700px){
  .enterprise .bg_img {
    width: 100%;
  }
  .enterprise .ent-con p {
    line-height: 20px;
  }
}
p{
  margin: 0;
}



.connect {
  display: flex;
  display: -webkit-flex;
  margin-top: 25px;
  margin-bottom: 22px;
  height: 376px;
}
.connect .connect-left {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  width: 550px;
  padding-left: 100px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 25px;
  background: #ffffff;
}
.connect .connect-right {
  flex: 1;
  -webkit-flex: 1;
  margin-left: 10px;
  background: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.connect-right-map{
  width: 88%;
  height: 90%;
}

@media screen and (max-width: 1199px){
  .connect{
    height: 300px;
  }
  .connect .connect-left{
    width: 450px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1000px){
  .connect{
    height: auto;
    display: block;
  }
  .connect .connect-left{
    width: 100%;
    padding: 20px;
  }
  .connect .connect-right{
    width: 100%;
    height: 376px;
    margin-left: 0;
    margin-top: 10px;
  }
}
.none{
  display: none;
}