.commonmiddle .content, .commonmiddle .works, .commonmiddle .news, .commonmiddle .customers, .commonmiddle .awards {
    margin: 0 auto;
    position: relative;
  }

  .commonmiddle .news .news-title {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 90px 12px 0 12px;
    text-align: center;
    position: relative;
    left: 0;
  }
  .commonmiddle .news .news-title div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1010px;
    display: inline-block;
  }
  .commonmiddle .news-list {
    width: 1296px;
    max-height: 436px;
    overflow: hidden;
    margin: 9px 0 15px -12px;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .commonmiddle .news-item {
    width: 408px;
    /* height: 146px; */
    height: 194px;
    background: #F8F8F8;
    /* padding: 24px;
    padding-bottom: 0; */
    padding: 0;
    margin:0 12px 24px;
    display: inline-block;
    position: relative;
    z-index: 10;
    cursor: pointer;
  }

  .commonmiddle .news-item > a {
    display: block;
    padding: 24px;
    padding-bottom: 0;
  }

  .commonmiddle .news-item > a:link,
  .commonmiddle .news-item > a:visited {
    color:initial
  }

  .news-item:hover::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.02);
}

  /* .news-item-content-title .itemTitle:hover {
    text-decoration: underline;
  } */

  .news-item:hover::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.02);
  }

  .commonmiddle .news-item-content {
    height: 110px;
  }

  .commonmiddle .news-item-content-left {
    float: left;
    position: relative;
  }

  .commonmiddle .news-item-content-left:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .commonmiddle .news-item-content-left img {
    width: 78px;
    height: 110px;
  }
  .commonmiddle .news-item-content-right {
    float: left;
    width: 264px;
    margin-left: 16px;
  }
  .commonmiddle .news-item-content-title {
    font-size: 24px;
    position: relative;
    top: -7px;
  }

  .commonmiddle .news-item-content-title .itemTitle {
    color: #333333;
  }

  .commonmiddle .news-item-content-title .itemTitle:hover,
  .news-item-bottom .news-item-content-title1:hover
  {
    color: #000000;
  }

  .commonmiddle .news-item-content-title a {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .commonmiddle .news .news-item-content-des {
    margin-top: 6px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .commonmiddle .news-item-bottom {
    margin: 15px 0 0 0;
    position: relative;
  }
  .commonmiddle .news-item-bottom span {
    display: inline-block;
    line-height: 28px;
    height: 28px;
  }
  .commonmiddle .news-item-icon {
    width: 28px;
    background: #FFFFFF;
    border-radius: 50px;
    position: relative;
  }
  .commonmiddle .news-item-icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
  }

  /* .news-item-bottom span:hover {
    text-decoration: underline;
  } */

  .news-item-icon:hover::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.1);
}

  .commonmiddle .news-item-content-title1 {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    color: #333333;
  }
  .commonmiddle .news-item-content-likes, .commonmiddle .news-item-content-views {
    font-weight: 400;
    color: #AAAAAA;
    position: absolute;
    padding: 0 18px 0 0;
    width: 44px;
    text-align: right;
  }
  .commonmiddle .news-item-content-likes {
    right: 50px;
    /* background: url(/images/heart.png) no-repeat; */
    background: url(../images/heart.png) no-repeat;
    background-size: 14px 12px;
    background-position: right;
  }
  .commonmiddle .more-wrap {
    width: 450px;
    height: 60px;
    background: #FF1A1A;
    margin: 0 auto;
    text-align: center;
  }
  .commonmiddle .more-wrap .btnWrap {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .commonmiddle .more-button {
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    /* background: url(/images/arrow1.png) no-repeat; */
    background: url(../images/arrow1.png) no-repeat;
    display: inline-block;
    padding: 0 0 0 32px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-position-y: 4px;
    background-position-x: -4px;
    cursor: pointer;
  }
  .commonmiddle .customers {
    width: 1272px;
    height: 402px;
  }
  .commonmiddle .customers-title {
    margin: 90px 0 0 0;
    font-size: 48px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    position: relative;
    left: 18px;
  }
  .awardMain .commonmiddle .customers-title {
    left: 17px;
    top: -2px;
  }
  .commonmiddle .customer-list {
    margin: 27px 0 0 0;
    -webkit-display: flex;
    display: flex;
  }
  .commonmiddle .customer-border {
    border-right: 2px solid #F0F0F0;
  }
  .commonmiddle .customer {
    width: 424px;
    height: 278px;
    padding-top: 8px;
    cursor: pointer;
  }


  .bannerSwiper {
    width:1270px;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .customers .swiper-container{
    width:1272px;
    position: relative;
    height: 336px;
  }

  .customer-list .customer:hover {
    background-color: rgba(0, 0, 0, 0.02);
  }
  

  .customer-listWrap {
    width: 1270px;
    overflow: hidden;
  }
  
  .customer-listWrap > div {
    width:1272px;
  }
  
  .customers .customer-tabs{
    position: absolute;
    text-align: center;
    bottom: -22px;
  }
  .customers .customer-tabs span {
    position: relative;
    display: inline-block; 
    width: 40px;
    height: 50px;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
    margin: 0;
    margin-right: 8px;
  }
  
  .customer-tabs span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px; 
    height: 2px; 
    background: rgba(0, 0, 0, 0.1);
  
  }
  
  .customer-tabs .swiper-pagination-bullet-active::after {
    background: #999999;
  }
  
  .commonmiddle .customer-words {
    position: relative;
    height: 90px;
    font-size: 14px;
  }
  .commonmiddle .customer-words .quotation1 {
    /* background: url(/images/quotation1.png) no-repeat; */
    background: url(../images/quotation1.png) no-repeat;
    background-position: top right;
    position: absolute;
    top: 7px;
    left: 0;
  }
  .commonmiddle .customer-words .quotation1, .commonmiddle .customer-words .quotation2 {
    width: 64px;
    height: 64px;
    display: inline-block;
  }
  .commonmiddle .customer-words .customer-word {
    width: 266px;
    display: inline-block;
    position: absolute;
    left: 80px;
    line-height: 30px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .commonmiddle .customer-words .quotation2 {
    /* background: url(/images/quotation2.png) no-repeat; */
    background: url(../images/quotation2.png) no-repeat;
    background-position: bottom left;
    position: absolute;
    top: 18px;
    right: -4px;
  }
  .commonmiddle .customer-name, .commonmiddle .customer-rank {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    text-align: center;
  }
  .commonmiddle .customer-rank, .commonmiddle .customer-logo {
    margin: 10px 0 0 0;
  }
  .commonmiddle .customer-name {
    margin: 26px 0 0 0;
  }
  .commonmiddle .customer-rank {
    margin-top: 6px;
  }
  .commonmiddle .customer-rank img {
    width: 112px;
    display: inline-block;
  }
  .commonmiddle .customer-logo {
    text-align: center;
  }
  .commonmiddle .customer-logo img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: inline-block;
  }
  .commonmiddle .customer-tabs {
    text-align: center;
    margin-top: 12px;
  }
  .commonmiddle .customer-tabs div {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .commonmiddle .customer-tabs div.activated {
    background: #999999;
  }
  .commonmiddle .consulting {
    background: url(/images/consulting-bg2.png) no-repeat;
    text-align: center;
    height: 352px;
    background-size: auto 352px;
  }
  .commonmiddle .consulting-title1 {
    letter-spacing: 4px;
    color: #333333;
    font-size: 48px;
    padding-top: 30px;
    position: relative;
    left: 17px;
  }
  .commonmiddle .consulting-title2 {
    font-weight: 400;
    color: #333333;
    font-size: 34px;
    margin: 3px 0 0 0;
    position: relative;
    left: -1px;
    letter-spacing: 1px;
  }
  .commonmiddle .consulting-button {
    margin: 36px 0 0 0;
  }
  .commonmiddle button.consulting-button {
    width: 450px;
    height: 94px;
    background: #E10600;
    color: #FFFFFF;
    font-size: 34px;
    margin-top: 30px;
  }
  .commonmiddle .consulting-button > div {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding-left: 0;
    background-image: none;
  }
  .commonmiddle button.consulting-button .btn {
    /* background: url(/images/arrow2.png) no-repeat; */
    background: url(../images/arrow2.png) no-repeat;
    background-position: -3px 6px;
    display: inline-block;
    background-size: 42px;
    padding-left: 44px;
    margin-top: 22px;
    letter-spacing: 0;
  }
  .commonmiddle .consulting-title3 {
    font-size: 16px;
    font-weight: 400;
    color: #FF4D4D;
    margin: 12px 0 0 0;
  }
  .commonmiddle .questions {
    margin: 46px 0 0 0;
    margin-bottom: 40px;
  }

  .awardMain .questions {
    margin-bottom: 42px;
  }
  .commonmiddle .questions-title {
    color: #303030;
    font-size: 20px;
    margin-bottom: 13px;
  }
  .commonmiddle .question {
    margin-bottom: 18px;
  }
  .awardMain .commonmiddle .question {
    margin-bottom: 17px;
  }
  .commonmiddle .ask {
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
  }
  .commonmiddle .answer {
    font-weight: 400;
    color: #767676;
    font-size: 14px;
    margin: 7px 0 0 0;
    line-height: 22px;
  }
  .commonmiddle .awards-head {
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #F0F0F0;
    padding: 0 0 12px;
    margin: 0;
  }
  .commonmiddle .awards-head span {
    font-size: 12px;
    font-weight: 400;
    color: #AAAAAA;
  }
  .commonmiddle .awards-head a {
    font-weight: 400;
    color: #999999;
    float: right;
    margin-right: 0;
  }
  .commonmiddle .awards-head a:hover {
    color: #333333;
  }
  .commonmiddle .awards ul {
    margin: 12px 0 0 0;
    padding: 0;
    max-height: 120px;
    overflow: hidden;
  }
  .commonmiddle .awards ul li {
    list-style: none;
    width: 182px;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin: 0;
    margin-right: 34px;
    margin-bottom: 3px;
  }

  .commonmiddle .awards ul li:nth-child(6n) {
    margin-right: 0;
  }

  .commonmiddle .awards ul li a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #8D8D8D;
    font-family: "SourceHanSansSC-Regular";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .commonmiddle .awards ul li a:hover {
    color: #333333;
  }


@media screen and (min-width: 1440px){
    .content {
		width: 1272px;
	}
	
	.works {
		width: 1272px;
	}
	.news {
		width: 1272px;
	}
	.awards {
		width: 1272px;
	}
}

@media screen and (max-width: 1439px) {
	/* .content {
		width: 950px;
	} */
	.head {
		width: auto;
	}
	.head .head-images {
		width: 694px;
	}

	.service-content {
		left: 514px;
	}
	
	.head .name {
		left: 720px;
	}
	.service-wrapper {
		width: 1272px;
		margin: 0 auto;
	}
	.service-bg {
		margin: 100px 0 0 0 !important;
	}
	.customers {
		width: 1284px;
	}
	.news {
		width: 1272px;
	}
	.main .works {
		/* width: 968px !important; */
		width: 950px !important;
		height: 839px;
	}

	.main .news .news-title {
		font-size: 34px;
		left: 0;
    	top: 2px;
	}
	.news .news-title div {
		max-width: 560px !important;
	}

	.main .news-list {
		margin-top: 20px;
	}

	.awardMain .main .customers-title {
		font-size: 34px;
		margin-top: 96px;
		left: 11px;
    	top: -4px;
	}

	.main .consulting-title1 {
		padding-top: 11px;
	}
	
	.awardMain .consulting-title1 {
		padding-top: 30px;
	}

    .commonmiddle .consulting {
        margin-top: 99px;
    }
    
    .awardMain .commonmiddle .consulting {
        margin-top: 80px;
    }


	.main .questions {
    width: 950px;
		margin: 47px auto 40px;
	}
	
	.awardMain .questions {
    width: 1156px;
		margin-top: 46px;
		margin-bottom: 43px;
	}
	

	.main .awards-head a {
		margin-right: 0;
	}

	.commonmiddle .awards {
		width: 1156px;
	}

  .commonmiddle .awards ul {
    margin-top: 11px;
  }
  
	.commonmiddle .awards ul li {
		width: 168px;
    margin-right: 29px;
	}

	.footer1 .content, .footer2 .content {
    width: 1156px;
		margin : 0 auto;
	}
}

@media screen and (max-width: 1279px) {
	.content{
		width: 950px;
	}
	
	.main .works .works-title1 {
		font-size: 34px;
		margin-top: 41px;
		line-height: 51px;
	}
	
	.bannerSwiper {
	    width: 846px;
	    left: 0;
	}
	
	.customers .swiper-container {
    	width: 848px;
	}

	.main .customers-title {
		left: 11px;
	}
	
	.awardMain .main .news-list {
    width: 964px;
		/* height: 436px; */
    height: auto;
    overflow: hidden;
	}
	
	.awardMain .selectBoxWrap::after {
		top: 17px;
		right: 98px;
	}
	
  .awardMain .questions,.commonmiddle .awards {
    width: 900px;
  }
	
	.head-images .magnifier,.head-images .img3 {
		display: none;
	}
	.head .img1 {
		width: 400px !important;
	}
	.head .head-images {
		width: 570px !important;
	}
	.head .content .name {
		left: 553px;
	}
	.works .works-title2 {
		font-size: 20px;
		margin-top: 12px;
		left: 10px;
	}
	.head .content .img2Wrap {
		right: 33px;
	}

  .commonmiddle .customer-name,
  .commonmiddle .customer-rank {
    padding-left: 8px;
  }


	.service-wrapper {
		width: 100%;
		/* min-width: 1024px; */
	}
	.service {
		width: auto !important;
	}
	.service-bg {
		margin: 100px 0 0 0 !important;
	}
	.service-img {
		background-position: -24px 24px !important;
	}
	.service-content {
		left: 390px;
	}
	.customers {
		width: 854px !important;
	}
	.customer3 {
		display: none !important;
	}
	.customer2 {
		border-right: 0 !important;
	}
	
	.commonmiddle .awards-head {
		padding-bottom: 11px;
	}
	.news {
		width: 840px;
	}
	.works {
		width: 950px;
	}
	.awards {
		width: 950px;
	}
	.news .news-title div {
		max-width: 560px !important;
	}
	.awards ul li {
		width: 154px !important;
		margin-right: 31px !important;
	}
	
	.awards ul li:nth-child(5n) {
    	margin-right: 0 !important;
  	}
}