body {
  padding-top: 80px;
}

.cloud-header {
  height: 90px;
  width: 100%;
  background: #1d111f;
  color: white;
  box-shadow: 0 0 20px rgba(29, 17, 31, .5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.cloud-container {
  width: 1660px;
  margin: 0 auto;
}

.cloud-logo {
  padding: 21px 0;
  width:211px;
}

.cloud-logo img{
  width:100%;
}

.cloud-nav {
  padding: 33px 0 !important;
  position: relative;
}

.cloud-nav ul li {
  float: left;
  font-size: 20px;
  line-height: 48px;
  color: white;
}

.cloud-nav ul li a {
  padding: 0 16px;
  display: block;
  text-align: center;
  line-height: 24px;
}

.cloud-nav ul li a span {
  font-size: 14px;
  font-weight: lighter;
}


.cloud-banner {
  width: 100%;
  height: max-content;

}

.cloud-banner .swiper-container .swiper-wrapper .swiper-slide {
  height: max-content;
  position: relative;
}

.cloud-banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 200px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: 20px;
  color: white;
  background: rgba(0, 0, 0, .8);
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 0 40px rgba(0, 0, 0, .8);
}

.cloud-banner .swiper-container .swiper-wrapper .swiper-slide a.enStyle {
  width: auto;
  padding: 0 10px 0 0;
  font-size: 20px;
  margin-left: 0;
  transform: translateX(-50%);
}

.cloud-banner .swiper-container .swiper-wrapper .swiper-slide a span.icon {
  display: block;
  width: 50px;
  float: left;
  height: 36px;
  padding: 12px;
}

.cloud-banner .swiper-container .swiper-wrapper .swiper-slide a span.icon img {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}

.cloud-banner .swiper-container .swiper-wrapper .swiper-slide a span {
  font-size: 24px;
  line-height: 60px;
  letter-spacing: 2px;
}

.cloud-banner .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}


.cloud-column {
  padding: 30px 0;
}

.cloud-column .cloud-title {
  position: relative;
}

.cloud-column .cloud-title .cloud-title-text {
  font-size: 28px;
  color: #1d111f;
  line-height: 38px;
  width: max-content;
}

.cloud-column .cloud-title .cloud-title-text span {

  width: max-content;
  padding: 0 4px;
  display: block;
}

.cloud-column .cloud-title .cloud-title-text span:first-child {
  border-bottom: 2px solid #f03f38;
}

.cloud-column .cloud-title .cloud-title-text span:last-child {
  color: #999999;
  font-size: 18px;
  width: auto;
  padding: 0 4px;
  line-height: 28px;
}

.cloud-column .cloud-title a {
  display: block;
  position: absolute;
  right: 0;
  background: #f2f2f2;
  color: #666666;
  text-align: center;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  top: 50%;
  margin-top: -15px;
  border-radius: 15px;
}

.cloud-column .cloud-title a:hover {
  color: white;
  background: #d2a96e;
}

.cloud-company,
.cloud-project,
.cloud-industry,
.cloud-events,
.cloud-contract {
  padding: 30px 0;
}

.cloud-events.padding30{
  padding: 30px;
}
.cloud-company .company-item {
  float: left;
  width: 310px;
  transition: all .3s;
  height: 382px;
  border: 1px solid #eee;
  margin-right: 25px;
  margin-bottom: 25px;
  background: white;
  text-align: center;
}

.cloud-company .project-item{position: relative;height: 437px;}
.cloud-company .company-item .company-cover {
  width: 210px;
  height: 210px;
  padding: 51px;
}
.cloud-company .project-item .company-cover{
	padding:0px!important;
	height: 437px;
	width: 310px;
}
.cloud-company .company-item .company-cover img {
  display: block;
  height: 210px;
  width: 210px;
}
.cloud-company .project-item .project-cover img {
  height: 437px;
  width: 310px;
}
.cloud-company .company-item:nth-child(5n) {
  margin-right: 0;
}

.company-list .company-item {
  margin-bottom: 25px;
}

.cloud-company .company-item .company-name {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  padding: 0 16px;
  position: relative;
}

.cloud-company .project-item .company-name {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: rgb(0 0 0 / 50%);
	width: 100%;
	padding: 0;
}
.cloud-company .company-item .company-name::before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  background: #eee;
}
.cloud-company .project-item .company-name::before{
	height: 0;
}
.cloud-company .company-item:hover {
  box-shadow: 0 6px 20px rgba(51, 51, 51, .3);
  transform: translateY(-16px);
  transition: all .3s;
}

.cloud-project .project-item {
  width: 518px;
  height: 252px;
  background: white;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  float: left;
  transition: all .3s;
  margin-right: 20px;
  margin-bottom: 20px;
}

.cloud-project .project-item a {
  display: block;
}

.cloud-project .project-item:hover {
  box-shadow: 0 6px 20px rgba(51, 51, 51, .3);
  transform: translateY(-16px);
  transition: all .3s;
}

.cloud-project .project-item:nth-child(3n) {
  margin-right: 0;
}

.cloud-project .project-item .project-cover {
  float: left;
  width: 180px;
  height: 254px;
}

.cloud-project .project-item .project-cover img {
  display: block;
  width: 180px;
  height: 254px;
}

.cloud-project .project-item .project-info {
  float: left;
  width: 318px;
  height: 254px;
  padding: 0 4px 0 14px;
}
.project-info h3{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cloud-project .project-item .project-info h3 {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cloud-project .project-item .project-info .info-table {
  font-size: 14px;
  line-height: 28px;
  color: #999;
}

.cloud-project .project-item .project-info .info-table table tr td {
  vertical-align: top;
  text-align: justify;
  text-justify: inter-ideograph;
}
.cloud-project .project-item .project-info .info-table table tr td:last-child{
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cloud-project .project-item .project-info .info-table table tr td:first-child {
  width: 64px;
  padding-right: 6px;
  text-align: justify;
  text-align-last: justify;
}
.ellipsis-3{
	-webkit-line-clamp: 3 !important;
}
.cloud-project .project-item .project-info .info-table .more {
  text-align: right;
}

.industry-right {
  float: left;
  width: 975px;
  height: 548px;
}

.industry-right a {
  display: block;
  position: relative;
  overflow: hidden;
}

.industry-right a>img {
  transform: scale(1);
  transition: all 1s;
}

.industry-right a span {
  display: block;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  position: absolute;
  z-index: 9;
  font-size: 20px;
  line-height: 60px;
  padding: 0 20px;
  background: url(../images/video-txt-bj.png) left center repeat-x;
  background-size: auto 100%;
}

.industry-right a .icon {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  margin-top: -45px;
  margin-left: -45px;
}

.industry-right a::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, .1);
  left: 0;
  top: 0;
  right: 0;
  z-index: 6;
  bottom: 0;
}

.industry-right a:hover>img {
  transform: scale(1.2);
  transition: all 1s;
}

.industry-right a:hover::after {
  display: none;
}

.industry-left {
  width: 655px;
  float: right;
  height: 548px;
  padding: 0 15px;
  overflow: hidden;
}


.industry-left .industry-item {
  overflow: hidden;
  width: 310px;
  height: 174px;
  float: right;
  margin-bottom: 15px;
}

.industry-left .industry-item:nth-child(2n-1) {
  float: left;
}

.industry-left .industry-item a {
  display: block;
  width: 310px;
  height: 174px;
  position: relative;
}

.industry-left .industry-item a img {
  display: block;
  width: 310px;
  height: 174px;
}

.industry-left .industry-item a .icon {
  width: 50px;
  height: 50px;
}

.industry-left .industry-item a .icon img {
  width: 50px;
  height: 50px;
  display: block;
  left: 50%;
  top: 50%;
  z-index: 9;
  position: absolute;
  margin-top: -25px;
  margin-left: -25px;
}

.industry-left .industry-item a::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, .1);
  left: 0;
  top: 0;
  right: 0;
  z-index: 6;
  bottom: 0;
}

.industry-left .industry-item a:hover::after {
  display: none;
}

.cloud-events .events-item {
  width: 523px;
  height: 294px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.cloud-events .events-item:nth-child(3n) {
  margin-right: 0;
}


.cloud-events .events-item a {
  display: block;
  width: 523px;
  height: 294px;
  overflow: hidden;
  position: relative;
}

.cloud-events .events-item a>img {
  display: block;
  width: 523px;
  height: 294px;
  transform: scale(1);
  transition: all 1s;
}

.cloud-events .events-item a:hover>img {
  transform: scale(1.2);
  transition: all 1s;
}

.cloud-events .events-item a .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.cloud-events .events-item a .icon img {
  display: block;
  width: 50px;
  height: 50px;
}




.contract-right {
  float: left;
  width: 1068px;
  height: 600px;
  margin-left: 30px;
}

.contract-right iframe {
  width: 1068px;
  height: 600px;
}

.contract-right a {
  display: block;
  position: relative;
  overflow: hidden;
}

.contract-right a>img {
  transform: scale(1);
  transition: all 1s;
  width: 100%;
}

.contract-right a span {
  display: block;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  position: absolute;
  z-index: 9;
  font-size: 20px;
  line-height: 60px;
  padding: 0 20px;
  background: url(../images/video-txt-bj.png) left center repeat-x;
  background-size: auto 100%;
}

.contract-right a .icon {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  margin-top: -45px;
  margin-left: -45px;
}

.contract-right a::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, .1);
  left: 0;
  top: 0;
  right: 0;
  z-index: 6;
  bottom: 0;
}

.contract-right a:hover>img {
  transform: scale(1.2);
  transition: all 1s;
}

.contract-right a:hover::after {
  display: none;
}

.contract-left {
  width: 502px;
  float: right;
  height: 600px;
  padding: 0 30px;
  overflow: hidden;
}

.contract-left .contract-item {
  overflow: hidden;
  width: 502px;
  height: 285px;
  margin-bottom: 30px;
}

.contract-left .contract-item:last-child {
  margin-bottom: 0;
}

.contract-left .contract-item a {
  display: block;
  width: 502px;
  height: 285px;
  position: relative;
}

.contract-left .contract-item a img {
  display: block;
  width: 502px;
  height: 285px;
}

.contract-left .contract-item a .icon {
  width: 50px;
  height: 50px;
}

.contract-left .contract-item a .icon img {
  width: 50px;
  height: 50px;
  display: block;
  left: 50%;
  top: 50%;
  z-index: 9;
  position: absolute;
  margin-top: -25px;
  margin-left: -25px;
}

.contract-left .contract-item a::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, .1);
  left: 0;
  top: 0;
  right: 0;
  z-index: 6;
  bottom: 0;
}

.contract-left .contract-item a:hover::after {
  display: none;
}


.cloud-footer {
  background: #1d111f;
  color: white;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  line-height: 28px;
}

.bread {
  background: url(../images/breadMap.png) left center no-repeat;
  height: 50px;
  padding: 10px 0;
  padding-left: 30px;
  line-height: 50px;
  font-size: 20px;
  position: relative;
  color: #525252;
}

.bread .searchBox {
  height: 38px;
  overflow: hidden;
  padding: 6px;
  float: right;
}

.bread .searchBox .total {
  float: left;
  line-height: 38px;
  padding: 0 6px;
  font-size: 16px;
}

.bread .searchBox .searchInput {
  float: left;
  height: 38px;
}

.bread .searchBox .searchInput input {
  display: block;
  height: 36px;
  border: 1px solid #d2a96e;
  background: white;
  padding: 0 6px;
}

.bread .searchBox .searchBtn {
  float: left;
  height: 38px;
}

.bread .searchBox .searchBtn button {
  height: 38px;
  border: 1px solid #d2a96e;
  line-height: 36px;
  background: #d2a96e;
  padding: 0;
  cursor: pointer;
  width: 60px;
  display: block;
  color: white;
}



.bread span {
  padding: 0 6px;
}

.bread a:hover {
  color: #1d111f;
}

.cloud-pages {
  padding: 20px 0;
}

.cloud-pages ul {
  width: 100%;
  text-align: center;
}

.cloud-pages ul li {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  background: white;
  margin: 0 2px;
  line-height: 40px;
}

.cloud-pages ul li a {
  display: block;
  width: 100%;
  height: 40px;
  color: #afafaf;
}

.cloud-pages ul li.active {
  background: #1d111f;
}

.cloud-pages ul li.active a {
  color: #fff;
}

.cloud-pages ul li:hover a {
  color: #1d111f;
}

.company-info {
  background: url(../images/companyBj.png) center center no-repeat;
  background-size: cover;
  height: 300px;
  padding: 100px 0;
}

.company-logo {
  width: 200px;
  height: 200px;
  border-radius: 6px;
  background: white;
  overflow: hidden;
  padding: 30px;
  box-shadow: 0 0 50px rgba(51, 51, 51, .4);
  float: left;
  margin-left: 30px;
}

.company-desc {
  float: left;
  padding: 10px 30px;
  width: 1300px;
  position: relative;
}

.company-desc h3 {
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  color: white;
}

.company-desc p {
  padding: 6px 0;
  color: white;
  font-size: 20px;
  line-height: 30px;
  padding-left: 30px;
}

.company-desc p.pAuth {
  background: url(../images/icon-c-01.png) left 10px no-repeat;
}

.company-desc p.pAddress {
  background: url(../images/icon-c-02.png) left 10px no-repeat;
}

.company-desc p.pDesc {
  background: url(../images/icon-c-03.png) left 10px no-repeat;
}

.company-desc p.pDesc span.descBtn {
  color: #d2a96e;
  /* background: #d2a96e; */
  border-radius: 15px;
  padding: 0 14px;
  display: inline-block;
  cursor: pointer;
}

.company-desc p.pTel span.descBtn {
  color: #fff;
  background: #d2a96e;
  border-radius: 15px;
  font-size: 14px;
  padding: 0 14px;
  display: inline-block;
  cursor: pointer;
}

.company-desc p.pTel {
  background: url(../images/icon-c-04.png) left 10px no-repeat;
}

.company-desc p.pWord {
  background: url(../images/icon-c-05.png) left 10px no-repeat;
}

.company-logo img {
  display: block;
  width: 200px;
  height: 200px;
}

.goAllsee {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  /* background: url(../images/goAllseebj.png) center center no-repeat; */
  background: #d2a96e;
  background-size: contain;
  display: block;
  width: auto;
  height: 50px;
  padding: 0 25px;
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(50, 50, 50, 0.302);
}

.goAllsee span {
  display: block;
  float: left;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  padding: 0 4px;
}

.cloud-tabs {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 16px 0;
}

.cloud-tabs li {
  font-size: 20px;
  line-height: 40px;
  float: left;
  padding: 0 14px;
  margin-right: 14px;
  border-radius: 20px;
  cursor: pointer;
}

.cloud-tabs li.active {
  background: #d2a96e;
  color: white;
}

.cloud-tab-contents .cloud-tab-content {
  padding: 60px 0;
  display: none;
}

.cloud-tab-contents .cloud-tab-content.active {
  display: block;
}

.company-video {
  width: 1440px;
  height: 810px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 30px 20px rgba(0, 0, 0, .1);
}

.company-video iframe {
  width: 1440px;
  height: 810px;
}


.company-project-list .company-pro-item {
  padding-top: 24px;
  position: relative;
  float: left;
  margin-right: 20px;
  width: 516px;
  margin-bottom: 20px;
  height: 278px;
}

.company-project-list .company-pro-item:nth-child(3n) {
  margin-right: 0;
}

.company-project-list .company-pro-item .item-cover {
  position: absolute;
  top: 0;
  left: 24px;
  transition: all .3s;
  z-index: 9;
  border-radius: 6px;
  overflow: hidden;
}

.company-project-list .company-pro-item .item-cover img {
  display: block;
  width: 180px;
  height: 254px;
}

.company-project-list .company-pro-item .item-info {
  background: white;
  height: 254px;
  width: 312px;
  padding-left: 204px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.company-project-list .company-pro-item .item-info .info {
  padding: 6px 24px;
}

.company-project-list .company-pro-item .item-info .info h3 {
  font-size: 20px;
  color: #000000;
  line-height: 36px;
  padding-right: 20px;
}

.company-project-list .company-pro-item .item-info .info-table {
  font-size: 14px;
  line-height: 26px;
  color: #999;
}

.company-project-list .company-pro-item .item-info .info-table table tr td {
  vertical-align: top;
  text-align: justify;
  text-justify: inter-ideograph;
}

.company-project-list .company-pro-item .item-info .info-table table tr td:first-child {
  width: 64px;
  padding-right: 6px;
  text-align: justify;
  text-align-last: justify;
}

.company-project-list .company-pro-item .item-info .more {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
}

.company-project-list .company-pro-item:hover .item-cover {
  box-shadow: 0 10px 20px rgba(29, 17, 31, .5);
  transition: all .3s;
}

.exhibitionDetail {
  padding: 30px;
}

.detailImg {
  float: left;
  width: 334px;
  overflow: hidden;
}

.detailImg .swiper-container {
  width: 334px;
}

.detailImg .swiper-container .swiper-pagination {
  color: white;
  background: rgba(29, 17, 31, .5);
  bottom: 0;
  line-height: 50px;
  font-size: 16px;
}

.detailImg img {
  display: block;
  width: 334px;
  height: 471px;
}

.detailContent {
  float: left;
  padding: 0px 30px;
  width: 1200px;
  color: #999;
  font-size: 16px;
  line-height: 32px;

}

.detailContent h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #000;
  padding: 10px 0;
}

.detailContent table {
  width: 100%;
}

.detailContent table tr td {
  color: #999;
  font-size: 16px;
  vertical-align: top;
  line-height: 32px;
}

.detailContent table tr td:first-child {
  width: 72px;
  padding-right: 10px;
}

.eventVideo {
  padding: 10px 0;
}

.eventVideo .eventtitle {
  border-bottom: 1px solid #eee;
  padding-bottom:14px;
}

.eventVideo .eventtitle span {
  display: block;
}

.eventVideo .eventtitle span:first-child {
  font-size: 22px;
  line-height: 30px;
}

.eventVideo .eventtitle span:last-child {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}

.eventsList {
  padding: 30px;
  overflow: hidden;
}

.eventsList ul {
  width: max-content;
}

.eventsList ul li {
  float: left;
  margin-right: 36px;
  width: 340px;
  height: 192px;
}

.eventsList ul li a {
  display: block;
  width: 340px;
  height: 192px;
  position: relative;
}

.eventsList ul li a>img {
  display: block;
  width: 340px;
  height: 192px;
}

.eventsList ul li a .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.eventsList ul li a .icon img {
  display: block;
  width: 40px;
  height: 40px;
}




.cloud-events.company-list .events-item {
  width: 392px;
  height: 270px;
  float: left;
  margin-right: 30px;
  transition: all .3s;
  margin-bottom: 30px;
}

.cloud-events.company-list .events-item:hover {
  box-shadow: 0 0 20px rgba(51, 51, 51, .3);
  transition: all .3s;
}

.cloud-events.company-list .events-item .events-item-title {
  height: 48px;
  background: white;
  border: 1px solid #eee;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cloud-events.company-list .events-item:nth-child(5n) {
  margin-right: 30px;
}

.cloud-events.company-list .events-item:nth-child(4n) {
  margin-right: 0;
}


.cloud-events.company-list .events-item a {
  display: block;
  width: 392px;
  overflow: hidden;
  height: 220px;
  position: relative;
}

.cloud-events.company-list .events-item a>img {
  display: block;
  width: 392px;
  height: 220px;
  transition: all .3s;

}

.cloud-events.company-list .events-item:hover a>img {
  transition: all 1s;
  transform: scale(1.2);
}

.cloud-events .events-item a .icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.cloud-events .events-item a .icon img {
  display: block;
  width: 50px;
  height: 50px;
}

.detail-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  padding: 20px 100px;
  margin-bottom: 20px;
}

.videoBox {
  width: 1280px;
  height: 720px;
  margin: 0 auto;
  box-shadow: 0 20px 30px rgba(51, 51, 51, .5);
}



.project-bj {
  background: #eee;
}


.videoDialog {
  width: 1280px;
  height: 770px;
  overflow: hidden;
  background: white;
  box-shadow: 0 0 30px rgba(51, 51, 51, .3);
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -640px;
  margin-top: -385px;
  display: none;
  z-index: 9999;
  
  width: 1000px;
  height: 562px;
  margin-left: -500px;
  margin-top: -260px;
}

.videoDialog .videoTitle {
  font-size: 20px;
  line-height: 49px;
  color: #000;
  padding: 0 16px;
  border-bottom: 1px solid #eee;
  height: 49px;
  position: relative;
  font-weight: bold;
}

.videoDialog .videoTitle .closeBtn {
  display: block;
  width: 30px;
  height: 30px;
  right: 16px;
  color: #999;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

/* .videoContent iframe {
  width: 1280px;
  height: 720px;
}*/

.cloud-column-tips {
  padding: 60px;
  font-size: 18px;
  line-height: 36px;
  display: none;
}

.cloud-column-tips p {
  margin-bottom: 18px;
}

.cloudPagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
  transition: all .3s;
}

.cloudPagination .swiper-pagination-bullet {
  transition: all .3s;
}

.seeMoreDialog {
  background: white;
  width: 660px;
  height: auto;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  display: none;
}

.dialogHeader {
  padding: 10px 20px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.dialogHeader::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
}

.dialogMiddle {
  padding: 20px 40px;
  font-size: 18px;
  line-height: 36px;
  min-height: 60px;
  text-align: center;
}

.dialogMiddle .descText {
  height: 260px;
  overflow: auto;
  text-align: justify;
}

.dialogBottom {
  padding: 20px;
  height: 40px;
  text-align: center;
}

.dialogBottom button {
  display: inline-block;
  margin: 0 10px;
  width: 60px;
  background: #f0f0f0;
  border: none;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

.dialogBottom button.enterBtn {
  color: #ec1b21;
}

.industry-left-scroll {
  height: 548px;
}

.contract-left-scroll {
  height: 600px;
}

.videoBox iframe {
  width: 1280px;
  height: 720px;
}
.detail_concent {
	background: white;
	overflow: hidden;
	min-height: 530px;
	margin-bottom: 20px;
}

.detail_box {
	background: #f9f9f9;
	/*padding-top: 140px;*/
}

.detaillist_bread {
	background: #1D111F;
	height: 60px;
	position: relative;
	color: white
}

.detaillist_bread i {
	color: white;
}

.detaillist_bread a:hover {
	color: #cc9b54;
}

.detail_title {
	font-size: 24px;
	line-height: 40px;
	padding: 20px 100px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
	border-bottom: 2px solid #1D111F;
}

.detail_date {
	position: absolute;
	top: 0;
	left: 0;
	background: #1d111f;
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	height: 72px;
	padding: 4px 16px;
}

.detail_date .year {
	display: block;
}

.detail_date .date {
	display: block;
}


.detail_item {
	border-bottom: 1px solid #e5e5e5;
	padding: 30px;
}

.detail_item:hover h3 {
	color: #C0A16B;
}

.detail_item a h3 {
	font-size: 16px;
	line-height: 2em;
	color: #1D111F;
	display: block;
	margin-bottom: 16px;
	font-weight: bold;
}

.detail_item a {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	display: block;
	margin-bottom: 16px;
	text-align: justify;
}

.detail_item a span.detail_item_date {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	text-align: right;
	display: block;
	padding-left: 16px;
}


.download_files {
	background: #e5e5e5;
	margin: 0 16px;
}

.download_files h5 i {
	font-size: 36px;
	position: absolute;
	left: 0;
}

.language {
    overflow: hidden;
    display: none;
    margin-right: 16px;
	position: absolute !important;
	top:8px;
	right:0;
}

.header_background .language {
    display: none;
}

.language .language_btn {
    float: right;
    color: white;
}

.language .language_btn a {
    color: white;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
}

.language .language_btn .a_active {
    color: #cc9b54
}
/* 22.6.20 */
.kzzd {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

  .homeBanner-next {
	       right: 80px;
	       width: 50px;
	       height: 50px;
	       background: url(next.png) center center no-repeat;
		  opacity: 0.4;
	   }
	   
	   .homeBanner-prev {
	       left: 40px;
	       width: 50px;
	       height: 50px;
	       background: url(prev.png) center center no-repeat;
		  opacity: 0.4;
	   }
	   .homeBanner-next:hover, .homeBanner-next:hover{
		   opacity: 0.9;
	   }
