.heightSpotM {
  width: 100%;
  height: auto;
  margin-top: 114px;
  user-select: none;
}
.heightSpotM > img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 1300px;
}
.heightSpotM .heightSpotM_cot {
  width: 1300px;
  margin: 36px auto 30px;
  position: relative;
  top: 40px;
  opacity: 0;
}
.heightSpotM .heightSpotM_cot > ul {
  display: flex;
  width: 568px;
  margin: 0 auto 50px;
  justify-content: center;
}
.heightSpotM .heightSpotM_cot > ul li {
  /* width: 50%; */
  color: #333;
  text-align: center;
  cursor: pointer;
}
.heightSpotM .heightSpotM_cot > ul li:nth-of-type(2) .model1_title_ch {
  border-right: none;
}
.heightSpotM .heightSpotM_cot > ul li .model1_title_ch {
  /* border-right: 1px solid #ccc; */
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
.heightSpotM .heightSpotM_cot > ul li .model1_title_en {
  margin-top: 17px;
  padding-bottom: 16px;
  font-size: 20px;
  color: #d0d0d0;
}
.heightSpotM .heightSpotM_cot > ul li:hover .model1_title_ch {
  font-size: 30px;
  font-weight: 600;
}
.heightSpotM .heightSpotM_cot > ul .active .model1_title_ch {
  font-size: 30px;
  font-weight: 600;
}
.heightSpotM .heightSpotM_cot > ul .active .model1_title_en {
  border-bottom: 4px solid #132253;
}
.heightSpotM .heightSpotM_cot .model2_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article {
  width: 304px;
  margin-bottom: 50px;
  margin-right: 21px;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:nth-of-type(1){
	top: 0;
	opacity: 1;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:nth-of-type(2){
	top: 0;
	opacity: 1;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:nth-of-type(3){
	top: 0;
	opacity: 1;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:nth-of-type(4){
	top: 0;
	opacity: 1;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:nth-of-type(5){
	top: 0;
	opacity: 1;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:nth-of-type(6){
	top: 0;
	opacity: 1;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:nth-of-type(7){
	top: 0;
	opacity: 1;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:nth-of-type(8){
	top: 0;
	opacity: 1;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article .model2_article_img {
  height: 210px;
  cursor: pointer;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article .model2_article_img .img {
  width: 100%;
  height: 100%;
  display: block;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article .model2_article_img .logo3_wrap {
  /* display: none; */
  opacity: 0;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article .name {
  width: 100%;
  font-size: 20px;
  color: #202a30;
  font-weight: 600;
  margin-top: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article .detail {
  width: 95px;
  height: 34px;
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
  text-align: center;
  line-height: 34px;
  margin-top: 14px;
  cursor: pointer;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article .detail:hover {
  border: 1px solid #202a30;
  color: #202a30;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:hover .model2_article_img {
  position: relative;
  transition: all 0.5s linear;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:hover .model2_article_img .logo3_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 183, 238, 0.73);
  display: flex;
  justify-content: center;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s linear;
}
.heightSpotM .heightSpotM_cot .model2_content .model2_article:hover .model2_article_img .logo3 {
  display: block;
  align-self: center;
}
.heightSpotM .heightSpotM_cot .projectShow {
  width: 100%;
}
.heightSpotM .heightSpotM_cot .projectShow .plateInfo {
  width: 100%;
}
.heightSpotM .heightSpotM_cot .projectShow .plateInfo .swiper-slide {
  width: 100%;
}
.heightSpotM .heightSpotM_cot .projectShow .plateInfo .swiper-slide h4 {
  display: block;
  text-align: center;
  font-size: 34px;
  line-height: 134px;
}
.heightSpotM .heightSpotM_cot .projectShow .plateInfo .swiper-slide div {
  width: 1060px;
  margin: 0 auto;
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
}
.heightSpotM .heightSpotM_cot .projectShow .plateInfo .swiper-slide div p {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
  line-height: 30px;
  padding: 20px;
  flex: 1;
}
.heightSpotM .heightSpotM_cot .projectShow .plateInfo .swiper-slide div img {
  display: block;
  width: 779px;
  height: 438px;
}
.swiper-button-prev{
	background: url(../images/left.png) no-repeat!important;
}
.swiper-button-next{
	background: url(../images/right.png) no-repeat!important;
}
.swiper-button-prev, .swiper-button-next{
	width: 37px!important;
	height: 70px!important;
	top: 373px!important;
}