/* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹1 */
.dynamic,
.environment {
  width: 100%;
  padding: 0 13.5%;
}
.dynamic > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.dynamic_left {
  width: 57.15%;
}
.dynamic_left > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dynamic_left > div > span {
  font-size: 30px;
  font-weight: bold;
  color: #212121;
}
.environment_top>.more {
  display: none;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  color: #3379b5;

}
.environment_top>.active{
  display: block;
}
.more > p {
  width: 14px;
  height: 14px;
  background: #3379b5;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}
.dynamic_left_ul > li {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  margin-bottom: 7px;
  border-radius: 10px;
}
.dynamic_left_ul > li:hover {
  border: 1px solid #adc9e1;
  background: #fff;
}
.dynamic_left_ul > li:hover > div {
  background: #3379b5;
  color: #fff;
  border: none;
  border-radius: 10px 0 0 10px;
}
.dynamic_left_ul > li:hover > a {
  color: #3379b5;
  font-weight: bold;
}

.dynamic_left_ul > li > div {
  width: 11.25%;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #adc9e1;
  text-align: center;
  color: #3379b5;
}
.dynamic_left_ul > li > div > span {
  font-size: 24px;
  display: block;
  margin-top: 7px;
}
.dynamic_left_ul > li > div > p {
  font-size: 14px;
}
.dynamic_left_ul > li > a {
  width: 85%;
  margin-left: 3.125%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.dynamic_reight {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.dynamic_reight > li {
  width: 32.15%;
  height: 48.65%;
  border-radius: 10px;
}
.dynamic_reight > li:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  transform: scale(1.02);
  opacity: 0.8;
  cursor: pointer;
}
.dynamic_reight > li > img {
  display: block;
  margin: 0 auto;
  margin-top: 30%;
}
.dynamic_reight > li > p {
  text-align: center;
  color: #fff;
  margin-top: 10%;
  font-size: 20px;
}
.dynamic_reight > li:nth-child(1) {
  background: #08bd9e;
}
.dynamic_reight > li:nth-child(2) {
  background: #4691d2;
}
.dynamic_reight > li:nth-child(3) {
  background: #f99b15;
}
.dynamic_reight > li:nth-child(4) {
  background: #3379b5;
}
.dynamic_reight > li:nth-child(5) {
  background: #8ac722;
}
.dynamic_reight > li:nth-child(6) {
  background: #e13c51;
}
/* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹2 */
.environment {
  background: #f2f5f9;
  overflow: hidden;
}
.environment_top {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.environment_top > ul {
  display: flex;
  position: relative;
  width: 365px;
  height: 60px;
}
.environment_top > ul > li {
  padding: 17px 50px 15px 28px;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  box-shadow: -10px -20px 10px -20px #ccc;
  position: absolute;
}
.environment .environment_bottom {
  display: none;
}
.environment .active {
  display: block;
}
.active a {
  color: #3379b5;
  z-index: 100;
}
.environment_top > ul > li:nth-child(1) {
  background: url(../images/btn_l.png);
  background-size: cover 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 -1px -1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.environment_top > ul > li:nth-child(2) {
  background: url(../images/btn_r.png);
  background-size: cover 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 17px 50px 15px 44px;
  position: absolute;
  top: 0;
  right: 0;
}
.environment_bottom {
  margin-bottom: 20px;
}
.environment_bottom > ol {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 2.163% 2.163% 0;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0px -10px 10px -10px #ccc;
  background: linear-gradient(to bottom, #fff, #f2f5f9);
}

.environment_bottom > ol > li:hover > a {
  color: #3379b5;
  font-weight: bold;
}
.environment_bottom > ol > li:hover > div > img {
  transform: scale(1.2);
}
.environment_bottom > ol > li > div {
  width: 100%;
  height: 74%;
  overflow: hidden;
}
.environment_bottom > ol > li {
  width: 19%;
}
.environment_bottom > ol > li > div img {
  width: 100%;
  height: 196px;
  transition: all 0.3s ease-out;
object-fit: cover;
}
.environment_bottom > ol > li > a {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin: 18px 0 37px;
}

.content table{border: 0px!important;border-left: 1px solid #ddd!important;border-top: 1px solid #ddd!important;margin: 0px auto;/* display: block; */width: 100%!important;}
.content table tr td{border-left: 0px!important;text-align: center;border-top: 0px!important;line-height: 23px;padding: 1px!important;border-right: 1px solid #ddd!important;border-bottom: 1px solid #ddd!important;text-indent: 0!important;}
.content table tr td p{text-indent: 0em!important;padding:0px;margin: 0px!important;text-align:center;}
.content table img{
    margin: 0!important;
    border: 0!important;
}
.content_box table tbody{overflow-x: auto;overflow-y: hidden;white-space: nowrap;width: 100%;display: block;}





@media (max-width: 1700px) {
  .dynamic,
  .environment {
    width: 100%;
    padding: 0 8%;
  }
  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹1 */

  .dynamic > div {
    margin: 45px 0;
  }

  .dynamic_left > div {
    margin-bottom: 28px;
  }
  .dynamic_left > div > span {
    font-size: 29px;
  }

  .dynamic_left_ul > li {
    margin-bottom: 5px;
  }
}
@media (max-width: 1500px) {
  .dynamic,
  .environment {
    padding: 0 6%;
  }
  .environment_top_ul > li > a {
    font-size: 26px;
  }
  .environment_top > ul > li:nth-child(1) {
    width: 190px;
    height: 60px;
  }
  .environment_top > ul > li:nth-child(2) {
    width: 206px;
    height: 60px;
  }
}
@media (max-width: 1145px) {
  .dynamic,
  .environment {
    padding: 0 4%;
  }
  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹1 */
  .dynamic > div {
    flex-wrap: wrap;
    margin: 50px 0;
  }
  .dynamic_left {
    width: 100%;
  }

  .dynamic_left > div > span {
    font-size: 30px;
  }
  .more {
    font-size: 14px;
    line-height: 14px;
  }

  .dynamic_left_ul > li {
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .dynamic_left_ul > li > div {
    width: 11.25%;
  }
  .dynamic_left_ul > li > div > span {
    font-size: 24px;
    display: block;
    margin-top: 7px;
  }
  .dynamic_left_ul > li > div > p {
    font-size: 14px;
  }
  .dynamic_left_ul > li > a {
    margin-left: 3.125%;
    font-size: 17px;
  }
  .dynamic_reight {
    width: 100%;
    margin-top: 30px;
  }
  .dynamic_reight > li > img {
    margin-top: 20%;
  }
  .dynamic_reight > li > p {
    margin: 10% 0 20%;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .dynamic,
  .environment {
    padding: 0 3%;
  }
  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹1 */
  .dynamic > div {
    margin: 30px 0;
  }
  .dynamic_left {
    width: 100%;
  }
  .dynamic_left > div {
    margin-bottom: 20px;
  }

  .more {
    font-size: 13px;
  }

  .dynamic_left_ul > li > div {
    width: 15%;
  }
  .dynamic_reight {
    margin-top: 20px;
  }
  .dynamic_left_ul > li > div > p {
    font-size: 14px;
  }
  .dynamic_left_ul > li > a {
    width: 80%;
  }
  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹2  */
  .environment_bottom {
    overflow: auto;
    scrollbar-width: none;
  }
  .environment_top {
    margin-top: 30px;
  }
  .environment_bottom::-webkit-scrollbar {
    display: none;
  }
  .environment_bottom ol {
    width: 175%;
  }
  .environment_bottom > ol > li {
    width: 19%;
  }
}

@media (max-width: 540px) {
  .dynamic,
  .environment {
    padding: 2%;
  }
  .dynamic_left_ul > li > div {
    width: 20%;
  }
  .dynamic_reight {
    margin-top: 20px;
  }
  .dynamic_left_ul > li > div > p {
    font-size: 12px;
  }
  .dynamic_left_ul > li > a {
    width: 75%;
    font-size: 16px;
  }
  .dynamic_reight > li > img {
    width: 30%;
  }
  .dynamic_reight > li > p {
    margin: 10% 0 20%;
    font-size: 14px;
  }
  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹2  */

  .environment_top {
    margin-top: 20px;
  }
  .environment_top > ul {
    width: 250px;
    height: 40px;
  }
  .environment_top  ul li {
    padding: 0;
  }
  .environment_top > ul > li:nth-child(1) {
    background-size: cover; /* ÃƒÂ¨Ã‚Â®Ã‚Â©ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¦Ã‚Â²Ã‚Â¾ÃƒÂ¦Ã‚Â»Ã‚Â¡ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´ÃƒÂ¤Ã‚Â¸Ã‚ÂªÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ */
    background-position: center center; /* ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ§Ã‚Â½Ã‚Â®ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ§Ã‚Â½Ã‚Â® */
    width: 130px;
    height: 40px;
    margin: 1px 0 0px -6px;
  }

  .environment_top > ul > li:nth-child(2) {
    background-size: cover; /* ÃƒÂ¨Ã‚Â®Ã‚Â©ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¦Ã‚Â²Ã‚Â¾ÃƒÂ¦Ã‚Â»Ã‚Â¡ÃƒÂ¦Ã¢â‚¬Â¢Ã‚Â´ÃƒÂ¤Ã‚Â¸Ã‚ÂªÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ */
    background-position: center center; /* ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ§Ã‚Â½Ã‚Â®ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¤Ã‚Â½Ã‚ÂÃƒÂ§Ã‚Â½Ã‚Â® */
    width: 135px;
    height: 41px;
    padding: 0;
    margin: 0px 15px 0px 0px;
  }
  .environment_top > ul > li > a {
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 20px;

  }
  .environment_bottom > ol > li > div img{height:120px;}
}